! Started logfile: J0301+0602_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:15:20 2017 obs J0301+0602_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0301+0602_S_2014_01_04_pus_uva.fits ! AN table 1: 59 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J0301+0602 ! ! 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 370 lines of history. ! ! Reading 4956 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 J0301+0602_S_2014_01_04_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 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 118 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.621913Jy sigma=0.008957 ! Fit after self-cal, rms=0.600070Jy sigma=0.008720 ! 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.015 mas, bmaj=5.611 mas, bpa=1.732 degrees ! Estimated noise=1121.07 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.304705 Jy ! Component: 100 - total flux cleaned = 0.37248 Jy ! Total flux subtracted in 100 components = 0.37248 Jy ! Clean residual min=-0.015102 max=0.025769 Jy/beam ! Clean residual mean=-0.000092 rms=0.004381 Jy/beam ! Combined flux in latest and established models = 0.37248 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.37248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103193Jy sigma=0.001210 ! Fit after self-cal, rms=0.103213Jy sigma=0.001209 ! 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.694 mas, bmaj=6.479 mas, bpa=0.5551 degrees ! Estimated noise=759.428 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.0282304 Jy ! Component: 100 - total flux cleaned = 0.0408308 Jy ! Component: 150 - total flux cleaned = 0.0490617 Jy ! Component: 200 - total flux cleaned = 0.0547478 Jy ! Total flux subtracted in 200 components = 0.0547478 Jy ! Clean residual min=-0.014584 max=0.023941 Jy/beam ! Clean residual mean=-0.000112 rms=0.004187 Jy/beam ! Combined flux in latest and established models = 0.427228 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 28 components and 0.427228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092175Jy sigma=0.001152 ! Fit after self-cal, rms=0.092188Jy sigma=0.001151 ! Inverting map ! Added new window around map position (22.5, -54.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0195325 Jy ! Component: 100 - total flux cleaned = 0.0261166 Jy ! Component: 150 - total flux cleaned = 0.0283919 Jy ! Component: 200 - total flux cleaned = 0.0290019 Jy ! Total flux subtracted in 200 components = 0.0290019 Jy ! Clean residual min=-0.010868 max=0.018687 Jy/beam ! Clean residual mean=-0.000121 rms=0.003092 Jy/beam ! Combined flux in latest and established models = 0.45623 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 43 components and 0.45623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088250Jy sigma=0.001077 ! Fit after self-cal, rms=0.087286Jy sigma=0.001066 ! 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.06 FD 1.00* KP 1.00* LA 1.04 ! MK 0.99 NL 0.99 OV 0.97 PT 1.00 ! SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00* KP 1.00* LA 1.01 ! MK 0.99 NL 1.03 OV 1.02 PT 0.97 ! SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00* KP 1.00* LA 0.81 ! MK 0.99 NL 0.99 OV 0.94 PT 0.97 ! SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.00* KP 1.00* LA 0.89 ! MK 1.00 NL 1.07 OV 0.99 PT 1.00 ! SC 0.96 ! ! ! Fit before self-cal, rms=0.087286Jy sigma=0.001066 ! Fit after self-cal, rms=0.078275Jy sigma=0.000953 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.678 mas, bmaj=6.538 mas, bpa=0.3368 degrees ! Estimated noise=763.659 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.00597256 Jy ! Component: 100 - total flux cleaned = -0.00787203 Jy ! Component: 150 - total flux cleaned = -0.00850616 Jy ! Component: 200 - total flux cleaned = -0.00895271 Jy ! Total flux subtracted in 200 components = -0.00895271 Jy ! Clean residual min=-0.005813 max=0.007184 Jy/beam ! Clean residual mean=-0.000037 rms=0.001594 Jy/beam ! Combined flux in latest and established models = 0.447277 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 65 components and 0.447277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077585Jy sigma=0.000945 ! Fit after self-cal, rms=0.077369Jy sigma=0.000944 ! 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.077369Jy sigma=0.000944 ! Fit after self-cal, rms=0.076494Jy sigma=0.000917 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.67 mas, bmaj=6.531 mas, bpa=0.11 degrees ! Estimated noise=762.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00166052 Jy ! Component: 100 - total flux cleaned = -0.00216156 Jy ! Component: 150 - total flux cleaned = -0.00251993 Jy ! Component: 200 - total flux cleaned = -0.00284776 Jy ! Total flux subtracted in 200 components = -0.00284776 Jy ! Clean residual min=-0.004261 max=0.005622 Jy/beam ! Clean residual mean=-0.000020 rms=0.001109 Jy/beam ! Combined flux in latest and established models = 0.444429 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 79 components and 0.444429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076198Jy sigma=0.000914 ! Fit after self-cal, rms=0.076196Jy sigma=0.000914 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 (-101.5, -128). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00368798 Jy ! Component: 100 - total flux cleaned = 0.00311724 Jy ! Component: 150 - total flux cleaned = 0.00263265 Jy ! Component: 200 - total flux cleaned = 0.00235191 Jy ! Total flux subtracted in 200 components = 0.00235191 Jy ! Clean residual min=-0.003820 max=0.003830 Jy/beam ! Clean residual mean=-0.000007 rms=0.000920 Jy/beam ! Combined flux in latest and established models = 0.446781 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 91 components and 0.446781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075827Jy sigma=0.000909 ! Fit after self-cal, rms=0.075804Jy sigma=0.000909 ! 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.075804Jy sigma=0.000909 ! Fit after self-cal, rms=0.075700Jy sigma=0.000908 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.665 mas, bmaj=6.53 mas, bpa=0.09208 degrees ! Estimated noise=763.185 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0002921 Jy ! Component: 100 - total flux cleaned = -0.000218868 Jy ! Component: 150 - total flux cleaned = -0.000283877 Jy ! Component: 200 - total flux cleaned = -0.000402506 Jy ! Total flux subtracted in 200 components = -0.000402506 Jy ! Clean residual min=-0.003531 max=0.003488 Jy/beam ! Clean residual mean=-0.000009 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.446379 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 102 components and 0.446379 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075549Jy sigma=0.000907 ! Fit after self-cal, rms=0.075548Jy sigma=0.000907 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 (10, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00126658 Jy ! Component: 100 - total flux cleaned = 0.00136474 Jy ! Component: 150 - total flux cleaned = 0.000996606 Jy ! Component: 200 - total flux cleaned = 0.000474567 Jy ! Total flux subtracted in 200 components = 0.000474567 Jy ! Clean residual min=-0.003118 max=0.002903 Jy/beam ! Clean residual mean=-0.000006 rms=0.000734 Jy/beam ! Combined flux in latest and established models = 0.446853 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 123 components and 0.446853 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075278Jy sigma=0.000904 ! Fit after self-cal, rms=0.075270Jy sigma=0.000904 ! 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.075270Jy sigma=0.000904 ! Fit after self-cal, rms=0.075116Jy sigma=0.000904 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.641 mas, bmaj=10.84 mas, bpa=6.523 degrees ! Estimated noise=886.549 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00156809 Jy ! Component: 100 - total flux cleaned = -0.00169184 Jy ! Component: 150 - total flux cleaned = -0.0017579 Jy ! Component: 200 - total flux cleaned = -0.00187762 Jy ! Total flux subtracted in 200 components = -0.00187762 Jy ! Clean residual min=-0.002238 max=0.002848 Jy/beam ! Clean residual mean=-0.000009 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.444976 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 145 components and 0.444976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075077Jy sigma=0.000903 ! Fit after self-cal, rms=0.075066Jy sigma=0.000903 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.000257932 Jy ! Component: 100 - total flux cleaned = -0.000446988 Jy ! Component: 150 - total flux cleaned = -0.000572844 Jy ! Component: 200 - total flux cleaned = -0.000691201 Jy ! Total flux subtracted in 200 components = -0.000691201 Jy ! Clean residual min=-0.002225 max=0.002840 Jy/beam ! Clean residual mean=-0.000009 rms=0.000697 Jy/beam ! Combined flux in latest and established models = 0.444284 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 151 components and 0.444284 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075044Jy sigma=0.000903 ! Fit after self-cal, rms=0.075046Jy sigma=0.000903 ! 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.661 mas, bmaj=6.527 mas, bpa=0.1457 degrees ! Estimated noise=762.752 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.661 x 6.527 at 0.1457 degrees (North through East) ! Clean map min=-0.0043409 max=0.39073 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=2.98 mas, bmaj=5.628 mas, bpa=1.346 degrees ! Estimated noise=1129.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.306991 Jy ! Component: 100 - total flux cleaned = 0.376431 Jy ! Component: 150 - total flux cleaned = 0.401149 Jy ! Component: 200 - total flux cleaned = 0.414097 Jy ! Total flux subtracted in 200 components = 0.414097 Jy ! Clean residual min=-0.006106 max=0.008117 Jy/beam ! Clean residual mean=-0.000024 rms=0.001708 Jy/beam ! Combined flux in latest and established models = 0.414097 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.414097 Jy ! Inverting map and beam ! Estimated beam: bmin=3.661 mas, bmaj=6.527 mas, bpa=0.1457 degrees ! Estimated noise=762.752 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) ! Added new window around map position (65.5, 118.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00991136 Jy ! Component: 100 - total flux cleaned = 0.0167775 Jy ! Component: 150 - total flux cleaned = 0.0220836 Jy ! Component: 200 - total flux cleaned = 0.0258131 Jy ! Total flux subtracted in 200 components = 0.0258131 Jy ! Clean residual min=-0.003508 max=0.004421 Jy/beam ! Clean residual mean=-0.000018 rms=0.000988 Jy/beam ! Combined flux in latest and established models = 0.43991 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 57 components and 0.43991 Jy ! Inverting map ! Added new window around map position (-11, -9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00326395 Jy ! Component: 100 - total flux cleaned = 0.00528257 Jy ! Component: 150 - total flux cleaned = 0.00670381 Jy ! Component: 200 - total flux cleaned = 0.00759607 Jy ! Total flux subtracted in 200 components = 0.00759607 Jy ! Clean residual min=-0.003092 max=0.003396 Jy/beam ! Clean residual mean=-0.000011 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.447506 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 83 components and 0.447506 Jy ! Inverting map ! Added new window around map position (-48, 71). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00224658 Jy ! Component: 100 - total flux cleaned = 0.00249497 Jy ! Component: 150 - total flux cleaned = 0.00234827 Jy ! Component: 200 - total flux cleaned = 0.0023491 Jy ! Total flux subtracted in 200 components = 0.0023491 Jy ! Clean residual min=-0.002728 max=0.002803 Jy/beam ! Clean residual mean=-0.000015 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.449855 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 118 components and 0.449855 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=7.641 mas, bmaj=10.84 mas, bpa=6.523 degrees ! Estimated noise=886.549 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000940639 Jy ! Component: 100 - total flux cleaned = 0.00136007 Jy ! Component: 150 - total flux cleaned = 0.00136302 Jy ! Component: 200 - total flux cleaned = 0.00136418 Jy ! Total flux subtracted in 200 components = 0.00136418 Jy ! Clean residual min=-0.002375 max=0.002804 Jy/beam ! Clean residual mean=-0.000015 rms=0.000691 Jy/beam ! Combined flux in latest and established models = 0.451219 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 = -8.34511e-05 Jy ! Component: 100 - total flux cleaned = -0.000162488 Jy ! Component: 150 - total flux cleaned = -0.000347331 Jy ! Component: 200 - total flux cleaned = -0.000418064 Jy ! Total flux subtracted in 200 components = -0.000418064 Jy ! Clean residual min=-0.002166 max=0.002609 Jy/beam ! Clean residual mean=-0.000013 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.450801 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 176 components and 0.450801 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.661 mas, bmaj=6.527 mas, bpa=0.1457 degrees ! Estimated noise=762.752 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000562795 Jy ! Component: 100 - total flux cleaned = -0.000802546 Jy ! Component: 150 - total flux cleaned = -0.000857773 Jy ! Component: 200 - total flux cleaned = -0.00080633 Jy ! Total flux subtracted in 200 components = -0.00080633 Jy ! Clean residual min=-0.002282 max=0.002284 Jy/beam ! Clean residual mean=-0.000009 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.449995 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 202 components and 0.449995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074756Jy sigma=0.000901 ! Fit after self-cal, rms=0.074749Jy sigma=0.000900 wmodel J0301+0602_S_2014_01_04_pus_map.mod ! Writing 202 model components to file: J0301+0602_S_2014_01_04_pus_map.mod wobs J0301+0602_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0301+0602_S_2014_01_04_pus_uvs.fits wwins J0301+0602_S_2014_01_04_pus_map.win ! wwins: Wrote 7 windows to J0301+0602_S_2014_01_04_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.000204088 Jy ! Component: 100 - total flux cleaned = 9.65714e-05 Jy ! Component: 150 - total flux cleaned = -0.000114096 Jy ! Component: 200 - total flux cleaned = -0.000214587 Jy ! Component: 250 - total flux cleaned = -0.000246646 Jy ! Component: 300 - total flux cleaned = -0.000215998 Jy ! Component: 350 - total flux cleaned = -0.000246368 Jy ! Component: 400 - total flux cleaned = -0.000217211 Jy ! Component: 450 - total flux cleaned = -0.00021791 Jy ! Component: 500 - total flux cleaned = -0.000190148 Jy ! Component: 550 - total flux cleaned = -0.000135348 Jy ! Component: 600 - total flux cleaned = -8.28546e-05 Jy ! Component: 650 - total flux cleaned = -0.000134692 Jy ! Component: 700 - total flux cleaned = -8.3844e-05 Jy ! Component: 750 - total flux cleaned = -0.000133641 Jy ! Component: 800 - total flux cleaned = -0.000109267 Jy ! Component: 850 - total flux cleaned = -0.000180718 Jy ! Component: 900 - total flux cleaned = -0.000133297 Jy ! Component: 950 - total flux cleaned = -0.000156894 Jy ! Component: 1000 - total flux cleaned = -0.000157212 Jy ! Component: 1050 - total flux cleaned = -0.000223751 Jy ! Component: 1100 - total flux cleaned = -0.000158566 Jy ! Component: 1150 - total flux cleaned = -0.00015869 Jy ! Component: 1200 - total flux cleaned = -0.000158286 Jy ! Component: 1250 - total flux cleaned = -9.56576e-05 Jy ! Component: 1300 - total flux cleaned = -1.36457e-05 Jy ! Component: 1350 - total flux cleaned = 0.00012721 Jy ! Component: 1400 - total flux cleaned = 0.000246556 Jy ! Component: 1450 - total flux cleaned = 0.000285508 Jy ! Component: 1500 - total flux cleaned = 0.000420583 Jy ! Component: 1550 - total flux cleaned = 0.000534598 Jy ! Component: 1600 - total flux cleaned = 0.0006095 Jy ! Component: 1650 - total flux cleaned = 0.000720712 Jy ! Component: 1700 - total flux cleaned = 0.000830548 Jy ! Component: 1750 - total flux cleaned = 0.000903311 Jy ! Component: 1800 - total flux cleaned = 0.0010645 Jy ! Component: 1850 - total flux cleaned = 0.00118809 Jy ! Component: 1900 - total flux cleaned = 0.00124067 Jy ! Component: 1950 - total flux cleaned = 0.00134414 Jy ! Component: 2000 - total flux cleaned = 0.00148015 Jy ! Component: 2050 - total flux cleaned = 0.00156421 Jy ! Component: 2100 - total flux cleaned = 0.00171356 Jy ! Component: 2150 - total flux cleaned = 0.00177928 Jy ! Component: 2200 - total flux cleaned = 0.001812 Jy ! Component: 2250 - total flux cleaned = 0.00195661 Jy ! Component: 2300 - total flux cleaned = 0.00203604 Jy ! Component: 2350 - total flux cleaned = 0.00213013 Jy ! Component: 2400 - total flux cleaned = 0.00217673 Jy ! Component: 2450 - total flux cleaned = 0.00228438 Jy ! Component: 2500 - total flux cleaned = 0.00232981 Jy ! Component: 2550 - total flux cleaned = 0.00238981 Jy ! Component: 2600 - total flux cleaned = 0.00243453 Jy ! Component: 2650 - total flux cleaned = 0.00253769 Jy ! Component: 2700 - total flux cleaned = 0.00262525 Jy ! Component: 2750 - total flux cleaned = 0.00265418 Jy ! Component: 2800 - total flux cleaned = 0.00276882 Jy ! Component: 2850 - total flux cleaned = 0.00276902 Jy ! Component: 2900 - total flux cleaned = 0.00281139 Jy ! Component: 2950 - total flux cleaned = 0.00289521 Jy ! Component: 3000 - total flux cleaned = 0.00296431 Jy ! Component: 3050 - total flux cleaned = 0.00297786 Jy ! Component: 3100 - total flux cleaned = 0.00303239 Jy ! Component: 3150 - total flux cleaned = 0.00304604 Jy ! Component: 3200 - total flux cleaned = 0.00308647 Jy ! Component: 3250 - total flux cleaned = 0.00308652 Jy ! Component: 3300 - total flux cleaned = 0.00309969 Jy ! Component: 3350 - total flux cleaned = 0.00313904 Jy ! Component: 3400 - total flux cleaned = 0.00317807 Jy ! Component: 3450 - total flux cleaned = 0.00316529 Jy ! Component: 3500 - total flux cleaned = 0.0031783 Jy ! Component: 3550 - total flux cleaned = 0.00320377 Jy ! Component: 3600 - total flux cleaned = 0.00319109 Jy ! Component: 3650 - total flux cleaned = 0.00321622 Jy ! Component: 3700 - total flux cleaned = 0.00317907 Jy ! Component: 3750 - total flux cleaned = 0.00322849 Jy ! Component: 3800 - total flux cleaned = 0.00325289 Jy ! Component: 3850 - total flux cleaned = 0.0032529 Jy ! Component: 3900 - total flux cleaned = 0.00326497 Jy ! Component: 3950 - total flux cleaned = 0.003253 Jy ! Component: 4000 - total flux cleaned = 0.00331281 Jy ! Component: 4050 - total flux cleaned = 0.0033009 Jy ! Total flux subtracted in 4096 components = 0.0033364 Jy ! Clean residual min=-0.000839 max=0.000656 Jy/beam ! Clean residual mean=0.000002 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.453331 Jy keep ! Adding 233 model components to the UV plane model. ! The established model now contains 435 components and 0.453331 Jy ![Exited script file: muppet] wmap "J0301+0602_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.661 x 6.527 at 0.1457 degrees (North through East) ! Clean map min=-0.0015079 max=0.39188 Jy/beam ! Writing clean map to FITS file: J0301+0602_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.39188 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000204843 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.156816 0.156816 0.313632 0.627264 1.25453 2.50906 5.01812 10.0362 20.0725 40.1449 80.2898 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.391 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.661 x 6.527 at 0.1457 degrees (North through East) ! Clean map min=-0.0015079 max=0.39188 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0301+0602_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:15:25 2017