./
temp_convert.pro
top source temp_convert
temp_convert, cryo, tmc, module, channel, Itmc, fpa_temp
Convert the temperature in the telemetry file (or fits headers) from ADUs to decrees
Parameters
- cryo in required type=int
cryo cycle at LMAT, either 1, 2, or 3
- tmc in required type=int
flag, either 1 or 2, due to a change of set point/calibration; in the .csv file name
- module in required type=string
NIRCAM module, either 'A" or 'B'
- channel in required type=string
NIRCAM channel, either 'SW' or 'LW'
- Itmc in required type=float
telemetry value in input to be converted
- fpa_temp out required type=float
temperature in output
Statistics
Lines: | 65 lines |
McCabe complexity: | 23 |
File attributes
Modification date: | Fri May 3 16:35:12 2013 |
Lines: | 82 |