Difference between revisions of "Overriding and setting default values for homer processes"

From LIBISIS
Jump to navigation Jump to search
Line 1: Line 1:
 
 
== overriding instrument specific population ==
 
== overriding instrument specific population ==
  
 
the homer distribution files are contained in
 
the homer distribution files are contained in
  
<tt>/usr/local/libisis/applications/matlab/</tt>
+
on a windows distribution
 +
 
 +
 
 +
on a linux system:
 +
<tt>/my_libisis_directory/applications/matlab/</tt>
 +
in the svn repository:
 +
<tt>/libisis/applications/matlab/
  
there are specific files used to set up the MERLIN instrument in the MERLIN directory
+
there are instrument specific files used to set up
  
 
in the case where there is incorrect information in the rawfile which has been generated we can populate detector and spectra information from a nexus file. Of course creation of this file is another issue.
 
in the case where there is incorrect information in the rawfile which has been generated we can populate detector and spectra information from a nexus file. Of course creation of this file is another issue.

Revision as of 09:54, 4 July 2008

overriding instrument specific population

the homer distribution files are contained in

on a windows distribution


on a linux system: /my_libisis_directory/applications/matlab/ in the svn repository: /libisis/applications/matlab/

there are instrument specific files used to set up

in the case where there is incorrect information in the rawfile which has been generated we can populate detector and spectra information from a nexus file. Of course creation of this file is another issue.


the specific MERLIN population information is contained in the file

setup_merlin_data_source.m

this defines the nexus files which are required for population of the IXTrunfile object which in turn the .spe file is produced from. i added the following two lines to this file, with these lines present the libisis system will try and load the IXTdetector and IXTspectra object from these files.

DSO=add_item(DSO,'inst_nxs:::merlin_detector.nxs','detector'); DSO=add_item(DSO,'inst_nxs:::merlin_spectra.nxs','spectra');

these files are not distributed with libisis package as they can change. the 'inst_nxs:::' path is a standard definition which is specified in the inst_defs.m file