! Started logfile: J1356-1101_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:29:03 2017 obs J1356-1101_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J1356-1101_S_2014_01_04_pus_uva.fits ! AN table 1: 117 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.681387 visibilities/baseline/integration-bin. ! Found source: J1356-1101 ! ! 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 11480 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 J1356-1101_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 175 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 175 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 175 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 175 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.884641Jy sigma=0.010709 ! Fit after self-cal, rms=0.861079Jy sigma=0.010335 ! 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.619 mas, bmaj=5.774 mas, bpa=0.2797 degrees ! Estimated noise=873.134 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.104739 Jy ! Component: 100 - total flux cleaned = 0.144724 Jy ! Total flux subtracted in 100 components = 0.144724 Jy ! Clean residual min=-0.008894 max=0.018326 Jy/beam ! Clean residual mean=0.000027 rms=0.002668 Jy/beam ! Combined flux in latest and established models = 0.144724 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.144724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093246Jy sigma=0.001004 ! Fit after self-cal, rms=0.092980Jy sigma=0.001000 ! Inverting map ! Added new window around map position (-2.5, -1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0215485 Jy ! Component: 100 - total flux cleaned = 0.0328393 Jy ! Total flux subtracted in 100 components = 0.0328393 Jy ! Clean residual min=-0.005465 max=0.007342 Jy/beam ! Clean residual mean=0.000016 rms=0.001454 Jy/beam ! Combined flux in latest and established models = 0.177563 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 23 components and 0.177563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086038Jy sigma=0.000915 ! Fit after self-cal, rms=0.085896Jy sigma=0.000914 ! 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.275 mas, bmaj=6.767 mas, bpa=-0.139 degrees ! Estimated noise=578.101 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.0107993 Jy ! Component: 100 - total flux cleaned = 0.0170503 Jy ! Component: 150 - total flux cleaned = 0.0209681 Jy ! Component: 200 - total flux cleaned = 0.0234776 Jy ! Total flux subtracted in 200 components = 0.0234776 Jy ! Clean residual min=-0.004443 max=0.006126 Jy/beam ! Clean residual mean=0.000022 rms=0.001338 Jy/beam ! Combined flux in latest and established models = 0.201041 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 40 components and 0.201041 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084211Jy sigma=0.000900 ! Fit after self-cal, rms=0.084171Jy sigma=0.000900 ! 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.03 FD 0.82 KP 1.00* LA 1.02 ! MK 0.99 NL 0.99 OV 0.98 PT 0.99 ! SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 0.99 KP 1.00* LA 0.99 ! MK 0.94 NL 1.05 OV 1.00 PT 0.97 ! SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.12 KP 1.00* LA 0.80 ! MK 1.02 NL 1.03 OV 0.96 PT 0.94 ! SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 1.00 KP 1.00* LA 0.87 ! MK 0.94 NL 1.11 OV 1.00 PT 1.00 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.084171Jy sigma=0.000900 ! Fit after self-cal, rms=0.080181Jy sigma=0.000871 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.255 mas, bmaj=6.814 mas, bpa=-0.5252 degrees ! Estimated noise=574.987 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 (-10, -1). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00456522 Jy ! Component: 100 - total flux cleaned = 0.00542731 Jy ! Component: 150 - total flux cleaned = 0.00542708 Jy ! Component: 200 - total flux cleaned = 0.00542915 Jy ! Total flux subtracted in 200 components = 0.00542915 Jy ! Clean residual min=-0.002316 max=0.002419 Jy/beam ! Clean residual mean=0.000003 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.20647 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 61 components and 0.20647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079889Jy sigma=0.000868 ! Fit after self-cal, rms=0.079544Jy sigma=0.000867 ! 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.079544Jy sigma=0.000867 ! Fit after self-cal, rms=0.078974Jy sigma=0.000865 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.245 mas, bmaj=6.814 mas, bpa=-0.2877 degrees ! Estimated noise=573.269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000999235 Jy ! Component: 100 - total flux cleaned = 0.00108149 Jy ! Component: 150 - total flux cleaned = 0.00111755 Jy ! Component: 200 - total flux cleaned = 0.00114892 Jy ! Total flux subtracted in 200 components = 0.00114892 Jy ! Clean residual min=-0.002004 max=0.002180 Jy/beam ! Clean residual mean=0.000003 rms=0.000462 Jy/beam ! Combined flux in latest and established models = 0.207619 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 73 components and 0.207619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078925Jy sigma=0.000865 ! Fit after self-cal, rms=0.078902Jy sigma=0.000865 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 (33, -108). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00166965 Jy ! Component: 100 - total flux cleaned = 0.00222769 Jy ! Component: 150 - total flux cleaned = 0.0027216 Jy ! Component: 200 - total flux cleaned = 0.00295453 Jy ! Total flux subtracted in 200 components = 0.00295453 Jy ! Clean residual min=-0.001759 max=0.001556 Jy/beam ! Clean residual mean=0.000003 rms=0.000420 Jy/beam ! Combined flux in latest and established models = 0.210573 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 92 components and 0.210573 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078849Jy sigma=0.000864 ! Fit after self-cal, rms=0.078851Jy sigma=0.000864 ! 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.078851Jy sigma=0.000864 ! Fit after self-cal, rms=0.078558Jy sigma=0.000864 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.24 mas, bmaj=6.816 mas, bpa=-0.2473 degrees ! Estimated noise=571.727 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000751437 Jy ! Component: 100 - total flux cleaned = 0.000807927 Jy ! Component: 150 - total flux cleaned = 0.000781633 Jy ! Component: 200 - total flux cleaned = 0.000756986 Jy ! Total flux subtracted in 200 components = 0.000756986 Jy ! Clean residual min=-0.001644 max=0.001506 Jy/beam ! Clean residual mean=0.000002 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.21133 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 99 components and 0.21133 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078538Jy sigma=0.000864 ! Fit after self-cal, rms=0.078529Jy sigma=0.000864 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.000110684 Jy ! Component: 100 - total flux cleaned = 0.000132997 Jy ! Component: 150 - total flux cleaned = 9.05211e-05 Jy ! Component: 200 - total flux cleaned = 7.03836e-05 Jy ! Total flux subtracted in 200 components = 7.03836e-05 Jy ! Clean residual min=-0.001633 max=0.001492 Jy/beam ! Clean residual mean=0.000003 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.211401 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 109 components and 0.211401 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078516Jy sigma=0.000864 ! Fit after self-cal, rms=0.078518Jy sigma=0.000864 ! 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.078518Jy sigma=0.000864 ! Fit after self-cal, rms=0.078385Jy sigma=0.000864 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.112 mas, bmaj=13.43 mas, bpa=9.407 degrees ! Estimated noise=700.395 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.2797e-05 Jy ! Component: 100 - total flux cleaned = -0.000152485 Jy ! Component: 150 - total flux cleaned = -0.000194424 Jy ! Component: 200 - total flux cleaned = -0.000217739 Jy ! Total flux subtracted in 200 components = -0.000217739 Jy ! Clean residual min=-0.001677 max=0.001665 Jy/beam ! Clean residual mean=0.000004 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.211183 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 125 components and 0.211183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078382Jy sigma=0.000864 ! Fit after self-cal, rms=0.078370Jy sigma=0.000864 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 = -5.80028e-05 Jy ! Component: 100 - total flux cleaned = -7.06092e-05 Jy ! Component: 150 - total flux cleaned = -8.0397e-05 Jy ! Component: 200 - total flux cleaned = -9.98687e-05 Jy ! Total flux subtracted in 200 components = -9.98687e-05 Jy ! Clean residual min=-0.001633 max=0.001656 Jy/beam ! Clean residual mean=0.000004 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.211083 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 141 components and 0.211083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078368Jy sigma=0.000864 ! Fit after self-cal, rms=0.078368Jy sigma=0.000864 ! 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.236 mas, bmaj=6.817 mas, bpa=-0.2709 degrees ! Estimated noise=570.915 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.236 x 6.817 at -0.2709 degrees (North through East) ! Clean map min=-0.0014436 max=0.13683 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.586 mas, bmaj=5.82 mas, bpa=0.2121 degrees ! Estimated noise=859.827 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.104148 Jy ! Component: 100 - total flux cleaned = 0.145964 Jy ! Component: 150 - total flux cleaned = 0.166788 Jy ! Component: 200 - total flux cleaned = 0.178329 Jy ! Total flux subtracted in 200 components = 0.178329 Jy ! Clean residual min=-0.004854 max=0.006224 Jy/beam ! Clean residual mean=0.000010 rms=0.001364 Jy/beam ! Combined flux in latest and established models = 0.178329 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.178329 Jy ! Inverting map and beam ! Estimated beam: bmin=3.236 mas, bmaj=6.817 mas, bpa=-0.2709 degrees ! Estimated noise=570.915 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.0108528 Jy ! Component: 100 - total flux cleaned = 0.0172492 Jy ! Component: 150 - total flux cleaned = 0.0212244 Jy ! Component: 200 - total flux cleaned = 0.0239195 Jy ! Total flux subtracted in 200 components = 0.0239195 Jy ! Clean residual min=-0.002059 max=0.002393 Jy/beam ! Clean residual mean=0.000008 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.202249 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 54 components and 0.202249 Jy ! Inverting map ! Added new window around map position (-0.5, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00236746 Jy ! Component: 100 - total flux cleaned = 0.00404919 Jy ! Component: 150 - total flux cleaned = 0.00502399 Jy ! Component: 200 - total flux cleaned = 0.00585877 Jy ! Total flux subtracted in 200 components = 0.00585877 Jy ! Clean residual min=-0.001771 max=0.001672 Jy/beam ! Clean residual mean=0.000005 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.208108 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 78 components and 0.208108 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.112 mas, bmaj=13.43 mas, bpa=9.407 degrees ! Estimated noise=700.395 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000830496 Jy ! Component: 100 - total flux cleaned = 0.00144369 Jy ! Component: 150 - total flux cleaned = 0.00174266 Jy ! Component: 200 - total flux cleaned = 0.00190278 Jy ! Total flux subtracted in 200 components = 0.00190278 Jy ! Clean residual min=-0.001410 max=0.001425 Jy/beam ! Clean residual mean=0.000006 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.21001 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.000159599 Jy ! Component: 100 - total flux cleaned = 0.000230263 Jy ! Component: 150 - total flux cleaned = 0.000309552 Jy ! Component: 200 - total flux cleaned = 0.000352624 Jy ! Total flux subtracted in 200 components = 0.000352624 Jy ! Clean residual min=-0.001361 max=0.001432 Jy/beam ! Clean residual mean=0.000005 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.210363 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 119 components and 0.210363 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.236 mas, bmaj=6.817 mas, bpa=-0.2709 degrees ! Estimated noise=570.915 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.01372e-05 Jy ! Component: 100 - total flux cleaned = 8.14414e-05 Jy ! Component: 150 - total flux cleaned = 4.82892e-05 Jy ! Component: 200 - total flux cleaned = 1.95357e-05 Jy ! Total flux subtracted in 200 components = 1.95357e-05 Jy ! Clean residual min=-0.001644 max=0.001510 Jy/beam ! Clean residual mean=0.000003 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.210383 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 139 components and 0.210383 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078374Jy sigma=0.000863 ! Fit after self-cal, rms=0.078367Jy sigma=0.000863 wmodel J1356-1101_S_2014_01_04_pus_map.mod ! Writing 139 model components to file: J1356-1101_S_2014_01_04_pus_map.mod wobs J1356-1101_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J1356-1101_S_2014_01_04_pus_uvs.fits wwins J1356-1101_S_2014_01_04_pus_map.win ! wwins: Wrote 5 windows to J1356-1101_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.000268183 Jy ! Component: 100 - total flux cleaned = -0.000346132 Jy ! Component: 150 - total flux cleaned = -0.000493554 Jy ! Component: 200 - total flux cleaned = -0.00063345 Jy ! Component: 250 - total flux cleaned = -0.000745184 Jy ! Component: 300 - total flux cleaned = -0.00087455 Jy ! Component: 350 - total flux cleaned = -0.00104168 Jy ! Component: 400 - total flux cleaned = -0.00116293 Jy ! Component: 450 - total flux cleaned = -0.00128129 Jy ! Component: 500 - total flux cleaned = -0.0013963 Jy ! Component: 550 - total flux cleaned = -0.00145261 Jy ! Component: 600 - total flux cleaned = -0.00159942 Jy ! Component: 650 - total flux cleaned = -0.00163512 Jy ! Component: 700 - total flux cleaned = -0.00168815 Jy ! Component: 750 - total flux cleaned = -0.00170544 Jy ! Component: 800 - total flux cleaned = -0.00175686 Jy ! Component: 850 - total flux cleaned = -0.00180723 Jy ! Component: 900 - total flux cleaned = -0.00184005 Jy ! Component: 950 - total flux cleaned = -0.00188869 Jy ! Component: 1000 - total flux cleaned = -0.00188873 Jy ! Component: 1050 - total flux cleaned = -0.00188885 Jy ! Component: 1100 - total flux cleaned = -0.00188898 Jy ! Component: 1150 - total flux cleaned = -0.00190455 Jy ! Component: 1200 - total flux cleaned = -0.00195007 Jy ! Component: 1250 - total flux cleaned = -0.00196486 Jy ! Component: 1300 - total flux cleaned = -0.00195026 Jy ! Component: 1350 - total flux cleaned = -0.00199406 Jy ! Component: 1400 - total flux cleaned = -0.00197972 Jy ! Component: 1450 - total flux cleaned = -0.00202202 Jy ! Component: 1500 - total flux cleaned = -0.00202189 Jy ! Component: 1550 - total flux cleaned = -0.00202185 Jy ! Component: 1600 - total flux cleaned = -0.00208997 Jy ! Component: 1650 - total flux cleaned = -0.00208993 Jy ! Component: 1700 - total flux cleaned = -0.0021165 Jy ! Component: 1750 - total flux cleaned = -0.00216922 Jy ! Component: 1800 - total flux cleaned = -0.00219534 Jy ! Component: 1850 - total flux cleaned = -0.00228526 Jy ! Component: 1900 - total flux cleaned = -0.00229782 Jy ! Component: 1950 - total flux cleaned = -0.00236029 Jy ! Component: 2000 - total flux cleaned = -0.0024345 Jy ! Component: 2050 - total flux cleaned = -0.00238527 Jy ! Component: 2100 - total flux cleaned = -0.00239748 Jy ! Component: 2150 - total flux cleaned = -0.00245739 Jy ! Component: 2200 - total flux cleaned = -0.00244574 Jy ! Component: 2250 - total flux cleaned = -0.00248111 Jy ! Component: 2300 - total flux cleaned = -0.0024927 Jy ! Component: 2350 - total flux cleaned = -0.00252692 Jy ! Component: 2400 - total flux cleaned = -0.00250401 Jy ! Component: 2450 - total flux cleaned = -0.0024702 Jy ! Component: 2500 - total flux cleaned = -0.00247012 Jy ! Component: 2550 - total flux cleaned = -0.00248119 Jy ! Component: 2600 - total flux cleaned = -0.00245929 Jy ! Component: 2650 - total flux cleaned = -0.00250261 Jy ! Component: 2700 - total flux cleaned = -0.00245951 Jy ! Component: 2750 - total flux cleaned = -0.00245945 Jy ! Component: 2800 - total flux cleaned = -0.00249118 Jy ! Component: 2850 - total flux cleaned = -0.00245979 Jy ! Component: 2900 - total flux cleaned = -0.00243921 Jy ! Component: 2950 - total flux cleaned = -0.00245976 Jy ! Component: 3000 - total flux cleaned = -0.00244956 Jy ! Component: 3050 - total flux cleaned = -0.00247981 Jy ! Component: 3100 - total flux cleaned = -0.00245992 Jy ! Component: 3150 - total flux cleaned = -0.00246996 Jy ! Component: 3200 - total flux cleaned = -0.00247975 Jy ! Component: 3250 - total flux cleaned = -0.00247015 Jy ! Component: 3300 - total flux cleaned = -0.00247977 Jy ! Component: 3350 - total flux cleaned = -0.00246066 Jy ! Component: 3400 - total flux cleaned = -0.00247009 Jy ! Component: 3450 - total flux cleaned = -0.00245125 Jy ! Component: 3500 - total flux cleaned = -0.00246053 Jy ! Component: 3550 - total flux cleaned = -0.00245127 Jy ! Component: 3600 - total flux cleaned = -0.00243301 Jy ! Component: 3650 - total flux cleaned = -0.0024513 Jy ! Component: 3700 - total flux cleaned = -0.00248745 Jy ! Component: 3750 - total flux cleaned = -0.00245148 Jy ! Component: 3800 - total flux cleaned = -0.00246046 Jy ! Component: 3850 - total flux cleaned = -0.00247825 Jy ! Component: 3900 - total flux cleaned = -0.00248709 Jy ! Component: 3950 - total flux cleaned = -0.00250464 Jy ! Component: 4000 - total flux cleaned = -0.00251334 Jy ! Component: 4050 - total flux cleaned = -0.00251337 Jy ! Total flux subtracted in 4096 components = -0.00251339 Jy ! Clean residual min=-0.000523 max=0.000533 Jy/beam ! Clean residual mean=0.000000 rms=0.000146 Jy/beam ! Combined flux in latest and established models = 0.207869 Jy keep ! Adding 253 model components to the UV plane model. ! The established model now contains 392 components and 0.207869 Jy ![Exited script file: muppet] wmap "J1356-1101_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.236 x 6.817 at -0.2709 degrees (North through East) ! Clean map min=-0.0011848 max=0.13723 Jy/beam ! Writing clean map to FITS file: J1356-1101_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.137234 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000143908 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.31459 0.31459 0.629181 1.25836 2.51672 5.03345 10.0669 20.1338 40.2676 80.5352 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.137 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.236 x 6.817 at -0.2709 degrees (North through East) ! Clean map min=-0.0011848 max=0.13723 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 J1356-1101_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:29:08 2017