Package gavo :: Package utils :: Module fitstools :: Class GzHeaderManipulator
[frames] | no frames]

Class GzHeaderManipulator

source code

PlainHeaderManipulator --+
                         |
                        GzHeaderManipulator

is a class that allows header manipulation of fits files without having to touch the data even for gzipped files.

See PlainHeaderManipulator. We only provide a decoration here that transparently gzips and ungzips compressed fits files.

Instance Methods
 
__init__(self, fName, compressLevel=5) source code
 
close(self) source code

Inherited from PlainHeaderManipulator: updateFromList

Method Details

__init__(self, fName, compressLevel=5)
(Constructor)

source code 
Overrides: PlainHeaderManipulator.__init__

close(self)

source code 
Overrides: PlainHeaderManipulator.close