- Timestamp:
- Mar 29, 2010, 3:55:49 PM (16 years ago)
- Location:
- branches/eam_branches/20100225
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20100225
- Property svn:mergeinfo changed
-
branches/eam_branches/20100225/Ohana
-
Property svn:mergeinfo
set to
/branches/eam_branches/20091201/Ohana merged eligible /branches/eam_branches/largefiles.20100314/Ohana merged eligible /branches/pap_stack/Ohana merged eligible /trunk/Ohana merged eligible
-
Property svn:mergeinfo
set to
-
branches/eam_branches/20100225/Ohana/src/imregister/imphot/dumpfits.c
r14590 r27517 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.
