mirror of
https://github.com/eddyem/small_tel.git
synced 2026-03-20 08:41:03 +03:00
add some scripts
This commit is contained in:
9
Auxiliary_utils/bash_scripts/solve_one
Executable file
9
Auxiliary_utils/bash_scripts/solve_one
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
INPRA0=$(listhead $1 |grep TAGRA| sed 's|.*= *\(.*\)/.*|\1|')
|
||||
#'
|
||||
INPDEC0=$(listhead $1 |grep TAGDEC| sed 's|.*= *\(.*\)/.*|\1|')
|
||||
#'
|
||||
echo "RA: $INPRA0, DEC: $INPDEC0"
|
||||
solve-field --ra $INPRA0 --dec $INPDEC0 --no-remove-lines --uniformize 0 --use-source-extractor -p -L 1.3 -H 1.4 -5 2.5 -u arcsecperpix -t 5 -O $1
|
||||
rm -f *.axy *.corr *.xyls *.match *.rdls *.solved *.wcs
|
||||
Reference in New Issue
Block a user