Changeset 39221
- Timestamp:
- Dec 3, 2015, 4:12:41 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20151113/Ohana/src/relastro/src/UpdateObjectOffsets.c
r38986 r39221 74 74 } 75 75 76 struct timeval now; 77 gettimeofday (&now, (void *) NULL); 78 char *moddate = ohana_sec_to_date (now.tv_sec); 79 gfits_modify (&catalog.header, "RELASTRO", "%s", 1, moddate); 80 free (moddate); 81 76 82 // write the updated detections to disk 77 83 save_catalogs (&catalog, 1);
Note:
See TracChangeset
for help on using the changeset viewer.
