at.iem

sysson

package sysson

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. sysson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. final case class OpenRange(startOption: Option[Int], endOption: Option[Int], isInclusive: Boolean, step: Int = 1) extends Product with Serializable

  2. trait Plot[S <: Sys[S]] extends Obj[S] with Publisher[S, Update[S]]

  3. type Scale = (Double) ⇒ Double

  4. final case class Stats(map: Map[String, Variable]) extends Product with Serializable

    Statistics for a given file.

  5. trait TreeLike[S <: Sys[S], T <: TreeLike[S, T]] extends Publisher[S, Update[S, T]]

  6. trait TreeTypes extends AnyRef

  7. final case class VariableSection(variable: Variable, section: Vec[OpenRange], scale: (Double) ⇒ Double = Scale.Identity) extends VariableLike with Product with Serializable

    A variable section is a non destructive selection within the dimension of a variable, possibly applying scaling to its values.

  8. type Vec[+A] = IndexedSeq[A]

Value Members

  1. object BuildInfo extends Product with Serializable

    This object was generated by sbt-buildinfo.

  2. object Implicits

  3. object Main

  4. object OSCSupport

  5. object OpenRange extends Serializable

  6. object Plot extends Type

  7. object Scale

  8. object Stats extends Serializable

  9. object TreeLike extends TreeTypes

  10. object VariableSection extends Serializable

  11. val Vec: IndexedSeq.type

  12. object WorkspaceResolver

    Associates a workspace with a file cache for NetCDF resources.

  13. package binaural

  14. def boot(): Unit

    Boots the SuperCollider server.

  15. val dataDir: File

    The data directory inside the SysSon base directory contains common NetCDF files.

  16. def defaultFile: File

  17. def defaultFile2: File

  18. package graph

  19. package gui

  20. package impl

  21. def initTypes(): Unit

  22. def open(path: String): NetcdfFile

    Opens a NetCDF file from a given path string.

  23. def openDefault(): NetcdfFile

    Opens RO-MultiSatelliteClimatologies-SEremoved_plevData_months_012002-122010.nc

  24. def openDefault2(): NetcdfFile

    Opens MetOffUK_HadGEM2-ES/25_ta_Amon_HadGEM2-ES_rcp45_r1i1p1_200512-210012.nc

  25. def openFile(file: File): NetcdfFile

    Opens a NetCDF file from a given file object .

  26. var showLog: Boolean

  27. package sound

  28. val syssonDir: File

    The SysSon base directory is determined by the environment variable SYSSON_HOME.

    The SysSon base directory is determined by the environment variable SYSSON_HOME. See the README.md for more information.

  29. package util

Inherited from AnyRef

Inherited from Any

Ungrouped