Commits on Source (38)
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alan Muñoz authored
-
Alan Muñoz authored
Merge pp dev See merge request aliby/aliby!17
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Arin Wongprommoon authored
WHY IS THIS CHANGE NEEDED?: - user needs to know these if they use the annotation script HOW DOES THE CHANGE SOLVE THE PROBLEM?: - edit docstring in top of file
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Alán Muñoz authored
-
Arin Wongprommoon authored
WHY IS THIS CHANGE NEEDED?: - detrend process overzealously removes columns if input dataframes have NaNs near the beginning or end. - this is because by default, df.dropna() uses how="any", i.e. it drops columns with at least one NaN HOW DOES THE CHANGE SOLVE THE PROBLEM?: - drops columns with at least one NaN is not the intention -- the intention is to remove column filled with NaNs created by rolling window operations. - so, specified the how argument WHAT SIDE EFFECTS DOES THIS CHANGE HAVE?: - i honestly don't know why i didn't catch it in the 1.5 years this process existed -- this seems so obvious. - this is a deprecated signal processing post-process (i use the butterworth filter instead), so i don't expect it to break things much EVIDENCE THAT COMMIT WORKS:
-
Arin Wongprommoon authored
-
Arin Wongprommoon authored
-
Arin Wongprommoon authored
WHY IS THIS CHANGE NEEDED?: - crosscorr process does not have stationary option and therefore will not perform calculations correctly if all signals are in-phase. HOW DOES THE CHANGE SOLVE THE PROBLEM?: - Additional 'stationary' parameter that tells the process to compute the mean over replicates AND time points. WHAT SIDE EFFECTS DOES THIS CHANGE HAVE?: - crosscorr process not used anywhere else in aliby, so should not affect aliby. - crosscorr process used in multiple places in skeletons (particularly arin's projects). this is an *additional* parameter, and the existing behaviour of crosscorr process is same as stationary=False, so i don't expect breaking changes. EVIDENCE THAT COMMIT WORKS: - new test to be run REFERENCES: - #72
-
Arin Wongprommoon authored
WHY IS THIS CHANGE NEEDED?: - https://gitlab.com/aliby/aliby/-/jobs/4743945774 complains "UnboundLocalError: local variable 'trace_B' referenced before assignment". - i had forgotten the case where trace_B is defined
-
Arin Wongprommoon authored
-
Arin Wongprommoon authored
feat(postproc): crosscorr has stationary option See merge request aliby/aliby!18
Showing
- .gitlab/issue_templates/bug.md 24 additions, 2 deletions.gitlab/issue_templates/bug.md
- README.md 15 additions, 8 deletionsREADME.md
- docs/source/index.rst 0 additions, 1 deletiondocs/source/index.rst
- examples/parsers/swainlab_logfile_header_example.log 123 additions, 0 deletionsexamples/parsers/swainlab_logfile_header_example.log
- poetry.lock 1360 additions, 1051 deletionspoetry.lock
- pyproject.toml 18 additions, 15 deletionspyproject.toml
- src/agora/abc.py 1 addition, 1 deletionsrc/agora/abc.py
- src/agora/io/signal.py 29 additions, 16 deletionssrc/agora/io/signal.py
- src/agora/utils/indexing.py 17 additions, 9 deletionssrc/agora/utils/indexing.py
- src/agora/utils/kymograph.py 69 additions, 1 deletionsrc/agora/utils/kymograph.py
- src/agora/utils/merge.py 90 additions, 7 deletionssrc/agora/utils/merge.py
- src/aliby/bin/__init__.py 3 additions, 1 deletionsrc/aliby/bin/__init__.py
- src/aliby/bin/annotate.py 10 additions, 2 deletionssrc/aliby/bin/annotate.py
- src/aliby/lineage/__init__.py 3 additions, 1 deletionsrc/aliby/lineage/__init__.py
- src/aliby/lineage/bud_tracker.py 5 additions, 1 deletionsrc/aliby/lineage/bud_tracker.py
- src/aliby/pipeline.py 7 additions, 6 deletionssrc/aliby/pipeline.py
- src/aliby/utils/imageViewer.py 12 additions, 12 deletionssrc/aliby/utils/imageViewer.py
- src/postprocessor/core/abc.py 5 additions, 2 deletionssrc/postprocessor/core/abc.py
- src/postprocessor/core/functions/tracks.py 10 additions, 34 deletionssrc/postprocessor/core/functions/tracks.py
- src/postprocessor/core/lineageprocess.py 3 additions, 3 deletionssrc/postprocessor/core/lineageprocess.py
Source diff could not be displayed: it is too large. Options to address this: view the blob.