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 11, 2024
1 parent bd28df6 commit eee6fba
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 @@ -25,7 +25,7 @@
help='Type of the initialized chirp')
args = parser.parse_args()
print(args.output_dir)
profile = FromOpenPMDProfile(path=' ',iteration=0,pol=[1,0],field='laserEnvelope', is_envelope=True, prefix=args.output_dir)
profile = FromOpenPMDProfile(path=args.output_dir,iteration=0,pol=[1,0],field='laserEnvelope', is_envelope=True, prefix='openpmd')
laser = Laser(
dim="xyt",
lo=(-15e-6, -15e-6, -30e-15),
Expand Down

0 comments on commit eee6fba

Please sign in to comment.