public class SkyMatch2Mapper extends Object implements TableMapper
Constructor and Description |
---|
SkyMatch2Mapper()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TableMapping |
createMapping(Environment env,
int nin)
Creates a new mapping object, using a given execution environment
for any additional required state.
|
StringParameter[] |
getDecParameters()
Returns the parameters used to acquire the Declination value expressions
in degrees for the two input tables.
|
Parameter<Double> |
getErrorArcsecParameter()
Returns the parameter used to acquire the match error in arcsec.
|
Parameter<Integer> |
getHealpixLevelParameter()
Returns the parameter used to acquire the HEALPix level.
|
Parameter<JoinType> |
getJoinTypeParameter()
Returns the parameter used to acquire the join type.
|
Parameter<PairMode> |
getPairModeParameter()
Returns the parameter used to acquire the pair mode.
|
Parameter<?>[] |
getParameters()
Returns the parameters defined by this mapper.
|
StringParameter[] |
getRaParameters()
Returns the parameters used to acquire the RA value expressions
in degrees for the two input tables.
|
public Parameter<?>[] getParameters()
TableMapper
getParameters
in interface TableMapper
public StringParameter[] getRaParameters()
public StringParameter[] getDecParameters()
public Parameter<Double> getErrorArcsecParameter()
public Parameter<PairMode> getPairModeParameter()
public Parameter<JoinType> getJoinTypeParameter()
public Parameter<Integer> getHealpixLevelParameter()
public TableMapping createMapping(Environment env, int nin) throws TaskException
TableMapper
createMapping
in interface TableMapper
env
- execution environmentnin
- number of input tables that the mapping will operate on
if known; -1 if notTaskException
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.