Last active
August 11, 2022 20:18
-
-
Save cbassa/16a8cbc20b87eac32ca1b44e76a505d3 to your computer and use it in GitHub Desktop.
Astrometric calibration and prediction
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wcsfit | |
for file in 2*.fits; do | |
if [ ! -e $file.cal ]; then | |
addwcs -f $file -r test.fits -m 9 -R 20 | |
satid $file $file.png/png 2>/dev/null | |
fi | |
done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment