Coverage for python/lsst/sims/alertsim/catalogs/catalogExamples.py : 94%

Hot-keys on this page
r m x p toggle line displays
j k next/prev highlighted chunk
0 (zero) top of page
1 (one) first highlighted chunk
"VanillaStars"]
PhotometryStars, VariabilityStars, AstrometryStars):
""" Class for describing variable stars output """
'lsst_u', 'lsst_g', 'lsst_r', 'lsst_i', 'lsst_z', 'lsst_y', 'delta_lsst_u', 'delta_lsst_g', 'delta_lsst_r', 'delta_lsst_i', 'delta_lsst_z', 'delta_lsst_y', #'sigma_lsst_u','sigma_lsst_g','sigma_lsst_r', #'sigma_lsst_i','sigma_lsst_z', 'sigma_lsst_y', 'gal_l', 'gal_b', 'varParamStr']
'double', 'double', 'double', 'double', 'double', 'double', 'double', 'double', 'double', 'double', 'double', 'double', 'double', 'double', 'double', 'double', 'double', 'string']
'phot.mag', 'phot.mag', 'phot.mag', 'phot.mag', 'phot.mag', 'phot.mag', 'phot.mag', 'phot.mag', 'phot.mag', 'phot.mag', 'phot.mag', 'phot.mag', #'stat.error', 'stat.error', #'stat.error', 'stat.error', #'stat.error', 'stat.error', '', '', 'src.var',]
'', '', '', '', '', '', #'', '', '', '', '', '', '', '', '', '', '', '', '', '', '']
def get_column_outputs(bandname): return ['id', 'raJ2000', 'decJ2000','lsst_'+bandname, 'delta_lsst_'+bandname, 'sigma_lsst_'+bandname, 'varParamStr']
""" Stars should not have an ssObjectId; their unique identifier is diaObjectId """
""" Dummy class for avoiding InstanceCatalog inheritance """ # include obs_metadata getter/setter in VariabilityMixin ? self.obs_metadata = obs_metadata
|