Astro-FITS-CFITSIO

 view release on metacpan or  search on metacpan

CFITSIO.xs  view on Meta::CPAN

	long &nrows = NO_INIT
	int &status
	ALIAS:
		Astro::FITS::CFITSIO::fits_get_rowsize = 1
		fitsfilePtr::get_rowsize = 2
	OUTPUT:
		nrows
		status

int
ffgstm(timestr,timeref,status)
	char * timestr = NO_INIT
	int timeref = NO_INIT
	int status
	ALIAS:
		Astro::FITS::CFITSIO::fits_get_system_time = 1
	CODE:
		timestr = get_mortalspace(20,TBYTE); /* YYYY-MM-DDThh:mm:ss */
		RETVAL=ffgstm(timestr,&timeref,&status);
		if (ST(1) != &PL_sv_undef) sv_setiv(ST(1),timeref);
	OUTPUT:
		timestr
		status
		RETVAL

int
ffgabc(tfields,tform,space,rowlen,tbcol,status)
	int tfields
	char ** tform
	int space

ChangeLog  view on Meta::CPAN

	* 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.



( run in 0.505 second using v1.01-cache-2.11-cpan-49f99fa48dc )