In file No file:

int psDataPack (int output_format, int data_type, int timeseries_length, float timestep, float* result)

Rearranges output data

Documentation

Rearranges output data. This function rearranges output data into one of various output formats, defined in Flags to select output format, see constants and flags section of this manual. Options are:
    OUTPUT_AMPPERRTBIN (=0)
    OUTPUT_PSD (=1)
    OUTPUT_COMPMINUSFTOF (=2)
    OUTPUT_COMPNATIVE (=3)
    OUTPUT_COMPGDS (=4)
    
See above explanation of psGen() for a description of the various formats.

Returns:
s -3 if you do not select a valid output format type, 0 if successful.
Parameters:
output_format - which of the above output formats is required.
data_type - DATA_REAL or DATA_COMPLEX. Which type of input data was used.
timeseries_length - Length of the time series data array.
timestep - The time interval between successive samples in seconds.
result - A pointer to the data array
Author:
Edward Daw, 16th June 1999

alphabetic index hierarchy of classes


Please send questions and comments to zweizig_j@ligo.caltech.edu


generated by doc++