Probleme Astrometry

Hallo,
ich bekomme bei der Astrometrie eine Fehlermeldung: ./create_astrorefcat_fromWEB.sh: line 296: ldactoasc: command not found
Was hat das zu bedeuten? Unten ist der Auszug aus dem Textdokument. Ich bin leider totaler Anfänger in Linux und hab mich schon bei der Installation schwer getan.
#******************************************
# make an astrometry.net index
#******************************************
ldactoasc -i ~/.theli/scripts/${stdcat_scampname} \
-t LDAC_OBJECTS -k X_WORLD Y_WORLD MAG -b > ${TEMPDIR}/anet.cat
+ ldactoasc -i /home/jan/.theli/scripts/theli_mystd_scamp.cat -t LDAC_OBJECTS -k X_WORLD Y_WORLD MAG -b
./create_astrorefcat_fromWEB.sh: line 296: ldactoasc: command not found
asctoldac -a ${TEMPDIR}/anet.cat -o ${TEMPDIR}/${stdcat_anetname} \
-t OBJECTS -c ${DATACONF}/anet.asctoldac_ref.conf
+ asctoldac -a /home/jan/.theli/tmp//anet.cat -o /home/jan/.theli/tmp//theli_mystd_anet.cat -t OBJECTS -c /home/jan/THELI/theli//gui/reduction/anet.asctoldac_ref.conf
./create_astrorefcat_fromWEB.sh: line 298: asctoldac: command not found
# the diameter of one chip in arcminutes
radius=`echo ${SIZEX[1]} ${SIZEY[1]} ${PIXSCALE} | ${P_GAWK} '{print sqrt($1^2+$2^2)*$3/60.}'`
echo ${SIZEX[1]} ${SIZEY[1]} ${PIXSCALE} | ${P_GAWK} '{print sqrt($1^2+$2^2)*$3/60.}'
++ echo
++ /usr/bin/gawk '{print sqrt($1^2+$2^2)*$3/60.}'
+ radius=0
Lg Jan
ich bekomme bei der Astrometrie eine Fehlermeldung: ./create_astrorefcat_fromWEB.sh: line 296: ldactoasc: command not found
Was hat das zu bedeuten? Unten ist der Auszug aus dem Textdokument. Ich bin leider totaler Anfänger in Linux und hab mich schon bei der Installation schwer getan.
#******************************************
# make an astrometry.net index
#******************************************
ldactoasc -i ~/.theli/scripts/${stdcat_scampname} \
-t LDAC_OBJECTS -k X_WORLD Y_WORLD MAG -b > ${TEMPDIR}/anet.cat
+ ldactoasc -i /home/jan/.theli/scripts/theli_mystd_scamp.cat -t LDAC_OBJECTS -k X_WORLD Y_WORLD MAG -b
./create_astrorefcat_fromWEB.sh: line 296: ldactoasc: command not found
asctoldac -a ${TEMPDIR}/anet.cat -o ${TEMPDIR}/${stdcat_anetname} \
-t OBJECTS -c ${DATACONF}/anet.asctoldac_ref.conf
+ asctoldac -a /home/jan/.theli/tmp//anet.cat -o /home/jan/.theli/tmp//theli_mystd_anet.cat -t OBJECTS -c /home/jan/THELI/theli//gui/reduction/anet.asctoldac_ref.conf
./create_astrorefcat_fromWEB.sh: line 298: asctoldac: command not found
# the diameter of one chip in arcminutes
radius=`echo ${SIZEX[1]} ${SIZEY[1]} ${PIXSCALE} | ${P_GAWK} '{print sqrt($1^2+$2^2)*$3/60.}'`
echo ${SIZEX[1]} ${SIZEY[1]} ${PIXSCALE} | ${P_GAWK} '{print sqrt($1^2+$2^2)*$3/60.}'
++ echo
++ /usr/bin/gawk '{print sqrt($1^2+$2^2)*$3/60.}'
+ radius=0
Lg Jan