! Started logfile: J0057-0024_S_2017_06_10_pus_uvs.log on Mon May 6 14:40:32 2019 obs J0057-0024_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J0057-0024_S_2017_06_10_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.974228 visibilities/baseline/integration-bin. ! Found source: J0057-0024 ! ! 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 1154 lines of history. ! ! Reading 25252 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 J0057-0024_S_2017_06_10_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 70 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 821 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.899431Jy sigma=0.008540 ! Fit after self-cal, rms=0.889820Jy sigma=0.008452 ! 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.727 mas, bmaj=7.072 mas, bpa=-4.038 degrees ! Estimated noise=721.376 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.0858686 Jy ! Component: 100 - total flux cleaned = 0.105888 Jy ! Total flux subtracted in 100 components = 0.105888 Jy ! Clean residual min=-0.003339 max=0.007914 Jy/beam ! Clean residual mean=0.000014 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.105888 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.105888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077869Jy sigma=0.000697 ! Fit after self-cal, rms=0.077867Jy sigma=0.000697 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0087273 Jy ! Component: 100 - total flux cleaned = 0.0131811 Jy ! Total flux subtracted in 100 components = 0.0131811 Jy ! Clean residual min=-0.003006 max=0.003254 Jy/beam ! Clean residual mean=0.000005 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.119069 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 13 components and 0.119069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076682Jy sigma=0.000685 ! Fit after self-cal, rms=0.076683Jy sigma=0.000685 ! 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.173 mas, bmaj=7.966 mas, bpa=-4.262 degrees ! Estimated noise=541.449 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 (2.5, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00370793 Jy ! Component: 100 - total flux cleaned = 0.00467701 Jy ! Component: 150 - total flux cleaned = 0.00527988 Jy ! Component: 200 - total flux cleaned = 0.00557893 Jy ! Total flux subtracted in 200 components = 0.00557893 Jy ! Clean residual min=-0.002171 max=0.002031 Jy/beam ! Clean residual mean=0.000001 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.124648 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 39 components and 0.124648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076478Jy sigma=0.000683 ! Fit after self-cal, rms=0.076477Jy sigma=0.000683 ! 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.08 FD 0.96 HN 0.95 KP 1.06 ! LA 0.99 MK 1.03 NL 0.91 OV 1.02 ! PT 1.05 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.99 HN 1.00 KP 0.99 ! LA 0.97 MK 1.00 NL 1.04 OV 1.05 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.02 HN 1.00 KP 0.97 ! LA 0.97 MK 1.03 NL 0.99 OV 0.98 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.96 KP 1.00* ! LA 1.05 MK 1.16 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.076477Jy sigma=0.000683 ! Fit after self-cal, rms=0.075836Jy sigma=0.000681 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.196 mas, bmaj=7.983 mas, bpa=-4.15 degrees ! Estimated noise=540.169 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.000146013 Jy ! Component: 100 - total flux cleaned = 1.72286e-05 Jy ! Component: 150 - total flux cleaned = -9.2935e-05 Jy ! Component: 200 - total flux cleaned = -0.000213698 Jy ! Total flux subtracted in 200 components = -0.000213698 Jy ! Clean residual min=-0.001974 max=0.001933 Jy/beam ! Clean residual mean=-0.000002 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.124434 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 51 components and 0.124434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075806Jy sigma=0.000681 ! Fit after self-cal, rms=0.075809Jy sigma=0.000681 ! 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.075809Jy sigma=0.000681 ! Fit after self-cal, rms=0.076653Jy sigma=0.000677 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.192 mas, bmaj=7.994 mas, bpa=-4.224 degrees ! Estimated noise=541.044 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000242555 Jy ! Component: 100 - total flux cleaned = 0.000274192 Jy ! Component: 150 - total flux cleaned = 0.000289103 Jy ! Component: 200 - total flux cleaned = 0.000277635 Jy ! Total flux subtracted in 200 components = 0.000277635 Jy ! Clean residual min=-0.001311 max=0.001328 Jy/beam ! Clean residual mean=-0.000002 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.124712 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 67 components and 0.124712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076648Jy sigma=0.000677 ! Fit after self-cal, rms=0.076684Jy sigma=0.000677 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 = 7.26981e-05 Jy ! Component: 100 - total flux cleaned = 6.13279e-05 Jy ! Component: 150 - total flux cleaned = 3.93314e-05 Jy ! Component: 200 - total flux cleaned = 1.88914e-05 Jy ! Total flux subtracted in 200 components = 1.88914e-05 Jy ! Clean residual min=-0.001338 max=0.001325 Jy/beam ! Clean residual mean=-0.000002 rms=0.000328 Jy/beam ! Combined flux in latest and established models = 0.124731 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 75 components and 0.124731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076681Jy sigma=0.000677 ! Fit after self-cal, rms=0.076681Jy sigma=0.000677 ! 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.076681Jy sigma=0.000677 ! Fit after self-cal, rms=0.077035Jy sigma=0.000677 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.191 mas, bmaj=7.991 mas, bpa=-4.214 degrees ! Estimated noise=540.947 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000157847 Jy ! Component: 100 - total flux cleaned = 0.000168673 Jy ! Component: 150 - total flux cleaned = 0.0001589 Jy ! Component: 200 - total flux cleaned = 0.000149887 Jy ! Total flux subtracted in 200 components = 0.000149887 Jy ! Clean residual min=-0.001228 max=0.001241 Jy/beam ! Clean residual mean=-0.000002 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.124881 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 80 components and 0.124881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077032Jy sigma=0.000677 ! Fit after self-cal, rms=0.077040Jy sigma=0.000677 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.76485e-05 Jy ! Component: 100 - total flux cleaned = 3.00131e-05 Jy ! Component: 150 - total flux cleaned = 1.31259e-05 Jy ! Component: 200 - total flux cleaned = -2.94588e-06 Jy ! Total flux subtracted in 200 components = -2.94588e-06 Jy ! Clean residual min=-0.001229 max=0.001239 Jy/beam ! Clean residual mean=-0.000002 rms=0.000319 Jy/beam ! Combined flux in latest and established models = 0.124878 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 88 components and 0.124878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077039Jy sigma=0.000677 ! Fit after self-cal, rms=0.077039Jy sigma=0.000676 ! 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.077039Jy sigma=0.000676 ! Fit after self-cal, rms=0.077036Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.344 mas, bmaj=12.79 mas, bpa=-4.747 degrees ! Estimated noise=683.281 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.24444e-05 Jy ! Component: 100 - total flux cleaned = -8.54499e-06 Jy ! Component: 150 - total flux cleaned = -3.46671e-05 Jy ! Component: 200 - total flux cleaned = -4.99445e-05 Jy ! Total flux subtracted in 200 components = -4.99445e-05 Jy ! Clean residual min=-0.001403 max=0.001256 Jy/beam ! Clean residual mean=-0.000004 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.124828 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 94 components and 0.124828 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077036Jy sigma=0.000676 ! Fit after self-cal, rms=0.077035Jy sigma=0.000676 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.58297e-05 Jy ! Component: 100 - total flux cleaned = 2.02853e-06 Jy ! Component: 150 - total flux cleaned = -1.16245e-05 Jy ! Component: 200 - total flux cleaned = -1.78884e-05 Jy ! Total flux subtracted in 200 components = -1.78884e-05 Jy ! Clean residual min=-0.001400 max=0.001261 Jy/beam ! Clean residual mean=-0.000004 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.12481 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 98 components and 0.12481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077036Jy sigma=0.000676 ! Fit after self-cal, rms=0.077036Jy sigma=0.000676 ! 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.192 mas, bmaj=7.989 mas, bpa=-4.189 degrees ! Estimated noise=541.007 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.192 x 7.989 at -4.189 degrees (North through East) ! Clean map min=-0.0012125 max=0.11193 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.741 mas, bmaj=7.084 mas, bpa=-3.901 degrees ! Estimated noise=723.965 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0859616 Jy ! Component: 100 - total flux cleaned = 0.106127 Jy ! Component: 150 - total flux cleaned = 0.11475 Jy ! Component: 200 - total flux cleaned = 0.119166 Jy ! Total flux subtracted in 200 components = 0.119166 Jy ! Clean residual min=-0.002207 max=0.002071 Jy/beam ! Clean residual mean=0.000003 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.119166 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.119166 Jy ! Inverting map and beam ! Estimated beam: bmin=3.192 mas, bmaj=7.989 mas, bpa=-4.189 degrees ! Estimated noise=541.007 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.00323111 Jy ! Component: 100 - total flux cleaned = 0.00487655 Jy ! Component: 150 - total flux cleaned = 0.00559343 Jy ! Component: 200 - total flux cleaned = 0.00569149 Jy ! Total flux subtracted in 200 components = 0.00569149 Jy ! Clean residual min=-0.001270 max=0.001280 Jy/beam ! Clean residual mean=-0.000001 rms=0.000326 Jy/beam ! Combined flux in latest and established models = 0.124857 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 40 components and 0.124857 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.344 mas, bmaj=12.79 mas, bpa=-4.747 degrees ! Estimated noise=683.281 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00032224 Jy ! Component: 100 - total flux cleaned = 0.000259111 Jy ! Component: 150 - total flux cleaned = 0.000193468 Jy ! Component: 200 - total flux cleaned = 0.000155191 Jy ! Total flux subtracted in 200 components = 0.000155191 Jy ! Clean residual min=-0.001357 max=0.001338 Jy/beam ! Clean residual mean=-0.000004 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.125012 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 = -3.14948e-05 Jy ! Component: 100 - total flux cleaned = -5.90406e-05 Jy ! Component: 150 - total flux cleaned = -6.7422e-05 Jy ! Component: 200 - total flux cleaned = -6.76188e-05 Jy ! Total flux subtracted in 200 components = -6.76188e-05 Jy ! Clean residual min=-0.001374 max=0.001315 Jy/beam ! Clean residual mean=-0.000004 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.124945 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 68 components and 0.124945 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.192 mas, bmaj=7.989 mas, bpa=-4.189 degrees ! Estimated noise=541.007 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.72693e-05 Jy ! Component: 100 - total flux cleaned = 2.56696e-05 Jy ! Component: 150 - total flux cleaned = -4.51194e-05 Jy ! Component: 200 - total flux cleaned = -6.07751e-05 Jy ! Total flux subtracted in 200 components = -6.07751e-05 Jy ! Clean residual min=-0.001280 max=0.001234 Jy/beam ! Clean residual mean=-0.000002 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.124884 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 84 components and 0.124884 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077048Jy sigma=0.000677 ! Fit after self-cal, rms=0.077043Jy sigma=0.000677 wmodel J0057-0024_S_2017_06_10_pus_map.mod ! Writing 84 model components to file: J0057-0024_S_2017_06_10_pus_map.mod wobs J0057-0024_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J0057-0024_S_2017_06_10_pus_uvs.fits wwins J0057-0024_S_2017_06_10_pus_map.win ! wwins: Wrote 2 windows to J0057-0024_S_2017_06_10_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.000114776 Jy ! Component: 100 - total flux cleaned = 0.000226273 Jy ! Component: 150 - total flux cleaned = 0.000269032 Jy ! Component: 200 - total flux cleaned = 0.000248568 Jy ! Component: 250 - total flux cleaned = 0.00026806 Jy ! Component: 300 - total flux cleaned = 0.000287251 Jy ! Component: 350 - total flux cleaned = 0.000249597 Jy ! Component: 400 - total flux cleaned = 0.000157277 Jy ! Component: 450 - total flux cleaned = 8.46776e-05 Jy ! Component: 500 - total flux cleaned = -4.49328e-06 Jy ! Component: 550 - total flux cleaned = -9.20407e-05 Jy ! Component: 600 - total flux cleaned = -0.000143503 Jy ! Component: 650 - total flux cleaned = -0.000177585 Jy ! Component: 700 - total flux cleaned = -0.000310922 Jy ! Component: 750 - total flux cleaned = -0.00037632 Jy ! Component: 800 - total flux cleaned = -0.000425156 Jy ! Component: 850 - total flux cleaned = -0.000521109 Jy ! Component: 900 - total flux cleaned = -0.000568429 Jy ! Component: 950 - total flux cleaned = -0.00066156 Jy ! Component: 1000 - total flux cleaned = -0.000722657 Jy ! Component: 1050 - total flux cleaned = -0.000753194 Jy ! Component: 1100 - total flux cleaned = -0.000813033 Jy ! Component: 1150 - total flux cleaned = -0.000857086 Jy ! Component: 1200 - total flux cleaned = -0.000871561 Jy ! Component: 1250 - total flux cleaned = -0.000943307 Jy ! Component: 1300 - total flux cleaned = -0.000928926 Jy ! Component: 1350 - total flux cleaned = -0.000971248 Jy ! Component: 1400 - total flux cleaned = -0.00105439 Jy ! Component: 1450 - total flux cleaned = -0.00104067 Jy ! Component: 1500 - total flux cleaned = -0.00110892 Jy ! Component: 1550 - total flux cleaned = -0.0011629 Jy ! Component: 1600 - total flux cleaned = -0.00118954 Jy ! Component: 1650 - total flux cleaned = -0.00128201 Jy ! Component: 1700 - total flux cleaned = -0.00130831 Jy ! Component: 1750 - total flux cleaned = -0.00137304 Jy ! Component: 1800 - total flux cleaned = -0.00142443 Jy ! Component: 1850 - total flux cleaned = -0.00147523 Jy ! Component: 1900 - total flux cleaned = -0.00155091 Jy ! Component: 1950 - total flux cleaned = -0.00160098 Jy ! Component: 2000 - total flux cleaned = -0.00172462 Jy ! Component: 2050 - total flux cleaned = -0.00174905 Jy ! Component: 2100 - total flux cleaned = -0.00178575 Jy ! Component: 2150 - total flux cleaned = -0.00184597 Jy ! Component: 2200 - total flux cleaned = -0.00190562 Jy ! Component: 2250 - total flux cleaned = -0.00201199 Jy ! Component: 2300 - total flux cleaned = -0.00203547 Jy ! Component: 2350 - total flux cleaned = -0.00210517 Jy ! Component: 2400 - total flux cleaned = -0.00216278 Jy ! Component: 2450 - total flux cleaned = -0.00223134 Jy ! Component: 2500 - total flux cleaned = -0.00227644 Jy ! Component: 2550 - total flux cleaned = -0.0023439 Jy ! Component: 2600 - total flux cleaned = -0.00239961 Jy ! Component: 2650 - total flux cleaned = -0.00245486 Jy ! Component: 2700 - total flux cleaned = -0.00249879 Jy ! Component: 2750 - total flux cleaned = -0.0025206 Jy ! Component: 2800 - total flux cleaned = -0.00259642 Jy ! Component: 2850 - total flux cleaned = -0.00267146 Jy ! Component: 2900 - total flux cleaned = -0.00271397 Jy ! Component: 2950 - total flux cleaned = -0.00271393 Jy ! Component: 3000 - total flux cleaned = -0.00278737 Jy ! Component: 3050 - total flux cleaned = -0.00283948 Jy ! Component: 3100 - total flux cleaned = -0.00288084 Jy ! Component: 3150 - total flux cleaned = -0.002932 Jy ! Component: 3200 - total flux cleaned = -0.00295231 Jy ! Component: 3250 - total flux cleaned = -0.00299277 Jy ! Component: 3300 - total flux cleaned = -0.00300277 Jy ! Component: 3350 - total flux cleaned = -0.00303278 Jy ! Component: 3400 - total flux cleaned = -0.00307244 Jy ! Component: 3450 - total flux cleaned = -0.00315132 Jy ! Component: 3500 - total flux cleaned = -0.00316109 Jy ! Component: 3550 - total flux cleaned = -0.00320972 Jy ! Component: 3600 - total flux cleaned = -0.0032291 Jy ! Component: 3650 - total flux cleaned = -0.00327717 Jy ! Component: 3700 - total flux cleaned = -0.00330589 Jy ! Component: 3750 - total flux cleaned = -0.00338184 Jy ! Component: 3800 - total flux cleaned = -0.00339122 Jy ! Component: 3850 - total flux cleaned = -0.00339123 Jy ! Component: 3900 - total flux cleaned = -0.00342852 Jy ! Component: 3950 - total flux cleaned = -0.00348407 Jy ! Component: 4000 - total flux cleaned = -0.00351167 Jy ! Component: 4050 - total flux cleaned = -0.00347509 Jy ! Total flux subtracted in 4096 components = -0.00354788 Jy ! Clean residual min=-0.000531 max=0.000626 Jy/beam ! Clean residual mean=-0.000000 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.121336 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 387 components and 0.121336 Jy ![Exited script file: muppet] wmap "J0057-0024_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.192 x 7.989 at -4.189 degrees (North through East) ! Clean map min=-0.001118 max=0.11217 Jy/beam ! Writing clean map to FITS file: J0057-0024_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.112166 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000171312 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.458192 0.458192 0.916384 1.83277 3.66554 7.33107 14.6621 29.3243 58.6486 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.112 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.192 x 7.989 at -4.189 degrees (North through East) ! Clean map min=-0.001118 max=0.11217 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 J0057-0024_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:40:38 2019