On Thu, Sep 12, 2013 at 3:05 PM, David Wake <[email protected]> wrote: > Hi, > > I would like to be able to write a series of images (2d PDLs) into a single > FITS file with each image as an individual HDU. > Currently WFITS is unable to do this, although the functionality is mentioned > in the description of WFITS as coming soon. > > Does anyone have any suggestions for an alternative solution? > > Many thanks, >
If you don't mind a bit of low-level programming, Astro::FITS::CFITSIO (which interfaces to the CFITSIO library) can do that. _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
