This repository has been archived by the owner on Oct 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Analyse data from experiments run on multiple days (#57)
* Add code to pool directions * Add notes * Cleanup * Fix broken tests * Recalculate outputs * Update manifest and pyproject * Fix package name * Update package links * Update dependencies * Add more descriptions * Edit pyproject file * Expand readme with more details on the analysis * Add docstring * Test if we can see the schema in the readme file * Add handling of multiple days * Improve performance to deal with very large files, from O(n ^2) to O(1) * Delete commented code * Handle fit fails * Save the data in a given folder * Skip ROIs that do not fit * Add missing fit handling in sftf analysis * Regenerate mock data according to new "day" values * Update docstring * Remove big chunk of duplicated code * Test image in readme file * Remove image * Apply suggestions from code review Co-authored-by: Niko Sirmpilatze <[email protected]> * Change prompt message * Adjust input params of method get_median_subtracted_response_and_params * Renaming and other small suggested fixes * Renaming 2 * Small fixes * Move out the method to make gaussian matrices * Clean up * Add tests for multiple days and add more structure and comments regarding creation of mock data * Update readme * Small updates in the docs * Simplify fitting methods according to discussion * Improve description on dataset creation optimization * Remove unused config * Rearrange methods in generate mock data * Renaming ad adding new fixture * Add missing n_roi fixture calls * Renaming and folder reorganization * Remove try-catch construct * Linting * Add missing adjustments * Add readme file with a description of the regression tests * Add more descriptions / docs * Revert readme change * Fix usage of conftest * Linting --------- Co-authored-by: Niko Sirmpilatze <[email protected]>
- Loading branch information
1 parent
ccaf866
commit 5728e8f
Showing
13 changed files
with
783 additions
and
383 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.