STIXCore datetime#

The time submodule contains provides a highlevel time object which can convert from SolarOrbiter onboard time OBT also known as space craft elapsed time SCET to UTC.

stixcore.time Package#

Classes#

SCETime(*args, **kwargs)

SolarOrbiter Spacecraft Elapse Time (SCET) or Onboard Time (OBT).

SCETimeDelta(*args, **kwargs)

SCET time delta objects which can be created.

SCETimeRange(*[, start, end])

SolarOrbiter Spacecraft Elapse Time (SCET) Range with start and end time.

Class Inheritance Diagram#

digraph inheritance675d5cf55e { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "NDArrayShapeMethods" [URL="https://docs.astropy.org/en/stable/api/astropy.utils.shapes.NDArrayShapeMethods.html#astropy.utils.shapes.NDArrayShapeMethods",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Mixin class to provide shape-changing methods."]; "SCETBase" [URL="../api/stixcore.time.datetime.SCETBase.html#stixcore.time.datetime.SCETBase",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base time class from which SCETime and SCETimeDelta inherit."]; "ShapedLikeNDArray" -> "SCETBase" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SCETime" [URL="../api/stixcore.time.datetime.SCETime.html#stixcore.time.datetime.SCETime",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="SolarOrbiter Spacecraft Elapse Time (SCET) or Onboard Time (OBT)."]; "SCETBase" -> "SCETime" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SCETimeDelta" [URL="../api/stixcore.time.datetime.SCETimeDelta.html#stixcore.time.datetime.SCETimeDelta",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="SCET time delta objects which can be created."]; "SCETBase" -> "SCETimeDelta" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SCETimeRange" [URL="../api/stixcore.time.datetime.SCETimeRange.html#stixcore.time.datetime.SCETimeRange",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="SolarOrbiter Spacecraft Elapse Time (SCET) Range with start and end time."]; "ShapedLikeNDArray" [URL="https://docs.astropy.org/en/stable/api/astropy.utils.shapes.ShapedLikeNDArray.html#astropy.utils.shapes.ShapedLikeNDArray",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Mixin class to provide shape-changing methods."]; "NDArrayShapeMethods" -> "ShapedLikeNDArray" [arrowsize=0.5,style="setlinewidth(0.5)"]; }

stixcore.time.datetime Module#

Array like time objects

Classes#

SCETBase(*args, **kwargs)

Base time class from which SCETime and SCETimeDelta inherit.

SCETime(*args, **kwargs)

SolarOrbiter Spacecraft Elapse Time (SCET) or Onboard Time (OBT).

SCETimeDelta(*args, **kwargs)

SCET time delta objects which can be created.

SCETimeRange(*[, start, end])

SolarOrbiter Spacecraft Elapse Time (SCET) Range with start and end time.

Class Inheritance Diagram#

digraph inheritancedc1220f841 { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "NDArrayShapeMethods" [URL="https://docs.astropy.org/en/stable/api/astropy.utils.shapes.NDArrayShapeMethods.html#astropy.utils.shapes.NDArrayShapeMethods",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Mixin class to provide shape-changing methods."]; "SCETBase" [URL="../api/stixcore.time.datetime.SCETBase.html#stixcore.time.datetime.SCETBase",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Base time class from which SCETime and SCETimeDelta inherit."]; "ShapedLikeNDArray" -> "SCETBase" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SCETime" [URL="../api/stixcore.time.datetime.SCETime.html#stixcore.time.datetime.SCETime",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="SolarOrbiter Spacecraft Elapse Time (SCET) or Onboard Time (OBT)."]; "SCETBase" -> "SCETime" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SCETimeDelta" [URL="../api/stixcore.time.datetime.SCETimeDelta.html#stixcore.time.datetime.SCETimeDelta",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="SCET time delta objects which can be created."]; "SCETBase" -> "SCETimeDelta" [arrowsize=0.5,style="setlinewidth(0.5)"]; "SCETimeRange" [URL="../api/stixcore.time.datetime.SCETimeRange.html#stixcore.time.datetime.SCETimeRange",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="SolarOrbiter Spacecraft Elapse Time (SCET) Range with start and end time."]; "ShapedLikeNDArray" [URL="https://docs.astropy.org/en/stable/api/astropy.utils.shapes.ShapedLikeNDArray.html#astropy.utils.shapes.ShapedLikeNDArray",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="Mixin class to provide shape-changing methods."]; "NDArrayShapeMethods" -> "ShapedLikeNDArray" [arrowsize=0.5,style="setlinewidth(0.5)"]; }