Skip to content

Commit

Permalink
Merge pull request #169 from Julie-Fabre/bleeding_edge
Browse files Browse the repository at this point in the history
spatial decay size adjust
  • Loading branch information
Julie-Fabre authored Oct 22, 2024
2 parents c3cabf1 + 2968439 commit 7a3e1d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions +bc/+qm/+helpers/getSpatialDecay.m
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@

if numel(channels_withSameX) < MIN_CHANNELS_FOR_FIT
warning('Insufficient channels with similar X position for fitting.');
spatialDecayPoints_loc = nan(NUM_CHANNELS_FOR_FIT,1);
spatialDecayPoints = nan(1, NUM_CHANNELS_FOR_FIT);
return;
end

Expand Down

0 comments on commit 7a3e1d8

Please sign in to comment.