uk.ac.starlink.ttools.task
Interface PixSample.CoordReader
- Enclosing class:
- PixSample
public static interface PixSample.CoordReader
Interface to turn input coordinate values into coordinate values
suitable for pixel sampling.
Method Summary |
double[] |
getCoords(double lonDeg,
double latDeg)
Gets sampling lon/lat coordinates given some input coordinates. |
getCoords
double[] getCoords(double lonDeg,
double latDeg)
- Gets sampling lon/lat coordinates given some input coordinates.
- Parameters:
lonDeg
- first input coordinatelatDeg
- second input coordinate
- Returns:
- (lon,lat) array of coordinates giving sampling position
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.