TableMapping
public class SkyMatch2Mapping extends Match2Mapping
Constructor | Description |
---|---|
SkyMatch2Mapping(uk.ac.starlink.table.join.FixedSkyMatchEngine matcher,
java.lang.String raExpr1,
java.lang.String decExpr1,
java.lang.String raExpr2,
java.lang.String decExpr2,
uk.ac.starlink.table.join.JoinType join,
uk.ac.starlink.table.join.PairMode pairMode,
uk.ac.starlink.table.JoinFixAction fixact1,
uk.ac.starlink.table.JoinFixAction fixact2,
uk.ac.starlink.table.join.ProgressIndicator progger) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
protected uk.ac.starlink.table.StarTable |
makeSubTable(uk.ac.starlink.table.StarTable inTable,
java.lang.String[] exprTuple) |
Creates a table containing the values which are required by the
matcher.
|
mapTables
public SkyMatch2Mapping(uk.ac.starlink.table.join.FixedSkyMatchEngine matcher, java.lang.String raExpr1, java.lang.String decExpr1, java.lang.String raExpr2, java.lang.String decExpr2, uk.ac.starlink.table.join.JoinType join, uk.ac.starlink.table.join.PairMode pairMode, uk.ac.starlink.table.JoinFixAction fixact1, uk.ac.starlink.table.JoinFixAction fixact2, uk.ac.starlink.table.join.ProgressIndicator progger)
matcher
- sky match engineraExpr1
- JEL expression for right ascension/degrees in table 1
- if null, a guess is madedecExpr1
- JEL expression for declination/degrees in table 1
- if null, a guess is maderaExpr2
- JEL expression for right ascension/degrees in table 2
- if null, a guess is madedecExpr2
- JEL expression for declination/degrees in table 2
- if null, a guess is madejoin
- output row selection typepairMode
- pair matching modefixact1
- deduplication fix action for first input tablefixact2
- deduplication fix action for second input tableprogger
- progress indicator for match processprotected uk.ac.starlink.table.StarTable makeSubTable(uk.ac.starlink.table.StarTable inTable, java.lang.String[] exprTuple) throws uk.ac.starlink.task.ExecutionException
Match2Mapping
makeSubTable
in class Match2Mapping
inTable
- input tableexprTuple
- array of JEL expressions giving the values of
the tuple elements required for the matcheruk.ac.starlink.task.ExecutionException
- if a compilation error occursCopyright © 2018 Central Laboratory of the Research Councils. All Rights Reserved.