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-36998: Remove large objects from Piff results by default #19

Merged
merged 1 commit into from Nov 15, 2022

Conversation

jmeyers314
Copy link
Collaborator

No description provided.

@jmeyers314 jmeyers314 changed the title DM-36930: Remove large objects from Piff results by default DM-36998: Remove large objects from Piff results by default Nov 14, 2022
@@ -105,6 +105,10 @@ class PiffPsfDeterminerConfig(BasePsfDeterminerTask.ConfigClass):
check=_validateGalsimInterpolant,
default="Lanczos(11)",
)
_debugStarData = pexConfig.Field[bool](

Choose a reason for hiding this comment

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

I have a strong preference for not making private configs a new thing in the stack. debugStarData would be fine.

@@ -105,6 +105,10 @@ class PiffPsfDeterminerConfig(BasePsfDeterminerTask.ConfigClass):
check=_validateGalsimInterpolant,
default="Lanczos(11)",
)
_debugStarData = pexConfig.Field[bool](
doc="Write used star image data to disk for debugging.",

Choose a reason for hiding this comment

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

thought PsfDeterminer doesn't necessarily interact with a disk, so this is really more like "Include star images used for fitting in the PSF model/object"

@jmeyers314 jmeyers314 merged commit 667d525 into main Nov 15, 2022
@jmeyers314 jmeyers314 deleted the tickets/DM-36998 branch November 15, 2022 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants