Changes between Version 1 and Version 2 of Instructions


Ignore:
Timestamp:
10/30/09 10:06:22 (15 years ago)
Author:
NaomiMcClureGriffiths
Comment:

Updates to polcalr and and psolve calls. NMc-G

Legend:

Unmodified
Added
Removed
Modified
  • Instructions

    v1 v2  
    2626# -rw-r--r--   1 mcc381  atculg      646 Feb  2 11:06 freqtab.dat
    2727}}}
     28The original rpfits file is maintained so you will have two copies of the data. 
    2829
    2930 1. Perform the bandpass calibration
     
    3536 1. Load the rpfits file
    3637{{{
    37 pload 3c138.rpf
     38pload 2006-11-20_1401_3c138_Cal_DEC.rpf
    3839}}}
    3940 1. Copy the bandpass tables
    4041{{{
    41 gcopy 3c138 1934
     42gcopy 2006-11-20_1401_3c138_Cal_DEC 1934
    4243}}}
    4344 1. Extract the phase vs parallactic angle information from scans of the polarised calibrator
    4445{{{
    45 polcalr 3c138
     46polcalr 2006-11-20_1401_3c138_Cal_DEC
    4647}}}
    4748 1. Determine polarisation parameters (leakages and phase difference between the signals from the two polarization channels) of the system from the phase data
    4849{{{
    49 psolve 3c138
     50psolve 2006-11-20_1401_3c138_Cal_DEC 3c138 /xs
    5051}}}
    5152To get a consistent pair of output files, the procedure needs to be executed twice. An example follows.
    5253
    5354{{{
    54    polcalr 3c138
    55    psolve 3c138 /xs
    56    polcalr 3c138
    57    psolve 3c138 /xs
     55   polcalr 2006-11-20_1401_3c138_Cal_DEC 3c138
     56   psolve 2006-11-20_1401_3c138_Cal_DEC 3c138 3c138 /xs
     57   polcalr 2006-11-20_1401_3c138_Cal_DEC 3c138
     58   psolve 2006-11-20_1401_3c138_Cal_DEC 3c138 3c138 /xs
    5859
    5960}}}