Skip to content

Commit

Permalink
replace PSFSimulator with psf_simulator.PSFSimulator
Browse files Browse the repository at this point in the history
  • Loading branch information
nadamoukaddem committed Mar 7, 2024
1 parent 12eaa5f commit cdbb3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wf_psf/metrics/metrics.py
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ def gen_GT_wf_model(test_wf_file_path, pred_output_Q=1, pred_output_dim=64):

## Generate initializations
# Prepare np input
simPSF_np = PSFSimulator(
simPSF_np =psf_simulator.PSFSimulator(
zernikes,
max_order=wf_test_params["max_order"],
pupil_diameter=wf_test_params["pupil_diameter"],
Expand Down

0 comments on commit cdbb3a3

Please sign in to comment.