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

Functions

def read_fits
 Read an NSO fits V0 file and return a module_map2D.Map2D() object. More...
 
def interpolate
 

Function Documentation

def readmap2D.module_nso_gong_map2D.interpolate (   map2D)
Convert 2D map from grid1: (72 x 30)
Longitude goes from 2.5 to 357.5 with 5 degree step.
Latitude goes from ]asin(-14.5/15)..asin(-14.5/15)[. 
to grid2: (72 x 36)
Longitude goes ]0,360[ with 5 degree step.
Latitude goes ]-90.,90.[. 
def readmap2D.module_nso_gong_map2D.read_fits (   filename)

Read an NSO fits V0 file and return a module_map2D.Map2D() object.

NSO fits V0 format is the following:
To be written...