Opened 7 years ago
Closed 4 years ago
#456 closed task (worksforme)
error checking in V_get and V_write
Reported by: | srkline | Owned by: | srkline |
---|---|---|---|
Priority: | major | Milestone: | VSANS File Definition |
Component: | SANS Reduction | Keywords: | |
Cc: | Blocking: | ||
Task: |
Description
be sure that all of these functions (through the base function) catch errors where the data field does not exist, because this will happen.
Change History (1)
comment:1 Changed 4 years ago by srkline
- Resolution set to worksforme
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
currently, there will be "error conditions" that the calling functions are responsible for catching:
If a value is missing, -999999 (6 nines) is returned
If a wave is missing, a null wave is returned
it a string is missing, a null string is returned
As these issues crop up, if they are a hassle for users, I'll need to come up with more robust error handling.
For now, done.