Opened 17 years ago

Closed 17 years ago

#2 closed defect (fixed)

Error when writing to SUBINT table a second time

Reported by: Matthew Whiting Owned by: Matthew Whiting
Priority: major Component: pvoconvert: FITS access
Version: Keywords:
Cc:

Description

When writing PM data, we get an error trying to access the SUBINT HDU -- this seems to be on the second block. Is this related to the change of beam?

Change History (1)

comment:1 Changed 17 years ago by Matthew Whiting

Resolution: fixed
Status: newclosed

Problem is related to that detailed in #1 where the move keyword is not being interpreted correctly. The FITS file was being closed, but then not opened due to

if((fitsfile.getFilestate()==CLOSED) && (move == POINT)){

since the move status is not POINT.

Call this ticket fixed, but still have to fix #1.

Note: See TracTickets for help on using tickets.