Skip to content

Commit

Permalink
Update nsb_DL1_to_DL2.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Elisa-Visentin authored Oct 26, 2023
1 parent 490b048 commit a6bc145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsb_scripts/nsb_DL1_to_DL2.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ def DL1_to_2(scripts_dir, target_dir, nsb, source, config, env_name):
+ "/logs/DL1_to_DL2_${SLURM_ARRAY_TASK_ID}.log\n"
)
f.write(
f"conda run -n {env_name} python {scripts_dir}/lst1_magic_dl1_stereo_to_dl2.py --input-file-dl1 $SAMPLE --input-dir-rfs {RFs_dir} --output-dir {output} --config-file {scripts_dir}/{config} >$LOG 2>&1\n\n"
f"conda run -n {env_name} python {scripts_dir}/lst1_magic_dl1_stereo_to_dl2.py --input-file-dl1 $SAMPLE --input-dir-rfs {RFs_dir} --output-dir {output} --config-file {config} >$LOG 2>&1\n\n"
)


Expand Down

0 comments on commit a6bc145

Please sign in to comment.