sot / chandra_cmd_states

Interface for creation and maintenance of the Chandra commanded states database.
https://sot.github.io/cmd_states
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Handle special case SI mode commanding #23

Closed jeanconn closed 4 years ago

jeanconn commented 8 years ago

The SI modes for raw mode observations do not match the general pattern used to assign SI modes. These should be handled as special cases according to these rules from @Gregg140

There are two Rawmode SI modes:

SI Mode: TN_000B4 - the command/Packet ID is WT000B5024 SI Mode: TN_000B6 - the command/Packet ID is WT000B7024

There are very few special cases like the above. I think if you have a small table and an if statement that says if the Packet ID's are the above then use "this table" to get the SI mode

Else

parse it like you always do