| Home | Trees | Indices | Help |
|
|---|
|
|
An abstract processor and some helping code.
Currently, I assume a plain text interface for those. It might be a good idea to use the event mechanism here.
| Classes | |
|
CannotComputeHeader is raised when no FITS header was generated by a HeaderProcessor. |
|
|
FileProcessor An abstract base for a source file processor. |
|
|
ImmediateHeaderProcessor An base for processors doing simple FITS manipulations to the primary FITS header. |
|
|
HeaderProcessor A base for processors doing FITS header manipulations. |
|
|
AnetHeaderProcessor A file processor for calibrating FITS frames using astrometry.net. |
|
|
PreviewMaker A file processor for generating previews. |
|
| SpectralPreviewMaker | |
| Functions | |||
|
|||
| Variables | |
pyplot = utils.DeferredImport("pyplot", "from matplotlib impor
|
|
| Function Details |
The "standard" main function for processor scripts. The function returns the instanciated processor so you can communicate from your processor back to your own main. See :dachsdoc:`processors.html` for details. |
| Variables Details |
pyplot
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |