SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Functions
readmap2D.module_soho_eit_map2D Namespace Reference

Functions

def read_fits
 Read an SOHO/EIT/[171-195] fits V0 file and return a module_map2D.Map2D() object. More...
 
def read_fits_v2
 

Function Documentation

def readmap2D.module_soho_eit_map2D.read_fits (   filename)

Read an SOHO/EIT/[171-195] fits V0 file and return a module_map2D.Map2D() object.

SOHO/EIT fits V0 format is the following:
To be written...

def readmap2D.module_soho_eit_map2D.read_fits_v2 (   filename)
Read a SOHO/EIT fits file.
Return an object containing:
  * nphi
  * nthe
  * phi: float(1..nphi)
  * the: float(1..nthe)
  * date: datetime object
  * data: float(1..nphi x 1..nthe)