...
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
title | Run VCSBeam beamforming on Garrawarla |
---|
|
cd /astro/mwavcs/vcs/1323690616/vcsbeam
sbatch vcsbeam_0034.sbatch |
Generate an ephemeris:
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
title | Run psrcat on Garrawarla |
---|
|
psrcat -e J0034-0534 > 0034.par |
(NB Tempo bug on Garrawarla means that you have to comment out the binary parameters in the ephemeris file. ThisĀ may be the reason the PRESTO result failed...?)
Use PRESTO's prepfold utility to fold on the pulsar's period from the FITS files:
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
title | Run PRESTO prepfold on Garrawarla |
---|
|
cd /astro/mwavcs/vcs/1323690616/vcsbeam
/pawsey/mwa/singularity/presto/presto.sif prepfold -par 0034.parpsr J0034-0534 -nosearch -nodmsearch G0057_1323690616_00:34:21.83_-05:34:36.72_ch109-132_00*.fits |
Image RemovedGenerate an ephemeris:
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
title | Run psrcat on Garrawarla |
---|
|
psrcat -e J0034-0534 > 0034.par |
Use DSPSR and PSRCHIVE to fold on the pulsar's period from the VDIF files:
...