Opened 15 years ago
Last modified 13 years ago
#222 new question
ERROR: SDFITS file contains invalid beam number.
| Reported by: | Owned by: | Malte Marquarding | |
|---|---|---|---|
| Priority: | normal | Milestone: | Unified development |
| Component: | General | Version: | 2.0 |
| Severity: | normal | Keywords: | |
| Cc: |
Attachments (1)
Change History (4)
by , 15 years ago
| Attachment: | 1989_148.fits added |
|---|
comment:1 by , 15 years ago
comment:2 by , 13 years ago
Is this really the way it suppose to work? By the what could mean error fatal error access to undeclared static property ?
comment:3 by , 13 years ago
I think 1-based is the convention in SDFITS. ASAP certainly does 0<->1 changes during IO. This is caused by the underlying IO library (from livedata) ASAP is built upon. I would have to change this upstream.
Note:
See TracTickets
for help on using tickets.

I checked the source code in SDFITSreader.cc and saw that the beam number is 1-relative. Changing the beam number to 1 made the error go away.