34 """Configuration for the DiscreteSkyMap"""
36 raList = ListField(dtype=float, default=[], doc=
"Right Ascensions of tracts (ICRS, degrees)")
37 decList = ListField(dtype=float, default=[], doc=
"Declinations of tracts (ICRS, degrees)")
38 radiusList = ListField(dtype=float, default=[], doc=
"Radii of tracts (degrees)")
41 super(DiscreteSkyMapConfig, self).
validate()
43 raise ValueError(
"Number of radii (%d) and RAs (%d) do not match" %
46 raise ValueError(
"Number of radii (%d) and Decs (%d) do not match" %