FebusT1V1

class of dascore.io.febus.core
inherits from: FiberIO
source

FebusT1V1()

IO support for FEBUS T1 DTS HDF5 files.

Each file typically covers one acquisition session; each row in Temperature / Time represents one measurement sweep.

Only Temperature is exposed as the primary Patch data_type. Stokes / AntiStokes live in the same file but on a different distance grid (DistanceSignal, 4501 pts vs 1103 pts for Temperature), so they would need separate Patch objects — out of scope for this reader.

Additionally, it’s possible to have multiple fibers on a single interrogator and this doesn’t account for that in any way.

Methods

Name Description
get_format Return (name, version) if this is a FEBUS T1 file, else False.
read Read temperature data into a list containing one Patch.
scan Return a list with one PatchAttrs for the file’s temperature data.
write Write the spool to a resource (eg path, stream, etc.).