Changeset 17938 for trunk/FACT++/src


Ignore:
Timestamp:
07/27/14 11:51:22 (10 years ago)
Author:
tbretz
Message:
Better formatting for sqm numbers.
File:
1 edited

Legend:

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

    r17932 r17938  
    9090
    9191            if (vec[0]!="r")
    92                 throw runtime_error("Not a proper answer["+to_string(vec[0].size())+"]: "+vec[0]);
     92                throw runtime_error("Not a proper answer");
    9393
    9494            SQM::Data data;
     
    143143            // For example: Here we could schedule a new accept if we
    144144            // would not want to allow two connections at the same time.
     145            fValid = false;
    145146            PostClose(true);
    146147            return;
     
    281282        fDim("SQM_CONTROL/DATA", "F:1;I:1;I:1;F:1;F:1",
    282283             "Data received from sky quality meter"
    283              "|mag[mag/arcsec^2]:Magnitude (0 means upper brightness limit)"
    284              "|freq[Hz]:Frequency of sensor"
    285              "|counts:Period of sensor (counts occur at 14.7456MHz/32)"
    286              "|period[s]:Period of sensor"
    287              "|temp[deg C]:Sensor temperature in deg C")
     284             "|Mag[mag/arcsec^2]:Magnitude (0 means upper brightness limit)"
     285             "|Freq[Hz]:Frequency of sensor"
     286             "|Counts:Period of sensor (counts occur at 14.7456MHz/32)"
     287             "|Period[s]:Period of sensor"
     288             "|Temp[deg C]:Sensor temperature in deg C")
    288289    {
    289290    }
Note: See TracChangeset for help on using the changeset viewer.