public abstract class SkyConeMatch2 extends SingleMapperTask
Constructor and Description |
---|
SkyConeMatch2(String purpose,
Coner coner,
int maxParallel)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
TableProducer |
createProducer(Environment env)
Returns an object which can produce the effective output table which
will be consumed by this task.
|
Parameter<ConeErrorPolicy> |
getConeErrorPolicyParameter()
Returns the parameter used to acquire the error policy.
|
Coner |
getConer()
Returns the coner used by this task.
|
Parameter<String> |
getDecParameter()
Returns the parameter used to acquire declination in degrees.
|
Parameter<ConeFindMode> |
getFindModeParameter()
Returns the parameter used to acquire the find mode.
|
Parameter<Integer> |
getParallelParameter()
Returns the parameter used to acquire the parallelism level.
|
Parameter<String> |
getRadiusDegreeParameter()
Returns the parameter used to acquire radius expression in degrees.
|
Parameter<String> |
getRaParameter()
Returns the parameter used to acquire RA expression in degrees.
|
Parameter<Boolean> |
getUseCoverageParameter()
Returns the parameter used to acquire the coverage usage flag.
|
createInputProducer, getInputFilterParameter, getInputTableParameter
createExecutable, createProducer, getIdentity, getOutputMode, getParameterList, getParameters, getPurpose
public SkyConeMatch2(String purpose, Coner coner, int maxParallel)
purpose
- one-line description of the purpose of the taskconer
- object which provides the sky cone search servicemaxParallel
- the largest number of parallel threads which
will be permitted for multi-threaded operation;
1 means single-threaded only, and <=0 means no limit -
use with care!public TableProducer createProducer(Environment env) throws TaskException
ConsumerTask
ConsumerTask.getIdentity(uk.ac.starlink.table.StarTable)
method.createProducer
in class ConsumerTask
env
- execution environmentTaskException
public Coner getConer()
public Parameter<String> getRaParameter()
public Parameter<String> getDecParameter()
public Parameter<String> getRadiusDegreeParameter()
public Parameter<ConeErrorPolicy> getConeErrorPolicyParameter()
public Parameter<ConeFindMode> getFindModeParameter()
public Parameter<Boolean> getUseCoverageParameter()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.