Changeset 12906 for trunk/FACT++/src


Ignore:
Timestamp:
02/18/12 10:13:06 (13 years ago)
Author:
tbretz
Message:
Added an example filter.
File:
1 edited

Legend:

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

    r12905 r12906  
    677677        ("limit",       var<size_t>(size_t(0)),     "Limit for the maximum number of rows to read (0=unlimited)")
    678678#ifdef HAVE_ROOT
    679         ("filter,r",    var<string>(""),            "Filter to restrict the selection of events (does not work with stat and minmax yet)")
     679        ("filter,r",    var<string>(""),            "Filter to restrict the selection of events (e.g. '[0]>10 && [0]<20';  does not work with stat and minmax yet)")
    680680#endif
    681681        ;
Note: See TracChangeset for help on using the changeset viewer.