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

Update config overrides for star selector in a registry #28

Merged
merged 2 commits into from Jun 13, 2016

Conversation

r-owen
Copy link
Contributor

@r-owen r-owen commented Jun 8, 2016

The star selector for the measurePsf subtask of ProcessCcdTask
is now a RegistryField instead of a ConfigurableField;
update the config overrides accordingly.

The star selector for the measurePsf subtask of ProcessCcdTask
is now a RegistryField instead of a ConfigurableField;
update the config overrides accordingly.
@@ -9,8 +9,8 @@
hscConfigDir = os.path.join(getPackageDir("obs_subaru"), "config", "hsc")
config.load(os.path.join(hscConfigDir, 'isr.py'))
config.calibrate.photoCal.colorterms.load(os.path.join(hscConfigDir, 'colorterms.py'))
config.charImage.measurePsf.starSelector.widthMin=0.9
config.charImage.measurePsf.starSelector.fluxMin=4000
config.charImage.measurePsf.starSelector["objectSize"].widthMin=0.9
Copy link

Choose a reason for hiding this comment

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

Again, picky -- spaces around equals? This line and the next.
Are we not doing this in config files?

Copy link
Contributor

Choose a reason for hiding this comment

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

Yes, spaces around equals signs please, even in config files. See the rest of the file.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

OK. I'll add a cleanup pass on this file as a separate commit.

@r-owen r-owen merged commit b9076e9 into master Jun 13, 2016
@ktlim ktlim deleted the tickets/DM-6474 branch August 25, 2018 06:45
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

3 participants