This repository was archived by the owner on Oct 21, 2024. It is now read-only.
WIP: Adjust exposure times for locally varying sky background - #77
Open
lpsinger wants to merge 5 commits into
Open
WIP: Adjust exposure times for locally varying sky background#77lpsinger wants to merge 5 commits into
lpsinger wants to merge 5 commits into
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #77 +/- ##
==========================================
- Coverage 28.78% 28.53% -0.25%
==========================================
Files 35 35
Lines 1779 1801 +22
==========================================
+ Hits 512 514 +2
- Misses 1267 1287 +20 ☔ View full report in Codecov by Sentry. |
lpsinger
force-pushed
the
sky-adjustable-exposure-time
branch
from
July 20, 2021 17:35
9602c4d to
55f228c
Compare
This is a quick and dirty implementation of adaptive exposure times that adjust for local variations in sky surface brightness. Slew time constraints don't work with this yet. Also there are a bunch of ad hoc command line arguments that need to be refactored.
lpsinger
force-pushed
the
sky-adjustable-exposure-time
branch
from
July 22, 2021 05:45
55f228c to
24854a2
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is a quick and dirty implementation of adaptive exposure times that adjust for local variations in sky surface brightness.
Slew time constraints don't work with this yet.
Also there are a bunch of ad hoc command line arguments that need to be refactored.