sfmig

Results 61 comments of sfmig

@Lauraschwarz is prepping some nice behavioural experiments with time-synced sensors logged with harp. It would be nice if we provided support to derive a condition array from an analog signal...

Once this is implemented, we should extend the following tests (introduced in PR #503) to run on bbox data too: - `test_dimension_slider_with_nans` - `test_dimension_slider_multiple_files`

A nice added feature would be to optionally display the bounding boxes' areas. There seem to be napari discussions about this, see [this issue ](https://github.com/napari/napari/issues/3068) and [this PR](https://github.com/napari/napari/pull/7262)

hey, thanks for having a look! From the issues flagged by sonarcloud: - two are due to duplicate lines, because I am printing explanatory lines a few times in the...

See @lochhh's solution here: https://github.com/lochhh/CalMS21xJABS

If we want to convert any dataset to JABS-compatible, we will probably need to: - properly map the keypoints to "JABS keypoints", and - compute the features used by the...

thanks @roaldarbol for pointing this out, idtracker can do this too (see the tip box [here](https://idtracker.ai/latest/user_guide/video_generators.html))

Hi @parikshit14, yes we are still interested in exploring how to best support this. You can find the datasets mentioned above in the [movement test data repo](https://gin.g-node.org/neuroinformatics/movement-test-data). You can see...

It could be nice to use the [org-wide](https://github.com/neuroinformatics-unit/.github) contributing guide as a template for common points across NIU tools. Ideally without requiring users to leave our `movement` Contributing page. @lochhh...

Or alternatively: ``` ds = sample_data.fetch_dataset("SLEAP_OSFM_zebras_drone.h5") ``` Note that not all datasets are meant to be accessible via fetch_dataset (e.g. Trex dataset)