necst_msgs.msg.Spectral
Data type for spectral data.
float32[]
) -- The spectral data.string<=8
) -- Observing position, such as ON, OFF, HOT, etc., up to 8 characters.string<=16
) -- Specific ID for current data, up to 16 characters.float64
) -- Time the data is taken on.int32[<=2]
) -- Stream range specification in spectrometer channel.float64[<=2]
) -- Stream range specification in radio frequency.float64[<=2]
) -- Stream range specification in intermediate frequency.float64[<=2]
) -- Stream range specification in local standard of rest velocity.float64
) -- Integration time.>>> from necst_msgs.msg import Spectral
>>> msg = Spectral(
... data=[1., 2., 3.], position="SKY", id="skydip_el=30" , time=1664792192.3645709
... )
float32[] data
string<=8 position
string<=16 id
float64 time
int32[<=2] ch
float64[<=2] rfreq
float64[<=2] ifreq
float64[<=2] vlsr
float64 integ