Opened 13 years ago
Closed 12 years ago
#263 closed defect (fixed)
change IDL spectra plotting routines to store number of entries as long instead of int
Reported by: | kmk | Owned by: | Ian Culverwell |
---|---|---|---|
Priority: | minor | Milestone: | 6.1 |
Component: | ropp_pp | Version: | 5.0 |
Keywords: | Cc: |
Description
When processing GRAS raw sampling data the number of entries in the spectrum .dat file may be too large to store as an integer. This needs fixing in the IDL plotting routines. Variables nj and njj must be defines as LONG, not INT
Replace FIX by LONG in:
it_pp_spectra_dt.pro lines 40,41,70,71
it_pp_spectra_ep.pro lines 39,40,66,67
Change history (2)
comment:1 by , 12 years ago
Milestone: | 7.0 → 6.1 |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:2 by , 12 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
No problems. Closing ticket.
Note:
See TracTickets
for help on using tickets.
Brought forward to ROPP6.1. Tests OK.