Changeset 1252 in Sophya for trunk/SophyaProg/PMixer/tgrsr.cc
- Timestamp:
- Oct 24, 2000, 11:12:33 AM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaProg/PMixer/tgrsr.cc
r1239 r1252 135 135 FitsOutFile fios(arg[4]); 136 136 fios.firstImageOnPrimaryHeader(false); // use secondary header 137 DVList dvl; 138 if (typ == 0) 139 dvl["PDMTYPE"] = "FGRSPEC"; 140 dvl.SetComment("PDMTYPE", "Planck Data Model Type"); 141 dvl["SOPHYVER"] = SophyaVersion(); 142 dvl.SetComment("SOPHYVER", "Sophya Version"); 143 dvl["TGRSRKW"] = "Test Keyword from tgrsr.cc"; 144 fios.DVListIntoPrimaryHeader(dvl); 137 145 fios << mtx ; 138 146 PrtTim("End of Matrix->FITS ");
Note:
See TracChangeset
for help on using the changeset viewer.