Skip to content
Snippets Groups Projects
Verified Commit ea19eacd authored by Lukas Kluft's avatar Lukas Kluft
Browse files

Fix creation of output filename

parent a500dc9d
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,7 @@ tgt_grid="hpz9"
# Define file and directory names
infile=$1
outdir=$(dirname $infile)/healpix
outfile=${outdir}/${infile}
outfile=${outdir}/$(basename $infile)
mkdir -p $outdir
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment