Exporting and Saving Data

You can click Export to export Measures data in .txt or .xmp file.

When exporting in .xmp file, you can generate a XMP corresponding to the selected area. It can be useful to resize an XMP or to select a small area from a big size XMP.

You can then export as a .txt file.

For an extended map (data separated by source or surface) or a spectral map (data separated by wavelength), the exported file includes one line for each source (or surface) or wavelength.

The format of the exported file is:

  • The same header as when you export the XMP map in a TXT file,

  • A line for the surface or the line definition: Surface=Rectangle Left=value Top=value Right=value Bottom=value -Or- Surface=Ellipse CenterX=value CenterY=value RayX=value RayY=value -Or- Surface=Polygon PtNumber=n Pt0_X=value Pt0_Y=value... Ptn_X=value Ptn_Y=value -Or- Line Pt0_X=value Pt0_Y=value Pt1_X=value Pt1_Y=value Sampling=value

  • A column header: (Source) (Wavelength) XMax YMax Max XMin YMin Min Average Contrast Sigma Flux BarycentreX BarycentreY SigmaX SigmaY -Or- (Source) (Wavelength) XMax YMax Max XMin YMin Min Average Contrast Sigma

  • The data: Basic map: One line Extended map: line 1 => User line 2 => All line 3 => Data for source 0 line 4 => Data for source 1 ...