Signal calculation Flags - galizia-lab/pyview GitHub Wiki

List of Flags

LE_CalcMethod

LE_CalcMethod

What does it do?

This flags indicates the procedure VIEW uses to calculate signals (E.g.: delta F/F or FURA ratio).

Default: 3

What values can it take?

Integer values.

  • 0: sig1 = raw1 / 1000
  • 1: sig1 = raw2 / 1000
  • 3: sig1 = deltaF/F
  • 4: sig1 = raw1/raw2 - (raw1/raw2 averaged over the background)

Are values expected to be in specific units?

No.

Special Notes

None