! Started logfile: J1451-2329_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:30:23 2016 obs J1451-2329_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1451-2329_S_2014_08_05_pus_uva.fits ! AN table 1: 146 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.658904 visibilities/baseline/integration-bin. ! Found source: J1451-2329 ! ! 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 17316 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 J1451-2329_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 372 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 372 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 372 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 372 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.904105Jy sigma=0.008128 ! Fit after self-cal, rms=0.756687Jy sigma=0.006735 ! 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.064 mas, bmaj=13.53 mas, bpa=19.48 degrees ! Estimated noise=1233.59 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.181426 Jy ! Component: 100 - total flux cleaned = 0.239704 Jy ! Total flux subtracted in 100 components = 0.239704 Jy ! Clean residual min=-0.012453 max=0.024951 Jy/beam ! Clean residual mean=-0.000040 rms=0.003840 Jy/beam ! Combined flux in latest and established models = 0.239704 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.239704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113225Jy sigma=0.000953 ! Fit after self-cal, rms=0.113137Jy sigma=0.000952 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0300284 Jy ! Component: 100 - total flux cleaned = 0.0496474 Jy ! Total flux subtracted in 100 components = 0.0496474 Jy ! Clean residual min=-0.008333 max=0.010596 Jy/beam ! Clean residual mean=-0.000015 rms=0.002333 Jy/beam ! Combined flux in latest and established models = 0.289351 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 41 components and 0.289351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101428Jy sigma=0.000841 ! Fit after self-cal, rms=0.101410Jy sigma=0.000840 ! 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.82 mas, bmaj=15.05 mas, bpa=18.57 degrees ! Estimated noise=610.715 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.0176081 Jy ! Component: 100 - total flux cleaned = 0.0275822 Jy ! Component: 150 - total flux cleaned = 0.033726 Jy ! Component: 200 - total flux cleaned = 0.0377165 Jy ! Total flux subtracted in 200 components = 0.0377165 Jy ! Clean residual min=-0.007799 max=0.005571 Jy/beam ! Clean residual mean=0.000001 rms=0.001475 Jy/beam ! Combined flux in latest and established models = 0.327068 Jy ! Performing phase self-cal ! Adding 67 model components to the UV plane model. ! The established model now contains 101 components and 0.327068 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097880Jy sigma=0.000814 ! Fit after self-cal, rms=0.097897Jy sigma=0.000814 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.86 HN 1.05 KP 1.09 ! LA 1.08 MK 1.00* NL 0.92 OV 0.96 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.02 HN 1.11 KP 1.02 ! LA 1.06 MK 1.00* NL 0.99 OV 0.99 ! PT 1.02 SC 1.05 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.16 HN 1.09 KP 0.93 ! LA 0.84 MK 1.00* NL 0.97 OV 0.93 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.02 HN 1.10 KP 0.89 ! LA 0.81 MK 1.00* NL 1.08 OV 1.00 ! PT 1.04 SC 1.00 ! ! ! Fit before self-cal, rms=0.097897Jy sigma=0.000814 ! Fit after self-cal, rms=0.092388Jy sigma=0.000769 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.847 mas, bmaj=15.26 mas, bpa=18.7 degrees ! Estimated noise=612.703 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.00330373 Jy ! Component: 100 - total flux cleaned = -0.00447293 Jy ! Component: 150 - total flux cleaned = -0.00479265 Jy ! Component: 200 - total flux cleaned = -0.00500684 Jy ! Total flux subtracted in 200 components = -0.00500684 Jy ! Clean residual min=-0.003243 max=0.003082 Jy/beam ! Clean residual mean=0.000007 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.322061 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 116 components and 0.322061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092264Jy sigma=0.000768 ! Fit after self-cal, rms=0.092255Jy sigma=0.000768 ! 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.092255Jy sigma=0.000768 ! Fit after self-cal, rms=0.092663Jy sigma=0.000768 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.854 mas, bmaj=15.33 mas, bpa=18.75 degrees ! Estimated noise=612.218 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00225425 Jy ! Component: 100 - total flux cleaned = -0.00296008 Jy ! Component: 150 - total flux cleaned = -0.0032216 Jy ! Component: 200 - total flux cleaned = -0.00329662 Jy ! Total flux subtracted in 200 components = -0.00329662 Jy ! Clean residual min=-0.003054 max=0.002918 Jy/beam ! Clean residual mean=0.000009 rms=0.000840 Jy/beam ! Combined flux in latest and established models = 0.318764 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 125 components and 0.318764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092594Jy sigma=0.000767 ! Fit after self-cal, rms=0.092600Jy sigma=0.000767 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.11729e-05 Jy ! Component: 100 - total flux cleaned = -9.43383e-05 Jy ! Component: 150 - total flux cleaned = -3.52035e-05 Jy ! Component: 200 - total flux cleaned = -6.51079e-06 Jy ! Total flux subtracted in 200 components = -6.51079e-06 Jy ! Clean residual min=-0.003067 max=0.002931 Jy/beam ! Clean residual mean=0.000009 rms=0.000833 Jy/beam ! Combined flux in latest and established models = 0.318758 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 132 components and 0.318758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092581Jy sigma=0.000767 ! Fit after self-cal, rms=0.092579Jy sigma=0.000767 ! 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.092579Jy sigma=0.000767 ! Fit after self-cal, rms=0.093534Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.858 mas, bmaj=15.32 mas, bpa=18.74 degrees ! Estimated noise=612.419 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00130007 Jy ! Component: 100 - total flux cleaned = -0.00144292 Jy ! Component: 150 - total flux cleaned = -0.0015232 Jy ! Component: 200 - total flux cleaned = -0.00159417 Jy ! Total flux subtracted in 200 components = -0.00159417 Jy ! Clean residual min=-0.002144 max=0.002181 Jy/beam ! Clean residual mean=-0.000004 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.317164 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 139 components and 0.317163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093483Jy sigma=0.000761 ! Fit after self-cal, rms=0.093512Jy sigma=0.000761 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 = -9.20228e-05 Jy ! Component: 100 - total flux cleaned = -9.28842e-05 Jy ! Component: 150 - total flux cleaned = -9.30204e-05 Jy ! Component: 200 - total flux cleaned = -7.12199e-05 Jy ! Total flux subtracted in 200 components = -7.12199e-05 Jy ! Clean residual min=-0.002083 max=0.002175 Jy/beam ! Clean residual mean=-0.000004 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.317092 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 148 components and 0.317092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093498Jy sigma=0.000761 ! Fit after self-cal, rms=0.093496Jy sigma=0.000761 ! 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.093496Jy sigma=0.000761 ! Fit after self-cal, rms=0.093956Jy sigma=0.000761 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.978 mas, bmaj=20.94 mas, bpa=8.964 degrees ! Estimated noise=684.687 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000662952 Jy ! Component: 100 - total flux cleaned = -0.000750272 Jy ! Component: 150 - total flux cleaned = -0.000751369 Jy ! Component: 200 - total flux cleaned = -0.000717824 Jy ! Total flux subtracted in 200 components = -0.000717824 Jy ! Clean residual min=-0.001841 max=0.002154 Jy/beam ! Clean residual mean=-0.000006 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.316374 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 165 components and 0.316375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093941Jy sigma=0.000761 ! Fit after self-cal, rms=0.093946Jy sigma=0.000761 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.9458e-05 Jy ! Component: 100 - total flux cleaned = 5.93769e-05 Jy ! Component: 150 - total flux cleaned = 8.7519e-05 Jy ! Component: 200 - total flux cleaned = 0.000100786 Jy ! Total flux subtracted in 200 components = 0.000100786 Jy ! Clean residual min=-0.001837 max=0.002160 Jy/beam ! Clean residual mean=-0.000005 rms=0.000570 Jy/beam ! Combined flux in latest and established models = 0.316475 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 170 components and 0.316475 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093942Jy sigma=0.000760 ! Fit after self-cal, rms=0.093940Jy sigma=0.000760 ! 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.861 mas, bmaj=15.36 mas, bpa=18.77 degrees ! Estimated noise=612.463 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.861 x 15.36 at 18.77 degrees (North through East) ! Clean map min=-0.0019617 max=0.23055 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.074 mas, bmaj=13.73 mas, bpa=19.67 degrees ! Estimated noise=1240.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.182354 Jy ! Component: 100 - total flux cleaned = 0.240765 Jy ! Component: 150 - total flux cleaned = 0.267367 Jy ! Component: 200 - total flux cleaned = 0.283041 Jy ! Total flux subtracted in 200 components = 0.283041 Jy ! Clean residual min=-0.006020 max=0.008425 Jy/beam ! Clean residual mean=-0.000024 rms=0.001602 Jy/beam ! Combined flux in latest and established models = 0.283041 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 47 model components to the UV plane model. ! The established model now contains 47 components and 0.283041 Jy ! Inverting map and beam ! Estimated beam: bmin=3.861 mas, bmaj=15.36 mas, bpa=18.77 degrees ! Estimated noise=612.463 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.0139242 Jy ! Component: 100 - total flux cleaned = 0.0214054 Jy ! Component: 150 - total flux cleaned = 0.0257036 Jy ! Component: 200 - total flux cleaned = 0.0284422 Jy ! Total flux subtracted in 200 components = 0.0284422 Jy ! Clean residual min=-0.002238 max=0.003382 Jy/beam ! Clean residual mean=-0.000010 rms=0.000616 Jy/beam ! Combined flux in latest and established models = 0.311483 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 93 components and 0.311483 Jy ! Inverting map ! Added new window around map position (-2.5, 18.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00210774 Jy ! Component: 100 - total flux cleaned = 0.00324237 Jy ! Component: 150 - total flux cleaned = 0.00404773 Jy ! Component: 200 - total flux cleaned = 0.00437765 Jy ! Total flux subtracted in 200 components = 0.00437765 Jy ! Clean residual min=-0.001935 max=0.002156 Jy/beam ! Clean residual mean=-0.000003 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.315861 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 109 components and 0.315861 Jy ! Inverting map ! Added new window around map position (-16, -54.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000797657 Jy ! Component: 100 - total flux cleaned = 0.000857016 Jy ! Component: 150 - total flux cleaned = 0.000948654 Jy ! Component: 200 - total flux cleaned = 0.00098939 Jy ! Total flux subtracted in 200 components = 0.00098939 Jy ! Clean residual min=-0.001927 max=0.001731 Jy/beam ! Clean residual mean=-0.000003 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.31685 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 135 components and 0.31685 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.978 mas, bmaj=20.94 mas, bpa=8.964 degrees ! Estimated noise=684.687 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.32987e-05 Jy ! Component: 100 - total flux cleaned = 0.000116677 Jy ! Component: 150 - total flux cleaned = 0.000404135 Jy ! Component: 200 - total flux cleaned = 0.000687018 Jy ! Total flux subtracted in 200 components = 0.000687018 Jy ! Clean residual min=-0.001852 max=0.001980 Jy/beam ! Clean residual mean=-0.000005 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.317537 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.000284543 Jy ! Component: 100 - total flux cleaned = 0.00054848 Jy ! Component: 150 - total flux cleaned = 0.000772576 Jy ! Component: 200 - total flux cleaned = 0.000942451 Jy ! Total flux subtracted in 200 components = 0.000942451 Jy ! Clean residual min=-0.001751 max=0.001915 Jy/beam ! Clean residual mean=-0.000004 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.31848 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 169 components and 0.31848 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.861 mas, bmaj=15.36 mas, bpa=18.77 degrees ! Estimated noise=612.463 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00020244 Jy ! Component: 100 - total flux cleaned = -0.000170652 Jy ! Component: 150 - total flux cleaned = -0.000171619 Jy ! Component: 200 - total flux cleaned = -0.000172719 Jy ! Total flux subtracted in 200 components = -0.000172719 Jy ! Clean residual min=-0.001706 max=0.001692 Jy/beam ! Clean residual mean=-0.000003 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.318307 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 195 components and 0.318307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093811Jy sigma=0.000759 ! Fit after self-cal, rms=0.093789Jy sigma=0.000759 wmodel J1451-2329_S_2014_08_05_pus_map.mod ! Writing 195 model components to file: J1451-2329_S_2014_08_05_pus_map.mod wobs J1451-2329_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1451-2329_S_2014_08_05_pus_uvs.fits wwins J1451-2329_S_2014_08_05_pus_map.win ! wwins: Wrote 3 windows to J1451-2329_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.000125512 Jy ! Component: 100 - total flux cleaned = -0.000294761 Jy ! Component: 150 - total flux cleaned = -0.000373655 Jy ! Component: 200 - total flux cleaned = -0.000348742 Jy ! Component: 250 - total flux cleaned = -0.000230673 Jy ! Component: 300 - total flux cleaned = -0.000162679 Jy ! Component: 350 - total flux cleaned = -3.17584e-05 Jy ! Component: 400 - total flux cleaned = -1.05789e-05 Jy ! Component: 450 - total flux cleaned = 5.14805e-05 Jy ! Component: 500 - total flux cleaned = 0.000131349 Jy ! Component: 550 - total flux cleaned = 0.000229054 Jy ! Component: 600 - total flux cleaned = 0.000285695 Jy ! Component: 650 - total flux cleaned = 0.000360436 Jy ! Component: 700 - total flux cleaned = 0.000470575 Jy ! Component: 750 - total flux cleaned = 0.000542538 Jy ! Component: 800 - total flux cleaned = 0.000647838 Jy ! Component: 850 - total flux cleaned = 0.000647471 Jy ! Component: 900 - total flux cleaned = 0.000698427 Jy ! Component: 950 - total flux cleaned = 0.000698394 Jy ! Component: 1000 - total flux cleaned = 0.000731161 Jy ! Component: 1050 - total flux cleaned = 0.000747458 Jy ! Component: 1100 - total flux cleaned = 0.000715467 Jy ! Component: 1150 - total flux cleaned = 0.000747029 Jy ! Component: 1200 - total flux cleaned = 0.00073164 Jy ! Component: 1250 - total flux cleaned = 0.00076218 Jy ! Component: 1300 - total flux cleaned = 0.00076213 Jy ! Component: 1350 - total flux cleaned = 0.00077746 Jy ! Component: 1400 - total flux cleaned = 0.000851589 Jy ! Component: 1450 - total flux cleaned = 0.000880807 Jy ! Component: 1500 - total flux cleaned = 0.000895389 Jy ! Component: 1550 - total flux cleaned = 0.0009241 Jy ! Component: 1600 - total flux cleaned = 0.000966597 Jy ! Component: 1650 - total flux cleaned = 0.000980831 Jy ! Component: 1700 - total flux cleaned = 0.00109161 Jy ! Component: 1750 - total flux cleaned = 0.00117365 Jy ! Component: 1800 - total flux cleaned = 0.00121424 Jy ! Component: 1850 - total flux cleaned = 0.00126816 Jy ! Component: 1900 - total flux cleaned = 0.00133473 Jy ! Component: 1950 - total flux cleaned = 0.00140072 Jy ! Component: 2000 - total flux cleaned = 0.00147896 Jy ! Component: 2050 - total flux cleaned = 0.0015566 Jy ! Component: 2100 - total flux cleaned = 0.00162053 Jy ! Component: 2150 - total flux cleaned = 0.00164603 Jy ! Component: 2200 - total flux cleaned = 0.00175915 Jy ! Component: 2250 - total flux cleaned = 0.00174681 Jy ! Component: 2300 - total flux cleaned = 0.00183324 Jy ! Component: 2350 - total flux cleaned = 0.00184564 Jy ! Component: 2400 - total flux cleaned = 0.0019428 Jy ! Component: 2450 - total flux cleaned = 0.002003 Jy ! Component: 2500 - total flux cleaned = 0.00202678 Jy ! Component: 2550 - total flux cleaned = 0.00206234 Jy ! Component: 2600 - total flux cleaned = 0.00210936 Jy ! Component: 2650 - total flux cleaned = 0.00213259 Jy ! Component: 2700 - total flux cleaned = 0.00221358 Jy ! Component: 2750 - total flux cleaned = 0.00224802 Jy ! Component: 2800 - total flux cleaned = 0.00229358 Jy ! Component: 2850 - total flux cleaned = 0.00227099 Jy ! Component: 2900 - total flux cleaned = 0.00234951 Jy ! Component: 2950 - total flux cleaned = 0.00238284 Jy ! Component: 3000 - total flux cleaned = 0.00240496 Jy ! Component: 3050 - total flux cleaned = 0.00243786 Jy ! Component: 3100 - total flux cleaned = 0.00247054 Jy ! Component: 3150 - total flux cleaned = 0.00249216 Jy ! Component: 3200 - total flux cleaned = 0.00254565 Jy ! Component: 3250 - total flux cleaned = 0.00258823 Jy ! Component: 3300 - total flux cleaned = 0.00260931 Jy ! Component: 3350 - total flux cleaned = 0.0026618 Jy ! Component: 3400 - total flux cleaned = 0.00269312 Jy ! Component: 3450 - total flux cleaned = 0.00273452 Jy ! Component: 3500 - total flux cleaned = 0.00278587 Jy ! Component: 3550 - total flux cleaned = 0.00281645 Jy ! Component: 3600 - total flux cleaned = 0.00283668 Jy ! Component: 3650 - total flux cleaned = 0.00287712 Jy ! Component: 3700 - total flux cleaned = 0.00293728 Jy ! Component: 3750 - total flux cleaned = 0.0029572 Jy ! Component: 3800 - total flux cleaned = 0.00297716 Jy ! Component: 3850 - total flux cleaned = 0.00301654 Jy ! Component: 3900 - total flux cleaned = 0.00304588 Jy ! Component: 3950 - total flux cleaned = 0.00307503 Jy ! Component: 4000 - total flux cleaned = 0.00313299 Jy ! Component: 4050 - total flux cleaned = 0.00315213 Jy ! Total flux subtracted in 4096 components = 0.00321897 Jy ! Clean residual min=-0.000540 max=0.000509 Jy/beam ! Clean residual mean=0.000001 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.321526 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 485 components and 0.321526 Jy ![Exited script file: muppet] wmap "J1451-2329_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.861 x 15.36 at 18.77 degrees (North through East) ! Clean map min=-0.0016326 max=0.23429 Jy/beam ! Writing clean map to FITS file: J1451-2329_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.234286 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000192554 device "J1451-2329_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1451-2329_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.246564 0.246564 0.493127 0.986254 1.97251 3.94502 7.89003 15.7801 31.5601 63.1203 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.234 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.861 x 15.36 at 18.77 degrees (North through East) ! Clean map min=-0.0016326 max=0.23429 Jy/beam quit ! Quitting program ! Log file J1451-2329_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:30:29 2016