Coverage for python/lsst/sims/catUtils/baseCatalogModels/snModels.py : 100%

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
""" The class SNObj is a catalogDB class which can read a table of SALT2 parameters on the catsim database """
# From now on the tableid should be specified in instantiating the class # table = 'TwinkSN' or 'TwinkSNKraken' #Don't run test on base class #default observation metadata pointingRA=53.125, pointingDec=-27.9, boundLength=0.1, mjd=52000., bandpassName='r', m5=22.0)
'runobjid':-1}
# These types should be matched to the database. #: Default map is float. If the column mapping is the same as the # column name, None can be specified
('decJ2000', 'sndec*PI()/180.'), ('Tt0', 't0'), ('Tx0', 'x0'), ('Tx1', 'x1'), ('Tc', 'c'), ('Tsnid', 'id'), ('Tredshift', 'redshift'), ('Tgaltileid', 'galtileid') ] |