get the projected views for bragg_2d_Ptycho working

This commit is contained in:
2024-02-22 15:57:35 +01:00
parent 30f9b142b6
commit 2e6db5517d
4 changed files with 103 additions and 39 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ with model.save_on_exit('example_reconstructions/gold_balls.h5', dataset):
for loss in model.Adam_optimize(10, dataset, batch_size=50):
# And we liveplot the updates to the model as they happen
print(model.report())
#model.inspect(dataset)
model.inspect(dataset)
# This orthogonalizes the incoherent probe modes
model.tidy_probes()