Opened 17 years ago

Closed 16 years ago

#110 closed defect (fixed)

export in FITS format

Reported by: herpin@… Owned by: Malte Marquarding
Priority: low Milestone: ASAP 2.3
Component: General Version: 2.0
Severity: normal Keywords:
Cc: herpin@…

Description

Hi As we are more familiar with CLASS software we intend to export the rpfits data via ASAP in a FITS format readable by CLASS. But the only format available is SDFITS which can't be read by CLASS. Having the possibility to export in a more common format like FITS would be very very useful (of course with all the header informations).

Moreover, the following informations are missing or impossible through ASAP:

  • image band frequency
  • RA/DEC of the source
  • LST time

Thanks

Attachments (1)

fits_test.tar.gz (32.6 KB ) - added by Malte Marquarding 16 years ago.

Download all attachments as: .zip

Change History (8)

comment:1 by Malte Marquarding, 17 years ago

Cc: herpin@… added
Owner: changed from Malte Marquarding to Malte Marquarding
Severity: majorcritical
Status: newassigned

Hi,

unfortunately FITS is not as standard as it should be, specifically CLASS FITS. I had plenty of discussion with other people and previous versions of ASAP did export to FITS, but bottom line was that you would need to set a few other CLASS header parameters by hand anyway, so just use ASCII export with appropriate header items.

Time, position are already available in the ASCII header. I don't know what you mean by image band frequency. Do you mean the reference value, that alone wouldn't be enough (refpix and increment are also necessary). The abcissa values are already in the unit you ghave selected in ASAP.

comment:2 by Malte Marquarding, 17 years ago

Priority: highestlow
Severity: criticalnormal

In the next release, the frequency set-up will be part of the ASCII header.

comment:3 by Malte Marquarding, 16 years ago

Milestone: ASAP 2.2ASAP 2.3

by Malte Marquarding, 16 years ago

Attachment: fits_test.tar.gz added

comment:4 by Malte Marquarding, 16 years ago

Gary Fuller was kind enough to give me some ideas. Attached is the tarball of his work. I need to incorporate this into ASAP.

comment:5 by Malte Marquarding, 16 years ago

Resolution: fixed
Status: assignedclosed

ASAP can now export to CLASS specific FITS format scantable.save(name ='xyz.fits',format="CLASS")

comment:6 by Malte Marquarding, 16 years ago

Resolution: fixed
Status: closedreopened

FITS header items are not yet satisfactory.

comment:7 by Malte Marquarding, 16 years ago

Resolution: fixed
Status: reopenedclosed

Have added several fits header items like tsys

Note: See TracTickets for help on using tickets.