Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DM-43033: Update to fgcm 3.10.5 with reserved refstar updates. #41

Merged
merged 9 commits into from Mar 6, 2024

Conversation

erykoff
Copy link
Collaborator

@erykoff erykoff commented Mar 5, 2024

No description provided.

Copy link

@cmsaunders cmsaunders left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. See one minor comment...

@@ -576,6 +576,10 @@ def loadStars(self, fgcmPars,
if test.size > 0:
self.fgcmLog.info('Flagging %d stars as reference star outliers from previous cycles.' %
(test.size))
test, = np.where((flagFlag[a] & objFlagDict['REFSTAR_RESERVED']) > 0)
if test.size > 0:
self.fgcmLog.info('Flagging %d stars as reference star reserved from previous cycles.' %

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This sentence isn't very clear. Something like 'Flagging %d stars as reference stars that were reserved from previous cycles.' (if I am correctly interpreting the original sentence) would be better.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changing it at this point will have to wait for the next version of fgcm, unless I go through a whole rigmarole. But thank you for pointing this out.

@erykoff erykoff merged commit c8e0ade into lsst-dev Mar 6, 2024
@erykoff erykoff deleted the tickets/DM-43033 branch March 6, 2024 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants