Hermes DRS  6.0
reduction software
 All Classes Namespaces Functions Variables Pages
Public Member Functions | List of all members
hermes.pipeline.utilities.writeFits.writeFits Class Reference

write an array image and a complete updated header in a new file More...

Public Member Functions

def __init__
 give an array, the file name you want, eventually an existing header, start, step and type (latest three parameters as lists of same length as dimensions of image) tblData : an array that will be written in table in the fits file. More...
 

Detailed Description

write an array image and a complete updated header in a new file

Constructor & Destructor Documentation

def hermes.pipeline.utilities.writeFits.writeFits.__init__ (   self,
  image,
  fileName,
  headerN = {},
  crval = [0],
  cdelt = [1],
  ctype = ["default"],
  nameTable = "",
  tblData = None 
)

give an array, the file name you want, eventually an existing header, start, step and type (latest three parameters as lists of same length as dimensions of image) tblData : an array that will be written in table in the fits file.

if headerN is pyfits.header.Header:


The documentation for this class was generated from the following file: