Astro-FITS-CFITSIO

 view release on metacpan or  search on metacpan

ChangeLog  view on Meta::CPAN

1999-12-11  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* Disabled prototypes.

1999-12-11  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* Added examples/check_status.pl and examples/match_datatype.pl
	to MANIFEST.

1999-12-11  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* Attempt at making example scripts portable
	to 64-bit architectures, in a generalized manner.

1999-12-09  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* Allow undef for timeref argument in fits_get_system_date().

1999-12-08  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* Added sizeof_datatype().

1999-12-02  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* $VERSION = '0.93';

	* Added cfitsio version section to README.

	* Some common problems and solutions explained in INSTALL.

	* Explicitly enabled prototypes in CFITSIO.xs.

1999-11-26  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* Updated fits_get_img_size/ffgisz() for new prototype
	in CFITSIO 2.034.

1999-11-12  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* Added WCS routines fits_get_image_wcs_keys()/ffgiwcs() and
	fits_get_table_wcs_keys()/ffgtwcs(). Another routine -
	fits_get_imagecell_wcs_keys() - is documented in the manual
	but not found in the cfitsio library.

1999-11-01  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* unpack3D() - fixed bug in inner loop.

1999-10-06  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* read_tblbytes(): Fixed compiler warning of incompatible pointers.

1999-09-28  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* fits_get_hdu_num() now accepts undef argument. Useful since
	its return value is the current HDU number, and setting the variable
	inplace was redundant.

1999-09-21  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* Added fits_null_check/ffnchk(), fits_get_img_type/ffgidt(),
	fits_get_img_dim/ffgidm() and fits_get_img_size/ffgisz().

	These are all new in CFITSIO v2.033

1999-09-14  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* $VERSION = '0.92';

1999-09-13  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* CFITSIO.xs: find_rows(), read_3d_TYP(), read_colnull_str(),
	read_descripts(), read_grppar_TYP(), read_imgnull_TYP(),
	read_subset_TYP(), read_subsetnull_TYP(), read_tblbytes():
	Created fastpaths for case of PerlyUnpacking(0).

1999-09-13  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* CFITSIO.xs: read_2d_TYP(), read_img_TYP(), fastpaths for
	PerlyUnpacking(0).

1999-09-13  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* CFITSIO.xs: read_colnull_TYP() fastpaths for PerlyUnpacking(0).

1999-09-09  Pete Ratzlaff  <rpete@ascda3.harvard.edu>

	* examples/: Updated examples somewhat. Nothing big, though.

1999-08-31  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* CFITSIO.xs: read_col_TYPE(), read_col_bit_TYPE(): Fast path created
	for case of PerlyUnpacking(0). Was doing an extra allocation and memcpy,
	no more. This needs to be done for a number of the other routines as
	well.

1999-08-30  Pete Ratzlaff  <pratzlaff@cfa.harvard.edu>

	* examples/bintable_read.pl: Was not actually die()ing if get_colnum()
	failed. Fixed.

1999-08-24  Pete Ratzlaff <pratzlaff@cfa.harvard.edu>

	* CFITSIO.pm: Fixed example function call in pod.

1999-04-08  Pete Ratzlaff <pratzlaff@cfa.harvard.edu>

	* CFITSIO.pm: $VERSION = '0.91';

	* CFITSIO.pm: Removed duplicate 'my' declaration.

	* CFITSIO.pm, CFITSIO.xs: Synched up with cfitsio2031. Added
	fits_get_col_display/ffgcdw, fits_read_col_bit_{usht,uint}/ffgcxu{ik},
	fits_url_type/ffurlt

	* examples/bintable_read.pl: Use get_num_rows() to find number of rows
	instead of read_btblhdr().

	* CFITSIO.pm: fits_read_header() was griping with -w, $status now
	predeclared.

1999-03-23  Pete Ratzlaff <pratzlaff@cfa.harvard.edu>



( run in 2.224 seconds using v1.01-cache-2.11-cpan-5735350b133 )