object SmartGcalImporter extends DoobieClient
Importer for SmartGcal CSV files. Note, these files use display values in some cases instead of the seqexec values since they were meant to be edited by science staff.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SmartGcalImporter
- DoobieClient
- IndexMeta
- ProgramIdMeta
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
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
- implicit val IndexMeta: doobie.Meta[Index]
- Definition Classes
- IndexMeta
- implicit val ProgramIdMeta: doobie.Meta[Id]
- Definition Classes
- ProgramIdMeta
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- val checkSmartDir: IO[Unit]
- val clean: doobie.ConnectionIO[Unit]
Truncates all the smart gcal tables.
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def configureLogging[M[_]](implicit arg0: Effect[M]): M[Unit]
- Definition Classes
- DoobieClient
- val dir: File
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fileName(prefix: String, lampType: GcalLampType): String
Obtains the file name to use for the given instrument name and lamp type.
Obtains the file name to use for the given instrument name and lamp type.
- prefix
file name prefix, which is extended with "_ARC.csv" and "_FLAT.csv" to create the full file names.
- lampType
flat or arc
- returns
corresponding .csv file
- 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()
- def ignoreUniqueViolation(fa: doobie.ConnectionIO[Int])(implicit ev: Bracket[doobie.ConnectionIO, Throwable]): doobie.ConnectionIO[Int]
- Definition Classes
- DoobieClient
- def importAllInst: IO[Unit]
- def importInst[K](instFilePrefix: String, parser: KeyParser[K], unindexer: doobie.ConnectionIO[Int], writer: SmartGcalWriter[K], indexer: doobie.ConnectionIO[Int]): IO[Unit]
- implicit val ioContextShift: ContextShift[IO]
- Definition Classes
- DoobieClient
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def main(args: Array[String]): Unit
- 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 parseF2(input: List[String]): (Flamingos2, List[String])
- def parseGcal(input: List[String]): (GcalBaselineType, GcalConfig)
- def parseGmosNorth(input: List[String]): (GmosNorthDefinition, List[String])
- def parseGmosSouth(input: List[String]): (GmosSouthDefinition, List[String])
- def parseGnirs(input: List[String]): (GnirsDefinition, List[String])
- def parseLine[K](input: List[String], l: GcalLampType, parser: KeyParser[K]): SmartGcalLine[K]
- def parseMaxWavelength(s: String): Wavelength
- def runc: IO[Unit]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()