specdash.input.pfs package¶
Subpackages¶
- specdash.input.pfs.pfs package
- Subpackages
- specdash.input.pfs.pfs.datamodel package
- Submodules
- specdash.input.pfs.pfs.datamodel.drp module
- specdash.input.pfs.pfs.datamodel.fluxTable module
- specdash.input.pfs.pfs.datamodel.identity module
- specdash.input.pfs.pfs.datamodel.interpolate module
- specdash.input.pfs.pfs.datamodel.masks module
- specdash.input.pfs.pfs.datamodel.observations module
- specdash.input.pfs.pfs.datamodel.pfsConfig module
- specdash.input.pfs.pfs.datamodel.pfsFiberArray module
- specdash.input.pfs.pfs.datamodel.pfsFiberArraySet module
- specdash.input.pfs.pfs.datamodel.pfsFiberTrace module
- specdash.input.pfs.pfs.datamodel.pfsSimpleSpectrum module
- specdash.input.pfs.pfs.datamodel.target module
- specdash.input.pfs.pfs.datamodel.utils module
- specdash.input.pfs.pfs.datamodel.wavelengthArray module
- Module contents
- specdash.input.pfs.pfs.datamodel package
- Module contents
- Subpackages
Submodules¶
specdash.input.pfs.driver module¶
-
class
specdash.input.pfs.driver.
FitsDataDriver
[source]¶ Bases:
specdash.input.DataDriver
-
classmethod
get_catalog_name
()[source]¶ Gets the name of the catalog which the driver is processing data for. E.g., SDSS
-
classmethod
get_spectrum_path
(specid)[source]¶ returns a non empty string if specid is found in file system. Else, returns an empty string or None
-
classmethod