next up previous
Next: SOHO Orbit file Up: SWAN Analysis Software: Version Previous: SWAN Analysis Software: Version

Loading Data and Computing an Image




Name of Progam: SwanImageTool.pro



This program loads a SWAN data set stored under the FITS format.



The main variables are described at the following link:

Donner le nom du lien



The list of tasks performed by the program is the following:

The output of the program is a set of images. If data from both sensors are present, there will be an image for the +Z sensor and an image for the -Z sensor.

The results are stored in a 3-dimension variable like that:

COUPOFF = FLTARR( N1, N2, 2)

The first 2 dimensions N1 et N2 correspond to the size of the image.

It is defined for N1-1 longitude values and N2 latitude values. The N1-1 line is used to define the limits of the image.

The array given by COUPOFF(0:N1-2,0:N2-1,0) contains the image obtained from the data.

The array COUPOFF(0:N1-2,0:N2-1,1) contains the statistical error associated to the image.

Spatial coordinates of the point (i,j) are given by:

longitude(i,j) = lonmin + (i+0.5) $\times$ londel

latitude(i,j) = latmin + (j+0.5) $\times$ latdel

The limits of the image are given by

lonmin = COUPOFF(N1-1,0,1)

londel = COUPOFF(N1-1,1,1)

latmin = COUPOFF(N1-1,2,1)

latdel = COUPOFF(N1-1,3,1)

lonmax = lonmin + (N1-1) $\times$ londel

latmax = latmin + N2 $\times$ latdel


next up previous
Next: SOHO Orbit file Up: SWAN Analysis Software: Version Previous: SWAN Analysis Software: Version
Stephane Ferron 2005-09-14