Skip to content

In the process of enabling higher resolution virtual realities. This is as...

David Tadres requested to merge Enh_high_res_VR into master
  1. In Tools -> Analysis the 'Distance to Source' algorithm applied a median filter with window size 3 before calculating distance to source. This has been removed for clarity. Users must implement their own filtering.

  2. In Tools -> Display Tracked Experiment a new option to manually correct head/tail swaps has been added. Described in the manual.

  3. For unknown reasons one of the resolutions was set to 1024x784 instead of the normally used 1024x764. Changed it everywhere to 1024x764

  4. It is now possible to select correctly formatted VR arenas at resolutions 1024x764 and 1296x972 (previously only 640x480 possible).

  5. Fixed bug: When recording a video and then doing post-hoc tracking there are two data.csv files. When doing 'Display Tracked Experiment' it will now take the newest csv file.

  6. Post hoc HT swap: data.csv of experiment with time dependent stimulus does not contain 'stimulation' column but instead 'Stim Ch1' to 'Stim Ch4'. Fixed this in visualize_tracked_experiment.py

  7. Post hoc single animal tracking: At high framerates the animal detection algorithm sometimes had problems detecting the animal as it wouldn't move much between frames while the video encoder would introduce artifacts which would be wrongly detected as the animal. Fixed by setting the time the detection algorithm starts to look for the animal to 1 second after the start.

  8. Updated HP version BOM as the LEDs were missing in the csv file.

Merge request reports