mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-12 21:07:13 +02:00
Fix strixel mapping and interpolation (#787)
This commit is contained in:
@ -74,7 +74,7 @@ int main(int argc, char *argv[]) {
|
||||
if (argc < 10) {
|
||||
std::cout
|
||||
<< "Usage is " << argv[0]
|
||||
<< "filestxt outdir [pedfile (raw or tiff)] [xmin xmax ymin ymax] "
|
||||
<< " filestxt outdir [pedfile (raw or tiff)] [xmin xmax ymin ymax] "
|
||||
"[threshold] [nframes] "
|
||||
"NOTE THAT THE DATA FILES HAVE TO BE IN THE RIGHT ORDER SO THAT PEDESTAL TRACKING WORKS! "
|
||||
<< std::endl;
|
||||
|
Reference in New Issue
Block a user