Command line tool: plotswitch
Module | cltools |
---|---|
Description | Input |
(no description available) | command line args |
Details
Text from manual goes here
Syntax
The following table describes the command line options that are available for this tool
Keyword | Description |
---|---|
--help/-h | print this help |
--switch | the input to pass to the switching function, please remeber the quotes |
--steps | the number of steps between 0 and R_O, or in the specified interval |
--from | the start of the interval, if negative will be set to 0 |
--to | the end of the interval, will be D_MAX or 2*R_0 if D_MAX is not set |
--plotprecision | the precision to use for the tabulated results |
--rationalR_0 | The r_0 parameter of the switching function, this will activate the --rational options, note that this will ignore the --switch option silently |
--rationalNN | The n parameter of the switching function |
--rationalMM | The m parameter of the switching function; 0 implies 2*NN |
--rationalD_0 | The d_0 parameter of the switching function |
--nosquare | use calculate instead of calculateSqr |
--centerrange | centers the visualization in R_0 in a range given epsilons times r_0, note that specifying this will overide all the other range options |