! Started logfile: J0015-1807_S_2014_08_09_pus_uvs.log on Tue Nov 29 22:48:14 2016 obs J0015-1807_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J0015-1807_S_2014_08_09_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.784464 visibilities/baseline/integration-bin. ! Found source: J0015-1807 ! ! 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 342 lines of history. ! ! Reading 15956 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 J0015-1807_S_2014_08_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 123 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 123 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 123 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 123 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.854707Jy sigma=0.007983 ! Fit after self-cal, rms=0.810295Jy sigma=0.007595 ! 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.411 mas, bmaj=10.23 mas, bpa=19.13 degrees ! Estimated noise=857.049 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.141543 Jy ! Component: 100 - total flux cleaned = 0.183619 Jy ! Total flux subtracted in 100 components = 0.183619 Jy ! Clean residual min=-0.011793 max=0.019341 Jy/beam ! Clean residual mean=-0.000098 rms=0.003281 Jy/beam ! Combined flux in latest and established models = 0.183619 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.183619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106570Jy sigma=0.000946 ! Fit after self-cal, rms=0.106527Jy sigma=0.000945 ! Inverting map ! Added new window around map position (28, 0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.022703 Jy ! Component: 100 - total flux cleaned = 0.0380183 Jy ! Total flux subtracted in 100 components = 0.0380183 Jy ! Clean residual min=-0.009155 max=0.010739 Jy/beam ! Clean residual mean=-0.000068 rms=0.002306 Jy/beam ! Combined flux in latest and established models = 0.221638 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 49 components and 0.221638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099519Jy sigma=0.000872 ! Fit after self-cal, rms=0.099384Jy sigma=0.000871 ! 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.243 mas, bmaj=11.64 mas, bpa=15.87 degrees ! Estimated noise=603.732 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.0177159 Jy ! Component: 100 - total flux cleaned = 0.0298163 Jy ! Component: 150 - total flux cleaned = 0.0388029 Jy ! Component: 200 - total flux cleaned = 0.0456175 Jy ! Total flux subtracted in 200 components = 0.0456175 Jy ! Clean residual min=-0.006195 max=0.010350 Jy/beam ! Clean residual mean=-0.000065 rms=0.002093 Jy/beam ! Combined flux in latest and established models = 0.267255 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 90 components and 0.267255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095329Jy sigma=0.000830 ! Fit after self-cal, rms=0.095201Jy sigma=0.000829 ! 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.85 HN 1.02 KP 1.05 ! LA 1.07 MK 1.00* NL 0.98 OV 1.01 ! PT 0.97 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.03 HN 1.07 KP 1.00 ! LA 1.02 MK 1.00* NL 1.06 OV 1.04 ! PT 0.97 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.15 HN 1.11 KP 0.90 ! LA 0.81 MK 1.00* NL 1.03 OV 0.97 ! PT 0.94 SC 1.06 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.03 KP 0.87 ! LA 0.79 MK 1.00* NL 1.13 OV 1.03 ! PT 0.99 SC 1.00 ! ! ! Fit before self-cal, rms=0.095201Jy sigma=0.000829 ! Fit after self-cal, rms=0.089976Jy sigma=0.000799 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.291 mas, bmaj=11.83 mas, bpa=16.07 degrees ! Estimated noise=592.795 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 (-15.5, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00804607 Jy ! Component: 100 - total flux cleaned = 0.0127121 Jy ! Component: 150 - total flux cleaned = 0.0153868 Jy ! Component: 200 - total flux cleaned = 0.0175456 Jy ! Total flux subtracted in 200 components = 0.0175456 Jy ! Clean residual min=-0.004174 max=0.006847 Jy/beam ! Clean residual mean=-0.000008 rms=0.001243 Jy/beam ! Combined flux in latest and established models = 0.284801 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 120 components and 0.284801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089164Jy sigma=0.000790 ! Fit after self-cal, rms=0.089132Jy sigma=0.000789 ! Inverting map ! Added new window around map position (8.5, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00635577 Jy ! Component: 100 - total flux cleaned = 0.00999578 Jy ! Component: 150 - total flux cleaned = 0.0118322 Jy ! Component: 200 - total flux cleaned = 0.0131918 Jy ! Total flux subtracted in 200 components = 0.0131918 Jy ! Clean residual min=-0.003393 max=0.002901 Jy/beam ! Clean residual mean=0.000005 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.297992 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 166 components and 0.297993 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088602Jy sigma=0.000783 ! Fit after self-cal, rms=0.088574Jy sigma=0.000783 ! 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.088574Jy sigma=0.000783 ! Fit after self-cal, rms=0.089496Jy sigma=0.000780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.27 mas, bmaj=11.74 mas, bpa=16.13 degrees ! Estimated noise=592.657 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00242553 Jy ! Component: 100 - total flux cleaned = 0.00415606 Jy ! Component: 150 - total flux cleaned = 0.00571143 Jy ! Component: 200 - total flux cleaned = 0.00712117 Jy ! Total flux subtracted in 200 components = 0.00712117 Jy ! Clean residual min=-0.002579 max=0.002258 Jy/beam ! Clean residual mean=0.000005 rms=0.000608 Jy/beam ! Combined flux in latest and established models = 0.305114 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 195 components and 0.305114 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089326Jy sigma=0.000778 ! Fit after self-cal, rms=0.089340Jy sigma=0.000778 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.000590284 Jy ! Component: 100 - total flux cleaned = 0.00143367 Jy ! Component: 150 - total flux cleaned = 0.00217597 Jy ! Component: 200 - total flux cleaned = 0.00283259 Jy ! Total flux subtracted in 200 components = 0.00283259 Jy ! Clean residual min=-0.002261 max=0.001982 Jy/beam ! Clean residual mean=0.000006 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.307946 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 212 components and 0.307946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089273Jy sigma=0.000777 ! Fit after self-cal, rms=0.089264Jy sigma=0.000777 ! 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.089264Jy sigma=0.000777 ! Fit after self-cal, rms=0.089334Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.271 mas, bmaj=11.74 mas, bpa=16.12 degrees ! Estimated noise=591.892 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000825975 Jy ! Component: 100 - total flux cleaned = 0.00178727 Jy ! Component: 150 - total flux cleaned = 0.00267458 Jy ! Component: 200 - total flux cleaned = 0.00307594 Jy ! Total flux subtracted in 200 components = 0.00307594 Jy ! Clean residual min=-0.002048 max=0.001680 Jy/beam ! Clean residual mean=0.000005 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.311022 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 241 components and 0.311022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089286Jy sigma=0.000777 ! Fit after self-cal, rms=0.089285Jy sigma=0.000777 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.000225708 Jy ! Component: 100 - total flux cleaned = 0.000448215 Jy ! Component: 150 - total flux cleaned = 0.000722683 Jy ! Component: 200 - total flux cleaned = 0.000948538 Jy ! Total flux subtracted in 200 components = 0.000948538 Jy ! Clean residual min=-0.001934 max=0.001657 Jy/beam ! Clean residual mean=0.000005 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.311971 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 257 components and 0.311971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089256Jy sigma=0.000776 ! Fit after self-cal, rms=0.089254Jy sigma=0.000776 ! 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.089254Jy sigma=0.000776 ! Fit after self-cal, rms=0.089201Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.29 mas, bmaj=16.84 mas, bpa=6.548 degrees ! Estimated noise=657.722 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000868703 Jy ! Component: 100 - total flux cleaned = 0.0014067 Jy ! Component: 150 - total flux cleaned = 0.00190983 Jy ! Component: 200 - total flux cleaned = 0.00221404 Jy ! Total flux subtracted in 200 components = 0.00221404 Jy ! Clean residual min=-0.001806 max=0.001527 Jy/beam ! Clean residual mean=0.000007 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.314185 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 297 components and 0.314185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089187Jy sigma=0.000776 ! Fit after self-cal, rms=0.089188Jy sigma=0.000776 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.000146797 Jy ! Component: 100 - total flux cleaned = 0.000386969 Jy ! Component: 150 - total flux cleaned = 0.000599835 Jy ! Component: 200 - total flux cleaned = 0.000806916 Jy ! Total flux subtracted in 200 components = 0.000806916 Jy ! Clean residual min=-0.001785 max=0.001592 Jy/beam ! Clean residual mean=0.000008 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.314992 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 313 components and 0.314991 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089182Jy sigma=0.000776 ! Fit after self-cal, rms=0.089182Jy sigma=0.000776 ! 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.27 mas, bmaj=11.74 mas, bpa=16.14 degrees ! Estimated noise=591.182 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.27 x 11.74 at 16.14 degrees (North through East) ! Clean map min=-0.0017471 max=0.18383 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.406 mas, bmaj=10.31 mas, bpa=19.33 degrees ! Estimated noise=845.636 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.139298 Jy ! Component: 100 - total flux cleaned = 0.181573 Jy ! Component: 150 - total flux cleaned = 0.204415 Jy ! Component: 200 - total flux cleaned = 0.219942 Jy ! Total flux subtracted in 200 components = 0.219942 Jy ! Clean residual min=-0.006446 max=0.008737 Jy/beam ! Clean residual mean=-0.000045 rms=0.001928 Jy/beam ! Combined flux in latest and established models = 0.219942 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.219942 Jy ! Inverting map and beam ! Estimated beam: bmin=4.27 mas, bmaj=11.74 mas, bpa=16.14 degrees ! Estimated noise=591.182 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.0161394 Jy ! Component: 100 - total flux cleaned = 0.0281476 Jy ! Component: 150 - total flux cleaned = 0.0378231 Jy ! Component: 200 - total flux cleaned = 0.0456849 Jy ! Total flux subtracted in 200 components = 0.0456849 Jy ! Clean residual min=-0.004072 max=0.005110 Jy/beam ! Clean residual mean=-0.000044 rms=0.001395 Jy/beam ! Combined flux in latest and established models = 0.265627 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 97 components and 0.265627 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.29 mas, bmaj=16.84 mas, bpa=6.548 degrees ! Estimated noise=657.722 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00915014 Jy ! Component: 100 - total flux cleaned = 0.0160361 Jy ! Component: 150 - total flux cleaned = 0.0214809 Jy ! Component: 200 - total flux cleaned = 0.0258778 Jy ! Total flux subtracted in 200 components = 0.0258778 Jy ! Clean residual min=-0.002805 max=0.003144 Jy/beam ! Clean residual mean=-0.000025 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.291505 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.0035959 Jy ! Component: 100 - total flux cleaned = 0.00656881 Jy ! Component: 150 - total flux cleaned = 0.00905502 Jy ! Component: 200 - total flux cleaned = 0.0111664 Jy ! Total flux subtracted in 200 components = 0.0111664 Jy ! Clean residual min=-0.002096 max=0.001940 Jy/beam ! Clean residual mean=-0.000007 rms=0.000694 Jy/beam ! Combined flux in latest and established models = 0.302671 Jy ! Adding 156 model components to the UV plane model. ! The established model now contains 241 components and 0.302671 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.27 mas, bmaj=11.74 mas, bpa=16.14 degrees ! Estimated noise=591.182 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0021493 Jy ! Component: 100 - total flux cleaned = 0.00389115 Jy ! Component: 150 - total flux cleaned = 0.00538001 Jy ! Component: 200 - total flux cleaned = 0.00644343 Jy ! Total flux subtracted in 200 components = 0.00644343 Jy ! Clean residual min=-0.002044 max=0.001742 Jy/beam ! Clean residual mean=0.000002 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.309115 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 260 components and 0.309115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089255Jy sigma=0.000777 ! Fit after self-cal, rms=0.089220Jy sigma=0.000776 wmodel J0015-1807_S_2014_08_09_pus_map.mod ! Writing 260 model components to file: J0015-1807_S_2014_08_09_pus_map.mod wobs J0015-1807_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J0015-1807_S_2014_08_09_pus_uvs.fits wwins J0015-1807_S_2014_08_09_pus_map.win ! wwins: Wrote 4 windows to J0015-1807_S_2014_08_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.000669577 Jy ! Component: 100 - total flux cleaned = -0.000856955 Jy ! Component: 150 - total flux cleaned = -0.00106355 Jy ! Component: 200 - total flux cleaned = -0.0012889 Jy ! Component: 250 - total flux cleaned = -0.00156081 Jy ! Component: 300 - total flux cleaned = -0.00179713 Jy ! Component: 350 - total flux cleaned = -0.00202561 Jy ! Component: 400 - total flux cleaned = -0.0021495 Jy ! Component: 450 - total flux cleaned = -0.00227017 Jy ! Component: 500 - total flux cleaned = -0.00238724 Jy ! Component: 550 - total flux cleaned = -0.00254669 Jy ! Component: 600 - total flux cleaned = -0.00263556 Jy ! Component: 650 - total flux cleaned = -0.00278816 Jy ! Component: 700 - total flux cleaned = -0.0028734 Jy ! Component: 750 - total flux cleaned = -0.00293585 Jy ! Component: 800 - total flux cleaned = -0.00301781 Jy ! Component: 850 - total flux cleaned = -0.00309861 Jy ! Component: 900 - total flux cleaned = -0.00319748 Jy ! Component: 950 - total flux cleaned = -0.00329473 Jy ! Component: 1000 - total flux cleaned = -0.00335236 Jy ! Component: 1050 - total flux cleaned = -0.00348418 Jy ! Component: 1100 - total flux cleaned = -0.00357681 Jy ! Component: 1150 - total flux cleaned = -0.00366785 Jy ! Component: 1200 - total flux cleaned = -0.00373982 Jy ! Component: 1250 - total flux cleaned = -0.00377571 Jy ! Component: 1300 - total flux cleaned = -0.00382842 Jy ! Component: 1350 - total flux cleaned = -0.00394898 Jy ! Component: 1400 - total flux cleaned = -0.00396569 Jy ! Component: 1450 - total flux cleaned = -0.00399922 Jy ! Component: 1500 - total flux cleaned = -0.00403242 Jy ! Component: 1550 - total flux cleaned = -0.00416246 Jy ! Component: 1600 - total flux cleaned = -0.00411424 Jy ! Component: 1650 - total flux cleaned = -0.00419327 Jy ! Component: 1700 - total flux cleaned = -0.0042245 Jy ! Component: 1750 - total flux cleaned = -0.00428606 Jy ! Component: 1800 - total flux cleaned = -0.00427059 Jy ! Component: 1850 - total flux cleaned = -0.00425581 Jy ! Component: 1900 - total flux cleaned = -0.00428551 Jy ! Component: 1950 - total flux cleaned = -0.00428535 Jy ! Component: 2000 - total flux cleaned = -0.0043288 Jy ! Component: 2050 - total flux cleaned = -0.00428554 Jy ! Component: 2100 - total flux cleaned = -0.00427134 Jy ! Component: 2150 - total flux cleaned = -0.00425742 Jy ! Component: 2200 - total flux cleaned = -0.00428546 Jy ! Component: 2250 - total flux cleaned = -0.00428557 Jy ! Component: 2300 - total flux cleaned = -0.00431293 Jy ! Component: 2350 - total flux cleaned = -0.00431278 Jy ! Component: 2400 - total flux cleaned = -0.00428583 Jy ! Component: 2450 - total flux cleaned = -0.00425934 Jy ! Component: 2500 - total flux cleaned = -0.00427267 Jy ! Component: 2550 - total flux cleaned = -0.00429855 Jy ! Component: 2600 - total flux cleaned = -0.0042468 Jy ! Component: 2650 - total flux cleaned = -0.00420845 Jy ! Component: 2700 - total flux cleaned = -0.00417028 Jy ! Component: 2750 - total flux cleaned = -0.00419553 Jy ! Component: 2800 - total flux cleaned = -0.00417045 Jy ! Component: 2850 - total flux cleaned = -0.00418284 Jy ! Component: 2900 - total flux cleaned = -0.00419521 Jy ! Component: 2950 - total flux cleaned = -0.00421957 Jy ! Component: 3000 - total flux cleaned = -0.00424369 Jy ! Component: 3050 - total flux cleaned = -0.00424364 Jy ! Component: 3100 - total flux cleaned = -0.00429133 Jy ! Component: 3150 - total flux cleaned = -0.00430292 Jy ! Component: 3200 - total flux cleaned = -0.0043146 Jy ! Component: 3250 - total flux cleaned = -0.00426819 Jy ! Component: 3300 - total flux cleaned = -0.0043259 Jy ! Component: 3350 - total flux cleaned = -0.00430305 Jy ! Component: 3400 - total flux cleaned = -0.00430311 Jy ! Component: 3450 - total flux cleaned = -0.00432569 Jy ! Component: 3500 - total flux cleaned = -0.00426956 Jy ! Component: 3550 - total flux cleaned = -0.00430288 Jy ! Component: 3600 - total flux cleaned = -0.00424758 Jy ! Component: 3650 - total flux cleaned = -0.00425868 Jy ! Component: 3700 - total flux cleaned = -0.00422597 Jy ! Component: 3750 - total flux cleaned = -0.00422609 Jy ! Component: 3800 - total flux cleaned = -0.00425842 Jy ! Component: 3850 - total flux cleaned = -0.004269 Jy ! Component: 3900 - total flux cleaned = -0.00422657 Jy ! Component: 3950 - total flux cleaned = -0.00423711 Jy ! Component: 4000 - total flux cleaned = -0.0042266 Jy ! Component: 4050 - total flux cleaned = -0.0042369 Jy ! Total flux subtracted in 4096 components = -0.00420581 Jy ! Clean residual min=-0.000581 max=0.000598 Jy/beam ! Clean residual mean=-0.000001 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.304909 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 538 components and 0.304909 Jy ![Exited script file: muppet] wmap "J0015-1807_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.27 x 11.74 at 16.14 degrees (North through East) ! Clean map min=-0.0015073 max=0.18427 Jy/beam ! Writing clean map to FITS file: J0015-1807_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.184268 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000202854 device "J0015-1807_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J0015-1807_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.330259 0.330259 0.660517 1.32103 2.64207 5.28414 10.5683 21.1365 42.2731 84.5462 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.184 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.27 x 11.74 at 16.14 degrees (North through East) ! Clean map min=-0.0015073 max=0.18427 Jy/beam quit ! Quitting program ! Log file J0015-1807_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 22:48:21 2016