Changeset 1143 in Sophya for trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
- Timestamp:
- Aug 25, 2000, 5:52:48 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/SophyaExt/FitsIOServer/fitsspherehealpix.cc
r1136 r1143 78 78 } 79 79 80 DVList dvl ;80 DVList dvl( dobj_->Info() ); 81 81 82 82 SphereCoordSys* cs= dobj_->GetCoordSys(); … … 99 99 dvl.SetComment("LASTPIX", "Last pixel # (0 based)"); 100 100 dvl["Content"]= "SphereHEALPix"; 101 dvl["EXTNAME"]= "SIMULATION";102 dvl["COMMENT"]= "Sky Map Pixelisation Specific Keywords";103 101 104 102 // On ecrit les dataBlocks … … 106 104 Noms[0]= new char[15]; 107 105 strncpy(Noms[0],dvl.GetS("Content").c_str(),15); 108 char extname[15]; 109 strncpy(extname,dvl.GetS("EXTNAME").c_str(),15); 106 char extname[15] = "SIMULATION"; 110 107 111 108 char Type[2]; … … 198 195 // on effectue le decoupage en tranches 199 196 dobj_->SetThetaSlices(); 200 dobj_->Info()=is.DVListFromFits();197 dobj_->Info() = is.DVListFromFits(); 201 198 202 199
Note:
See TracChangeset
for help on using the changeset viewer.