Skip to content

Required formatting of read routines

Bas des Tombe edited this page Nov 7, 2018 · 5 revisions

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': ''})}

Recommended variable names:

  • ST
  • AST
  • REV-ST
  • REV-AST
  • probe1Temperature
  • probe2Temperature
  • referenceTemperature
  • acquisitiontimeFW
  • acquisitiontimeBW
  • filenames

Reserved variable names:

  • gamma, gamma_var
  • dalpha, dalpha_var
  • alpha, alpha_var
  • c, c_var
  • TMPF, TMPF_MC, TMPF_MC_var
  • TMPB, TMPB_MC, TMPB_MC_var
  • p_val, p_cov
  • timeFW, timeFWstart, timeFWend,
  • timeBW, timeBWstart, timeBWend
  • 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

attrs

formatting:

  • dictionary

Required keys:

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