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 override for star selector in a registry #14

Merged
merged 2 commits into from
Jun 13, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions config/IngestIndexedReferenceTask.py
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
# Name of RA column
config.ra_name='raJ2000'
config.ra_name = 'raJ2000'

# Name of Dec column
config.dec_name='decJ2000'
config.dec_name = 'decJ2000'

# Name of column to use as an identifier (optional).
config.id_name='uniqueId'
config.id_name = 'uniqueId'

# The values in the reference catalog are assumed to be in AB magnitudes.
# List of column names to use for photometric information. At least one entry is required.
config.mag_column_list=['lsst_g', 'lsst_r', 'lsst_i']
config.mag_column_list = ['lsst_g', 'lsst_r', 'lsst_i']

# Name of column stating if the object is resolved (optional).
config.is_resolved_name='isresolved'
config.is_resolved_name = 'isresolved'

# Name of column stating if the object is measured to be variable (optional).
config.is_variable_name='isvariable'
config.is_variable_name = 'isvariable'
2 changes: 1 addition & 1 deletion config/measureCoaddSources.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
config.doPropagateFlags=False
config.doPropagateFlags = False
4 changes: 2 additions & 2 deletions config/processEimage.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
config.calibrate.photoCal.doSelectUnresolved=False
config.calibrate.photoCal.doSelectUnresolved = False

# Allows u-band to lock on to correct locus
# Does not seem to hurt r-band data
config.charImage.measurePsf.starSelector.widthStdAllowed=1.
config.charImage.measurePsf.starSelector["objectSize"].widthStdAllowed = 1.