- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/Ohana
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/Ohana merged eligible /branches/eam_branches/Ohana.20100407 27635-27772 /branches/pap_delete/Ohana 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simtest_nebulous_branches/Ohana/src/imregister/imphot/dumpfits.c
r14590 r27840 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.
