Difference between revisions of "Map File Format"

From LIBISIS
Jump to navigation Jump to search
Line 1: Line 1:
 
A map file defines the spectra which are grouped together to form different workspaces, they can be used to populate [[IXTmask]] objects.
 
A map file defines the spectra which are grouped together to form different workspaces, they can be used to populate [[IXTmask]] objects.
 
+
It is made up of integer numbers each defining certain properties of the mapping
  
 
----
 
----
<tt>
+
<pre>
 
total_no_of_workspaces
 
total_no_of_workspaces
  
Line 17: Line 17:
  
 
first_spectrum_in_second_workspace second_spectrum_in_second_workspace ...  last_spectrum_in_second_workspace
 
first_spectrum_in_second_workspace second_spectrum_in_second_workspace ...  last_spectrum_in_second_workspace
\\:
+
:
\\:
+
:
 
number_of_last_workspace
 
number_of_last_workspace
  
Line 24: Line 24:
  
 
first_spectrum_in_last_workspace second_spectrum_in_last_workspace ... last_spectrum_in_last_workspace
 
first_spectrum_in_last_workspace second_spectrum_in_last_workspace ... last_spectrum_in_last_workspace
</tt>
+
</pre>

Revision as of 17:05, 30 January 2008

A map file defines the spectra which are grouped together to form different workspaces, they can be used to populate IXTmask objects. It is made up of integer numbers each defining certain properties of the mapping


total_no_of_workspaces

number_of_first_workspace

no_of_spectra_in_first_workspace

first_spectrum_in_first_workspace second_spectrum_in_first_workspace ...   last_spectrum_in_first_workspace

number_of_second_workspace

no_of_spectra_in_second_workspace

first_spectrum_in_second_workspace second_spectrum_in_second_workspace ...   last_spectrum_in_second_workspace
:
:
number_of_last_workspace

no_of_spectra_in_last_workspace

first_spectrum_in_last_workspace second_spectrum_in_last_workspace ... last_spectrum_in_last_workspace