! Started logfile: J1615-2430_S_2017_10_09_pus_uvs.log on Sun May 12 13:15:48 2019 obs J1615-2430_S_2017_10_09_pus_uva.fits ! Reading UV FITS file: J1615-2430_S_2017_10_09_pus_uva.fits ! AN table 1: 115 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.748309 visibilities/baseline/integration-bin. ! Found source: J1615-2430 ! ! 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 496 lines of history. ! ! Reading 12392 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 J1615-2430_S_2017_10_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 173 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 192 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 192 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 660 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.667771Jy sigma=0.004607 ! Fit after self-cal, rms=0.625889Jy sigma=0.004362 ! 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.519 mas, bmaj=13.93 mas, bpa=-22.33 degrees ! Estimated noise=1808.55 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.28362 Jy ! Component: 100 - total flux cleaned = 0.382113 Jy ! Total flux subtracted in 100 components = 0.382113 Jy ! Clean residual min=-0.027690 max=0.048623 Jy/beam ! Clean residual mean=0.000003 rms=0.008395 Jy/beam ! Combined flux in latest and established models = 0.382113 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 34 components and 0.382113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.176862Jy sigma=0.001174 ! Fit after self-cal, rms=0.176671Jy sigma=0.001173 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0600252 Jy ! Component: 100 - total flux cleaned = 0.100475 Jy ! Total flux subtracted in 100 components = 0.100475 Jy ! Clean residual min=-0.020915 max=0.023512 Jy/beam ! Clean residual mean=0.000005 rms=0.005188 Jy/beam ! Combined flux in latest and established models = 0.482588 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 63 components and 0.482588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.140407Jy sigma=0.000907 ! Fit after self-cal, rms=0.140282Jy sigma=0.000906 ! 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.098 mas, bmaj=14.95 mas, bpa=-21.81 degrees ! Estimated noise=1104.35 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.0466351 Jy ! Component: 100 - total flux cleaned = 0.0750755 Jy ! Component: 150 - total flux cleaned = 0.0943215 Jy ! Component: 200 - total flux cleaned = 0.107849 Jy ! Total flux subtracted in 200 components = 0.107849 Jy ! Clean residual min=-0.014935 max=0.017577 Jy/beam ! Clean residual mean=0.000006 rms=0.004065 Jy/beam ! Combined flux in latest and established models = 0.590437 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 118 components and 0.590437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121131Jy sigma=0.000776 ! Fit after self-cal, rms=0.121031Jy sigma=0.000775 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.92 HN 1.02 KP 1.06 ! LA 1.01 MK 1.00 NL 0.92 OV 1.00* ! PT 0.99 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.43 FD 0.97 HN 1.05 KP 1.02 ! LA 0.96 MK 1.00 NL 1.07 OV 1.00* ! PT 0.97 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.29 FD 1.01 HN 1.00 KP 0.90 ! LA 0.76 MK 1.03 NL 1.23 OV 1.00* ! PT 0.96 ! ! ! Correcting IF 4. ! A total of 171 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.15 HN 0.98 KP 1.00* ! LA 1.00* MK 1.19 NL 1.00* OV 1.00* ! PT 0.94 ! ! ! Fit before self-cal, rms=0.121031Jy sigma=0.000775 ! Fit after self-cal, rms=0.107770Jy sigma=0.000678 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.116 mas, bmaj=15.33 mas, bpa=-22.1 degrees ! Estimated noise=1133.55 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.00276766 Jy ! Component: 100 - total flux cleaned = -0.00354395 Jy ! Component: 150 - total flux cleaned = -0.00405823 Jy ! Component: 200 - total flux cleaned = -0.00417132 Jy ! Total flux subtracted in 200 components = -0.00417132 Jy ! Clean residual min=-0.008625 max=0.008070 Jy/beam ! Clean residual mean=0.000008 rms=0.001800 Jy/beam ! Combined flux in latest and established models = 0.586266 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 135 components and 0.586266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107283Jy sigma=0.000676 ! Fit after self-cal, rms=0.107295Jy sigma=0.000675 ! 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.107295Jy sigma=0.000675 ! Fit after self-cal, rms=0.107565Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.114 mas, bmaj=15.39 mas, bpa=-22.21 degrees ! Estimated noise=1137.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0013712 Jy ! Component: 100 - total flux cleaned = -0.00175636 Jy ! Component: 150 - total flux cleaned = -0.00219702 Jy ! Component: 200 - total flux cleaned = -0.00239428 Jy ! Total flux subtracted in 200 components = -0.00239428 Jy ! Clean residual min=-0.008145 max=0.006380 Jy/beam ! Clean residual mean=0.000005 rms=0.001537 Jy/beam ! Combined flux in latest and established models = 0.583872 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 150 components and 0.583872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107228Jy sigma=0.000669 ! Fit after self-cal, rms=0.107214Jy sigma=0.000669 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.000347032 Jy ! Component: 100 - total flux cleaned = -0.000348098 Jy ! Component: 150 - total flux cleaned = -0.000428938 Jy ! Component: 200 - total flux cleaned = -0.000504298 Jy ! Total flux subtracted in 200 components = -0.000504298 Jy ! Clean residual min=-0.007876 max=0.006206 Jy/beam ! Clean residual mean=0.000003 rms=0.001502 Jy/beam ! Combined flux in latest and established models = 0.583368 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 157 components and 0.583367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107054Jy sigma=0.000669 ! Fit after self-cal, rms=0.107040Jy sigma=0.000669 ! 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.107040Jy sigma=0.000669 ! Fit after self-cal, rms=0.107862Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.112 mas, bmaj=15.45 mas, bpa=-22.35 degrees ! Estimated noise=1139.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00170385 Jy ! Component: 100 - total flux cleaned = -0.00214227 Jy ! Component: 150 - total flux cleaned = -0.00251608 Jy ! Component: 200 - total flux cleaned = -0.00292543 Jy ! Total flux subtracted in 200 components = -0.00292543 Jy ! Clean residual min=-0.007443 max=0.005588 Jy/beam ! Clean residual mean=-0.000001 rms=0.001349 Jy/beam ! Combined flux in latest and established models = 0.580442 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 169 components and 0.580442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107606Jy sigma=0.000666 ! Fit after self-cal, rms=0.107600Jy sigma=0.000666 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.000297831 Jy ! Component: 100 - total flux cleaned = -0.000294187 Jy ! Component: 150 - total flux cleaned = -0.000226138 Jy ! Component: 200 - total flux cleaned = -0.00022531 Jy ! Total flux subtracted in 200 components = -0.00022531 Jy ! Clean residual min=-0.007224 max=0.005514 Jy/beam ! Clean residual mean=-0.000001 rms=0.001321 Jy/beam ! Combined flux in latest and established models = 0.580217 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 172 components and 0.580217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107485Jy sigma=0.000665 ! Fit after self-cal, rms=0.107474Jy sigma=0.000665 ! 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.107474Jy sigma=0.000665 ! Fit after self-cal, rms=0.108399Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.765 mas, bmaj=23.17 mas, bpa=-11.54 degrees ! Estimated noise=1384.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00132323 Jy ! Component: 100 - total flux cleaned = -0.00150534 Jy ! Component: 150 - total flux cleaned = -0.00150515 Jy ! Component: 200 - total flux cleaned = -0.0015519 Jy ! Total flux subtracted in 200 components = -0.0015519 Jy ! Clean residual min=-0.006102 max=0.004567 Jy/beam ! Clean residual mean=-0.000003 rms=0.001357 Jy/beam ! Combined flux in latest and established models = 0.578665 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 175 components and 0.578665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108341Jy sigma=0.000665 ! Fit after self-cal, rms=0.108334Jy sigma=0.000665 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.94232e-06 Jy ! Component: 100 - total flux cleaned = -0.000158826 Jy ! Component: 150 - total flux cleaned = -0.000204611 Jy ! Component: 200 - total flux cleaned = -0.000246489 Jy ! Total flux subtracted in 200 components = -0.000246489 Jy ! Clean residual min=-0.005975 max=0.004493 Jy/beam ! Clean residual mean=-0.000004 rms=0.001337 Jy/beam ! Combined flux in latest and established models = 0.578418 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 179 components and 0.578418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108323Jy sigma=0.000665 ! Fit after self-cal, rms=0.108315Jy sigma=0.000665 ! 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.112 mas, bmaj=15.51 mas, bpa=-22.45 degrees ! Estimated noise=1141.29 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.112 x 15.51 at -22.45 degrees (North through East) ! Clean map min=-0.0069321 max=0.37615 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.524 mas, bmaj=14.34 mas, bpa=-22.81 degrees ! Estimated noise=1891.03 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.292364 Jy ! Component: 100 - total flux cleaned = 0.391251 Jy ! Component: 150 - total flux cleaned = 0.447322 Jy ! Component: 200 - total flux cleaned = 0.48378 Jy ! Total flux subtracted in 200 components = 0.48378 Jy ! Clean residual min=-0.013328 max=0.021966 Jy/beam ! Clean residual mean=-0.000010 rms=0.003719 Jy/beam ! Combined flux in latest and established models = 0.48378 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 59 model components to the UV plane model. ! The established model now contains 59 components and 0.48378 Jy ! Inverting map and beam ! Estimated beam: bmin=3.112 mas, bmaj=15.51 mas, bpa=-22.45 degrees ! Estimated noise=1141.29 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-5.5, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0363025 Jy ! Component: 100 - total flux cleaned = 0.0576871 Jy ! Component: 150 - total flux cleaned = 0.0707425 Jy ! Component: 200 - total flux cleaned = 0.0792207 Jy ! Total flux subtracted in 200 components = 0.0792207 Jy ! Clean residual min=-0.005773 max=0.006377 Jy/beam ! Clean residual mean=-0.000019 rms=0.001442 Jy/beam ! Combined flux in latest and established models = 0.563001 Jy ! Adding 68 model components to the UV plane model. ! The established model now contains 120 components and 0.563001 Jy ! Inverting map ! Added new window around map position (-35.5, 69.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00645704 Jy ! Component: 100 - total flux cleaned = 0.00953533 Jy ! Component: 150 - total flux cleaned = 0.011637 Jy ! Component: 200 - total flux cleaned = 0.0133211 Jy ! Total flux subtracted in 200 components = 0.0133211 Jy ! Clean residual min=-0.004312 max=0.003693 Jy/beam ! Clean residual mean=-0.000011 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.576322 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 157 components and 0.576321 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.765 mas, bmaj=23.17 mas, bpa=-11.54 degrees ! Estimated noise=1384.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00314345 Jy ! Component: 100 - total flux cleaned = 0.00387037 Jy ! Component: 150 - total flux cleaned = 0.00415923 Jy ! Component: 200 - total flux cleaned = 0.00441632 Jy ! Total flux subtracted in 200 components = 0.00441632 Jy ! Clean residual min=-0.003769 max=0.003554 Jy/beam ! Clean residual mean=-0.000011 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.580738 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.000286047 Jy ! Component: 100 - total flux cleaned = 0.000443274 Jy ! Component: 150 - total flux cleaned = 0.000680613 Jy ! Component: 200 - total flux cleaned = 0.000810089 Jy ! Total flux subtracted in 200 components = 0.000810089 Jy ! Clean residual min=-0.003596 max=0.003256 Jy/beam ! Clean residual mean=-0.000008 rms=0.000952 Jy/beam ! Combined flux in latest and established models = 0.581548 Jy ! Adding 72 model components to the UV plane model. ! The established model now contains 225 components and 0.581548 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.112 mas, bmaj=15.51 mas, bpa=-22.45 degrees ! Estimated noise=1141.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.75567e-05 Jy ! Component: 100 - total flux cleaned = -0.000112575 Jy ! Component: 150 - total flux cleaned = -0.000173287 Jy ! Component: 200 - total flux cleaned = -0.000173309 Jy ! Total flux subtracted in 200 components = -0.000173309 Jy ! Clean residual min=-0.003431 max=0.003220 Jy/beam ! Clean residual mean=-0.000005 rms=0.000797 Jy/beam ! Combined flux in latest and established models = 0.581375 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 244 components and 0.581375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107239Jy sigma=0.000660 ! Fit after self-cal, rms=0.107135Jy sigma=0.000659 wmodel J1615-2430_S_2017_10_09_pus_map.mod ! Writing 244 model components to file: J1615-2430_S_2017_10_09_pus_map.mod wobs J1615-2430_S_2017_10_09_pus_uvs.fits ! Writing UV FITS file: J1615-2430_S_2017_10_09_pus_uvs.fits wwins J1615-2430_S_2017_10_09_pus_map.win ! wwins: Wrote 3 windows to J1615-2430_S_2017_10_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 = -4.68401e-05 Jy ! Component: 100 - total flux cleaned = -0.000209804 Jy ! Component: 150 - total flux cleaned = -0.00011392 Jy ! Component: 200 - total flux cleaned = -0.000158 Jy ! Component: 250 - total flux cleaned = -0.000374569 Jy ! Component: 300 - total flux cleaned = -0.000703441 Jy ! Component: 350 - total flux cleaned = -0.00101679 Jy ! Component: 400 - total flux cleaned = -0.00127976 Jy ! Component: 450 - total flux cleaned = -0.00160545 Jy ! Component: 500 - total flux cleaned = -0.00191986 Jy ! Component: 550 - total flux cleaned = -0.0022233 Jy ! Component: 600 - total flux cleaned = -0.00248415 Jy ! Component: 650 - total flux cleaned = -0.00273783 Jy ! Component: 700 - total flux cleaned = -0.00292267 Jy ! Component: 750 - total flux cleaned = -0.00316314 Jy ! Component: 800 - total flux cleaned = -0.00328031 Jy ! Component: 850 - total flux cleaned = -0.00353731 Jy ! Component: 900 - total flux cleaned = -0.00373157 Jy ! Component: 950 - total flux cleaned = -0.00392151 Jy ! Component: 1000 - total flux cleaned = -0.00413339 Jy ! Component: 1050 - total flux cleaned = -0.00423713 Jy ! Component: 1100 - total flux cleaned = -0.00444 Jy ! Component: 1150 - total flux cleaned = -0.00456384 Jy ! Component: 1200 - total flux cleaned = -0.00468579 Jy ! Component: 1250 - total flux cleaned = -0.00482866 Jy ! Component: 1300 - total flux cleaned = -0.00485226 Jy ! Component: 1350 - total flux cleaned = -0.00494393 Jy ! Component: 1400 - total flux cleaned = -0.00507838 Jy ! Component: 1450 - total flux cleaned = -0.00516642 Jy ! Component: 1500 - total flux cleaned = -0.00518798 Jy ! Component: 1550 - total flux cleaned = -0.00518848 Jy ! Component: 1600 - total flux cleaned = -0.00531423 Jy ! Component: 1650 - total flux cleaned = -0.00537639 Jy ! Component: 1700 - total flux cleaned = -0.00539688 Jy ! Component: 1750 - total flux cleaned = -0.00547662 Jy ! Component: 1800 - total flux cleaned = -0.00545736 Jy ! Component: 1850 - total flux cleaned = -0.00545745 Jy ! Component: 1900 - total flux cleaned = -0.00547643 Jy ! Component: 1950 - total flux cleaned = -0.00542029 Jy ! Component: 2000 - total flux cleaned = -0.00543917 Jy ! Component: 2050 - total flux cleaned = -0.00542086 Jy ! Component: 2100 - total flux cleaned = -0.00538501 Jy ! Component: 2150 - total flux cleaned = -0.0053852 Jy ! Component: 2200 - total flux cleaned = -0.00540268 Jy ! Component: 2250 - total flux cleaned = -0.00533342 Jy ! Component: 2300 - total flux cleaned = -0.00529955 Jy ! Component: 2350 - total flux cleaned = -0.00531646 Jy ! Component: 2400 - total flux cleaned = -0.00524953 Jy ! Component: 2450 - total flux cleaned = -0.00523319 Jy ! Component: 2500 - total flux cleaned = -0.00516803 Jy ! Component: 2550 - total flux cleaned = -0.00515206 Jy ! Component: 2600 - total flux cleaned = -0.00515199 Jy ! Component: 2650 - total flux cleaned = -0.00515206 Jy ! Component: 2700 - total flux cleaned = -0.00515194 Jy ! Component: 2750 - total flux cleaned = -0.00513639 Jy ! Component: 2800 - total flux cleaned = -0.00515169 Jy ! Component: 2850 - total flux cleaned = -0.00512155 Jy ! Component: 2900 - total flux cleaned = -0.00515164 Jy ! Component: 2950 - total flux cleaned = -0.00519596 Jy ! Component: 3000 - total flux cleaned = -0.00519593 Jy ! Component: 3050 - total flux cleaned = -0.00526806 Jy ! Component: 3100 - total flux cleaned = -0.00525374 Jy ! Component: 3150 - total flux cleaned = -0.00526775 Jy ! Component: 3200 - total flux cleaned = -0.00533784 Jy ! Component: 3250 - total flux cleaned = -0.00535163 Jy ! Component: 3300 - total flux cleaned = -0.00540674 Jy ! Component: 3350 - total flux cleaned = -0.00543429 Jy ! Component: 3400 - total flux cleaned = -0.00546155 Jy ! Component: 3450 - total flux cleaned = -0.00547483 Jy ! Component: 3500 - total flux cleaned = -0.00544803 Jy ! Component: 3550 - total flux cleaned = -0.00546126 Jy ! Component: 3600 - total flux cleaned = -0.00548742 Jy ! Component: 3650 - total flux cleaned = -0.00547443 Jy ! Component: 3700 - total flux cleaned = -0.00543556 Jy ! Component: 3750 - total flux cleaned = -0.00543559 Jy ! Component: 3800 - total flux cleaned = -0.00543558 Jy ! Component: 3850 - total flux cleaned = -0.00537208 Jy ! Component: 3900 - total flux cleaned = -0.00542261 Jy ! Component: 3950 - total flux cleaned = -0.00535986 Jy ! Component: 4000 - total flux cleaned = -0.00535993 Jy ! Component: 4050 - total flux cleaned = -0.00532283 Jy ! Total flux subtracted in 4096 components = -0.0053228 Jy ! Clean residual min=-0.000642 max=0.000665 Jy/beam ! Clean residual mean=-0.000000 rms=0.000235 Jy/beam ! Combined flux in latest and established models = 0.576052 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 549 components and 0.576052 Jy ![Exited script file: muppet] wmap "J1615-2430_S_2017_10_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.112 x 15.51 at -22.45 degrees (North through East) ! Clean map min=-0.0025745 max=0.38545 Jy/beam ! Writing clean map to FITS file: J1615-2430_S_2017_10_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.385446 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000233312 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.181592 0.181592 0.363183 0.726366 1.45273 2.90546 5.81093 11.6219 23.2437 46.4874 92.9749 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.385 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.112 x 15.51 at -22.45 degrees (North through East) ! Clean map min=-0.0025745 max=0.38545 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 J1615-2430_S_2017_10_09_pus_uvs.log closed on Sun May 12 13:15:54 2019