DocFileオブジェクトで、
Function GetParam(Param as enum DM_CMD, result as integer) as Anyを使用する際のDM_CMDリストです
注:これらの機能はコントローラではなく、データ・ファイルの値に影響するだけです。
Parameter Name |
|
機能 |
DM_XDIMDET |
1 |
X Dimension of detector physical |
DM_YDIMDET |
2 |
Y Dimension of detector physical |
DM_TIMINGMODE |
3 |
Timing mode of experiment |
DM_EXPOSEC |
4 |
Exposure in seconds |
DM_DETTYPE |
5 |
Type of detector (i.e. Kodak 1400) |
DM_XDIM |
6 |
X dimension of actual data stored in this file |
DM_YDIM |
7 |
Y dimension of actual data stored in this file |
DM_ASYNEN |
8 |
Set asynchronous or synchronous (1 async 0 sync) |
DM_DATATYPE |
9 |
Data type |
DM_PIXELSIZE |
10 |
Size of each data point in bytes |
DM_MINBLK |
11 |
Minimum block grouping for skip before valid pixel |
DM_NUMMINBLK |
12 |
Number of min blocks to do before doing geometric |
DM_ADCRATE |
13 |
ADC rate |
DM_ADCTYPE |
14 |
ADC type (FAST or SLOW) |
DM_ADCRESOLUTION |
15 |
ADC resolution |
DM_ADCBITADJUST |
16 |
ADC bit adjust |
DM_GAIN |
17 |
Gain |
DM_GEOMETRIC |
18 |
Geometric transformation: rotate = 1 reverse = 2 flip = 4 |
DM_CLEANS |
19 |
Cleans at start of acquisition |
DM_NUMSKPPERCLN |
20 |
Number of skips per clean |
DM_FILEVERSION |
21 |
Software Version |
DM_SWVERSION |
22 |
File header version |
DM_CONTROLLERTYPE |
23 |
3 = ST130 5 = ST138 6 = PentaMax 7 = MicroMax 9=VICCD |
DM_NUMFRAMES |
24 |
Number of frames in file |
DM_MAXINTENSITY |
25 |
|
DM_MININTENSITY |
26 |
|
DM_SHUTTERTYPE |
27 |
Shutter type |
DM_SHUTTERCOMP |
28 |
Shutter compensation |
DM_READOUTMODE |
29 |
Readout FULL/KINETICS/FRAME XFER |
DM_WINDOWSIZE |
30 |
Window size (kinetics) |
DM_CLKSPD |
31 |
Clock speed (kinetics/frame transfer) |
DM_KINTRIGMODE |
32 |
Kinetics Trigger Mode |
DM_CLKSPD_us |
33 |
Vertical clock speed in micro-seconds |
DM_INTERFACETYPE |
34 |
Interface card |
DM_IOADD1 |
35 |
IO base address |
DM_IOADD2 |
36 |
|
DM_IOADD3 |
37 |
|
DM_INTLEVEL |
38 |
Interrupt level |
DM_GPIBADD |
39 |
GPIB address |
DM_GPIBCONTROLADD |
40 |
GPIB controller address |
DM_COSMICAPPLIED |
41 |
Cosmic ray removal flag |
DM_COSMICTYPE |
42 |
Type of cosmic array if applied |
DM_COSMICTHRESHOLD |
43 |
Cosmic ray removal threshold |
DM_BLEMISHAPPLIED |
44 |
Blemish flag |
DM_FLATFIELDAPPLIED |
45 |
Flat field flag |
DM_BACKGROUNDAPPLIED |
46 |
Background subtraction flag |
DM_ACCUMS |
47 |
Accumulations |
DM_HWACCUMS |
48 |
Hardware Accumulation flag |
DM_HOURS |
49 |
Hour of experiment |
DM_MIN |
50 |
Minutes of experiment |
DM_SECS |
51 |
Seconds of experiment |
DM_STORESYNC |
52 |
Store synchronous flag |
DM_SWMADE |
53 |
Software package ID: WinView = 1 WinSpec = 2 MicroView = 3 |
DM_FLATFIELDNAME |
54 |
Flat field file name |
DM_BACKSUBNAME |
55 |
Background subtraction file name |
DM_XLABEL |
56 |
X label string |
DM_YLABEL |
57 |
Y label string |
DM_DLABEL |
58 |
Data label string |
DM_FILEDATE |
59 |
Date file was created |
DM_BLEMISHFILE |
60 |
Blemish file name |
DM_USERINFO |
61 |
User information area |
DM_USERCOMMENT1 |
62 |
User comment field 1 |
DM_USERCOMMENT2 |
63 |
User comment field 2 |
DM_USERCOMMENT3 |
64 |
User comment field 3 |
DM_USERCOMMENT4 |
65 |
User comment field 4 |
DM_USERCOMMENT5 |
66 |
User comment field 5 |
DM_xCAL_OFFSET |
67 |
Offset for absolute data scaling |
DM_xCAL_FACTOR |
68 |
Factor for ditto |
DM_xCAL_CURR_UNIT |
69 |
The currently selected scaling unit |
DM_xCAL_STRING |
70 |
The label for the axis |
DM_xCAL_VALID |
71 |
Flag is cal is valid |
DM_xCAL_INPUT_UNIT |
72 |
The units of the PXL_VAL |
DM_xCAL_POLYNOM_UNIT |
73 |
The units of the COEFFS |
DM_xCAL_CALIB_COUNT |
74 |
Number of pixel-value pairs in array |
DM_xCAL_PXL_POS |
75 |
Pixel array |
DM_xCAL_PXL_VAL |
76 |
Wavelength value array |
DM_xCAL_POLYNOM_ORDER |
77 |
Order of calibration polynomial |
DM_xCAL_COEFFS |
78 |
Polynomial coefficient array |
DM_xCAL_LASERLINE |
79 |
Laser line (nm) for rel cm-1 |
DM_xCAL_FILE_LABEL |
80 |
Label for calibration file |
DM_NUMROI |
81 |
Number of ROIs in header. If 0 1 is assumed |
DM_ROI_STARTX |
82 |
|
DM_ROI_ENDX |
83 |
|
DM_ROI_GP_X |
84 |
|
DM_ROI_STARTY |
85 |
|
DM_ROI_ENDY |
86 |
|
DM_ROI_GP_Y |
87 |
|
DM_CONTROLLERNUM |
88 |
Controller number if multiple controller system |
DM_DEFAULTTYPE |
89 |
|
DM_FRAMECOUNT |
90 |
Frames in this file |
DM_LASTFRAMERDY |
91 |
Number of last frame finished acquiring |
DM_FRAMEINPROS |
92 |
Number of current frame in process/storage |
DM_SCANCOUNT |
93 |
Scans in this file |
DM_TEMPFLAG |
94 |
Flag = TRUE if temporary file |
DM_STOREFLAG |
95 |
Flag to store incoming data |
DM_FRAMESIZE |
96 |
Size of one frame in bytes |
DM_ISDISPLAYED |
97 |
|
DM_INUSE |
98 |
Increment or decrement in use count |
DM_LASTVALUE |
99 |
|
DM_STOREFLAGSAVE |
100 |
|
DM_YTFLAG |
101 |
|
DM_YT_AREAS_EQUS |
102 |
|
DM_YT_POINTS_TAKEN |
103 |
|
DM_FILENAME |
104 |
Name of file on disk |
DM_FILETITLE |
105 |
Name of file in window |
DM_DOCTYPE |
106 |
Internal document type (SPE TIFF etc.) |
DM_NUMEXPREPEATS |
107 |
Number of Times Experiment Repeated |
DM_NUMEXPACCUMS |
108 |
Number of Times Experiment Accumulated |