[INSTRM-128] Halogen keyword in FITS Header is wrong Created: 21/Jun/17 Updated: 30/May/18 Resolved: 30/May/18 |
|
| Status: | Done |
| Project: | Instrument control development |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Major |
| Reporter: | arnaud.lefur | Assignee: | cloomis |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original Estimate: | Not Specified | ||
| Description |
|
Currently W_AIT_SRC_Qth does not match with the actual state of the halogen lamp, but with the state of its power supply dcbCards = (('W_AIT_SRC_Ne', 'ne', bool, 'AIT Ne lamp'),
('W_AIT_SRC_Xe', 'xenon', bool, 'AIT Xe lamp'),
('W_AIT_SRC_HgAr', 'hgar', bool, 'AIT HgAr lamp'),
('W_AIT_SRC_Qth', 'pow_halogen', bool, 'AIT halogen lamp'),
('W_AIT_SRC_diodeFlux', 'photodiode', ftL2cdm2, 'cd/m^2 at photodiode'),
)
'pow_halogen' should be replaced by 'halogen' |
| Comments |
| Comment by arnaud.lefur [ 23/Jun/17 ] |
|
It would be good to have integrating sphere attenuator value. ('W_AIT_SRC_Atten', 'attenuator', int, 'AIT int sphere attenuator value'),
|
| Comment by cloomis [ 23/Jun/17 ] |
|
Merged in 40d9f00 |
| Comment by hassan [ 30/May/18 ] |
|
Code already merged in master. Issue fixed. |