# audioamplify [style=filled, color=lightgrey, URL="\ref pipeparts.mkaudioamplify()", label="audioamplify \n if --data-source=white \n in order to have unit variance \n after resampling"];
# See datasource.append_options() for common command line options shared among different programs
#
# + `--shift` [int] (ns): Number of nanoseconds, \f$\tau\f$ to delay (negative) or advance (positive) the input time series \f$x\f$ relative to the output time series \f$y\f$. \f$ y(t) = x(t+\tau)\f$
# + `--sample-rate` [int] (Hz): Sample rate at which to generate the data, should be less than or equal to the sample rate of the measured psds provided. Default = 16384 Hz.
# + `--sample-rate` [int] (Hz): Sample rate at which to generate the data, should be less than or equal to the sample rate of the measured psds provided. Default = 16384 Hz, max 16384 Hz.
# + `--whiten-reference-psd` [file name]: Set the name of psd xml file to whiten the data with.
# + `--whiten-track-psd` []: Calculate PSD from input data and track with time.
# + `--color-psd` [file name]: Set the name of psd xml file to color the data with
...
...
@@ -152,7 +155,7 @@ def parse_command_line():
#
parser.add_option("--shift",metavar="ns",help="Number of nanoseconds to delay (negative) or advance (positive) the time stream",type="int")
parser.add_option("--sample-rate",metavar="Hz",default=16384,type="int",help="Sample rate at which to generate the data, should be less than or equal to the sample rate of the measured psds provided, default = 16384 Hz")
parser.add_option("--sample-rate",metavar="Hz",default=16384,type="int",help="Sample rate at which to generate the data, should be less than or equal to the sample rate of the measured psds provided, default = 16384 Hz, max 16384 Hz")
parser.add_option("--whiten-reference-psd",metavar="name",help="Set the name of psd xml file to whiten the data with")
parser.add_option("--whiten-track-psd",action="store_true",help="Calculate PSD from input data and track with time.")
parser.add_option("--color-psd",metavar="name",help="Set the name of psd xml file to color the data with")