class TargetDuplicationChecker extends AnyRef
- Alphabetic
- By Inheritance
- TargetDuplicationChecker
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TargetDuplicationChecker(proposals: List[Proposal], tolerance: Angle = Angle.arcseconds.reverseGet(10))
- tolerance
Allowed tolerance in angular separation between target coordinates (default is one arcsecond).
Type Members
- type Cluster = Map[ClusterKey, NonEmptyChain[ClusterMember]]
A cluster of targets, grouped by NTAC reference, in which all edges in the minimal spanning tree are <=
tolerance. - case class TargetInfo(proposalRef: String, pi: Investigator, target: Target, instrument: String) extends Product with Serializable
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def allClusters: List[Cluster]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def clusterIncluding(target: TargetInfo, candidates: List[TargetInfo]): (Cluster, List[TargetInfo])
Find the members of the cluster that includes the
target, taken from the list of candidates, which should *not* containtarget.Find the members of the cluster that includes the
target, taken from the list of candidates, which should *not* containtarget. Returns the cluster (which may only includetarget) and a list of non-members. - def coordinates(target: Target): Coordinates
Get the gsp math coordinates from an engine model target.
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def same(ti1: TargetInfo, ti2: TargetInfo): Boolean
- def same(o1: Observation, o2: Observation): Boolean
Are these the same observation within our tolerance?
- def same(t1: Target, t2: Target): Boolean
Are these the same target within our tolerance?
- def same(c1: Coordinates, c2: Coordinates): Boolean
Are these the same coordinates within our tolerance?
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- val tolerance: Angle
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()