Opened 17 years ago

Closed 17 years ago

#1 closed defect (fixed)

Incorrect analysis of MOVE keyword for PM data

Reported by: Matthew Whiting Owned by: Matthew Whiting
Priority: major Component: pvoconvert: survey details
Version: Keywords:
Cc:

Description

The translation of the MOVE keyword in the case of PM data is different to that of the S70 data. The code in mainConvert.cc that tests whether the telescope is moving and whether the data is a gridded observation needs to be changed.

Change History (3)

comment:1 Changed 17 years ago by Matthew Whiting

Additional comment:

For S70 data, there are usually more than one pointing per existing file. When the telescope moves, we need to be able to reset the filename. This means we can't just rely on the UT_STRT parameter, as this will be the same throughout the file. Rather, we will have to have some way of recording the initial time when the file is opened (maybe just use the UT time when the file opens?)

This should also apply to PM, but it seems like there is only one pointing per file for this survey. However, this survey will mean the use of UT will be problematic, as the files will be opened and closed from block to block, due to the change of beam.

comment:2 Changed 17 years ago by Matthew Whiting

Seems to be fixed with [14], via new function

bool DataBlock::telescopeOK()

The setting of the filename is also fixed (in same changeset).

comment:3 Changed 17 years ago by Matthew Whiting

Resolution: fixed
Status: newclosed

Now closing this ticket.

Note: See TracTickets for help on using tickets.