SURFLIB_REM_TIMESERIES

Remove a time series from a 2D array

Description:

Remove a time series (Y data) from a 2D array where the second dimension corresponds to time. It is assumed that both the time series and the 2D array have the same number of points in time (N_POS)

Invocation

CALL SURFLIB_REM_TIMESERIES ( N_BOLS, N_POS, TIME_SER, TIME_VAR, IN_DATA, IN_VAR, STATUS)

Arguments

N_BOLS = INTEGER (Given)
Number of bolometers in data array (x dimension)
N_POS = INTEGER (Given)
Number of time data values (y dim)
TIME_SER ( N_POS ) = REAL (Given)
Time series to be removed
TIME_VAR ( N_POS ) = REAL (Given)
Variance associated with each time value
IN_DATA (N_BOLS, N_POS ) = REAL (Given & Returned)
Input data to be modified
IN_VAR (N_BOLS, N_POS ) = REAL (Given & Returned)
Input variance
STATUS = INTEGER (Given & Returned)
Global Status

Copyright

Copyright ©1995,1996,1997,1998,1999 Particle Physics and Astronomy Research Council. All Rights Reserved.