Ask a Question | Search PSRCHIVE: |
![]()
|
PSRPL: Produce arrival time estimatesStep One: Zap the band edges and integrate over frequency (and time)For example:cd $PSRPL_DIR/calibrated/<PSRNAME>/pac_pcm psrsh - -e FF *.ar << EOD zap edge .15 fscrunch EODDepending on the system under analysis, you might also wish to integrate in time; e.g. pam -T -eFT *.FF Step Two: Choose a standardUse psrstat to list the S/N of the integrated total for each observing session, then use psrplot to view the best For example:psrstat -Q -c snr *.FT | sort -rnk2 > snr.txt psrplot -pS -jF -M snr.txt cp 2006-09-17-0000_1341.ar 1341.std cp 2006-09-17-0000_1405.ar 1405.std Step Three: Produce TOAs and run tempo2For example, to produce arrival time estimates using matrix template matchingpat -Fpcs 1341.std *1341.FT > 1341.mtm pat -Fpcs 1405.std *1405.FT > 1405.mtm cat 1341.mtm 1405.mtm > all.mtm vap -E 1405.std > start.par tempo2 -f start.par -gr plk all.mtm
|