Skip to content

Commit

Permalink
Add project name to output file
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSwainston committed Apr 4, 2024
1 parent 4d47f90 commit fe17e9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions psrdb/tables/toa.py
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,8 @@ def download(
output_name += f"_id{id}"
if pipeline_run_id is not None:
output_name += f"_pipeline_run_id{pipeline_run_id}"
if project_short is not None:
output_name += f"_{project_short}"
if dm_corrected is not None and dm_corrected:
output_name += "_dm_corrected"
if minimum_nsubs is not None and minimum_nsubs:
Expand Down

0 comments on commit fe17e9b

Please sign in to comment.