irfpy.mima.scidata_tree

Science data tree (raw count Mat files) for MEX/IMA.

Workflow:

  1. Instance a tree object.

>>> mimatree = MimaTree()
  1. Get the filename

>>> print('FILE: ' + mimatree.get(datetime.datetime(2014, 9, 19, 18, 8)))  
FILE: ...DDS_IMA_20140919T180000.mat
class irfpy.mima.scidata_tree.MimaTree[source]

Bases: irfpy.util.timeseriesdb.FazzyDB

MIMA matlab file database tree

Create fazzy DB.

Parameters
  • guessed_db – Guessed database (DB object)

  • func_getstart – A function that eats filename and returns the start time.

irfpy.mima.scidata_tree.doctests()[source]