@FunctionalInterface public static interface SkyCoverage.TupleDecoder
Modifier and Type | Method and Description |
---|---|
boolean |
decodeTuple(Object[] tuple,
double[] out)
Extracts a sky coordinate information from a tuple.
|
boolean decodeTuple(Object[] tuple, double[] out)
Note this method must be thread-safe, it may be called from multiple threads concurrently.
tuple
- input tuple dataout
- workspace array into which positional information
will be written on successful outputCopyright © 2024 Central Laboratory of the Research Councils. All Rights Reserved.