Trouble taking squid curves #366
Replies: 4 comments 6 replies
-
Also when we changed it to |
Beta Was this translation helpful? Give feedback.
-
Hi Prakamya, it seems like for some reason the analysis did not run... Do you think you can post the version or githash of sodetlib you're using? I think for now, you may need to re-run the analysis manually, which you can do like: data = np.load(fname, allow_pickle=True).item()
squid_curves.fit_squid_curves(data, modify_data=True) After that the |
Beta Was this translation helpful? Give feedback.
-
Ok ya so that is indeed in the most recent version of the code... I think whenever I have been running squid curves I have just been looking at the plots manually (plotting |
Beta Was this translation helpful? Give feedback.
-
@Prakamya01 can you please try this again and see if it fails anymore. We expect that this PR from @jlashner should have fixed the squid fit model import issues: e804e15 If it works now we can also close the associated issue here: #367 |
Beta Was this translation helpful? Give feedback.
-
We're trying to take squid curves for UFM_Mv4 at SLAC and running the example written here: https://simons1.princeton.edu/docs/sodetlib/operations/squid_curves.html
This is what we get:
Any advice/guidance would be helpful!
Beta Was this translation helpful? Give feedback.
All reactions