Loading data flags - galizia-lab/pyview GitHub Wiki

List of Flags

LE_labelColumns LE_loadExp

LE_labelColumns

What does it do?

Specified columns of the measurement list that will be concatenated to the internal label of measurements in VIEW. For possible column names, see the entries of the column "LST Name" in the file view/flags_and_metadata_definitions/metadata_definition.csv of the repository

Default value: ('Measu',)

What values can it take?

Comma separated string enclosed in curved brackets. E.g.: ('Odour','OConc')

Are values expected to be in specific units?

No.

Special Notes

The resulting label will be used as the default label when transferring data to ILTIS, for window titles for overviews created from the GUI and as movie and trace names when exported.

LE_loadExp

What does it do?

This flags indicates the setup and recording procedure of the measurement

Default value: 3

What values can it take?

Integer indicating the setup used for acquiring data. Valid values are:

  • 1: Visicam
  • 2: confocal
  • 3: TILL photonics single wavelength
  • 4: TILL photonics dual wavelength (FURA)
  • 20: ZEISS multiphoton data
  • 21: Leica LIF files
  • 32: Generic single wavelength TIF (YX formatted data, single file for each frame, sequential naming)
  • 33: Generic single wavelength TIF (TYX formatted data)
  • 34: Dual wavelength TIF in two separate files (one file per wavelength with TYX formatted data)
  • 35: Dual wavelength TIF in a single file (TWYX formatted data; W=wavelength)
  • 665: generate test data(1)
  • 666: generate test data(2)
  • 667: generate test data(3)

Are values expected to be in specific units?

No.

Special Notes

None