...
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
title | /astro/mwavcs/vcs/1323690616/vcsbeam/vcsbeam.sbatch |
---|
collapse | true |
---|
|
#!/bin/bash -l
#SBATCH --job-name=VCSBeam-1323690616
#SBATCH --nodes=24
#SBATCH --ntasks-per-node=1
#SBATCH --cpus-per-task=1
#SBATCH --mem=370gb
#SBATCH --partition=gpuq
#SBATCH --gres=gpu:1
#SBATCH --time=01:00:00
#SBATCH --account=mwavcs
#SBATCH --nice=0
#SBATCH --export=NONE
# Load the VCSBeam module
module use /pawsey/mwa/software/python3/modulefiles
module load vcsbeam
# Define the directories where the data are
DATADIR=/astro/mwavcs/asvo/253008
CALSOL=/astro/mwavcs/vcs/1323690320/hyperdrive/hyperdrive_solutions.bin
OBS_METAFITS=${DATADIR}/1323690616.metafits
CAL_METAFITS=/astro/mwavcs/asvo/253001/1323690320.metafits
# Run VCSBeam for all 24 coarse channels
# Start 8 seconds in, just to avoid quacktime
# -p -v = Output both PSRFITS and VDIF
srun -N 24 -n 24 make_mwa_tied_array_beam \
-m ${OBS_METAFITS} \
-b 1323690624 \
-T 1192 \
-f 109 \
-d ${DATADIR} \
-P pointings.txt \
-c ${CAL_METAFITS} \
-C ${CALSOL} \
-O \
-R NONE -U 0,0 \
-p \
-v |
Prepare a pointings file (PSR B0031-07):
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
title | /astro/mwavcs/vcs/1323690616/vcsbeam/pointings.txt |
---|
collapse | true |
---|
|
00:34:08.8703 -07:21:53.409 |
...
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
title | Run VCSBeam plotting on Garrawarla |
---|
|
cd /astro/mwavcs/vcs/1323690616/vcsbeam
sbatch vcsbeam.sbatch |
Use PRESTO's prepfold utility to fold on the pulsar's period:
Code Block |
---|
language | bash |
---|
theme | Midnight |
---|
title | Run VCSBeam plotting on Garrawarla |
---|
|
module load singularity
/pawsey/mwa/singularity/presto/presto.sif prepfold -psr J0034-0721 -nosearch -nodmsearch G0057_*_ch109_0001.fits |
1323708616
...