Skip to content

Commit

Permalink
Update meso_svd_area2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
lsusman committed Jul 10, 2023
1 parent ec0aa9f commit 6de7d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions workflow/pipeline/meso_svd_area2.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ def compute_SVD(self, self2, self3, key, flag_zscore, time_bin, thresholds_for_e
vt = vh[:num_components_save]

key_ROIs = (rel_data_area & key).fetch('KEY', order_by='roi_number')
key_ROIs = key_ROIs[:500]
for i in range(500):
key_ROIs[i]['roi_components'] = u_limited[i]
key_ROIs[i]['time_bin'] = time_bin
Expand Down

0 comments on commit 6de7d33

Please sign in to comment.