Skip to content

Instantly share code, notes, and snippets.

@mattpitkin
Last active April 24, 2018 22:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mattpitkin/903f547b25c981f22524540494320d0e to your computer and use it in GitHub Desktop.
Save mattpitkin/903f547b25c981f22524540494320d0e to your computer and use it in GitHub Desktop.
# script to try and get the phase residuals for B1913+16 using TEMPO2
cd ${HOME}
mkdir PSRB1913+16
cd PSRB1913+16
# get B1913+16 TOAs and Tempo input file from https://zenodo.org/record/54764#.Wt-fQ3XwZ8d
wget --no-parent -r --accept "1913.*" https://zenodo.org/record/54764/
# move downloaded files
mv zenodo.org/record/54764/files/* .
rm -rf zenodo.org
# use TEMPO to convert TOA files into acceptable (ITOA) format for TEMPO2 (creates itoa.out and 1913+16.par)
tempo -x 1913.WeisbergHuang.in
# run TEMPO2 (using plk plugin)
tempo2 -gr plk -f 1913+16.par itoa.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment