! Started logfile: J0004-1148_S_2017_02_24_pus_uvs.log on Sat May 4 11:14:31 2019 obs J0004-1148_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0004-1148_S_2017_02_24_pus_uva.fits ! AN table 1: 172 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.977778 visibilities/baseline/integration-bin. ! Found source: J0004-1148 ! ! 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 823 lines of history. ! ! Reading 30272 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 J0004-1148_S_2017_02_24_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 539 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.610990Jy sigma=0.004406 ! Fit after self-cal, rms=0.528048Jy sigma=0.003838 ! 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.497 mas, bmaj=6.894 mas, bpa=-3.121 degrees ! Estimated noise=906.853 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.373288 Jy ! Component: 100 - total flux cleaned = 0.455036 Jy ! Total flux subtracted in 100 components = 0.455036 Jy ! Clean residual min=-0.012814 max=0.030502 Jy/beam ! Clean residual mean=-0.000008 rms=0.003556 Jy/beam ! Combined flux in latest and established models = 0.455036 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.455036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195742Jy sigma=0.000891 ! Fit after self-cal, rms=0.195743Jy sigma=0.000891 ! Inverting map ! Added new window around map position (3.5, -1.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0318459 Jy ! Component: 100 - total flux cleaned = 0.0519072 Jy ! Total flux subtracted in 100 components = 0.0519072 Jy ! Clean residual min=-0.011646 max=0.014523 Jy/beam ! Clean residual mean=-0.000003 rms=0.002753 Jy/beam ! Combined flux in latest and established models = 0.506944 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 17 components and 0.506944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186956Jy sigma=0.000796 ! Fit after self-cal, rms=0.186707Jy sigma=0.000794 ! 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.17 mas, bmaj=8.084 mas, bpa=-3.267 degrees ! Estimated noise=605.412 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.0224566 Jy ! Component: 100 - total flux cleaned = 0.0348393 Jy ! Component: 150 - total flux cleaned = 0.0378917 Jy ! Component: 200 - total flux cleaned = 0.0397872 Jy ! Total flux subtracted in 200 components = 0.0397872 Jy ! Clean residual min=-0.007454 max=0.009558 Jy/beam ! Clean residual mean=-0.000012 rms=0.001936 Jy/beam ! Combined flux in latest and established models = 0.546731 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 45 components and 0.546731 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183157Jy sigma=0.000760 ! Fit after self-cal, rms=0.183064Jy sigma=0.000759 ! 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 0.92 FD 0.99 HN 1.03 KP 0.98 ! LA 0.97 MK 1.04 NL 1.00 OV 1.06 ! PT 1.02 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.92 HN 1.06 KP 0.94 ! LA 0.93 MK 0.98 NL 0.98 OV 1.09 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.97 HN 1.03 KP 1.04 ! LA 1.02 MK 1.01 NL 1.10 OV 0.99 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00 HN 0.98 KP 1.00* ! LA 0.95 MK 1.11 NL 1.00* OV 1.02 ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.183064Jy sigma=0.000759 ! Fit after self-cal, rms=0.183825Jy sigma=0.000725 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.187 mas, bmaj=8.08 mas, bpa=-2.766 degrees ! Estimated noise=605.615 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 (14.5, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00841928 Jy ! Component: 100 - total flux cleaned = 0.0117221 Jy ! Component: 150 - total flux cleaned = 0.012266 Jy ! Component: 200 - total flux cleaned = 0.0125873 Jy ! Total flux subtracted in 200 components = 0.0125873 Jy ! Clean residual min=-0.004900 max=0.006277 Jy/beam ! Clean residual mean=-0.000002 rms=0.001271 Jy/beam ! Combined flux in latest and established models = 0.559318 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 62 components and 0.559318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182589Jy sigma=0.000721 ! Fit after self-cal, rms=0.182560Jy sigma=0.000721 ! 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.182560Jy sigma=0.000721 ! Fit after self-cal, rms=0.158293Jy sigma=0.000708 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.194 mas, bmaj=8.07 mas, bpa=-2.699 degrees ! Estimated noise=607.092 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000893239 Jy ! Component: 100 - total flux cleaned = 0.00143528 Jy ! Component: 150 - total flux cleaned = 0.00179759 Jy ! Component: 200 - total flux cleaned = 0.00201695 Jy ! Total flux subtracted in 200 components = 0.00201695 Jy ! Clean residual min=-0.003911 max=0.003531 Jy/beam ! Clean residual mean=-0.000000 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.561335 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 76 components and 0.561335 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157617Jy sigma=0.000707 ! Fit after self-cal, rms=0.157602Jy sigma=0.000707 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.000416838 Jy ! Component: 100 - total flux cleaned = 0.00041531 Jy ! Component: 150 - total flux cleaned = 0.000506493 Jy ! Component: 200 - total flux cleaned = 0.000595789 Jy ! Total flux subtracted in 200 components = 0.000595789 Jy ! Clean residual min=-0.003817 max=0.003489 Jy/beam ! Clean residual mean=-0.000000 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.561931 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 82 components and 0.561931 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157290Jy sigma=0.000707 ! Fit after self-cal, rms=0.157286Jy sigma=0.000707 ! 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.157286Jy sigma=0.000707 ! Fit after self-cal, rms=0.143310Jy sigma=0.000703 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.199 mas, bmaj=8.063 mas, bpa=-2.633 degrees ! Estimated noise=608.288 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000475591 Jy ! Component: 100 - total flux cleaned = 0.00047506 Jy ! Component: 150 - total flux cleaned = 0.000767354 Jy ! Component: 200 - total flux cleaned = 0.00070158 Jy ! Total flux subtracted in 200 components = 0.00070158 Jy ! Clean residual min=-0.003224 max=0.002707 Jy/beam ! Clean residual mean=0.000001 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.562633 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 89 components and 0.562633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142985Jy sigma=0.000703 ! Fit after self-cal, rms=0.142980Jy sigma=0.000703 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.00013561 Jy ! Component: 100 - total flux cleaned = 0.00013374 Jy ! Component: 150 - total flux cleaned = 0.00013231 Jy ! Component: 200 - total flux cleaned = 0.000132548 Jy ! Total flux subtracted in 200 components = 0.000132548 Jy ! Clean residual min=-0.003163 max=0.002731 Jy/beam ! Clean residual mean=0.000001 rms=0.000711 Jy/beam ! Combined flux in latest and established models = 0.562765 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 100 components and 0.562765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142855Jy sigma=0.000702 ! Fit after self-cal, rms=0.142853Jy sigma=0.000702 ! 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.142853Jy sigma=0.000702 ! Fit after self-cal, rms=0.144461Jy sigma=0.000702 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.581 mas, bmaj=14.49 mas, bpa=1.862 degrees ! Estimated noise=751.116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00116201 Jy ! Component: 100 - total flux cleaned = 0.00126626 Jy ! Component: 150 - total flux cleaned = 0.0012962 Jy ! Component: 200 - total flux cleaned = 0.00135069 Jy ! Total flux subtracted in 200 components = 0.00135069 Jy ! Clean residual min=-0.002141 max=0.002780 Jy/beam ! Clean residual mean=0.000002 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.564116 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 113 components and 0.564116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144450Jy sigma=0.000702 ! Fit after self-cal, rms=0.144452Jy sigma=0.000702 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 (5, 41). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00233279 Jy ! Component: 100 - total flux cleaned = 0.00318294 Jy ! Component: 150 - total flux cleaned = 0.00363892 Jy ! Component: 200 - total flux cleaned = 0.00392855 Jy ! Total flux subtracted in 200 components = 0.00392855 Jy ! Clean residual min=-0.001878 max=0.001758 Jy/beam ! Clean residual mean=0.000002 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.568045 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 149 components and 0.568045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144425Jy sigma=0.000702 ! Fit after self-cal, rms=0.144423Jy sigma=0.000702 ! 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.205 mas, bmaj=8.069 mas, bpa=-2.505 degrees ! Estimated noise=610.114 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.205 x 8.069 at -2.505 degrees (North through East) ! Clean map min=-0.0037479 max=0.49462 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.516 mas, bmaj=6.851 mas, bpa=-2.457 degrees ! Estimated noise=919.106 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.377971 Jy ! Component: 100 - total flux cleaned = 0.461706 Jy ! Component: 150 - total flux cleaned = 0.493864 Jy ! Component: 200 - total flux cleaned = 0.513736 Jy ! Total flux subtracted in 200 components = 0.513736 Jy ! Clean residual min=-0.007629 max=0.010738 Jy/beam ! Clean residual mean=-0.000001 rms=0.001702 Jy/beam ! Combined flux in latest and established models = 0.513736 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.513736 Jy ! Inverting map and beam ! Estimated beam: bmin=3.205 mas, bmaj=8.069 mas, bpa=-2.505 degrees ! Estimated noise=610.114 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.0181465 Jy ! Component: 100 - total flux cleaned = 0.028972 Jy ! Component: 150 - total flux cleaned = 0.036744 Jy ! Component: 200 - total flux cleaned = 0.042379 Jy ! Total flux subtracted in 200 components = 0.042379 Jy ! Clean residual min=-0.004004 max=0.004642 Jy/beam ! Clean residual mean=-0.000000 rms=0.000937 Jy/beam ! Combined flux in latest and established models = 0.556115 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 43 components and 0.556115 Jy ! Inverting map ! Added new window around map position (-4, -5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00371487 Jy ! Component: 100 - total flux cleaned = 0.00593969 Jy ! Component: 150 - total flux cleaned = 0.00749991 Jy ! Component: 200 - total flux cleaned = 0.00853671 Jy ! Total flux subtracted in 200 components = 0.00853671 Jy ! Clean residual min=-0.003722 max=0.003506 Jy/beam ! Clean residual mean=0.000001 rms=0.000809 Jy/beam ! Combined flux in latest and established models = 0.564651 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 68 components and 0.564652 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.581 mas, bmaj=14.49 mas, bpa=1.862 degrees ! Estimated noise=751.116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00339897 Jy ! Component: 100 - total flux cleaned = 0.00414206 Jy ! Component: 150 - total flux cleaned = 0.0042884 Jy ! Component: 200 - total flux cleaned = 0.00441323 Jy ! Total flux subtracted in 200 components = 0.00441323 Jy ! Clean residual min=-0.002119 max=0.002309 Jy/beam ! Clean residual mean=0.000002 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.569065 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 = 2.1745e-06 Jy ! Component: 100 - total flux cleaned = -4.86393e-05 Jy ! Component: 150 - total flux cleaned = -9.60767e-05 Jy ! Component: 200 - total flux cleaned = -0.000226061 Jy ! Total flux subtracted in 200 components = -0.000226061 Jy ! Clean residual min=-0.002027 max=0.002166 Jy/beam ! Clean residual mean=0.000003 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.568839 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 117 components and 0.568839 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.205 mas, bmaj=8.069 mas, bpa=-2.505 degrees ! Estimated noise=610.114 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.11708e-05 Jy ! Component: 100 - total flux cleaned = -9.44559e-06 Jy ! Component: 150 - total flux cleaned = -0.000106917 Jy ! Component: 200 - total flux cleaned = -0.000293747 Jy ! Total flux subtracted in 200 components = -0.000293747 Jy ! Clean residual min=-0.003299 max=0.002755 Jy/beam ! Clean residual mean=0.000001 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.568545 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 145 components and 0.568545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144643Jy sigma=0.000702 ! Fit after self-cal, rms=0.144634Jy sigma=0.000702 wmodel J0004-1148_S_2017_02_24_pus_map.mod ! Writing 145 model components to file: J0004-1148_S_2017_02_24_pus_map.mod wobs J0004-1148_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0004-1148_S_2017_02_24_pus_uvs.fits wwins J0004-1148_S_2017_02_24_pus_map.win ! wwins: Wrote 5 windows to J0004-1148_S_2017_02_24_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.00125819 Jy ! Component: 100 - total flux cleaned = -0.00177291 Jy ! Component: 150 - total flux cleaned = -0.00197054 Jy ! Component: 200 - total flux cleaned = -0.00197045 Jy ! Component: 250 - total flux cleaned = -0.00192373 Jy ! Component: 300 - total flux cleaned = -0.00196902 Jy ! Component: 350 - total flux cleaned = -0.00192468 Jy ! Component: 400 - total flux cleaned = -0.00201293 Jy ! Component: 450 - total flux cleaned = -0.00188327 Jy ! Component: 500 - total flux cleaned = -0.00184095 Jy ! Component: 550 - total flux cleaned = -0.00179897 Jy ! Component: 600 - total flux cleaned = -0.00171614 Jy ! Component: 650 - total flux cleaned = -0.00163453 Jy ! Component: 700 - total flux cleaned = -0.00155441 Jy ! Component: 750 - total flux cleaned = -0.00155487 Jy ! Component: 800 - total flux cleaned = -0.00159407 Jy ! Component: 850 - total flux cleaned = -0.00151644 Jy ! Component: 900 - total flux cleaned = -0.00155477 Jy ! Component: 950 - total flux cleaned = -0.00147838 Jy ! Component: 1000 - total flux cleaned = -0.00151522 Jy ! Component: 1050 - total flux cleaned = -0.00144095 Jy ! Component: 1100 - total flux cleaned = -0.00144092 Jy ! Component: 1150 - total flux cleaned = -0.0014041 Jy ! Component: 1200 - total flux cleaned = -0.00133187 Jy ! Component: 1250 - total flux cleaned = -0.0011895 Jy ! Component: 1300 - total flux cleaned = -0.00111904 Jy ! Component: 1350 - total flux cleaned = -0.0011539 Jy ! Component: 1400 - total flux cleaned = -0.000945852 Jy ! Component: 1450 - total flux cleaned = -0.00087703 Jy ! Component: 1500 - total flux cleaned = -0.000843049 Jy ! Component: 1550 - total flux cleaned = -0.000775334 Jy ! Component: 1600 - total flux cleaned = -0.000741559 Jy ! Component: 1650 - total flux cleaned = -0.000741451 Jy ! Component: 1700 - total flux cleaned = -0.000543727 Jy ! Component: 1750 - total flux cleaned = -0.000576302 Jy ! Component: 1800 - total flux cleaned = -0.000511467 Jy ! Component: 1850 - total flux cleaned = -0.000511312 Jy ! Component: 1900 - total flux cleaned = -0.000511631 Jy ! Component: 1950 - total flux cleaned = -0.000448546 Jy ! Component: 2000 - total flux cleaned = -0.000479993 Jy ! Component: 2050 - total flux cleaned = -0.000354978 Jy ! Component: 2100 - total flux cleaned = -0.000354956 Jy ! Component: 2150 - total flux cleaned = -0.000323949 Jy ! Component: 2200 - total flux cleaned = -0.000262704 Jy ! Component: 2250 - total flux cleaned = -0.000201697 Jy ! Component: 2300 - total flux cleaned = -0.00020156 Jy ! Component: 2350 - total flux cleaned = -0.000141537 Jy ! Component: 2400 - total flux cleaned = -0.000171199 Jy ! Component: 2450 - total flux cleaned = -0.000111977 Jy ! Component: 2500 - total flux cleaned = -0.000141422 Jy ! Component: 2550 - total flux cleaned = -8.29949e-05 Jy ! Component: 2600 - total flux cleaned = -0.000170123 Jy ! Component: 2650 - total flux cleaned = -0.000141451 Jy ! Component: 2700 - total flux cleaned = -8.41712e-05 Jy ! Component: 2750 - total flux cleaned = -0.000198541 Jy ! Component: 2800 - total flux cleaned = -0.000142047 Jy ! Component: 2850 - total flux cleaned = -0.00014208 Jy ! Component: 2900 - total flux cleaned = -0.000198373 Jy ! Component: 2950 - total flux cleaned = -0.000226314 Jy ! Component: 3000 - total flux cleaned = -0.000226308 Jy ! Component: 3050 - total flux cleaned = -0.000226506 Jy ! Component: 3100 - total flux cleaned = -0.000281578 Jy ! Component: 3150 - total flux cleaned = -0.000199718 Jy ! Component: 3200 - total flux cleaned = -0.000254019 Jy ! Component: 3250 - total flux cleaned = -0.000172993 Jy ! Component: 3300 - total flux cleaned = -0.000172952 Jy ! Component: 3350 - total flux cleaned = -0.000253095 Jy ! Component: 3400 - total flux cleaned = -0.000226478 Jy ! Component: 3450 - total flux cleaned = -0.000173606 Jy ! Component: 3500 - total flux cleaned = -0.000147266 Jy ! Component: 3550 - total flux cleaned = -0.000147303 Jy ! Component: 3600 - total flux cleaned = -0.00014727 Jy ! Component: 3650 - total flux cleaned = -9.55341e-05 Jy ! Component: 3700 - total flux cleaned = -4.38036e-05 Jy ! Component: 3750 - total flux cleaned = -6.94515e-05 Jy ! Component: 3800 - total flux cleaned = -1.84584e-05 Jy ! Component: 3850 - total flux cleaned = -6.93866e-05 Jy ! Component: 3900 - total flux cleaned = -0.000120005 Jy ! Component: 3950 - total flux cleaned = -6.97249e-05 Jy ! Component: 4000 - total flux cleaned = -6.97554e-05 Jy ! Component: 4050 - total flux cleaned = -0.000119588 Jy ! Total flux subtracted in 4096 components = -0.000144243 Jy ! Clean residual min=-0.001330 max=0.001540 Jy/beam ! Clean residual mean=0.000001 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.568401 Jy keep ! Adding 267 model components to the UV plane model. ! The established model now contains 412 components and 0.568401 Jy ![Exited script file: muppet] wmap "J0004-1148_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.205 x 8.069 at -2.505 degrees (North through East) ! Clean map min=-0.0029299 max=0.4919 Jy/beam ! Writing clean map to FITS file: J0004-1148_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.4919 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000455711 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.277929 0.277929 0.555859 1.11172 2.22343 4.44687 8.89374 17.7875 35.5749 71.1499 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.491 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.205 x 8.069 at -2.505 degrees (North through East) ! Clean map min=-0.0029299 max=0.4919 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 J0004-1148_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:14:37 2019