Skip to content

Tags: sot/proseco

Tags

5.17.0

Toggle 5.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Consider Jupiter in selection (#408)

* First draft - consider Jupiter in selection

* Small updates to acquisition jupiter handling

* First draft test file

* Update tests and acq spoiling

* Confirm a fainter star selected in the midline test

* Add docstrings, tweak tests

* Update comments and add another detector test

* Remove stray newline

* Fix guide function docstring

* Revert incorrect unrelated too few acq patch

* Add default HRC dither to Jupiter distribution check

* Set acq pos function to return None, None as needed

* Fix comment

* Update comment more

* Add unit tests for guide.select_catalog

* Improve comment

* Add even more guide select_catalog tests

* Add a comment on test fixture

* Add a test just of more force include guide stars than n_guide

* Better typing

* Remove gratuitous jupiter=None setting

* Remove setter used just in testing

* Use direct attribute access for one test

* Restore previous formatting to remove diff

* Ternary and update comment

* Simplify acquisition position

* Add comment with more human-readable dates

* Simplify

* Update more comments

* Add a test on jupiter acquisition spoiling

* Add comment with useable CCD twiki ref

* Tidy get_jupiter_pos

* Use JupiterPositionTable class consistenty for jupiter property (no None)

* Move JupiterAcqPos named tuple out to module scope

* Add setter for jupiter property

* Only update guide cands for jupiter if some cands are lost

* Tidying and docs

* Tweak tests

* Add more Jupiter exclude dates

* Remove commented-out test code

* Fix comment

* Remove redundant duration, target_name attributes in ACATable

* Tweak to prevent a pyerfa warning in tests

* Update test (state of a date changed with more exclude ranges)

* Update yet another date in the date test

* Pad CCD a bit for checking for Jupiter

* Rename limit

* Add a notebook that runs a simulated Jupiter obs on every day for year

---------

Co-authored-by: Tom Aldcroft <taldcroft@gmail.com>

5.16.2

Toggle 5.16.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #406 from sot/extrapolate-mag-for-mag-err

Extrapolate mag for mag err and ruff-driven changes

5.16.1

Toggle 5.16.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #404 from sot/pformat

replace uses of pformat_all with pformat

5.16.0

Toggle 5.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #403 from sot/dyn-bgd-n-faint-default

Change dyn_bgd_n_faint default to 2 and fix faint force-include bug

5.15.0

Toggle 5.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #401 from sot/no-color-bad-guide

Exclude COLOR1=0.7 stars from guide selection

5.14.0

Toggle 5.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #402 from sot/taldcroft-patch-1

Update README.md

5.13.2

Toggle 5.13.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #398 from sot/mag-clip-pin-1p7

Pin proseco agasc to 1p7 for mag clip test

5.13.1

Toggle 5.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #397 from sot/force-guide-alt

Respect include_ids_guide in combination optimization (alternate implementation)

5.13.0

Toggle 5.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #394 from sot/overlap-penalty-minimal

Implement acquisition box overlap penalty

5.12.0

Toggle 5.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request #390 from sot/row-type-aliases

Add Row type aliases