Coverage for python/lsst/sims/catUtils/mixins/EBVmixin.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
""" This mixin class contains the getters which a catalog object will use to call calculateEbv in the EBVbase class """
#and finally, here is the getter def get_EBV(self): """ Getter for the InstanceCatalog framework """
def get_galacticAv(self): """ Getter to return galactic(Milky Way) Av based on EBV values from getter (reading dustmaps) and the RV value from galacticRv """
|