Skip to content

Commit

Permalink
Update analysis_laser_init_chirp.py
Browse files Browse the repository at this point in the history
  • Loading branch information
huixingjian authored Dec 17, 2024
1 parent 629001d commit 1f5241e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/laser/analysis_laser_init_chirp.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
dim="xyt",
lo=(np.min(profile.axes['x']), np.min(profile.axes['y']), np.min(profile.axes['t'])),
hi=(np.max(profile.axes['x']), np.max(profile.axes['y']), np.max(profile.axes['t'])),
npoints=(511, 255, 500),
npoints=(511, 255, 1000),
profile=profile,
)

Expand Down

0 comments on commit 1f5241e

Please sign in to comment.