| 
    Jpp
    18.3.0
    
   the software that should make you happy 
   | 
 
Auxiliary program to modify hydrophone configuration. More...
#include <iostream>#include <iomanip>#include <vector>#include <set>#include "JDetector/JHydrophone.hh"#include "JSupport/JMeta.hh"#include "Jeep/JContainer.hh"#include "Jeep/JPrint.hh"#include "Jeep/JParser.hh"#include "Jeep/JMessage.hh"Go to the source code of this file.
Functions | |
| int | main (int argc, char **argv) | 
Auxiliary program to modify hydrophone configuration.
Syntax:
    -S "<string number>         (set|add|sub) x y z"
    -S "<string number>         (rot) phi"
For option rot, the angle phi refers to an anti-clockwise rotation around the z-axis.
The rotation angle is defined in radians.
The options
    -A "<string number> <floor> x y z"
    -r "<string number>"
can be used to add and remove a hydrophone, respectively.
Definition in file JEditHydrophone.cc.
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 171 of file JEditHydrophone.cc.
 1.8.5