Skip to content

Instantly share code, notes, and snippets.

@cbassa
Last active August 11, 2022 20:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cbassa/16a8cbc20b87eac32ca1b44e76a505d3 to your computer and use it in GitHub Desktop.
Save cbassa/16a8cbc20b87eac32ca1b44e76a505d3 to your computer and use it in GitHub Desktop.
Astrometric calibration and prediction
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