save ids in trial analysis
This commit is contained in:
parent
38b4b6800c
commit
922c938fb6
@ -212,6 +212,8 @@ class Trial(object):
|
||||
if not os.path.exists(os.path.join(self.base_path, self.folder, 'analysis')):
|
||||
os.mkdir(os.path.join(self.base_path, self.folder, 'analysis'))
|
||||
|
||||
np.save(os.path.join(self.base_path, self.folder, 'analysis', 'ids.npy'), self.ids[::saveorder])
|
||||
|
||||
np.save(os.path.join(self.base_path, self.folder, 'analysis', 'fish_freq.npy'), self.fish_freq[::saveorder])
|
||||
np.save(os.path.join(self.base_path, self.folder, 'analysis', 'fish_freq_interp.npy'), self.fish_freq_interp[::saveorder])
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user