Changeset 14964


Ignore:
Timestamp:
02/28/13 09:38:23 (12 years ago)
Author:
tbretz
Message:
Removed obsolete old variables.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/magiclidar.cc

    r14961 r14964  
    120120                        data.fAz = stof(line.substr(2));
    121121
    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));
    128128
    129129                    if (line.substr(0, 2)=="T3")
     
    173173            ostringstream msg;
    174174            msg << tm.GetAsStr("%H:%M:%S") << ":"
    175                 << " PBL=" << data.fPBL
    176                 << " CHE=" << data.fCHE
    177                 << " COT=" << data.fCOT
     175                //<< " PBL=" << data.fPBL
     176                //<< " CHE=" << data.fCHE
     177                //<< " COT=" << data.fCOT
    178178                << " T3-12=" << data.fT3
    179179                << "/" << data.fT6
     
    335335                  "|Zd[deg]:Pointing direction zenith distance"
    336336                  "|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"
    340340                  "|T3[1]:Transmission below 3km normalized to 1"
    341341                  "|T6[1]:Transmission below 6km normalized to 1"
Note: See TracChangeset for help on using the changeset viewer.