! Started logfile: J0329-2357_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:13:58 2016 obs J0329-2357_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0329-2357_S_2014_08_05_pus_uva.fits ! AN table 1: 55 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.784242 visibilities/baseline/integration-bin. ! Found source: J0329-2357 ! ! 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 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 360 lines of history. ! ! Reading 7764 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 = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@muppet J0329-2357_S_2014_08_05_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 = 1024x1024 pixels with 0.500x0.500 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 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.624765Jy sigma=0.005549 ! Fit after self-cal, rms=0.545429Jy sigma=0.004811 ! 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=3.091 mas, bmaj=13.08 mas, bpa=20.47 degrees ! Estimated noise=1407 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.35249 Jy ! Component: 100 - total flux cleaned = 0.44483 Jy ! Total flux subtracted in 100 components = 0.44483 Jy ! Clean residual min=-0.017036 max=0.040418 Jy/beam ! Clean residual mean=-0.000156 rms=0.005891 Jy/beam ! Combined flux in latest and established models = 0.44483 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.44483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142092Jy sigma=0.001194 ! Fit after self-cal, rms=0.141989Jy sigma=0.001193 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0455772 Jy ! Component: 100 - total flux cleaned = 0.0735042 Jy ! Total flux subtracted in 100 components = 0.0735042 Jy ! Clean residual min=-0.013179 max=0.015045 Jy/beam ! Clean residual mean=-0.000060 rms=0.003840 Jy/beam ! Combined flux in latest and established models = 0.518335 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 29 components and 0.518335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123274Jy sigma=0.000994 ! Fit after self-cal, rms=0.123264Jy sigma=0.000994 ! 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=3.906 mas, bmaj=14.76 mas, bpa=19.26 degrees ! Estimated noise=905.154 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.0222121 Jy ! Component: 100 - total flux cleaned = 0.0347462 Jy ! Component: 150 - total flux cleaned = 0.0423171 Jy ! Component: 200 - total flux cleaned = 0.0432149 Jy ! Total flux subtracted in 200 components = 0.0432149 Jy ! Clean residual min=-0.010354 max=0.010472 Jy/beam ! Clean residual mean=-0.000008 rms=0.002931 Jy/beam ! Combined flux in latest and established models = 0.56155 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 83 components and 0.561549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118689Jy sigma=0.000958 ! Fit after self-cal, rms=0.118688Jy sigma=0.000958 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.88 HN 1.07 KP 1.07 ! LA 1.16 MK 1.00* NL 0.95 OV 0.97 ! PT 1.04 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.05 HN 1.16 KP 1.01 ! LA 1.08 MK 1.00* NL 1.01 OV 0.99 ! PT 1.02 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.18 HN 1.14 KP 0.90 ! LA 0.86 MK 1.00* NL 0.99 OV 0.92 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 1.12 KP 0.86 ! LA 0.80 MK 1.00* NL 1.03 OV 0.96 ! PT 1.01 SC 0.97 ! ! ! Fit before self-cal, rms=0.118688Jy sigma=0.000958 ! Fit after self-cal, rms=0.101888Jy sigma=0.000809 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.916 mas, bmaj=15 mas, bpa=19.55 degrees ! Estimated noise=901.8 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.0073362 Jy ! Component: 100 - total flux cleaned = -0.00876438 Jy ! Component: 150 - total flux cleaned = -0.00946136 Jy ! Component: 200 - total flux cleaned = -0.0100722 Jy ! Total flux subtracted in 200 components = -0.0100722 Jy ! Clean residual min=-0.007295 max=0.007399 Jy/beam ! Clean residual mean=-0.000006 rms=0.001775 Jy/beam ! Combined flux in latest and established models = 0.551477 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 94 components and 0.551477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101013Jy sigma=0.000803 ! Fit after self-cal, rms=0.101031Jy sigma=0.000802 ! 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.101031Jy sigma=0.000802 ! Fit after self-cal, rms=0.099425Jy sigma=0.000783 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.923 mas, bmaj=14.99 mas, bpa=19.45 degrees ! Estimated noise=901.036 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00567419 Jy ! Component: 100 - total flux cleaned = -0.00688222 Jy ! Component: 150 - total flux cleaned = -0.00726983 Jy ! Component: 200 - total flux cleaned = -0.00742564 Jy ! Total flux subtracted in 200 components = -0.00742564 Jy ! Clean residual min=-0.005022 max=0.004371 Jy/beam ! Clean residual mean=-0.000003 rms=0.001148 Jy/beam ! Combined flux in latest and established models = 0.544052 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 105 components and 0.544052 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099107Jy sigma=0.000779 ! Fit after self-cal, rms=0.099135Jy sigma=0.000779 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 = 6.71113e-05 Jy ! Component: 100 - total flux cleaned = 0.000125 Jy ! Component: 150 - total flux cleaned = 0.000176329 Jy ! Component: 200 - total flux cleaned = 0.000221062 Jy ! Total flux subtracted in 200 components = 0.000221062 Jy ! Clean residual min=-0.004854 max=0.004293 Jy/beam ! Clean residual mean=-0.000002 rms=0.001130 Jy/beam ! Combined flux in latest and established models = 0.544273 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 110 components and 0.544273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099110Jy sigma=0.000778 ! Fit after self-cal, rms=0.099106Jy sigma=0.000778 ! 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.099106Jy sigma=0.000778 ! Fit after self-cal, rms=0.100595Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.924 mas, bmaj=14.99 mas, bpa=19.45 degrees ! Estimated noise=900.72 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00307255 Jy ! Component: 100 - total flux cleaned = -0.00341094 Jy ! Component: 150 - total flux cleaned = -0.00347733 Jy ! Component: 200 - total flux cleaned = -0.00347779 Jy ! Total flux subtracted in 200 components = -0.00347779 Jy ! Clean residual min=-0.003750 max=0.003142 Jy/beam ! Clean residual mean=0.000000 rms=0.000907 Jy/beam ! Combined flux in latest and established models = 0.540795 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 117 components and 0.540795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100453Jy sigma=0.000773 ! Fit after self-cal, rms=0.100479Jy sigma=0.000773 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 = -3.59171e-05 Jy ! Component: 100 - total flux cleaned = -3.80383e-05 Jy ! Component: 150 - total flux cleaned = -3.7773e-05 Jy ! Component: 200 - total flux cleaned = -3.77613e-05 Jy ! Total flux subtracted in 200 components = -3.77613e-05 Jy ! Clean residual min=-0.003583 max=0.003119 Jy/beam ! Clean residual mean=0.000000 rms=0.000894 Jy/beam ! Combined flux in latest and established models = 0.540757 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 124 components and 0.540757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100447Jy sigma=0.000773 ! Fit after self-cal, rms=0.100444Jy sigma=0.000773 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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.100444Jy sigma=0.000773 ! Fit after self-cal, rms=0.100941Jy sigma=0.000772 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.175 mas, bmaj=21.14 mas, bpa=10.05 degrees ! Estimated noise=996.956 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00194124 Jy ! Component: 100 - total flux cleaned = -0.00249924 Jy ! Component: 150 - total flux cleaned = -0.00256124 Jy ! Component: 200 - total flux cleaned = -0.00264193 Jy ! Total flux subtracted in 200 components = -0.00264193 Jy ! Clean residual min=-0.003415 max=0.002992 Jy/beam ! Clean residual mean=-0.000004 rms=0.000988 Jy/beam ! Combined flux in latest and established models = 0.538115 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 127 components and 0.538115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100879Jy sigma=0.000772 ! Fit after self-cal, rms=0.100884Jy sigma=0.000772 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.2544e-05 Jy ! Component: 100 - total flux cleaned = 2.20847e-05 Jy ! Component: 150 - total flux cleaned = 2.23105e-05 Jy ! Component: 200 - total flux cleaned = 4.25166e-05 Jy ! Total flux subtracted in 200 components = 4.25166e-05 Jy ! Clean residual min=-0.003383 max=0.002925 Jy/beam ! Clean residual mean=-0.000004 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.538158 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 129 components and 0.538158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100870Jy sigma=0.000772 ! Fit after self-cal, rms=0.100868Jy sigma=0.000772 ! 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=3.924 mas, bmaj=15.03 mas, bpa=19.5 degrees ! Estimated noise=900.091 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.924 x 15.03 at 19.5 degrees (North through East) ! Clean map min=-0.0030912 max=0.46611 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=3.081 mas, bmaj=13.27 mas, bpa=20.63 degrees ! Estimated noise=1399.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.350615 Jy ! Component: 100 - total flux cleaned = 0.442539 Jy ! Component: 150 - total flux cleaned = 0.485442 Jy ! Component: 200 - total flux cleaned = 0.507432 Jy ! Total flux subtracted in 200 components = 0.507432 Jy ! Clean residual min=-0.006464 max=0.010282 Jy/beam ! Clean residual mean=-0.000038 rms=0.001636 Jy/beam ! Combined flux in latest and established models = 0.507432 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.507432 Jy ! Inverting map and beam ! Estimated beam: bmin=3.924 mas, bmaj=15.03 mas, bpa=19.5 degrees ! Estimated noise=900.091 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.0134706 Jy ! Component: 100 - total flux cleaned = 0.0203032 Jy ! Component: 150 - total flux cleaned = 0.0243736 Jy ! Component: 200 - total flux cleaned = 0.0268526 Jy ! Total flux subtracted in 200 components = 0.0268526 Jy ! Clean residual min=-0.003374 max=0.003313 Jy/beam ! Clean residual mean=-0.000007 rms=0.000865 Jy/beam ! Combined flux in latest and established models = 0.534284 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 44 components and 0.534284 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.175 mas, bmaj=21.14 mas, bpa=10.05 degrees ! Estimated noise=996.956 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00188712 Jy ! Component: 100 - total flux cleaned = 0.00284343 Jy ! Component: 150 - total flux cleaned = 0.00301098 Jy ! Component: 200 - total flux cleaned = 0.00315933 Jy ! Total flux subtracted in 200 components = 0.00315933 Jy ! Clean residual min=-0.003305 max=0.003124 Jy/beam ! Clean residual mean=-0.000005 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.537444 Jy flux_cutoff = imstat(rms) * dynam 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.000130542 Jy ! Component: 100 - total flux cleaned = 0.000245915 Jy ! Component: 150 - total flux cleaned = 0.000332494 Jy ! Component: 200 - total flux cleaned = 0.000396306 Jy ! Total flux subtracted in 200 components = 0.000396306 Jy ! Clean residual min=-0.003327 max=0.003049 Jy/beam ! Clean residual mean=-0.000004 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.53784 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 59 components and 0.53784 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.924 mas, bmaj=15.03 mas, bpa=19.5 degrees ! Estimated noise=900.091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000496443 Jy ! Component: 100 - total flux cleaned = -0.000494041 Jy ! Component: 150 - total flux cleaned = -0.000458437 Jy ! Component: 200 - total flux cleaned = -0.000426412 Jy ! Total flux subtracted in 200 components = -0.000426412 Jy ! Clean residual min=-0.003102 max=0.002804 Jy/beam ! Clean residual mean=-0.000002 rms=0.000826 Jy/beam ! Combined flux in latest and established models = 0.537414 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 72 components and 0.537414 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100845Jy sigma=0.000772 ! Fit after self-cal, rms=0.100834Jy sigma=0.000772 wmodel J0329-2357_S_2014_08_05_pus_map.mod ! Writing 72 model components to file: J0329-2357_S_2014_08_05_pus_map.mod wobs J0329-2357_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0329-2357_S_2014_08_05_pus_uvs.fits wwins J0329-2357_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J0329-2357_S_2014_08_05_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=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000966465 Jy ! Component: 100 - total flux cleaned = -0.00172317 Jy ! Component: 150 - total flux cleaned = -0.00196091 Jy ! Component: 200 - total flux cleaned = -0.00218636 Jy ! Component: 250 - total flux cleaned = -0.00236049 Jy ! Component: 300 - total flux cleaned = -0.00240321 Jy ! Component: 350 - total flux cleaned = -0.00252744 Jy ! Component: 400 - total flux cleaned = -0.00260808 Jy ! Component: 450 - total flux cleaned = -0.002648 Jy ! Component: 500 - total flux cleaned = -0.0026095 Jy ! Component: 550 - total flux cleaned = -0.00253401 Jy ! Component: 600 - total flux cleaned = -0.00257022 Jy ! Component: 650 - total flux cleaned = -0.00242509 Jy ! Component: 700 - total flux cleaned = -0.00238864 Jy ! Component: 750 - total flux cleaned = -0.0022484 Jy ! Component: 800 - total flux cleaned = -0.00221386 Jy ! Component: 850 - total flux cleaned = -0.0021458 Jy ! Component: 900 - total flux cleaned = -0.00207922 Jy ! Component: 950 - total flux cleaned = -0.00201385 Jy ! Component: 1000 - total flux cleaned = -0.00198153 Jy ! Component: 1050 - total flux cleaned = -0.00191768 Jy ! Component: 1100 - total flux cleaned = -0.00182364 Jy ! Component: 1150 - total flux cleaned = -0.00179273 Jy ! Component: 1200 - total flux cleaned = -0.00176246 Jy ! Component: 1250 - total flux cleaned = -0.00170279 Jy ! Component: 1300 - total flux cleaned = -0.00161441 Jy ! Component: 1350 - total flux cleaned = -0.00161405 Jy ! Component: 1400 - total flux cleaned = -0.00158511 Jy ! Component: 1450 - total flux cleaned = -0.00149952 Jy ! Component: 1500 - total flux cleaned = -0.00149934 Jy ! Component: 1550 - total flux cleaned = -0.00136093 Jy ! Component: 1600 - total flux cleaned = -0.00133437 Jy ! Component: 1650 - total flux cleaned = -0.00128091 Jy ! Component: 1700 - total flux cleaned = -0.00136072 Jy ! Component: 1750 - total flux cleaned = -0.00130793 Jy ! Component: 1800 - total flux cleaned = -0.00138609 Jy ! Component: 1850 - total flux cleaned = -0.00130828 Jy ! Component: 1900 - total flux cleaned = -0.00133413 Jy ! Component: 1950 - total flux cleaned = -0.0013086 Jy ! Component: 2000 - total flux cleaned = -0.00130847 Jy ! Component: 2050 - total flux cleaned = -0.0013091 Jy ! Component: 2100 - total flux cleaned = -0.00135817 Jy ! Component: 2150 - total flux cleaned = -0.00128502 Jy ! Component: 2200 - total flux cleaned = -0.00128513 Jy ! Component: 2250 - total flux cleaned = -0.00130894 Jy ! Component: 2300 - total flux cleaned = -0.00133286 Jy ! Component: 2350 - total flux cleaned = -0.00135658 Jy ! Component: 2400 - total flux cleaned = -0.001473 Jy ! Component: 2450 - total flux cleaned = -0.00142658 Jy ! Component: 2500 - total flux cleaned = -0.00147249 Jy ! Component: 2550 - total flux cleaned = -0.00154029 Jy ! Component: 2600 - total flux cleaned = -0.00149551 Jy ! Component: 2650 - total flux cleaned = -0.00158478 Jy ! Component: 2700 - total flux cleaned = -0.00169523 Jy ! Component: 2750 - total flux cleaned = -0.00165095 Jy ! Component: 2800 - total flux cleaned = -0.0016731 Jy ! Component: 2850 - total flux cleaned = -0.00178143 Jy ! Component: 2900 - total flux cleaned = -0.00178157 Jy ! Component: 2950 - total flux cleaned = -0.00186653 Jy ! Component: 3000 - total flux cleaned = -0.00197182 Jy ! Component: 3050 - total flux cleaned = -0.00199271 Jy ! Component: 3100 - total flux cleaned = -0.00209642 Jy ! Component: 3150 - total flux cleaned = -0.00211693 Jy ! Component: 3200 - total flux cleaned = -0.00217771 Jy ! Component: 3250 - total flux cleaned = -0.00215723 Jy ! Component: 3300 - total flux cleaned = -0.0021572 Jy ! Component: 3350 - total flux cleaned = -0.00217721 Jy ! Component: 3400 - total flux cleaned = -0.00215757 Jy ! Component: 3450 - total flux cleaned = -0.00215724 Jy ! Component: 3500 - total flux cleaned = -0.00213742 Jy ! Component: 3550 - total flux cleaned = -0.00213745 Jy ! Component: 3600 - total flux cleaned = -0.00206029 Jy ! Component: 3650 - total flux cleaned = -0.00207941 Jy ! Component: 3700 - total flux cleaned = -0.00206031 Jy ! Component: 3750 - total flux cleaned = -0.00200336 Jy ! Component: 3800 - total flux cleaned = -0.00205952 Jy ! Component: 3850 - total flux cleaned = -0.00200344 Jy ! Component: 3900 - total flux cleaned = -0.00207745 Jy ! Component: 3950 - total flux cleaned = -0.00198531 Jy ! Component: 4000 - total flux cleaned = -0.00191205 Jy ! Component: 4050 - total flux cleaned = -0.00193039 Jy ! Total flux subtracted in 4096 components = -0.00189433 Jy ! Clean residual min=-0.001084 max=0.001031 Jy/beam ! Clean residual mean=0.000002 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.535519 Jy keep ! Adding 307 model components to the UV plane model. ! The established model now contains 379 components and 0.535519 Jy ![Exited script file: muppet] wmap "J0329-2357_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.924 x 15.03 at 19.5 degrees (North through East) ! Clean map min=-0.0023128 max=0.46711 Jy/beam ! Writing clean map to FITS file: J0329-2357_S_2014_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.467107 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000362707 device "J0329-2357_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0329-2357_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.232949 0.232949 0.465899 0.931797 1.86359 3.72719 7.45438 14.9088 29.8175 59.635 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.467 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.924 x 15.03 at 19.5 degrees (North through East) ! Clean map min=-0.0023128 max=0.46711 Jy/beam quit ! Quitting program ! Log file J0329-2357_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:14:03 2016