! Started logfile: J0805+6144_S_2014_06_09_pus_uvs.log on Wed Nov 16 19:47:27 2016 obs J0805+6144_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J0805+6144_S_2014_06_09_pus_uva.fits ! AN table 1: 29 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.591571 visibilities/baseline/integration-bin. ! Found source: J0805+6144 ! ! 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 336 lines of history. ! ! Reading 3088 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 J0805+6144_S_2014_06_09_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 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.347053Jy sigma=0.003540 ! Fit after self-cal, rms=0.328037Jy sigma=0.003350 ! 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.402 mas, bmaj=7.435 mas, bpa=62.24 degrees ! Estimated noise=1615.33 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.530201 Jy ! Component: 100 - total flux cleaned = 0.67896 Jy ! Total flux subtracted in 100 components = 0.67896 Jy ! Clean residual min=-0.023043 max=0.066346 Jy/beam ! Clean residual mean=-0.000258 rms=0.008548 Jy/beam ! Combined flux in latest and established models = 0.67896 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.67896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.174131Jy sigma=0.001721 ! Fit after self-cal, rms=0.173998Jy sigma=0.001720 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0737299 Jy ! Component: 100 - total flux cleaned = 0.11155 Jy ! Total flux subtracted in 100 components = 0.11155 Jy ! Clean residual min=-0.016235 max=0.020450 Jy/beam ! Clean residual mean=-0.000051 rms=0.004513 Jy/beam ! Combined flux in latest and established models = 0.790509 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 15 components and 0.79051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.127785Jy sigma=0.001259 ! Fit after self-cal, rms=0.127377Jy sigma=0.001255 ! 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=4.194 mas, bmaj=8.713 mas, bpa=64.26 degrees ! Estimated noise=1224.68 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.0296543 Jy ! Component: 100 - total flux cleaned = 0.0447859 Jy ! Component: 150 - total flux cleaned = 0.0535322 Jy ! Component: 200 - total flux cleaned = 0.0587169 Jy ! Total flux subtracted in 200 components = 0.0587169 Jy ! Clean residual min=-0.014807 max=0.016038 Jy/beam ! Clean residual mean=0.000109 rms=0.003947 Jy/beam ! Combined flux in latest and established models = 0.849226 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 36 components and 0.849226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119072Jy sigma=0.001197 ! Fit after self-cal, rms=0.118868Jy sigma=0.001195 ! 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 1.00* FD 0.90 HN 0.96 KP 1.04 ! LA 1.19 MK 1.00* NL 0.96 OV 0.96 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.01 KP 1.02 ! LA 1.16 MK 1.00* NL 1.02 OV 1.01 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.21 HN 1.01 KP 0.90 ! LA 0.91 MK 1.00* NL 0.98 OV 0.94 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.00 KP 0.88 ! LA 0.86 MK 1.00* NL 1.07 OV 1.01 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.118868Jy sigma=0.001195 ! Fit after self-cal, rms=0.086399Jy sigma=0.000860 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.182 mas, bmaj=8.699 mas, bpa=64.33 degrees ! Estimated noise=1220.12 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.000278397 Jy ! Component: 100 - total flux cleaned = 0.000603488 Jy ! Component: 150 - total flux cleaned = 0.00060443 Jy ! Component: 200 - total flux cleaned = 0.000606866 Jy ! Total flux subtracted in 200 components = 0.000606866 Jy ! Clean residual min=-0.010435 max=0.009114 Jy/beam ! Clean residual mean=-0.000010 rms=0.002502 Jy/beam ! Combined flux in latest and established models = 0.849833 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 47 components and 0.849833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086145Jy sigma=0.000857 ! Fit after self-cal, rms=0.086113Jy sigma=0.000856 ! 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.086113Jy sigma=0.000856 ! Fit after self-cal, rms=0.080577Jy sigma=0.000808 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.175 mas, bmaj=8.71 mas, bpa=64.29 degrees ! Estimated noise=1218.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.4173e-05 Jy ! Component: 100 - total flux cleaned = -0.000309018 Jy ! Component: 150 - total flux cleaned = -0.000304905 Jy ! Component: 200 - total flux cleaned = -0.000304731 Jy ! Total flux subtracted in 200 components = -0.000304731 Jy ! Clean residual min=-0.004420 max=0.006132 Jy/beam ! Clean residual mean=-0.000040 rms=0.001213 Jy/beam ! Combined flux in latest and established models = 0.849528 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 52 components and 0.849528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080462Jy sigma=0.000807 ! Fit after self-cal, rms=0.080451Jy sigma=0.000807 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) ! Added new window around map position (39.5, 85). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0056911 Jy ! Component: 100 - total flux cleaned = 0.00825098 Jy ! Component: 150 - total flux cleaned = 0.00929558 Jy ! Component: 200 - total flux cleaned = 0.00989167 Jy ! Total flux subtracted in 200 components = 0.00989167 Jy ! Clean residual min=-0.003479 max=0.004277 Jy/beam ! Clean residual mean=-0.000023 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.85942 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 85 components and 0.85942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080043Jy sigma=0.000802 ! Fit after self-cal, rms=0.080021Jy sigma=0.000802 ! Inverting map ! Added new window around map position (45.5, 31). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00372737 Jy ! Component: 100 - total flux cleaned = 0.00455273 Jy ! Component: 150 - total flux cleaned = 0.00529775 Jy ! Component: 200 - total flux cleaned = 0.00607012 Jy ! Total flux subtracted in 200 components = 0.00607012 Jy ! Clean residual min=-0.003155 max=0.003094 Jy/beam ! Clean residual mean=-0.000024 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.86549 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 112 components and 0.86549 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079801Jy sigma=0.000799 ! Fit after self-cal, rms=0.079795Jy sigma=0.000799 ! 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.079795Jy sigma=0.000799 ! Fit after self-cal, rms=0.079683Jy sigma=0.000799 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.172 mas, bmaj=8.71 mas, bpa=64.26 degrees ! Estimated noise=1217.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00159654 Jy ! Component: 100 - total flux cleaned = 0.00189127 Jy ! Component: 150 - total flux cleaned = 0.0019966 Jy ! Component: 200 - total flux cleaned = 0.00209128 Jy ! Total flux subtracted in 200 components = 0.00209128 Jy ! Clean residual min=-0.003080 max=0.002954 Jy/beam ! Clean residual mean=-0.000014 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.867581 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 131 components and 0.867581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079611Jy sigma=0.000798 ! Fit after self-cal, rms=0.079610Jy sigma=0.000798 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 = 0.000244823 Jy ! Component: 100 - total flux cleaned = 0.000329656 Jy ! Component: 150 - total flux cleaned = 0.000448898 Jy ! Component: 200 - total flux cleaned = 0.000485573 Jy ! Total flux subtracted in 200 components = 0.000485573 Jy ! Clean residual min=-0.003034 max=0.002932 Jy/beam ! Clean residual mean=-0.000013 rms=0.000735 Jy/beam ! Combined flux in latest and established models = 0.868067 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 139 components and 0.868067 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079571Jy sigma=0.000798 ! Fit after self-cal, rms=0.079572Jy sigma=0.000798 ! 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.079572Jy sigma=0.000798 ! Fit after self-cal, rms=0.079564Jy sigma=0.000798 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.179 mas, bmaj=13.37 mas, bpa=59.01 degrees ! Estimated noise=1425.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000464518 Jy ! Component: 100 - total flux cleaned = 0.000497844 Jy ! Component: 150 - total flux cleaned = 0.000470495 Jy ! Component: 200 - total flux cleaned = 0.000446186 Jy ! Total flux subtracted in 200 components = 0.000446186 Jy ! Clean residual min=-0.003348 max=0.002822 Jy/beam ! Clean residual mean=-0.000014 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.868513 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 147 components and 0.868513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079552Jy sigma=0.000798 ! Fit after self-cal, rms=0.079551Jy sigma=0.000798 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 = -8.18882e-05 Jy ! Component: 100 - total flux cleaned = -0.000127807 Jy ! Component: 150 - total flux cleaned = -0.000147885 Jy ! Component: 200 - total flux cleaned = -0.000147989 Jy ! Total flux subtracted in 200 components = -0.000147989 Jy ! Clean residual min=-0.003309 max=0.002744 Jy/beam ! Clean residual mean=-0.000014 rms=0.000860 Jy/beam ! Combined flux in latest and established models = 0.868365 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 160 components and 0.868365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079547Jy sigma=0.000798 ! Fit after self-cal, rms=0.079546Jy sigma=0.000797 ! 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=4.171 mas, bmaj=8.709 mas, bpa=64.24 degrees ! Estimated noise=1217.59 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.171 x 8.709 at 64.24 degrees (North through East) ! Clean map min=-0.0029815 max=0.71249 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079546Jy sigma=0.000797 ! Fit after self-cal, rms=0.070162Jy sigma=0.000697 ! Inverting map and beam ! Estimated beam: bmin=4.171 mas, bmaj=8.709 mas, bpa=64.22 degrees ! Estimated noise=1217.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000279086 Jy ! Component: 100 - total flux cleaned = 0.000281049 Jy ! Component: 150 - total flux cleaned = 0.000246479 Jy ! Component: 200 - total flux cleaned = 0.000215355 Jy ! Total flux subtracted in 200 components = 0.000215355 Jy ! Clean residual min=-0.002991 max=0.002934 Jy/beam ! Clean residual mean=-0.000006 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.868581 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 173 components and 0.868581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070122Jy sigma=0.000697 ! Fit after self-cal, rms=0.070124Jy sigma=0.000697 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.87198e-05 Jy ! Component: 100 - total flux cleaned = 0.000107664 Jy ! Component: 150 - total flux cleaned = 0.000161724 Jy ! Component: 200 - total flux cleaned = 0.000186887 Jy ! Total flux subtracted in 200 components = 0.000186887 Jy ! Clean residual min=-0.003024 max=0.002941 Jy/beam ! Clean residual mean=-0.000006 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.868767 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 182 components and 0.868767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070101Jy sigma=0.000696 ! Fit after self-cal, rms=0.070102Jy sigma=0.000696 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070102Jy sigma=0.000696 ! Fit after self-cal, rms=0.070112Jy sigma=0.000696 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.382 mas, bmaj=7.425 mas, bpa=62.07 degrees ! Estimated noise=1597.88 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.52409 Jy ! Component: 100 - total flux cleaned = 0.675923 Jy ! Component: 150 - total flux cleaned = 0.751834 Jy ! Component: 200 - total flux cleaned = 0.791155 Jy ! Total flux subtracted in 200 components = 0.791155 Jy ! Clean residual min=-0.007929 max=0.018640 Jy/beam ! Clean residual mean=-0.000110 rms=0.002686 Jy/beam ! Combined flux in latest and established models = 0.791155 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.791155 Jy ! Inverting map and beam ! Estimated beam: bmin=4.17 mas, bmaj=8.71 mas, bpa=64.2 degrees ! Estimated noise=1218.09 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.0292853 Jy ! Component: 100 - total flux cleaned = 0.0439109 Jy ! Component: 150 - total flux cleaned = 0.0521326 Jy ! Component: 200 - total flux cleaned = 0.0583265 Jy ! Total flux subtracted in 200 components = 0.0583265 Jy ! Clean residual min=-0.004596 max=0.005653 Jy/beam ! Clean residual mean=-0.000048 rms=0.001150 Jy/beam ! Combined flux in latest and established models = 0.849481 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 43 components and 0.849481 Jy ! Inverting map ! Added new window around map position (10, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00568213 Jy ! Component: 100 - total flux cleaned = 0.00964717 Jy ! Component: 150 - total flux cleaned = 0.0127987 Jy ! Component: 200 - total flux cleaned = 0.0145687 Jy ! Total flux subtracted in 200 components = 0.0145687 Jy ! Clean residual min=-0.003603 max=0.003402 Jy/beam ! Clean residual mean=-0.000013 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.86405 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 68 components and 0.86405 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.178 mas, bmaj=13.37 mas, bpa=58.99 degrees ! Estimated noise=1426.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0025601 Jy ! Component: 100 - total flux cleaned = 0.00300409 Jy ! Component: 150 - total flux cleaned = 0.00344417 Jy ! Component: 200 - total flux cleaned = 0.00371069 Jy ! Total flux subtracted in 200 components = 0.00371069 Jy ! Clean residual min=-0.003143 max=0.002976 Jy/beam ! Clean residual mean=-0.000003 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.867761 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.000139355 Jy ! Component: 100 - total flux cleaned = 0.00022158 Jy ! Component: 150 - total flux cleaned = 0.000293976 Jy ! Component: 200 - total flux cleaned = 0.000293412 Jy ! Total flux subtracted in 200 components = 0.000293412 Jy ! Clean residual min=-0.003145 max=0.003043 Jy/beam ! Clean residual mean=0.000003 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.868054 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 113 components and 0.868054 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.17 mas, bmaj=8.71 mas, bpa=64.2 degrees ! Estimated noise=1218.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.58276e-05 Jy ! Component: 100 - total flux cleaned = -2.01334e-05 Jy ! Component: 150 - total flux cleaned = -7.54313e-05 Jy ! Component: 200 - total flux cleaned = -7.25513e-05 Jy ! Total flux subtracted in 200 components = -7.25513e-05 Jy ! Clean residual min=-0.003171 max=0.003147 Jy/beam ! Clean residual mean=0.000002 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.867982 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 133 components and 0.867982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070142Jy sigma=0.000697 ! Fit after self-cal, rms=0.070136Jy sigma=0.000697 wmodel J0805+6144_S_2014_06_09_pus_map.mod ! Writing 133 model components to file: J0805+6144_S_2014_06_09_pus_map.mod wobs J0805+6144_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J0805+6144_S_2014_06_09_pus_uvs.fits wwins J0805+6144_S_2014_06_09_pus_map.win ! wwins: Wrote 4 windows to J0805+6144_S_2014_06_09_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.00021227 Jy ! Component: 100 - total flux cleaned = -6.62404e-05 Jy ! Component: 150 - total flux cleaned = -6.83145e-05 Jy ! Component: 200 - total flux cleaned = -0.000153373 Jy ! Component: 250 - total flux cleaned = -0.00031252 Jy ! Component: 300 - total flux cleaned = -0.000426055 Jy ! Component: 350 - total flux cleaned = -0.00031927 Jy ! Component: 400 - total flux cleaned = -0.00024947 Jy ! Component: 450 - total flux cleaned = -0.000115009 Jy ! Component: 500 - total flux cleaned = -5.02598e-05 Jy ! Component: 550 - total flux cleaned = 1.28552e-05 Jy ! Component: 600 - total flux cleaned = 0.000104512 Jy ! Component: 650 - total flux cleaned = 0.00019418 Jy ! Component: 700 - total flux cleaned = 0.000253494 Jy ! Component: 750 - total flux cleaned = 0.000340402 Jy ! Component: 800 - total flux cleaned = 0.000509512 Jy ! Component: 850 - total flux cleaned = 0.000509405 Jy ! Component: 900 - total flux cleaned = 0.00061732 Jy ! Component: 950 - total flux cleaned = 0.000723082 Jy ! Component: 1000 - total flux cleaned = 0.000749307 Jy ! Component: 1050 - total flux cleaned = 0.000749275 Jy ! Component: 1100 - total flux cleaned = 0.000774508 Jy ! Component: 1150 - total flux cleaned = 0.000823273 Jy ! Component: 1200 - total flux cleaned = 0.000701316 Jy ! Component: 1250 - total flux cleaned = 0.000725484 Jy ! Component: 1300 - total flux cleaned = 0.000701815 Jy ! Component: 1350 - total flux cleaned = 0.00060863 Jy ! Component: 1400 - total flux cleaned = 0.000608445 Jy ! Component: 1450 - total flux cleaned = 0.000540542 Jy ! Component: 1500 - total flux cleaned = 0.000473619 Jy ! Component: 1550 - total flux cleaned = 0.00042977 Jy ! Component: 1600 - total flux cleaned = 0.000343109 Jy ! Component: 1650 - total flux cleaned = 0.000343106 Jy ! Component: 1700 - total flux cleaned = 0.000300752 Jy ! Component: 1750 - total flux cleaned = 0.000342292 Jy ! Component: 1800 - total flux cleaned = 0.000300585 Jy ! Component: 1850 - total flux cleaned = 0.000361753 Jy ! Component: 1900 - total flux cleaned = 0.00032127 Jy ! Component: 1950 - total flux cleaned = 0.000341048 Jy ! Component: 2000 - total flux cleaned = 0.000400278 Jy ! Component: 2050 - total flux cleaned = 0.000400053 Jy ! Component: 2100 - total flux cleaned = 0.000380837 Jy ! Component: 2150 - total flux cleaned = 0.000380974 Jy ! Component: 2200 - total flux cleaned = 0.000343286 Jy ! Component: 2250 - total flux cleaned = 0.000306036 Jy ! Component: 2300 - total flux cleaned = 0.000361442 Jy ! Component: 2350 - total flux cleaned = 0.000324879 Jy ! Component: 2400 - total flux cleaned = 0.000360685 Jy ! Component: 2450 - total flux cleaned = 0.00032496 Jy ! Component: 2500 - total flux cleaned = 0.000324924 Jy ! Component: 2550 - total flux cleaned = 0.000342411 Jy ! Component: 2600 - total flux cleaned = 0.000342439 Jy ! Component: 2650 - total flux cleaned = 0.000342397 Jy ! Component: 2700 - total flux cleaned = 0.000308639 Jy ! Component: 2750 - total flux cleaned = 0.00034257 Jy ! Component: 2800 - total flux cleaned = 0.000426016 Jy ! Component: 2850 - total flux cleaned = 0.000458916 Jy ! Component: 2900 - total flux cleaned = 0.000442508 Jy ! Component: 2950 - total flux cleaned = 0.000507324 Jy ! Component: 3000 - total flux cleaned = 0.000507303 Jy ! Component: 3050 - total flux cleaned = 0.000507432 Jy ! Component: 3100 - total flux cleaned = 0.000570762 Jy ! Component: 3150 - total flux cleaned = 0.000633313 Jy ! Component: 3200 - total flux cleaned = 0.000617652 Jy ! Component: 3250 - total flux cleaned = 0.000694698 Jy ! Component: 3300 - total flux cleaned = 0.000709974 Jy ! Component: 3350 - total flux cleaned = 0.000770429 Jy ! Component: 3400 - total flux cleaned = 0.00084565 Jy ! Component: 3450 - total flux cleaned = 0.000890364 Jy ! Component: 3500 - total flux cleaned = 0.000934777 Jy ! Component: 3550 - total flux cleaned = 0.00100812 Jy ! Component: 3600 - total flux cleaned = 0.00105172 Jy ! Component: 3650 - total flux cleaned = 0.00106603 Jy ! Component: 3700 - total flux cleaned = 0.00112348 Jy ! Component: 3750 - total flux cleaned = 0.00119475 Jy ! Component: 3800 - total flux cleaned = 0.00122284 Jy ! Component: 3850 - total flux cleaned = 0.00129291 Jy ! Component: 3900 - total flux cleaned = 0.00133468 Jy ! Component: 3950 - total flux cleaned = 0.00141762 Jy ! Component: 4000 - total flux cleaned = 0.00145878 Jy ! Component: 4050 - total flux cleaned = 0.00155425 Jy ! Total flux subtracted in 4096 components = 0.00158145 Jy ! Clean residual min=-0.000739 max=0.000794 Jy/beam ! Clean residual mean=0.000002 rms=0.000243 Jy/beam ! Combined flux in latest and established models = 0.869563 Jy keep ! Adding 240 model components to the UV plane model. ! The established model now contains 373 components and 0.869563 Jy ![Exited script file: muppet] wmap "J0805+6144_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.17 x 8.71 at 64.2 degrees (North through East) ! Clean map min=-0.0015148 max=0.71149 Jy/beam ! Writing clean map to FITS file: J0805+6144_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.711494 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000238368 device "J0805+6144_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0805+6144_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.100508 0.100508 0.201015 0.40203 0.804061 1.60812 3.21624 6.43248 12.865 25.7299 51.4599 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.711 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.17 x 8.71 at 64.2 degrees (North through East) ! Clean map min=-0.0015148 max=0.71149 Jy/beam quit ! Quitting program ! Log file J0805+6144_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 19:47:32 2016