readRawFitsHeader¶
-
lsst.obs.lsst.readRawFitsHeader(fileName, translator_class=None)¶ Read a FITS header from a raw file and fix it up as required.
Parameters: - fileName :
str Name of the FITS file. Can include a HDU specifier (although 0 is ignored).
- translator_class :
MetadataTranslator, optional
Any translator class to use for fixing up the header.
Returns: - md :
PropertyList Metadata from file. We also merge the contents with the next HDU if an
INHERITkey is not specified. If an explicit HDU is encoded with the file name and it is greater than 0 then no merging will occur.
- fileName :