Skip to content

Commit

Permalink
add mars/cont
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Sep 5, 2024
1 parent f81f73c commit 70119de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/mk_summary1.sh
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,9 @@ for o in $(find . -maxdepth 1 -type d | sed s+./++ | sort -n); do
echo " <A HREF=${o}/rsr.spectra.png> <IMG SRC=${o}/rsr.spectra.png height=100></A>"
echo " <A HREF=${o}/rsr.spectra_zoom.png> <IMG SRC=${o}/rsr.spectra_zoom.png height=100></A>"
elif [ -e ${o}/seq.spectra.png ]; then
echo " <A HREF=${o}/seq.spectra.png> <IMG SRC=${o}/seq.spectra.png height=100></A>"
echo " <A HREF=${o}/seq.spectra.png> <IMG SRC=${o}/seq.spectra.png height=100></A>"
elif [ -e ${o}/mars_9_0.png ]; then
echo " <A HREF=${o}/mars_9_0.png> <IMG SRC=${o}/mars_9_0.png height=100></A>"
else
echo " N/A"
fi
Expand Down

0 comments on commit 70119de

Please sign in to comment.