- Timestamp:
- Mar 16, 2010, 6:44:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/src/relphot/src/GridOps.c
r21508 r27295 781 781 theader.Naxis[0] = RELPHOT_GRID_X; 782 782 theader.Naxis[1] = RELPHOT_GRID_Y; 783 gfits_modify (&theader, "NAXIS1", "% d", 1, RELPHOT_GRID_X);784 gfits_modify (&theader, "NAXIS2", "% d", 1, RELPHOT_GRID_Y);783 gfits_modify (&theader, "NAXIS1", "%lld", 1, RELPHOT_GRID_X); 784 gfits_modify (&theader, "NAXIS2", "%lld", 1, RELPHOT_GRID_Y); 785 785 gfits_create_matrix (&theader, &matrix); 786 786
Note:
See TracChangeset
for help on using the changeset viewer.
