Changeset 18361


Ignore:
Timestamp:
11/07/15 18:19:40 (9 years ago)
Author:
tbretz
Message:
Added more description for the configuration parameters.
File:
1 edited

Legend:

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

    r18358 r18361  
    33233323        ("addr,a",                   var<string>("sps:5357"),   "Network address of cosy")
    33243324        ("verbosity,v",              var<uint16_t>(0),          "Vervosity level (0=off; 1=major updates; 2=most updates; 3=frequent updates)")
    3325         ("pointing.model-file",      var<string>()->required(), "")
    3326         ("pointing.max.zd",          var<double>( 104.9),       "")
    3327         ("pointing.max.az",          var<double>(  85.0),       "")
    3328         ("pointing.min.zd",          var<double>(-104.9),       "")
    3329         ("pointing.min.az",          var<double>(-295.0),       "")
     3325        ("pointing.model-file",      var<string>()->required(), "Name of the file with the pointing model in use")
     3326        ("pointing.max.zd",          var<double>( 104.9),       "Maximum allowed zenith angle in sky pointing coordinates [deg]")
     3327        ("pointing.max.az",          var<double>(  85.0),       "Maximum allowed azimuth angle in sky pointing coordinates [deg]")
     3328        ("pointing.min.zd",          var<double>(-104.9),       "Minimum allowed zenith angle in sky pointing coordinates [deg]")
     3329        ("pointing.min.az",          var<double>(-295.0),       "Minimum allowed azimuth angle in sky pointing coordinates [deg]")
    33303330        ("pointing.max.residual",    var<double>(1./32768),     "Maximum residual for a pointing operation [revolutions]")
    3331         ("pointing.velocity",        var<double>(0.3),          "")
    3332         ("pointing.acceleration.az", var<double>(0.01),         "")
    3333         ("pointing.acceleration.zd", var<double>(0.03),         "")
    3334         ("tracking.acceleration.az", var<double>(0.01),         "")
    3335         ("tracking.acceleration.zd", var<double>(0.01),         "")
    3336         ("parking-pos.zd",           var<double>(101),          "")
    3337         ("parking-pos.az",           var<double>(0),            "")
    3338         ("acceleration.max.az",      var<double>(0.03),         "")
    3339         ("acceleration.max.zd",      var<double>(0.09),         "")
    3340         ("weather-timeout",          var<uint16_t>(300),        "")
     3331        ("pointing.velocity",        var<double>(0.3),          "Moving velocity when pointing [% max]")
     3332        ("pointing.acceleration.az", var<double>(0.01),         "Acceleration for azimuth axis for pointing operations")
     3333        ("pointing.acceleration.zd", var<double>(0.03),         "Acceleration for zenith axis for pointing operations")
     3334        ("tracking.acceleration.az", var<double>(0.01),         "Acceleration for azimuth axis during tracking operations")
     3335        ("tracking.acceleration.zd", var<double>(0.01),         "Acceleration for zenith axis during tracking operations")
     3336        ("parking-pos.zd",           var<double>(101),          "Parking position zenith angle in sky pointing coordinates [deg]")
     3337        ("parking-pos.az",           var<double>(0),            "Parking position azimuth angle in sky pointing coordinates [deg]")
     3338        ("acceleration.max.az",      var<double>(0.03),         "Maximum allowed acceleration value for azimuth axis")
     3339        ("acceleration.max.zd",      var<double>(0.09),         "Maximum allowed acceleration value for zenith axis")
     3340        ("weather-timeout",          var<uint16_t>(300),        "Timeout [sec] for weather data (after timeout default values are used)")
    33413341        ("deviation-limit",          var<uint16_t>(90),         "Deviation limit in arcsec to get 'OnTrack'")
    33423342        ("deviation-count",          var<uint16_t>(3),          "Minimum number of reported deviation below deviation-limit to get 'OnTrack'")
Note: See TracChangeset for help on using the changeset viewer.