Changeset 12611 for trunk/FACT++/src
- Timestamp:
- 11/22/11 13:20:53 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/FitsFile.cc
r12536 r12611 41 41 WriteKey("DATE", now.Iso(), "File creation date"); 42 42 WriteKey("NIGHT", now.NightAsInt(), "Night as int"); 43 WriteKey("TIMESYS", "UTC", "Time systen"); 43 WriteKey("TIMESYS", "UTC", "Time system"); 44 WriteKey("TIMEUNIT", "d", "Time given in days w.r.t. to MJDREF"); 45 WriteKey("MJDREF", 40587, "Store times in UNIX time (for convenience, seconds since 1970/1/1)"); 44 46 45 47 //WriteKey("CONTACT", PACKAGE_BUGREPORT, "Current package maintainer");
Note:
See TracChangeset
for help on using the changeset viewer.