From 724ce3523277e4c7a6f99ca701008be7c7ef5e56 Mon Sep 17 00:00:00 2001 From: Josh Dillon Date: Tue, 4 Jun 2024 12:20:07 -0700 Subject: [PATCH] remove explicit path to @tyler-a-cox 's directory --- hera_notebook_templates/notebooks/lststack.ipynb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hera_notebook_templates/notebooks/lststack.ipynb b/hera_notebook_templates/notebooks/lststack.ipynb index 92a9058..47ae7f9 100644 --- a/hera_notebook_templates/notebooks/lststack.ipynb +++ b/hera_notebook_templates/notebooks/lststack.ipynb @@ -1073,8 +1073,7 @@ " lst_branch_cut=stackconf.properties[\"lst_branch_cut\"],\n", " kind=\"LST\"\n", " )\n", - " _outdir = Path(\"/lustre/aoc/projects/hera/tcox/\")\n", - " outfile = _outdir / cal_fname\n", + " outfile = outdir / cal_fname\n", " \n", " np.savez(outfile, **calibration_parameters)\n", " \n",