Skip to content

1.4.9

Compare
Choose a tag to compare
@tesar-tech tesar-tech released this 14 Nov 13:33
· 12 commits to master since this release

New export functionality

  • Export CoM values: will export all the ComX and ComY values for all rois (top two plots) to one .csv file. Example of such export with the first 3 values:
time[s] ComX__roi_X161_Y85_W121_H188 ComY__roi_X161_Y85_W121_H188 ComX__roi_X321_Y160_W84_H121 ComY__roi_X321_Y160_W84_H121 ComX__roi_X299_Y28_W73_H91 ComY__roi_X299_Y28_W73_H91
0.033 0.089789 0.080182 -0.097852 -0.445545 0.221059 0.102793
0.067 0.090918 0.085597 -0.269314 0.150894 0.112094 0.023720
0.1 0.148838 0.051945 -0.303064 0.018668 -0.095966 0.077778
  • Export Freq Analysis: will export PSD, Welch, Amp Spectrum, Coherence (between roi1 and roi2) and Main Frequency progress into one .csv file. Example output of such result for measurement of 3 ROIs with just the first 3 values:
freq[Hz]_Psd Psd__roi_X161_Y85_W121_H188 Psd__roi_X321_Y160_W84_H121 Psd__roi_X299_Y28_W73_H91 freq[Hz]_AmpSpec AmpSpec__roi_X161_Y85_W121_H188 AmpSpec__roi_X321_Y160_W84_H121 AmpSpec__roi_X299_Y28_W73_H91 freq[Hz]_Welch Welch__roi_X161_Y85_W121_H188 Welch__roi_X321_Y160_W84_H121 Welch__roi_X299_Y28_W73_H91 freq[Hz]_FreqProgress FreqProgress__roi_X161_Y85_W121_H188 FreqProgress__roi_X321_Y160_W84_H121 FreqProgress__roi_X299_Y28_W73_H91 freq[Hz]_coherence_roi1_roi2 coherence_roi1_roi2
0.000000 -147.057029 -152.253064 -152.138748 0.000000 0.000004 0.000002 0.000002 0.000000 0.004980 0.034277 0.000376 0.033367 1.287773 1.287773 12.292383 0.000000 0.999971
0.105528 -21.420496 -7.573282 -20.968301 0.105528 6.936501 27.333044 6.221454 0.117070 0.001773 0.074696 0.001195 0.710233 1.287773 1.287773 12.292383 0.113281 0.999344
0.211056 -18.163670 -13.401644 -21.514710 0.211056 8.520548 14.430226 5.931711 0.234141 0.002701 0.020675 0.005551 1.387100 1.287773 1.287773 12.292383 0.226563 0.887108
  • Files are named based on the video name and the time of the measurement.