Add odroid-05 camera, update footer

spacecruft
root 2023-04-12 10:11:24 -06:00
parent f3d97752ba
commit e9e20d50e3
1 changed files with 7 additions and 6 deletions

View File

@ -8,14 +8,15 @@
#
# Custom paths set for Spacecruft
# Date to process
OBSDATE="20230412"
# Cameras / systems in use to be processed.
CAMERAS="cruftpi7 odroid-01 odroid-04 odroid-05 panda-06 panda-08"
# Base directory where stvid observations are written by all cameras.
STVIDDIR="/srv/obs"
# Base directory where data reports for the seesat mailing list are prepared.
SEESATDIR="/srv/seesat"
# Cameras / systems in use to be processed.
CAMERAS="odroid-01 odroid-04 panda-06 cruftpi7 panda-08"
# Date to process
OBSDATE="20230411"
OBSYEAR=`echo ${OBSDATE} | cut -c 1-4`
OBSMON=`echo ${OBSDATE} | cut -c 5-6`
OBSDAY=`echo ${OBSDATE} | cut -c 7-8`
@ -59,8 +60,8 @@ echo "Satellite photo archive, sorted by ID:" >> "${REPORTTXT}"
echo "https://spacecruft.fit/sats/" >> "${REPORTTXT}"
echo " " >> "${REPORTTXT}"
echo "-Jeff Moe" >> "${REPORTTXT}"
echo "Station 0799, 40.5689N, 105.2259W, 1843m" >> "${REPORTTXT}"
echo "5x IMX174, 50mm/F1.4, STVID processing" >> "${REPORTTXT}"
echo "Station 7099, 40.5689N, 105.2259W, 1843m, Loveland, Colorado" >> "${REPORTTXT}"
echo "5x IMX174, 50mm/F1.4, STVID processing, NTP" >> "${REPORTTXT}"
echo "Subject:"
echo "JM Obs ${OBSYEAR}-${OBSMON}-${OBSDAY}"