Changeset 27435 for trunk/Ohana/src/imregister/imphot/dumpfits.c
- Timestamp:
- Mar 24, 2010, 11:22:25 AM (16 years ago)
- Location:
- trunk/Ohana
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/imregister/imphot/dumpfits.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
trunk/Ohana/src/imregister/imphot/dumpfits.c
r14590 r27435 3 3 4 4 /* write out complete binary FITS table in format of db */ 5 int DumpFitsBintable (char *filename, Image *image, int *match, int Nmatch) {5 int DumpFitsBintable (char *filename, Image *image, off_t *match, off_t Nmatch) { 6 6 7 int i, j;7 off_t i, j; 8 8 FILE *f; 9 9 Header header; … … 44 44 } 45 45 46 int DumpFitsTable (char *filename, Image *image, int *match, int Nmatch) {46 int DumpFitsTable (char *filename, Image *image, off_t *match, off_t Nmatch) { 47 47 48 48 Header header; … … 53 53 FILE *f; 54 54 char *startstr, *filtstr, *datestr, *line; 55 int i;55 off_t i; 56 56 double zp, dzp, ra, dec, airmass, sky; 57 57 time_t tsecond;
Note:
See TracChangeset
for help on using the changeset viewer.
