! Started logfile: J2133+1443_X_2011_08_02_pus_uvs.log on Wed Apr 18 21:56:32 2012 obs J2133+1443_X_2011_08_02_pus_uva.fits ! Reading UV FITS file: J2133+1443_X_2011_08_02_pus_uva.fits ! AN table 1: 90 integrations on 78 of 78 possible baselines. ! AN table 2: 90 integrations on 78 of 78 possible baselines. ! Apparent sampling: 0.403063 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2133+1443 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 3149 lines of history. ! ! Reading 22636 visibilities. select I ! Polarization I is unavailable. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =",field_size ! field_size = 512 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@muppet J2133+1443_X_2011_08_02_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 458 telescope corrections were flagged in sub-array 1. ! A total of 367 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 458 telescope corrections were flagged in sub-array 1. ! A total of 367 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 458 telescope corrections were flagged in sub-array 1. ! A total of 367 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 458 telescope corrections were flagged in sub-array 1. ! A total of 367 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.900998Jy sigma=0.009627 ! Fit after self-cal, rms=0.852484Jy sigma=0.009202 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8612 mas, bmaj=2.569 mas, bpa=-24.11 degrees ! Estimated noise=880.11 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.126853 Jy ! Component: 100 - total flux cleaned = 0.154515 Jy ! Total flux subtracted in 100 components = 0.154515 Jy ! Clean residual min=-0.008284 max=0.007860 Jy/beam ! Clean residual mean=-0.000021 rms=0.002142 Jy/beam ! Combined flux in latest and established models = 0.154515 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.154515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151610Jy sigma=0.001403 ! Fit after self-cal, rms=0.151583Jy sigma=0.001403 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.065 mas, bmaj=2.674 mas, bpa=-21.41 degrees ! Estimated noise=444.092 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00718918 Jy ! Component: 100 - total flux cleaned = 0.0113304 Jy ! Component: 150 - total flux cleaned = 0.0140911 Jy ! Component: 200 - total flux cleaned = 0.0159852 Jy ! Total flux subtracted in 200 components = 0.0159852 Jy ! Clean residual min=-0.007761 max=0.005302 Jy/beam ! Clean residual mean=0.000003 rms=0.001692 Jy/beam ! Combined flux in latest and established models = 0.1705 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.1705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.151318Jy sigma=0.001398 ! Fit after self-cal, rms=0.151335Jy sigma=0.001398 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.90 FT 1.00* HH 1.00* ! HN 1.04 KP 0.90 LA 1.00* MK 0.99 ! NL 0.94 OV 1.01 PT 1.02 TS 1.00* ! WZ 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.01 FD 0.91 FT 1.00* HH 1.00* ! HN 1.01 KP 0.87 LA 1.21 MK 0.94 ! NL 0.93 OV 1.04 PT 1.01 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.93 FT 1.00* HH 1.00* ! HN 1.00 KP 0.87 LA 1.00* MK 1.01 ! NL 1.13 OV 1.03 PT 1.07 TS 1.00* ! WZ 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.05 FD 0.94 FT 1.00* HH 1.00* ! HN 1.08 KP 0.82 LA 1.31 MK 1.01 ! NL 1.06 OV 1.05 PT 1.08 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.90 FT 1.00* HH 1.00* ! HN 1.02 KP 0.80 LA 1.00* MK 1.01 ! NL 1.02 OV 1.03 PT 1.01 TS 1.00* ! WZ 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.02 FD 0.89 FT 1.00* HH 1.00* ! HN 1.03 KP 0.76 LA 1.36 MK 0.96 ! NL 0.99 OV 1.07 PT 0.99 TS 1.00* ! WZ 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.97 FT 1.00* HH 1.00* ! HN 0.97 KP 0.86 LA 1.00* MK 1.03 ! NL 1.04 OV 1.05 PT 1.08 TS 1.00* ! WZ 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.05 FD 0.94 FT 1.00* HH 1.00* ! HN 1.02 KP 0.83 LA 1.39 MK 1.06 ! NL 1.03 OV 1.08 PT 1.10 TS 1.00* ! WZ 1.00* ! ! ! Fit before self-cal, rms=0.151335Jy sigma=0.001398 ! Fit after self-cal, rms=0.160257Jy sigma=0.001379 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.07 mas, bmaj=2.682 mas, bpa=-21.42 degrees ! Estimated noise=441.893 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00083413 Jy ! Component: 100 - total flux cleaned = 0.000782877 Jy ! Component: 150 - total flux cleaned = 0.000669287 Jy ! Component: 200 - total flux cleaned = 0.000572276 Jy ! Total flux subtracted in 200 components = 0.000572276 Jy ! Clean residual min=-0.002173 max=0.001820 Jy/beam ! Clean residual mean=-0.000006 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.171073 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 34 components and 0.171073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.160247Jy sigma=0.001379 ! Fit after self-cal, rms=0.160541Jy sigma=0.001378 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.160541Jy sigma=0.001378 ! Fit after self-cal, rms=0.161530Jy sigma=0.001378 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.07 mas, bmaj=2.681 mas, bpa=-21.47 degrees ! Estimated noise=442.186 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000232074 Jy ! Component: 100 - total flux cleaned = 0.000183155 Jy ! Component: 150 - total flux cleaned = 0.000169627 Jy ! Component: 200 - total flux cleaned = 0.000134048 Jy ! Total flux subtracted in 200 components = 0.000134048 Jy ! Clean residual min=-0.002161 max=0.001797 Jy/beam ! Clean residual mean=-0.000006 rms=0.000526 Jy/beam ! Combined flux in latest and established models = 0.171207 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 42 components and 0.171207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161527Jy sigma=0.001378 ! Fit after self-cal, rms=0.161542Jy sigma=0.001378 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.69013e-05 Jy ! Component: 100 - total flux cleaned = -2.60413e-05 Jy ! Component: 150 - total flux cleaned = -3.49106e-05 Jy ! Component: 200 - total flux cleaned = -5.16736e-05 Jy ! Total flux subtracted in 200 components = -5.16736e-05 Jy ! Clean residual min=-0.002149 max=0.001777 Jy/beam ! Clean residual mean=-0.000006 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.171155 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 45 components and 0.171155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161541Jy sigma=0.001378 ! Fit after self-cal, rms=0.161540Jy sigma=0.001378 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161540Jy sigma=0.001378 ! Fit after self-cal, rms=0.161684Jy sigma=0.001378 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.07 mas, bmaj=2.68 mas, bpa=-21.5 degrees ! Estimated noise=442.085 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.23859e-06 Jy ! Component: 100 - total flux cleaned = 1.17724e-05 Jy ! Component: 150 - total flux cleaned = 1.21278e-05 Jy ! Component: 200 - total flux cleaned = 1.99334e-05 Jy ! Total flux subtracted in 200 components = 1.99334e-05 Jy ! Clean residual min=-0.002167 max=0.001770 Jy/beam ! Clean residual mean=-0.000007 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.171175 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 59 components and 0.171175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161683Jy sigma=0.001378 ! Fit after self-cal, rms=0.161684Jy sigma=0.001378 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.82702e-05 Jy ! Component: 100 - total flux cleaned = -2.10006e-05 Jy ! Component: 150 - total flux cleaned = -1.44103e-05 Jy ! Component: 200 - total flux cleaned = -1.47167e-05 Jy ! Total flux subtracted in 200 components = -1.47167e-05 Jy ! Clean residual min=-0.002161 max=0.001754 Jy/beam ! Clean residual mean=-0.000007 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.17116 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 63 components and 0.17116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161683Jy sigma=0.001378 ! Fit after self-cal, rms=0.161683Jy sigma=0.001378 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161683Jy sigma=0.001378 ! Fit after self-cal, rms=0.161754Jy sigma=0.001378 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.181 mas, bmaj=2.957 mas, bpa=-15.11 degrees ! Estimated noise=522.371 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000144146 Jy ! Component: 100 - total flux cleaned = -0.00017799 Jy ! Component: 150 - total flux cleaned = -0.000193018 Jy ! Component: 200 - total flux cleaned = -0.000200041 Jy ! Total flux subtracted in 200 components = -0.000200041 Jy ! Clean residual min=-0.002011 max=0.001732 Jy/beam ! Clean residual mean=-0.000014 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.17096 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 74 components and 0.17096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161754Jy sigma=0.001378 ! Fit after self-cal, rms=0.161753Jy sigma=0.001378 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.31882e-05 Jy ! Component: 100 - total flux cleaned = -5.29983e-05 Jy ! Component: 150 - total flux cleaned = -5.91119e-05 Jy ! Component: 200 - total flux cleaned = -6.48482e-05 Jy ! Total flux subtracted in 200 components = -6.48482e-05 Jy ! Clean residual min=-0.001997 max=0.001729 Jy/beam ! Clean residual mean=-0.000014 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.170895 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 79 components and 0.170895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161753Jy sigma=0.001378 ! Fit after self-cal, rms=0.161751Jy sigma=0.001378 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=1.069 mas, bmaj=2.679 mas, bpa=-21.52 degrees ! Estimated noise=441.988 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.069 x 2.679 at -21.52 degrees (North through East) ! Clean map min=-0.002071 max=0.16077 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8631 mas, bmaj=2.584 mas, bpa=-24.1 degrees ! Estimated noise=872.542 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.125431 Jy ! Component: 100 - total flux cleaned = 0.152792 Jy ! Component: 150 - total flux cleaned = 0.159751 Jy ! Component: 200 - total flux cleaned = 0.163172 Jy ! Total flux subtracted in 200 components = 0.163172 Jy ! Clean residual min=-0.004569 max=0.004961 Jy/beam ! Clean residual mean=-0.000009 rms=0.001409 Jy/beam ! Combined flux in latest and established models = 0.163172 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.163172 Jy ! Inverting map and beam ! Estimated beam: bmin=1.069 mas, bmaj=2.679 mas, bpa=-21.52 degrees ! Estimated noise=441.988 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00282102 Jy ! Component: 100 - total flux cleaned = 0.00462499 Jy ! Component: 150 - total flux cleaned = 0.00587293 Jy ! Component: 200 - total flux cleaned = 0.00674576 Jy ! Total flux subtracted in 200 components = 0.00674576 Jy ! Clean residual min=-0.002124 max=0.001874 Jy/beam ! Clean residual mean=-0.000008 rms=0.000532 Jy/beam ! Combined flux in latest and established models = 0.169918 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 42 components and 0.169918 Jy ! Inverting map uvw 0,2 ! Uniform weighting is not currently selected. ! Amplitude error weighting is not currently selected. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.055 mas, bmaj=2.676 mas, bpa=-20.56 degrees ! Estimated noise=537.167 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000536058 Jy ! Component: 100 - total flux cleaned = 0.000739215 Jy ! Component: 150 - total flux cleaned = 0.000873351 Jy ! Component: 200 - total flux cleaned = 0.000985213 Jy ! Total flux subtracted in 200 components = 0.000985213 Jy ! Clean residual min=-0.002581 max=0.002363 Jy/beam ! Clean residual mean=-0.000012 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.170903 Jy clean ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.05945e-05 Jy ! Component: 100 - total flux cleaned = 0.000102338 Jy ! Component: 150 - total flux cleaned = 0.00011199 Jy ! Component: 200 - total flux cleaned = 0.000112068 Jy ! Total flux subtracted in 200 components = 0.000112068 Jy ! Clean residual min=-0.002586 max=0.002350 Jy/beam ! Clean residual mean=-0.000012 rms=0.000652 Jy/beam ! Combined flux in latest and established models = 0.171015 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 52 components and 0.171015 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.161751Jy sigma=0.001378 ! Fit after self-cal, rms=0.161755Jy sigma=0.001378 wmodel J2133+1443_X_2011_08_02_pus_map.mod ! Writing 52 model components to file: J2133+1443_X_2011_08_02_pus_map.mod wobs J2133+1443_X_2011_08_02_pus_uvs.fits ! Writing UV FITS file: J2133+1443_X_2011_08_02_pus_uvs.fits wwins J2133+1443_X_2011_08_02_pus_map.win ! wwins: Wrote 1 windows to J2133+1443_X_2011_08_02_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000554234 Jy ! Component: 100 - total flux cleaned = -0.000791934 Jy ! Component: 150 - total flux cleaned = -0.000717887 Jy ! Component: 200 - total flux cleaned = -0.00075372 Jy ! Component: 250 - total flux cleaned = -0.000684305 Jy ! Component: 300 - total flux cleaned = -0.000650629 Jy ! Component: 350 - total flux cleaned = -0.000585329 Jy ! Component: 400 - total flux cleaned = -0.000617478 Jy ! Component: 450 - total flux cleaned = -0.000648906 Jy ! Component: 500 - total flux cleaned = -0.00067969 Jy ! Component: 550 - total flux cleaned = -0.000650409 Jy ! Component: 600 - total flux cleaned = -0.000709364 Jy ! Component: 650 - total flux cleaned = -0.000766213 Jy ! Component: 700 - total flux cleaned = -0.000821927 Jy ! Component: 750 - total flux cleaned = -0.000876669 Jy ! Component: 800 - total flux cleaned = -0.000956878 Jy ! Component: 850 - total flux cleaned = -0.00106174 Jy ! Component: 900 - total flux cleaned = -0.0011388 Jy ! Component: 950 - total flux cleaned = -0.00129119 Jy ! Component: 1000 - total flux cleaned = -0.00136616 Jy ! Component: 1050 - total flux cleaned = -0.00151415 Jy ! Component: 1100 - total flux cleaned = -0.00156306 Jy ! Component: 1150 - total flux cleaned = -0.00170676 Jy ! Component: 1200 - total flux cleaned = -0.00180043 Jy ! Component: 1250 - total flux cleaned = -0.00184695 Jy ! Component: 1300 - total flux cleaned = -0.00189233 Jy ! Component: 1350 - total flux cleaned = -0.00189227 Jy ! Component: 1400 - total flux cleaned = -0.00187047 Jy ! Component: 1450 - total flux cleaned = -0.00193589 Jy ! Component: 1500 - total flux cleaned = -0.00200046 Jy ! Component: 1550 - total flux cleaned = -0.00199998 Jy ! Component: 1600 - total flux cleaned = -0.00206295 Jy ! Component: 1650 - total flux cleaned = -0.0021253 Jy ! Component: 1700 - total flux cleaned = -0.00220717 Jy ! Component: 1750 - total flux cleaned = -0.00220688 Jy ! Component: 1800 - total flux cleaned = -0.00230734 Jy ! Component: 1850 - total flux cleaned = -0.0023666 Jy ! Component: 1900 - total flux cleaned = -0.00244536 Jy ! Component: 1950 - total flux cleaned = -0.00252323 Jy ! Component: 2000 - total flux cleaned = -0.00252317 Jy ! Total flux subtracted in 2048 components = -0.00259954 Jy ! Clean residual min=-0.001183 max=0.001029 Jy/beam ! Clean residual mean=-0.000012 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.168416 Jy keep ! Adding 143 model components to the UV plane model. ! The established model now contains 195 components and 0.168416 Jy ![Exited script file: muppet] wmap "J2133+1443_X_2011_08_02_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.055 x 2.676 at -20.56 degrees (North through East) ! Clean map min=-0.0020396 max=0.16064 Jy/beam ! Writing clean map to FITS file: J2133+1443_X_2011_08_02_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.160644 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000370964 device "J2133+1443_X_2011_08_02_pus\_map.eps/VPS" ! Attempting to open device: 'J2133+1443_X_2011_08_02_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.692768 0.692768 1.38554 2.77107 5.54215 11.0843 22.1686 44.3372 88.6743 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.16 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.055 x 2.676 at -20.56 degrees (North through East) ! Clean map min=-0.0020396 max=0.16064 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2133+1443_X_2011_08_02_pus\_map.gif/vgif" ! Attempting to open device: 'J2133+1443_X_2011_08_02_pus_map.gif/vgif' mapplot cln