Skip to content

Commit

Permalink
Add MotionCorrection, CorrectedImageStack and DeltaFOverF to ophys tu…
Browse files Browse the repository at this point in the history
…torial (#629)

* Add MotionCorrection, CorrectedImageStack and DeltaFOverF to ophys tutorial

* Fix, add original of CorrectedImageStack as link
  • Loading branch information
ehennestad authored Nov 25, 2024
1 parent cfb374c commit d46adae
Show file tree
Hide file tree
Showing 4 changed files with 218 additions and 74 deletions.
2 changes: 1 addition & 1 deletion +tests/+util/getPythonPath.m
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
function pythonPath = getPythonPath()
envPath = fullfile('+tests', 'env.mat');

if isfile(envPath)
if isfile(fullfile(misc.getMatnwbDir, envPath))
Env = load(envPath, '-mat');
if isfield(Env, 'pythonPath')
pythonPath = Env.pythonPath;
Expand Down
Loading

0 comments on commit d46adae

Please sign in to comment.