00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef XSH_MODEL_ARM_CONSTANTS_H
00021 #define XSH_MODEL_ARM_CONSTANTS_H
00022
00023 #define UVB_BSIZE 3000;
00024 #define UVB_ASIZE 2048;
00025 #define UVB_chipxpix 2048.0;
00026 #define UVB_chipypix 3000.0;
00027 #define UVB_morder 19;
00028 #define UVB_morder_min 13;
00029 #define UVB_morder_max 24;
00030 #define UVB_blaze_pad 0.00001;
00031 #define UVB_SIZE 3000;
00032 #define UVB_xsize_corr 96.0;
00033 #define UVB_ysize_corr 0.0;
00034
00035 #define VIS_BSIZE 4000;
00036 #define VIS_ASIZE 2048;
00037 #define VIS_chipxpix 2048.0;
00038 #define VIS_chipypix 4000.0;
00039 #define VIS_morder 24;
00040 #define VIS_morder_min 16;
00041 #define VIS_morder_max 30;
00042 #define VIS_blaze_pad 0.00003;
00043 #define VIS_SIZE 4000;
00044 #define VIS_xsize_corr 96.0;
00045 #define VIS_ysize_corr 0.0;
00046
00047 #define NIR_BSIZE 2040;
00048 #define NIR_ASIZE 1020;
00049 #define NIR_chipxpix 1020.0;
00050 #define NIR_chipypix 2040.0;
00051 #define NIR_morder 19;
00052 #define NIR_morder_min 11;
00053 #define NIR_morder_max 26;
00054 #define NIR_blaze_pad 0.00005;
00055 #define NIR_SIZE 2048;
00056 #define NIR_xsize_corr 4.0;
00057 #define NIR_ysize_corr 8.0;
00058
00059 #endif
00060
00061