Package uk.ac.starlink.ttools.task
Class CdsUploadSkyMatch
java.lang.Object
uk.ac.starlink.ttools.task.ConsumerTask
uk.ac.starlink.ttools.task.SingleMapperTask
uk.ac.starlink.ttools.task.CdsUploadSkyMatch
- All Implemented Interfaces:
uk.ac.starlink.task.Task
Upload matcher that uses CDS's Xmatch service.
- Since:
- 14 May 2014
- Author:
- Mark Taylor
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateProducer
(uk.ac.starlink.task.Environment env) Returns an object which can produce the effective output table which will be consumed by this task.uk.ac.starlink.task.Parameter
<Integer> Returns the parameter for acquiring upload block size.uk.ac.starlink.task.Parameter
<String> Returns the parameter for acquiring the fixer suffix parameter.uk.ac.starlink.task.Parameter
<String> Returns the parameter for acquiring the name of the remote VizieR table.uk.ac.starlink.task.Parameter
<String> Returns the parameter for acquiring the expression for Declination.uk.ac.starlink.task.Parameter
<UserFindMode> Returns the parameter for acquiring the find mode.uk.ac.starlink.task.Parameter
<JoinFixActionParameter.Fixer> Returns the parameter for acquiring the Fixer action.uk.ac.starlink.task.Parameter
<Double> Returns the parameter for acquiring the search radius in arcseconds.uk.ac.starlink.task.Parameter
<String> Returns the parameter for acquiring the expression for Right Ascension.uk.ac.starlink.task.Parameter
<Boolean> Returns the parameter for acquiring the whether a MOC should be sought and used to pre-filter rows before upload.Methods inherited from class uk.ac.starlink.ttools.task.SingleMapperTask
createInputProducer, getInputFilterParameter, getInputTableParameter
Methods inherited from class uk.ac.starlink.ttools.task.ConsumerTask
createExecutable, createProducer, getIdentity, getOutputMode, getParameterList, getParameters, getPurpose
-
Constructor Details
-
CdsUploadSkyMatch
public CdsUploadSkyMatch()Constructor.
-
-
Method Details
-
getRaParameter
Returns the parameter for acquiring the expression for Right Ascension.- Returns:
- RA parameter
-
getDecParameter
Returns the parameter for acquiring the expression for Declination.- Returns:
- declination parameter
-
getRadiusArcsecParameter
Returns the parameter for acquiring the search radius in arcseconds.- Returns:
- radius parameter
-
getCdsTableParameter
Returns the parameter for acquiring the name of the remote VizieR table.- Returns:
- CDS table name parameter
-
getUseMocParameter
Returns the parameter for acquiring the whether a MOC should be sought and used to pre-filter rows before upload.- Returns:
- useMoc parameter
-
getFindParameter
Returns the parameter for acquiring the find mode.- Returns:
- find mode parameter
-
getBlocksizeParameter
Returns the parameter for acquiring upload block size.- Returns:
- block size parameter
-
getFixColsParameter
Returns the parameter for acquiring the Fixer action.- Returns:
- column fixer parameter
-
getCdsSuffixParameter
Returns the parameter for acquiring the fixer suffix parameter.- Returns:
- fixer suffix parameter
-
createProducer
public TableProducer createProducer(uk.ac.starlink.task.Environment env) throws uk.ac.starlink.task.TaskException Description copied from class:ConsumerTask
Returns an object which can produce the effective output table which will be consumed by this task. The table produced by the resulting producer can be fed to theConsumerTask.getIdentity(uk.ac.starlink.table.StarTable)
method.- Specified by:
createProducer
in classConsumerTask
- Parameters:
env
- execution environment- Returns:
- table producer
- Throws:
uk.ac.starlink.task.TaskException
-