! Started logfile: J2223-3455_S_2017_03_23_pus_uvs.log on Mon May 13 10:09:40 2019 obs J2223-3455_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J2223-3455_S_2017_03_23_pus_uva.fits ! AN table 1: 24 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.567593 visibilities/baseline/integration-bin. ! Found source: J2223-3455 ! ! 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 481 lines of history. ! ! Reading 2452 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 J2223-3455_S_2017_03_23_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 83 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 99 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.802437Jy sigma=0.004256 ! Fit after self-cal, rms=0.763476Jy sigma=0.004101 ! 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.42 mas, bmaj=7.682 mas, bpa=-3.064 degrees ! Estimated noise=3628.47 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.18195 Jy ! Component: 100 - total flux cleaned = 0.22711 Jy ! Total flux subtracted in 100 components = 0.22711 Jy ! Clean residual min=-0.021089 max=0.034778 Jy/beam ! Clean residual mean=-0.000036 rms=0.005652 Jy/beam ! Combined flux in latest and established models = 0.22711 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.22711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.172462Jy sigma=0.000837 ! Fit after self-cal, rms=0.172439Jy sigma=0.000837 ! Inverting map ! Added new window around map position (-6.5, -14). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0299633 Jy ! Component: 100 - total flux cleaned = 0.0435222 Jy ! Total flux subtracted in 100 components = 0.0435222 Jy ! Clean residual min=-0.021473 max=0.030525 Jy/beam ! Clean residual mean=-0.000028 rms=0.005084 Jy/beam ! Combined flux in latest and established models = 0.270632 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.270632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165282Jy sigma=0.000798 ! Fit after self-cal, rms=0.164697Jy sigma=0.000793 ! 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=2.883 mas, bmaj=8.524 mas, bpa=-2.289 degrees ! Estimated noise=2962.89 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.0240961 Jy ! Component: 100 - total flux cleaned = 0.0380189 Jy ! Component: 150 - total flux cleaned = 0.0453386 Jy ! Component: 200 - total flux cleaned = 0.0473449 Jy ! Total flux subtracted in 200 components = 0.0473449 Jy ! Clean residual min=-0.022138 max=0.031880 Jy/beam ! Clean residual mean=-0.000309 rms=0.005714 Jy/beam ! Combined flux in latest and established models = 0.317977 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 28 components and 0.317977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.160365Jy sigma=0.000774 ! Fit after self-cal, rms=0.160393Jy sigma=0.000774 ! 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.00 FD 0.90 HN 1.64 KP 0.97 ! LA 0.99 MK 0.91 NL 1.00* OV 1.02 ! PT 1.12 SC 0.87 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 1.48 KP 0.90 ! LA 0.94 MK 1.00 NL 1.00 OV 1.01 ! PT 1.01 SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.08 HN 1.66 KP 0.78 ! LA 0.70 MK 1.03 NL 1.13 OV 0.90 ! PT 1.05 SC 0.94 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.12 HN 1.83 KP 1.00* ! LA 0.84 MK 1.07 NL 1.00* OV 1.20 ! PT 1.02 SC 1.11 ! ! ! Fit before self-cal, rms=0.160393Jy sigma=0.000774 ! Fit after self-cal, rms=0.175359Jy sigma=0.000729 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=8.405 mas, bpa=-1.416 degrees ! Estimated noise=3025.79 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 (24, 94.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0271589 Jy ! Component: 100 - total flux cleaned = 0.0426726 Jy ! Component: 150 - total flux cleaned = 0.052117 Jy ! Component: 200 - total flux cleaned = 0.0581686 Jy ! Total flux subtracted in 200 components = 0.0581686 Jy ! Clean residual min=-0.011669 max=0.016609 Jy/beam ! Clean residual mean=-0.000186 rms=0.003164 Jy/beam ! Combined flux in latest and established models = 0.376146 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 69 components and 0.376146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.171411Jy sigma=0.000696 ! Fit after self-cal, rms=0.171096Jy sigma=0.000691 ! 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.171096Jy sigma=0.000691 ! Fit after self-cal, rms=0.178831Jy sigma=0.000679 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.909 mas, bmaj=8.472 mas, bpa=-1.581 degrees ! Estimated noise=3003.43 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00955598 Jy ! Component: 100 - total flux cleaned = 0.0121919 Jy ! Component: 150 - total flux cleaned = 0.0140189 Jy ! Component: 200 - total flux cleaned = 0.0142977 Jy ! Total flux subtracted in 200 components = 0.0142977 Jy ! Clean residual min=-0.009673 max=0.011172 Jy/beam ! Clean residual mean=-0.000079 rms=0.002528 Jy/beam ! Combined flux in latest and established models = 0.390443 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 104 components and 0.390443 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.177981Jy sigma=0.000673 ! Fit after self-cal, rms=0.178037Jy sigma=0.000672 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.00245036 Jy ! Component: 100 - total flux cleaned = 0.00286328 Jy ! Component: 150 - total flux cleaned = 0.00319643 Jy ! Component: 200 - total flux cleaned = 0.00381173 Jy ! Total flux subtracted in 200 components = 0.00381173 Jy ! Clean residual min=-0.009093 max=0.010175 Jy/beam ! Clean residual mean=-0.000075 rms=0.002479 Jy/beam ! Combined flux in latest and established models = 0.394255 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 119 components and 0.394255 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.177763Jy sigma=0.000671 ! Fit after self-cal, rms=0.177717Jy sigma=0.000671 ! 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.177717Jy sigma=0.000671 ! Fit after self-cal, rms=0.184317Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.907 mas, bmaj=8.487 mas, bpa=-1.791 degrees ! Estimated noise=2986.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00177385 Jy ! Component: 100 - total flux cleaned = 0.0031897 Jy ! Component: 150 - total flux cleaned = 0.00385856 Jy ! Component: 200 - total flux cleaned = 0.00418634 Jy ! Total flux subtracted in 200 components = 0.00418634 Jy ! Clean residual min=-0.007679 max=0.008130 Jy/beam ! Clean residual mean=-0.000076 rms=0.002110 Jy/beam ! Combined flux in latest and established models = 0.398441 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 131 components and 0.398441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184103Jy sigma=0.000662 ! Fit after self-cal, rms=0.184175Jy sigma=0.000662 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.69902e-05 Jy ! Component: 100 - total flux cleaned = 0.000134357 Jy ! Component: 150 - total flux cleaned = 0.000353765 Jy ! Component: 200 - total flux cleaned = 0.000494192 Jy ! Total flux subtracted in 200 components = 0.000494192 Jy ! Clean residual min=-0.007607 max=0.007728 Jy/beam ! Clean residual mean=-0.000076 rms=0.002101 Jy/beam ! Combined flux in latest and established models = 0.398936 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 140 components and 0.398935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184071Jy sigma=0.000661 ! Fit after self-cal, rms=0.184048Jy sigma=0.000661 ! 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.184048Jy sigma=0.000661 ! Fit after self-cal, rms=0.186077Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.875 mas, bmaj=22 mas, bpa=0.6338 degrees ! Estimated noise=3841.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00226962 Jy ! Component: 100 - total flux cleaned = 0.00286231 Jy ! Component: 150 - total flux cleaned = 0.00311776 Jy ! Component: 200 - total flux cleaned = 0.00321927 Jy ! Total flux subtracted in 200 components = 0.00321927 Jy ! Clean residual min=-0.008539 max=0.008854 Jy/beam ! Clean residual mean=-0.000198 rms=0.002908 Jy/beam ! Combined flux in latest and established models = 0.402155 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 155 components and 0.402155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186095Jy sigma=0.000660 ! Fit after self-cal, rms=0.186131Jy sigma=0.000660 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 = -8.72139e-05 Jy ! Component: 100 - total flux cleaned = 9.48037e-06 Jy ! Component: 150 - total flux cleaned = 0.000101693 Jy ! Component: 200 - total flux cleaned = 0.00023641 Jy ! Total flux subtracted in 200 components = 0.00023641 Jy ! Clean residual min=-0.008550 max=0.008795 Jy/beam ! Clean residual mean=-0.000199 rms=0.002902 Jy/beam ! Combined flux in latest and established models = 0.402391 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 162 components and 0.402391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186129Jy sigma=0.000660 ! Fit after self-cal, rms=0.186119Jy sigma=0.000660 ! 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=2.904 mas, bmaj=8.48 mas, bpa=-1.859 degrees ! Estimated noise=2972.07 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.904 x 8.48 at -1.859 degrees (North through East) ! Clean map min=-0.0071288 max=0.23337 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.429 mas, bmaj=7.519 mas, bpa=-2.212 degrees ! Estimated noise=3850.29 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.191092 Jy ! Component: 100 - total flux cleaned = 0.239383 Jy ! Component: 150 - total flux cleaned = 0.266895 Jy ! Component: 200 - total flux cleaned = 0.288059 Jy ! Total flux subtracted in 200 components = 0.288059 Jy ! Clean residual min=-0.013207 max=0.015004 Jy/beam ! Clean residual mean=0.000035 rms=0.003449 Jy/beam ! Combined flux in latest and established models = 0.288059 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.288059 Jy ! Inverting map and beam ! Estimated beam: bmin=2.904 mas, bmaj=8.48 mas, bpa=-1.859 degrees ! Estimated noise=2972.07 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.0262865 Jy ! Component: 100 - total flux cleaned = 0.0453587 Jy ! Component: 150 - total flux cleaned = 0.0600606 Jy ! Component: 200 - total flux cleaned = 0.0714883 Jy ! Total flux subtracted in 200 components = 0.0714883 Jy ! Clean residual min=-0.009648 max=0.008897 Jy/beam ! Clean residual mean=-0.000275 rms=0.002656 Jy/beam ! Combined flux in latest and established models = 0.359547 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 82 components and 0.359547 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.875 mas, bmaj=22 mas, bpa=0.6338 degrees ! Estimated noise=3841.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0154148 Jy ! Component: 100 - total flux cleaned = 0.0248736 Jy ! Component: 150 - total flux cleaned = 0.0311392 Jy ! Component: 200 - total flux cleaned = 0.0353645 Jy ! Total flux subtracted in 200 components = 0.0353645 Jy ! Clean residual min=-0.009615 max=0.008861 Jy/beam ! Clean residual mean=-0.000300 rms=0.003048 Jy/beam ! Combined flux in latest and established models = 0.394912 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.00289564 Jy ! Component: 100 - total flux cleaned = 0.00490354 Jy ! Component: 150 - total flux cleaned = 0.00546673 Jy ! Component: 200 - total flux cleaned = 0.00579661 Jy ! Total flux subtracted in 200 components = 0.00579661 Jy ! Clean residual min=-0.008825 max=0.008624 Jy/beam ! Clean residual mean=-0.000263 rms=0.002933 Jy/beam ! Combined flux in latest and established models = 0.400708 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 127 components and 0.400708 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.904 mas, bmaj=8.48 mas, bpa=-1.859 degrees ! Estimated noise=2972.07 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0019147 Jy ! Component: 100 - total flux cleaned = -0.0024071 Jy ! Component: 150 - total flux cleaned = -0.00230121 Jy ! Component: 200 - total flux cleaned = -0.00220743 Jy ! Total flux subtracted in 200 components = -0.00220743 Jy ! Clean residual min=-0.007499 max=0.007304 Jy/beam ! Clean residual mean=-0.000096 rms=0.002029 Jy/beam ! Combined flux in latest and established models = 0.398501 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 152 components and 0.398501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186226Jy sigma=0.000661 ! Fit after self-cal, rms=0.186069Jy sigma=0.000660 wmodel J2223-3455_S_2017_03_23_pus_map.mod ! Writing 152 model components to file: J2223-3455_S_2017_03_23_pus_map.mod wobs J2223-3455_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J2223-3455_S_2017_03_23_pus_uvs.fits wwins J2223-3455_S_2017_03_23_pus_map.win ! wwins: Wrote 3 windows to J2223-3455_S_2017_03_23_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.000854754 Jy ! Component: 100 - total flux cleaned = -0.00124536 Jy ! Component: 150 - total flux cleaned = -0.00149294 Jy ! Component: 200 - total flux cleaned = -0.00172956 Jy ! Component: 250 - total flux cleaned = -0.00172771 Jy ! Component: 300 - total flux cleaned = -0.00183792 Jy ! Component: 350 - total flux cleaned = -0.00194545 Jy ! Component: 400 - total flux cleaned = -0.00205087 Jy ! Component: 450 - total flux cleaned = -0.00215512 Jy ! Component: 500 - total flux cleaned = -0.00215623 Jy ! Component: 550 - total flux cleaned = -0.00255192 Jy ! Component: 600 - total flux cleaned = -0.00264709 Jy ! Component: 650 - total flux cleaned = -0.00293134 Jy ! Component: 700 - total flux cleaned = -0.00330396 Jy ! Component: 750 - total flux cleaned = -0.00367006 Jy ! Component: 800 - total flux cleaned = -0.00394015 Jy ! Component: 850 - total flux cleaned = -0.00420524 Jy ! Component: 900 - total flux cleaned = -0.00437842 Jy ! Component: 950 - total flux cleaned = -0.00471978 Jy ! Component: 1000 - total flux cleaned = -0.0047181 Jy ! Component: 1050 - total flux cleaned = -0.00463389 Jy ! Component: 1100 - total flux cleaned = -0.0047164 Jy ! Component: 1150 - total flux cleaned = -0.00455509 Jy ! Component: 1200 - total flux cleaned = -0.00463576 Jy ! Component: 1250 - total flux cleaned = -0.00455743 Jy ! Component: 1300 - total flux cleaned = -0.00455776 Jy ! Component: 1350 - total flux cleaned = -0.00448092 Jy ! Component: 1400 - total flux cleaned = -0.00448077 Jy ! Component: 1450 - total flux cleaned = -0.00425599 Jy ! Component: 1500 - total flux cleaned = -0.00410862 Jy ! Component: 1550 - total flux cleaned = -0.00425462 Jy ! Component: 1600 - total flux cleaned = -0.00432754 Jy ! Component: 1650 - total flux cleaned = -0.00432751 Jy ! Component: 1700 - total flux cleaned = -0.00453965 Jy ! Component: 1750 - total flux cleaned = -0.00453904 Jy ! Component: 1800 - total flux cleaned = -0.00453877 Jy ! Component: 1850 - total flux cleaned = -0.00446966 Jy ! Component: 1900 - total flux cleaned = -0.00433501 Jy ! Component: 1950 - total flux cleaned = -0.0044024 Jy ! Component: 2000 - total flux cleaned = -0.00426923 Jy ! Component: 2050 - total flux cleaned = -0.00413747 Jy ! Component: 2100 - total flux cleaned = -0.00387564 Jy ! Component: 2150 - total flux cleaned = -0.00381119 Jy ! Component: 2200 - total flux cleaned = -0.00361925 Jy ! Component: 2250 - total flux cleaned = -0.00355615 Jy ! Component: 2300 - total flux cleaned = -0.00361852 Jy ! Component: 2350 - total flux cleaned = -0.00330585 Jy ! Component: 2400 - total flux cleaned = -0.00312003 Jy ! Component: 2450 - total flux cleaned = -0.00305826 Jy ! Component: 2500 - total flux cleaned = -0.00275362 Jy ! Component: 2550 - total flux cleaned = -0.00257214 Jy ! Component: 2600 - total flux cleaned = -0.00215265 Jy ! Component: 2650 - total flux cleaned = -0.00203428 Jy ! Component: 2700 - total flux cleaned = -0.00179806 Jy ! Component: 2750 - total flux cleaned = -0.00138801 Jy ! Component: 2800 - total flux cleaned = -0.00127147 Jy ! Component: 2850 - total flux cleaned = -0.00109776 Jy ! Component: 2900 - total flux cleaned = -0.00069659 Jy ! Component: 2950 - total flux cleaned = -0.000526113 Jy ! Component: 3000 - total flux cleaned = -0.000469285 Jy ! Component: 3050 - total flux cleaned = -0.000131528 Jy ! Component: 3100 - total flux cleaned = -7.56721e-05 Jy ! Component: 3150 - total flux cleaned = 0.000145939 Jy ! Component: 3200 - total flux cleaned = 0.000146339 Jy ! Component: 3250 - total flux cleaned = 0.000529377 Jy ! Component: 3300 - total flux cleaned = 0.000584077 Jy ! Component: 3350 - total flux cleaned = 0.000855062 Jy ! Component: 3400 - total flux cleaned = 0.00107049 Jy ! Component: 3450 - total flux cleaned = 0.00128478 Jy ! Component: 3500 - total flux cleaned = 0.0015506 Jy ! Component: 3550 - total flux cleaned = 0.00181501 Jy ! Component: 3600 - total flux cleaned = 0.00213051 Jy ! Component: 3650 - total flux cleaned = 0.00213077 Jy ! Component: 3700 - total flux cleaned = 0.00244295 Jy ! Component: 3750 - total flux cleaned = 0.00259769 Jy ! Component: 3800 - total flux cleaned = 0.00270097 Jy ! Component: 3850 - total flux cleaned = 0.00305934 Jy ! Component: 3900 - total flux cleaned = 0.00326304 Jy ! Component: 3950 - total flux cleaned = 0.00331384 Jy ! Component: 4000 - total flux cleaned = 0.00356567 Jy ! Component: 4050 - total flux cleaned = 0.00381623 Jy ! Total flux subtracted in 4096 components = 0.00396616 Jy ! Clean residual min=-0.002890 max=0.002899 Jy/beam ! Clean residual mean=-0.000014 rms=0.000923 Jy/beam ! Combined flux in latest and established models = 0.402467 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 439 components and 0.402467 Jy ![Exited script file: muppet] wmap "J2223-3455_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.904 x 8.48 at -1.859 degrees (North through East) ! Clean map min=-0.0055995 max=0.23782 Jy/beam ! Writing clean map to FITS file: J2223-3455_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.237816 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000916523 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.15617 1.15617 2.31235 4.6247 9.24939 18.4988 36.9976 73.9951 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0027 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.237 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.904 x 8.48 at -1.859 degrees (North through East) ! Clean map min=-0.0055995 max=0.23782 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 J2223-3455_S_2017_03_23_pus_uvs.log closed on Mon May 13 10:09:44 2019