Skip to content

Required formatting of read routines V2

Bas des Tombe edited this page Feb 19, 2020 · 1 revision

This page superseeds the first version. It is currently not implemented yet.


data_vars

formatting:

  • {'ST': (['x', 'time'], array(), {'name': 'ST', 'description': 'Stokes intensity', 'units': '-', 'long_description': ''}),
  • 'AST': (['x', 'time'], array(), {'name': 'AST', 'description': 'Anti-stokes intensity', 'units': '-', 'long_description': ''})}

Reserved variable names

  • st
  • ast
  • rst
  • rast
  • probe1Temperature
  • probe2Temperature
  • referenceTemperature
  • acquisitiontimef
  • acquisitiontimeb
  • filenames
  • gamma, gamma_var
  • dalpha, dalpha_var
  • alpha, alpha_var
  • df, df_var
  • db, db_var
  • tmpf, tmpf_ci, tmpf_var
  • tmpb, tmpb_ci, tmpb_var
  • p_val, p_cov
  • timef, timef_start, timef_end,
  • timeb, timeb_start, timeb_end
  • sections, _section <- kunnen niet gebruikt worden omdat we deze ook als property gebruiken
  • is_double_ended <- kunnen niet gebruikt worden omdat we deze ook als property gebruiken
  • chdw, chfw <- kunnen niet gebruikt worden omdat we -nu nog- deze ook als property gebruiken
  • channel_configuration

coords

formatting:

  • {'x': ('x', array(), {'name': 'distance', 'description': 'Length along fiber', 'long_description': 'Starting at connector of forward channel', 'units': '-'}),

Required variable names

  • x
  • time
  • MC
  • CI

Optional coordinates along the time dimension

  • seconds
  • minutes
  • hours
  • days

attrs

formatting:

  • dictionary

Required keys:

  • isDoubleEnded: bool
  • forwardMeasurementChannel: int (1-4)
  • backwardMeasurementChannel: int (1-4)