Skip to content

Commit

Permalink
phase curve fig file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jrob93 committed Oct 22, 2024
1 parent e982e23 commit e980c08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/adler/adler_run.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,8 @@ def runAdler(cli_args):
# TODO: save the figures if an outpath is provided
ax1.legend()
if cli_args.outpath:
fig_file = "{}/phase_curve_{}_{}_{}.png".format(
cli_args.outpath, cli_args.ssObjectId, filt, int(np.amax(df_obs["midPointMjdTai"]))
fig_file = "{}/phase_curve_{}_{}.png".format(
cli_args.outpath, cli_args.ssObjectId, int(np.amax(df_obs["midPointMjdTai"]))
)
msg = "Save figure: {}".format(fig_file)
print(msg)
Expand Down

0 comments on commit e980c08

Please sign in to comment.