Next: SURFLIB_REM_TIMESERIES - Remove a time series from a 2D array
Up: Library APIs
Previous: SURFLIB_READ_IPFILE - Reads IP data from text file
SURFLIB_REM_GRID
- Remove an image grid of data from demodulated data
- Description:
- Removes a gridded image from demodulated data using a
lookup table containing the (I,J) coordinates (in the grid)
of each input data point.
Can be used to remove the source from an input data set.
- Invocation:
- CALL SURFLIB_REM_GRID( N_POS, N_BOLS, NX, NY,
IJ, GRID, IN_DATA, STATUS)
- Arguments:
-
-
N_PTS = INTEGER (Given)
-
Number of data points in input data
-
NX = INTEGER (Given)
-
X dimension of input grid
-
NY = INTEGER (Given)
-
Y dimension of input grid
-
IJ (2, N_PTS) INTEGER (Given)
-
Positions of each point (I,J) in input grid
-
GRID ( NX, NY) = REAL (Given)
-
Image grid to be subtracted from data
-
IN_DATA( N_PTS ) = REAL (Given & Returned)
-
Input data to be modified
-
STATUS = INTEGER (Given & Returned)
-
Global Status
-
Copyright
- Copyright ©1995,1996,1997,1998,1999 Particle Physics and Astronomy
Research Council. All Rights Reserved.
Next: SURFLIB_REM_TIMESERIES - Remove a time series from a 2D array
Up: Library APIs
Previous: SURFLIB_READ_IPFILE - Reads IP data from text file
SURF Programming Interface
Starlink System Note 72
Tim Jenness, John F. Lightfoot
Joint Astronomy Centre, Hilo, Hawaii
10 July 2000
E-mail:ussc@star.rl.ac.uk
Copyright © 2008 Science and Technology Facilities Council