! Started logfile: J2236-2309_S_2014_05_31_pus_uvs.log on Mon Nov 28 15:39:13 2016 obs J2236-2309_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J2236-2309_S_2014_05_31_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.963588 visibilities/baseline/integration-bin. ! Found source: J2236-2309 ! ! 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 14396 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 J2236-2309_S_2014_05_31_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.833856Jy sigma=0.007979 ! Fit after self-cal, rms=0.788551Jy sigma=0.007553 ! 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=2.474 mas, bmaj=6.692 mas, bpa=-5.123 degrees ! Estimated noise=862.716 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.159817 Jy ! Component: 100 - total flux cleaned = 0.198721 Jy ! Total flux subtracted in 100 components = 0.198721 Jy ! Clean residual min=-0.006383 max=0.016210 Jy/beam ! Clean residual mean=-0.000007 rms=0.001905 Jy/beam ! Combined flux in latest and established models = 0.198721 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.198721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098940Jy sigma=0.000897 ! Fit after self-cal, rms=0.098934Jy sigma=0.000897 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.017982 Jy ! Component: 100 - total flux cleaned = 0.0278374 Jy ! Total flux subtracted in 100 components = 0.0278374 Jy ! Clean residual min=-0.005337 max=0.007437 Jy/beam ! Clean residual mean=-0.000002 rms=0.001306 Jy/beam ! Combined flux in latest and established models = 0.226559 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 15 components and 0.226559 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093796Jy sigma=0.000842 ! Fit after self-cal, rms=0.093788Jy sigma=0.000841 ! 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.022 mas, bmaj=7.908 mas, bpa=-5.891 degrees ! Estimated noise=623.793 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 (-3.5, 3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0132968 Jy ! Component: 100 - total flux cleaned = 0.0212871 Jy ! Component: 150 - total flux cleaned = 0.0263963 Jy ! Component: 200 - total flux cleaned = 0.0297647 Jy ! Total flux subtracted in 200 components = 0.0297647 Jy ! Clean residual min=-0.003922 max=0.006633 Jy/beam ! Clean residual mean=0.000002 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 0.256323 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 65 components and 0.256323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091660Jy sigma=0.000822 ! Fit after self-cal, rms=0.091607Jy sigma=0.000821 ! 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.85 HN 1.04 KP 1.03 ! LA 1.13 MK 1.01 NL 1.00 OV 0.98 ! PT 0.98 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00 HN 1.10 KP 1.00 ! LA 1.11 MK 1.01 NL 1.05 OV 1.01 ! PT 0.97 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.13 HN 1.12 KP 0.89 ! LA 0.89 MK 1.00 NL 1.00 OV 0.93 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.01 HN 1.06 KP 0.86 ! LA 0.85 MK 1.03 NL 1.09 OV 1.01 ! PT 1.00 SC 0.97 ! ! ! Fit before self-cal, rms=0.091607Jy sigma=0.000821 ! Fit after self-cal, rms=0.088692Jy sigma=0.000792 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.045 mas, bmaj=7.926 mas, bpa=-5.617 degrees ! Estimated noise=624.281 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, -9.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00378537 Jy ! Component: 100 - total flux cleaned = 0.00459958 Jy ! Component: 150 - total flux cleaned = 0.00507775 Jy ! Component: 200 - total flux cleaned = 0.00525144 Jy ! Total flux subtracted in 200 components = 0.00525144 Jy ! Clean residual min=-0.002423 max=0.002097 Jy/beam ! Clean residual mean=0.000002 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.261575 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 97 components and 0.261575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088508Jy sigma=0.000790 ! Fit after self-cal, rms=0.088535Jy sigma=0.000790 ! 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.088535Jy sigma=0.000790 ! Fit after self-cal, rms=0.088489Jy sigma=0.000788 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.046 mas, bmaj=7.932 mas, bpa=-5.667 degrees ! Estimated noise=623.386 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00064256 Jy ! Component: 100 - total flux cleaned = 0.000802974 Jy ! Component: 150 - total flux cleaned = 0.000874782 Jy ! Component: 200 - total flux cleaned = 0.000909317 Jy ! Total flux subtracted in 200 components = 0.000909317 Jy ! Clean residual min=-0.002112 max=0.001752 Jy/beam ! Clean residual mean=-0.000001 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.262484 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 122 components and 0.262484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088452Jy sigma=0.000788 ! Fit after self-cal, rms=0.088458Jy sigma=0.000788 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.27274e-05 Jy ! Component: 100 - total flux cleaned = 0.000122754 Jy ! Component: 150 - total flux cleaned = 0.000178833 Jy ! Component: 200 - total flux cleaned = 0.000205642 Jy ! Total flux subtracted in 200 components = 0.000205642 Jy ! Clean residual min=-0.002092 max=0.001674 Jy/beam ! Clean residual mean=-0.000001 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.26269 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 132 components and 0.262689 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088440Jy sigma=0.000788 ! Fit after self-cal, rms=0.088440Jy sigma=0.000788 ! 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.088440Jy sigma=0.000788 ! Fit after self-cal, rms=0.088583Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=7.931 mas, bpa=-5.67 degrees ! Estimated noise=622.973 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000197145 Jy ! Component: 100 - total flux cleaned = -0.000115686 Jy ! Component: 150 - total flux cleaned = -4.03626e-05 Jy ! Component: 200 - total flux cleaned = 7.25765e-06 Jy ! Total flux subtracted in 200 components = 7.25765e-06 Jy ! Clean residual min=-0.001970 max=0.001673 Jy/beam ! Clean residual mean=-0.000003 rms=0.000430 Jy/beam ! Combined flux in latest and established models = 0.262697 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 144 components and 0.262697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088567Jy sigma=0.000788 ! Fit after self-cal, rms=0.088571Jy sigma=0.000788 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 = 4.25843e-05 Jy ! Component: 100 - total flux cleaned = 6.37455e-05 Jy ! Component: 150 - total flux cleaned = 6.40301e-05 Jy ! Component: 200 - total flux cleaned = 6.47924e-05 Jy ! Total flux subtracted in 200 components = 6.47924e-05 Jy ! Clean residual min=-0.001943 max=0.001677 Jy/beam ! Clean residual mean=-0.000003 rms=0.000425 Jy/beam ! Combined flux in latest and established models = 0.262761 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 151 components and 0.262762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088561Jy sigma=0.000787 ! Fit after self-cal, rms=0.088561Jy sigma=0.000787 ! 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.088561Jy sigma=0.000787 ! Fit after self-cal, rms=0.088585Jy sigma=0.000787 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.777 mas, bmaj=17.63 mas, bpa=-0.3278 degrees ! Estimated noise=778.869 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000539381 Jy ! Component: 100 - total flux cleaned = 0.000556387 Jy ! Component: 150 - total flux cleaned = 0.000525709 Jy ! Component: 200 - total flux cleaned = 0.000511409 Jy ! Total flux subtracted in 200 components = 0.000511409 Jy ! Clean residual min=-0.001844 max=0.001611 Jy/beam ! Clean residual mean=-0.000005 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.263273 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 164 components and 0.263273 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088583Jy sigma=0.000787 ! Fit after self-cal, rms=0.088586Jy sigma=0.000787 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 = -1.16619e-05 Jy ! Component: 100 - total flux cleaned = -2.41342e-05 Jy ! Component: 150 - total flux cleaned = -3.50839e-05 Jy ! Component: 200 - total flux cleaned = -3.54547e-05 Jy ! Total flux subtracted in 200 components = -3.54547e-05 Jy ! Clean residual min=-0.001826 max=0.001591 Jy/beam ! Clean residual mean=-0.000005 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.263238 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 172 components and 0.263238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088585Jy sigma=0.000787 ! Fit after self-cal, rms=0.088584Jy sigma=0.000787 ! 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.047 mas, bmaj=7.929 mas, bpa=-5.662 degrees ! Estimated noise=622.605 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.047 x 7.929 at -5.662 degrees (North through East) ! Clean map min=-0.0018173 max=0.21043 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.483 mas, bmaj=6.67 mas, bpa=-4.817 degrees ! Estimated noise=867.117 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.160496 Jy ! Component: 100 - total flux cleaned = 0.199387 Jy ! Component: 150 - total flux cleaned = 0.217378 Jy ! Component: 200 - total flux cleaned = 0.227384 Jy ! Total flux subtracted in 200 components = 0.227384 Jy ! Clean residual min=-0.003053 max=0.005153 Jy/beam ! Clean residual mean=-0.000015 rms=0.000877 Jy/beam ! Combined flux in latest and established models = 0.227384 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.227384 Jy ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=7.929 mas, bpa=-5.662 degrees ! Estimated noise=622.605 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.0101487 Jy ! Component: 100 - total flux cleaned = 0.01595 Jy ! Component: 150 - total flux cleaned = 0.0200878 Jy ! Component: 200 - total flux cleaned = 0.0233071 Jy ! Total flux subtracted in 200 components = 0.0233071 Jy ! Clean residual min=-0.002371 max=0.003001 Jy/beam ! Clean residual mean=-0.000008 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.250691 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 76 components and 0.250691 Jy ! Inverting map ! Added new window around map position (-26.5, 58). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00288411 Jy ! Component: 100 - total flux cleaned = 0.00492553 Jy ! Component: 150 - total flux cleaned = 0.00656432 Jy ! Component: 200 - total flux cleaned = 0.00790849 Jy ! Total flux subtracted in 200 components = 0.00790849 Jy ! Clean residual min=-0.002075 max=0.001716 Jy/beam ! Clean residual mean=-0.000004 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.258599 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 111 components and 0.258599 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.777 mas, bmaj=17.63 mas, bpa=-0.3278 degrees ! Estimated noise=778.869 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00189039 Jy ! Component: 100 - total flux cleaned = 0.0031531 Jy ! Component: 150 - total flux cleaned = 0.00403782 Jy ! Component: 200 - total flux cleaned = 0.00438393 Jy ! Total flux subtracted in 200 components = 0.00438393 Jy ! Clean residual min=-0.001994 max=0.001652 Jy/beam ! Clean residual mean=-0.000004 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.262983 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.000113528 Jy ! Component: 100 - total flux cleaned = 0.000173856 Jy ! Component: 150 - total flux cleaned = 0.000210746 Jy ! Component: 200 - total flux cleaned = 0.000227772 Jy ! Total flux subtracted in 200 components = 0.000227772 Jy ! Clean residual min=-0.001979 max=0.001630 Jy/beam ! Clean residual mean=-0.000005 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.263211 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 143 components and 0.263211 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=7.929 mas, bpa=-5.662 degrees ! Estimated noise=622.605 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000279853 Jy ! Component: 100 - total flux cleaned = -0.000477188 Jy ! Component: 150 - total flux cleaned = -0.000532346 Jy ! Component: 200 - total flux cleaned = -0.000505266 Jy ! Total flux subtracted in 200 components = -0.000505266 Jy ! Clean residual min=-0.001860 max=0.001644 Jy/beam ! Clean residual mean=-0.000003 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.262706 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 157 components and 0.262706 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088575Jy sigma=0.000787 ! Fit after self-cal, rms=0.088565Jy sigma=0.000787 wmodel J2236-2309_S_2014_05_31_pus_map.mod ! Writing 157 model components to file: J2236-2309_S_2014_05_31_pus_map.mod wobs J2236-2309_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J2236-2309_S_2014_05_31_pus_uvs.fits wwins J2236-2309_S_2014_05_31_pus_map.win ! wwins: Wrote 4 windows to J2236-2309_S_2014_05_31_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.00065115 Jy ! Component: 100 - total flux cleaned = -0.00104371 Jy ! Component: 150 - total flux cleaned = -0.00135155 Jy ! Component: 200 - total flux cleaned = -0.00167072 Jy ! Component: 250 - total flux cleaned = -0.00195075 Jy ! Component: 300 - total flux cleaned = -0.00222194 Jy ! Component: 350 - total flux cleaned = -0.00250824 Jy ! Component: 400 - total flux cleaned = -0.00276256 Jy ! Component: 450 - total flux cleaned = -0.00287552 Jy ! Component: 500 - total flux cleaned = -0.00300799 Jy ! Component: 550 - total flux cleaned = -0.00311605 Jy ! Component: 600 - total flux cleaned = -0.00320055 Jy ! Component: 650 - total flux cleaned = -0.00322081 Jy ! Component: 700 - total flux cleaned = -0.00322078 Jy ! Component: 750 - total flux cleaned = -0.00322108 Jy ! Component: 800 - total flux cleaned = -0.00326109 Jy ! Component: 850 - total flux cleaned = -0.00326156 Jy ! Component: 900 - total flux cleaned = -0.00337703 Jy ! Component: 950 - total flux cleaned = -0.00341507 Jy ! Component: 1000 - total flux cleaned = -0.00348983 Jy ! Component: 1050 - total flux cleaned = -0.00356337 Jy ! Component: 1100 - total flux cleaned = -0.0035631 Jy ! Component: 1150 - total flux cleaned = -0.00350923 Jy ! Component: 1200 - total flux cleaned = -0.00356265 Jy ! Component: 1250 - total flux cleaned = -0.00363288 Jy ! Component: 1300 - total flux cleaned = -0.00359834 Jy ! Component: 1350 - total flux cleaned = -0.00359839 Jy ! Component: 1400 - total flux cleaned = -0.00359866 Jy ! Component: 1450 - total flux cleaned = -0.00364866 Jy ! Component: 1500 - total flux cleaned = -0.00361579 Jy ! Component: 1550 - total flux cleaned = -0.00359922 Jy ! Component: 1600 - total flux cleaned = -0.00361519 Jy ! Component: 1650 - total flux cleaned = -0.00359915 Jy ! Component: 1700 - total flux cleaned = -0.00356752 Jy ! Component: 1750 - total flux cleaned = -0.00359899 Jy ! Component: 1800 - total flux cleaned = -0.00355253 Jy ! Component: 1850 - total flux cleaned = -0.00355261 Jy ! Component: 1900 - total flux cleaned = -0.00353745 Jy ! Component: 1950 - total flux cleaned = -0.00355265 Jy ! Component: 2000 - total flux cleaned = -0.00356773 Jy ! Component: 2050 - total flux cleaned = -0.00356778 Jy ! Component: 2100 - total flux cleaned = -0.00359703 Jy ! Component: 2150 - total flux cleaned = -0.0036263 Jy ! Component: 2200 - total flux cleaned = -0.00358262 Jy ! Component: 2250 - total flux cleaned = -0.00361152 Jy ! Component: 2300 - total flux cleaned = -0.00361159 Jy ! Component: 2350 - total flux cleaned = -0.00365405 Jy ! Component: 2400 - total flux cleaned = -0.00364015 Jy ! Component: 2450 - total flux cleaned = -0.00362622 Jy ! Component: 2500 - total flux cleaned = -0.00365399 Jy ! Component: 2550 - total flux cleaned = -0.00368124 Jy ! Component: 2600 - total flux cleaned = -0.00369488 Jy ! Component: 2650 - total flux cleaned = -0.00369492 Jy ! Component: 2700 - total flux cleaned = -0.00370798 Jy ! Component: 2750 - total flux cleaned = -0.00369466 Jy ! Component: 2800 - total flux cleaned = -0.00373417 Jy ! Component: 2850 - total flux cleaned = -0.00370812 Jy ! Component: 2900 - total flux cleaned = -0.00372092 Jy ! Component: 2950 - total flux cleaned = -0.00377241 Jy ! Component: 3000 - total flux cleaned = -0.00375965 Jy ! Component: 3050 - total flux cleaned = -0.00382306 Jy ! Component: 3100 - total flux cleaned = -0.00377261 Jy ! Component: 3150 - total flux cleaned = -0.00383523 Jy ! Component: 3200 - total flux cleaned = -0.00384774 Jy ! Component: 3250 - total flux cleaned = -0.00389707 Jy ! Component: 3300 - total flux cleaned = -0.00384812 Jy ! Component: 3350 - total flux cleaned = -0.00392111 Jy ! Component: 3400 - total flux cleaned = -0.00395726 Jy ! Component: 3450 - total flux cleaned = -0.00395734 Jy ! Component: 3500 - total flux cleaned = -0.00399295 Jy ! Component: 3550 - total flux cleaned = -0.00404013 Jy ! Component: 3600 - total flux cleaned = -0.00398124 Jy ! Component: 3650 - total flux cleaned = -0.00400462 Jy ! Component: 3700 - total flux cleaned = -0.00398142 Jy ! Component: 3750 - total flux cleaned = -0.00399311 Jy ! Component: 3800 - total flux cleaned = -0.0039931 Jy ! Component: 3850 - total flux cleaned = -0.00403873 Jy ! Component: 3900 - total flux cleaned = -0.00402741 Jy ! Component: 3950 - total flux cleaned = -0.0040612 Jy ! Component: 4000 - total flux cleaned = -0.00403887 Jy ! Component: 4050 - total flux cleaned = -0.00402789 Jy ! Total flux subtracted in 4096 components = -0.00409406 Jy ! Clean residual min=-0.000790 max=0.000642 Jy/beam ! Clean residual mean=0.000000 rms=0.000203 Jy/beam ! Combined flux in latest and established models = 0.258612 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 434 components and 0.258612 Jy ![Exited script file: muppet] wmap "J2236-2309_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.047 x 7.929 at -5.662 degrees (North through East) ! Clean map min=-0.0012856 max=0.21186 Jy/beam ! Writing clean map to FITS file: J2236-2309_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.211857 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000202789 device "J2236-2309_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J2236-2309_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.287159 0.287159 0.574318 1.14864 2.29727 4.59454 9.18909 18.3782 36.7563 73.5127 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.211 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.047 x 7.929 at -5.662 degrees (North through East) ! Clean map min=-0.0012856 max=0.21186 Jy/beam quit ! Quitting program ! Log file J2236-2309_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 15:39:19 2016