| | 70 | After obtaining the det_id of the detrend needed, the exact detrend information can be obtained with a detselect -select command: |
| | 71 | {{{ |
| | 72 | > detselect -select -det_id 866 -class_id XY06 |
| | 73 | |
| | 74 | detNormalizedImfile MULTI |
| | 75 | |
| | 76 | detNormalizedImfile METADATA |
| | 77 | state STR stop |
| | 78 | det_id S64 866 |
| | 79 | iteration S32 0 |
| | 80 | class_id STR XY06 |
| | 81 | uri STR neb://any/gpc1/detrend_easter2012/dark.20111101//GPC1.DARKTEST.858/GPC1.DARKTEST.norm.858.0.XY06.fits |
| | 82 | bg F64 nan |
| | 83 | bg_stdev F64 nan |
| | 84 | bg_mean_stdev F64 nan |
| | 85 | user_1 F64 nan |
| | 86 | user_2 F64 nan |
| | 87 | user_3 F64 nan |
| | 88 | user_4 F64 nan |
| | 89 | user_5 F64 nan |
| | 90 | path_base STR NULL |
| | 91 | data_state STR full |
| | 92 | fault S16 0 |
| | 93 | END |
| | 94 | }}} |
| | 95 | |
| | 96 | Without the -class_id option, the valid detrends for the full exposure will be returned. Note here that the filename of the DARK model is a DARKTEST with a different det_id. This detrend was originally constructed as a TEST, and then registered into a new detRun once being validated. |