Changeset 15110 for trunk/FACT++/src/feedback.cc
- Timestamp:
- 03/18/13 16:42:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/src/feedback.cc
r15031 r15110 1500 1500 po::options_description control("Feedback options"); 1501 1501 control.add_options() 1502 ("pixel-map-file", var<string>( "FACTmapV5a.txt"), "Pixel mapping file. Used here to get the default reference voltage.")1502 ("pixel-map-file", var<string>()->required(), "Pixel mapping file. Used here to get the default reference voltage.") 1503 1503 ("current-request-interval", var<uint16_t>(1000), "Interval between two current requests.") 1504 1504 ("num-calib-ignore", var<uint16_t>(30), "Number of current requests to be ignored before averaging")
Note:
See TracChangeset
for help on using the changeset viewer.