Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add export tsv #67

Draft
wants to merge 15 commits into
base: main
Choose a base branch
from
Draft

Add export tsv #67

wants to merge 15 commits into from

Commits on Mar 20, 2023

  1. restructure dataframe from DLC and add events column. rename referenc…

    …es to pose_estimation_model_str to model_str.
    sfmig committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    753c99a View commit details
    Browse the repository at this point in the history
  2. Move addition of video file column outside DLC df restructuring. Extr…

    …act subset of frames just after DLC df reformatting. Add options for reading a multianimal DLC dataframe.
    sfmig committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    b0b7e34 View commit details
    Browse the repository at this point in the history
  3. updated mypy in precommits

    sfmig committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    169b9fa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbada66 View commit details
    Browse the repository at this point in the history
  5. added comments

    sfmig committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    646fdd3 View commit details
    Browse the repository at this point in the history
  6. add ROI to dataframe

    sfmig committed Mar 20, 2023
    Configuration menu
    Copy the full SHA
    5c10e2a View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. add shapely to pyproject

    sfmig committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    adfb3b2 View commit details
    Browse the repository at this point in the history
  2. rename roi_names for ROI_tags

    sfmig committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0767ee8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9610ff0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff5fbd2 View commit details
    Browse the repository at this point in the history
  5. put ROI assignment in a separate function. add option for defining a …

    …custom hierarchy of ROIs.
    sfmig committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    8469978 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5650363 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8875f1d View commit details
    Browse the repository at this point in the history
  8. minor additions to docstring

    sfmig committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    aa818a8 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. add checklist with export options (default h5). add warning if no exp…

    …ort option selected. print paths for exported files in new lines.
    sfmig committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    e48825c View commit details
    Browse the repository at this point in the history