Changeset 37240
- Timestamp:
- Aug 12, 2014, 3:28:27 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140717/Ohana/src/addstar/src/mkcmf.c
r37036 r37240 31 31 static Coords coords; 32 32 33 static char reserved[] = "Reserved space. This line can be used to add a new FITS card."; 34 33 35 int main (int argc, char **argv) { 34 36 … … 305 307 PutCoords (&coords, &header); 306 308 gfits_modify (&header, "EXTNAME", "%s", 1, exthead); 309 310 int i; 311 for (i = 1; i < 32; i++) { 312 gfits_modify_alt (&header, "COMMENT", "%C", i, reserved); 313 } 307 314 308 315 ftable.header = &theader;
Note:
See TracChangeset
for help on using the changeset viewer.
