Opened 17 years ago
Closed 16 years ago
#110 closed defect (fixed)
export in FITS format
Reported by: | 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)
Change History (8)
comment:1 by , 17 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Severity: | major → critical |
Status: | new → assigned |
comment:2 by , 17 years ago
Priority: | highest → low |
---|---|
Severity: | critical → normal |
In the next release, the frequency set-up will be part of the ASCII header.
comment:3 by , 16 years ago
Milestone: | ASAP 2.2 → ASAP 2.3 |
---|
by , 16 years ago
Attachment: | fits_test.tar.gz added |
---|
comment:4 by , 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 , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
ASAP can now export to CLASS specific FITS format scantable.save(name ='xyz.fits',format="CLASS")
comment:6 by , 16 years ago
Resolution: | fixed |
---|---|
Status: | closed → reopened |
FITS header items are not yet satisfactory.
comment:7 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
Have added several fits header items like tsys
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.