Opened 17 years ago

Closed 17 years ago

Last modified 17 years ago

#6 closed defect (fixed)

pvoconvert not stopping at correct place?

Reported by: Matthew Whiting Owned by: Matthew Whiting
Priority: major Component: general
Version: Keywords:
Cc:

Description

When converting the files in $S70TAPES/S001/ a number have more than the standard amount of scans, reflected in their disk size. Is something going wrong with the conversion? I note that the off_sub column in the SUBINT table resets after a certain number of rows -- is this related? (See eg. S70_910504_142453.fits)

Change History (2)

comment:1 Changed 17 years ago by Matthew Whiting

Resolution: fixed
Status: newclosed

OK, fixed this one.

The problem was that the PSRFits object was declared at the start, so it was retaining information from file to file, and not resetting the FITS filename. Have moved it into the if(doThisOne) clause with the rest of the declarations, and it all works fine.

Fixed in revision [83].

mtw.

comment:2 Changed 17 years ago by (none)

milestone: pvoconvert

Milestone pvoconvert deleted

Note: See TracTickets for help on using tickets.