Revision history for Astro-FITS-CFITSIO-Utils
0.14 2023-03-13 22:00:52-04:00 America/New_York
[BREAKAGE]
* minimum Perl version is 5.10
[BUILD]
* switch to Dist::Zilla, Module::Build::Tiny
* perlcritic tests now are author tests ++SREZIC
0.13 2010-12-22T10:54:49-05:00
- returned items are blessed into Astro::FITS::CFITSIO::Utils::Item,
rather than myItem, as that's bogus name space pollution.
- fixed documentation which called the hdu_num attribute hdr_num.
- routines can now take a handle to an opened file as well
as a file name
0.12 2010-12-06T12:31:16-05:00
- colkeys wasn't finding all of the column associated
keywords. It's now better at this, but may pick up some
that shouldn't be picked up.
0.11 2010-06-04T13:44:57-04:00
- distribution was missing the local Module::Install inc dir.
0.10 2008-04-10T17:34:23-04:00
- added colkeys.
- deprecate croak_status; instead use
Astro::FITS::CFITSIO::CheckStatus
0.06 2008-02-11T18:15:01-05:00
- keywords weren't always treated in a case-insensitive fashion
0.05 2003-06-10T16:27:32-04:00
- added Value option to keypar to return just the values
0.04 2003-03-08T23:09:25-05:00
- added multiple keywords, OnePerHDU flag. Should be
backwards compatible.
0.03 2003-01-29T16:16:00-05:00
- convert to use a myItem, derived from an Astro::FITS::Headers::Item;
this adds an hdu_num method which records the HDU number in
which the keyword was found.
0.02 2002-11-20T14:58:14-05:00
0.01 2002-11-13T18:28:36-05:00
- original version; created by h2xs 1.21 with options
-A -X -n Astro::FITS::CFITSIO::Utils