Online Detector is Online (1) or Offline (0) . |
ConfigFile. The name of the configuration file. |
ParameterFile. File containing the main detector parameters for the measurement. |
SetupFile. The complete detector setup (including configuration, trimbits, flat field coefficients, badchannels etc.) is a written to a set of files for which the extension is automatically generated. |
CalibrationDir. The path of the calibration files. |
TrimDir. The path of the trim files. |
TrimEnergies. The number of energies for which trimbit files exist and their value. String format: nen [e0 e1...en] |
OutDir. The directory to which the files will be written by default. |
OutFileName. The filename to which the files will be written by default (to which file and position indexes will eventually be attached). |
OutFileIndex. The start index of the output files (automatically incremented by the acquisition functions). |
EnableMerge. Set to 'true' to enable merging of frames to a single image. Otherwise they will be kept in OutDir. |
MinFrames. If less than MinFrames frames are acquired, they are not merged in a single image, but just moved to MergeDir. |
MergeDir. The directory to which the frames will be merged (or just moved). |
NMaxModules. The maximum number of detector modules. (READ only) |
NModules. The number of detector modules. |
Settings. Detector settings. Can be: uninitialised, standard, fast or highgain |
Threshold. Detector threshold in eV. Should be half of the beam energy. It is precise only if the detector is calibrated. |
ExposureTime. The exposure time per frame (in s). |
FramePeriod. The frame period (in s). |
DelayAfterTrg. The delay after trigger (in ns). |
GatesPerFrame. The number of gates per frame. |
FramesPerCycle. The number of frames per cycle (e.g. after each trigger). |
NCycles. The number of cycles (e.g. number of triggers). |
NProbes. The number of probes to accumulate (max 3). |
DynamicRange. The dynamic range - can be 1, 4, 8,16 or 24 bits. |
Flags. Readout flags - can be none or storeinram. |
Threaded. This tells whether the postprocessing and file writing of the data is done in a separate thread (0 sequencial, 1 threaded). Check that it is set to 1 if you acquire long real time measurements and/or use the storeinram option otherwise you risk to lose your data. |
TrimMode. Trims the detector and writes the trimfile. Mode can be:noise, beam, improve, fix, offline. Check that the start conditions are OK!!! |
TrimFile. Name of trimfile (without extension .snxx). Check that the start conditions are OK!!! |
FlatFieldEnabled. True when the flat field corrections are enabled. |
FlatFieldFileName. File containing the flat field corrections. |
RateCorrEnabled. True when the rate corrections are enabled. |
RateCorrDefault. True when using default rate corrections. |
RateCorrDeadTime. The dead time used for rate corrections. |
BadChannelsEnabled. True when the the bad channels corrections are enabled. |
BadChannelsFileName. File containing the definition of the bad channels. |
AngConvEnabled. True when the the angular conversion is enabled. |
AngConvFileName. File containing the definition of the angular conversion coefficients. |
GlobalOffset. The fixed angular offset of your encoder - should be almost constant! |
FineOffset. A possible angualr offset of your setup - should be small but can be senseful to modify. |
BinSize. The binning size of the angular conversion. |
Positions. The number of positions at which the detector is moved during the acquisition and their values. String format: np [pos0 pos1...posnp] |
ModuleSerialNumber. The module serial number. (READ only) |
ModuleFirmwareVersion. The module firmware version. (READ only) |
DetectorSerialNumber. The detector serial number (MAC address). (READ only) |
DetectorFirmwareVersion. The detector firmware version. (READ only) |
DetectorSoftwareVersion. The detector software version. (READ only) |
MythenSoftwareVersion. The mythen software version. (READ only) |
DigitalTestResult. Result of the Digital Test. 0 means success. (READ only) |
BusTestResult. Result of the Bus Test. 0 means success. (READ only) |
Data. Last image data.
|