public interface ConeSearcher
Modifier and Type | Method and Description |
---|---|
void |
close()
Called when this searcher is no longer required.
|
int |
getDecIndex(StarTable result)
Returns the index of a column giving the declination in the
returned table.
|
int |
getRaIndex(StarTable result)
Returns the index of a column giving the right ascension in the
returned table.
|
StarTable |
performSearch(double ra,
double dec,
double sr)
Returns a table consisting of all the objects within a given search
radius of a specified point on the sky.
|
StarTable performSearch(double ra, double dec, double sr) throws IOException
ra
- right ascension in degrees of search region centredec
- declination in degrees of search region centresr
- search radius in degreesIOException
int getRaIndex(StarTable result)
result
- table returned by performSearch
int getDecIndex(StarTable result)
result
- table returned by performSearch
void close()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.