Changeset 14964
- Timestamp:
- 02/28/13 09:38:23 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/magiclidar.cc
r14961 r14964 120 120 data.fAz = stof(line.substr(2)); 121 121 122 if (line.substr(0, 3)=="PBL")123 data.fPBL = stof(line.substr(3));124 if (line.substr(0, 3)=="CHE")125 data.fCHE = stof(line.substr(3));126 if (line.substr(0, 3)=="COT")127 data.fCOT = stof(line.substr(3));122 //if (line.substr(0, 3)=="PBL") 123 // data.fPBL = stof(line.substr(3)); 124 //if (line.substr(0, 3)=="CHE") 125 // data.fCHE = stof(line.substr(3)); 126 //if (line.substr(0, 3)=="COT") 127 // data.fCOT = stof(line.substr(3)); 128 128 129 129 if (line.substr(0, 2)=="T3") … … 173 173 ostringstream msg; 174 174 msg << tm.GetAsStr("%H:%M:%S") << ":" 175 << " PBL=" << data.fPBL176 << " CHE=" << data.fCHE177 << " COT=" << data.fCOT175 //<< " PBL=" << data.fPBL 176 //<< " CHE=" << data.fCHE 177 //<< " COT=" << data.fCOT 178 178 << " T3-12=" << data.fT3 179 179 << "/" << data.fT6 … … 335 335 "|Zd[deg]:Pointing direction zenith distance" 336 336 "|Az[deg]:Pointing direction azimuth" 337 "|CHE[km]:Cloud height"338 "|COT[1]:Cloud optical transparency at 532nm"339 "|PBL[100]:Planetary boundary layer normalized to 100 for clear nights"337 //"|CHE[km]:Cloud height" 338 //"|COT[1]:Cloud optical transparency at 532nm" 339 //"|PBL[100]:Planetary boundary layer normalized to 100 for clear nights" 340 340 "|T3[1]:Transmission below 3km normalized to 1" 341 341 "|T6[1]:Transmission below 6km normalized to 1"
Note:
See TracChangeset
for help on using the changeset viewer.