| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
FileProcessor --+
|
ImmediateHeaderProcessor
An base for processors doing simple FITS manipulations to the primary FITS header.
To define these, override ``_isProcessed(self, srcName, hdr)`` and ``_changeHeader(self, hdr)``.
``_changeHeader`` can change the pyfits header ``hdr`` in place. It will then be replaced on the actual file.
For complex operations, it is probably advisable to use ``HeaderProcessor`` which gives you a two-step process of first having the detached headers that you can check before applying them.
| Instance Methods | |||
|
|||
|
Inherited from Inherited from |
|||
| Static Methods | |||
|
|||
| Class Variables | |
|
Inherited from |
| Properties | |
|
Inherited from |
| Method Details |
|
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |