Changeset 12906 for trunk/FACT++/src
- Timestamp:
- 02/18/12 10:13:06 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/fitsdump.cc
r12905 r12906 677 677 ("limit", var<size_t>(size_t(0)), "Limit for the maximum number of rows to read (0=unlimited)") 678 678 #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)") 680 680 #endif 681 681 ;
Note:
See TracChangeset
for help on using the changeset viewer.