- Timestamp:
- 04/22/06 08:37:01 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mraw/MRawRunHeader.cc
r7641 r7647 290 290 fin.read((char*)&fTelescopeNumber, 2); // (+2) 291 291 } 292 // Maybe we should set fCameraVersion and fTelescopeNumber to 1 293 // in case of fFormatVersion<6 292 294 293 295 // ----- Run information ----- … … 299 301 if (fFormatVersion>5) 300 302 fin.read((char*)fObservationMode, 60); // (+60) 303 // Maybe we should set fObservationMode to something 304 // in case of fFormatVersion<6 301 305 302 306 // ----- Source position ----- 303 fin.read((char*)dummy, 4); // F32 SourceRA; Total=48304 fin.read((char*)dummy, 4); // F32 SourceDEC; Total=52305 307 if (fFormatVersion>5) 306 308 { 307 fin.read((char*)dummy, 4); // F32 TelescopeRA; (+4) 308 fin.read((char*)dummy, 4); // F32 TelescopeDEC; (+4) 309 } 309 fin.read((char*)dummy, 4); // F32 SourceRA; Total=48 310 fin.read((char*)dummy, 4); // F32 SourceDEC; Total=52 311 } 312 // Maybe we should set these to something 313 // in case of fFormatVersion<6 314 fin.read((char*)dummy, 4); // F32 TelescopeRA; (+4) 315 fin.read((char*)dummy, 4); // F32 TelescopeDEC; (+4) 310 316 fin.read((char*)&fSourceEpochChar, 2); // Total=56 311 317 fin.read((char*)&fSourceEpochDate, 2); // Total=58
Note:
See TracChangeset
for help on using the changeset viewer.