! Started logfile: J1532-1319_S_2017_07_09_pus_uvs.log on Wed May 8 14:52:07 2019 obs J1532-1319_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1532-1319_S_2017_07_09_pus_uva.fits ! AN table 1: 55 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.860606 visibilities/baseline/integration-bin. ! Found source: J1532-1319 ! ! 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 594 lines of history. ! ! Reading 8520 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 J1532-1319_S_2017_07_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 40 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 95 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 316 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.888644Jy sigma=0.007210 ! Fit after self-cal, rms=0.873407Jy sigma=0.007097 ! 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.865 mas, bmaj=8.091 mas, bpa=-0.6487 degrees ! Estimated noise=1522.92 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.0992205 Jy ! Component: 100 - total flux cleaned = 0.124426 Jy ! Total flux subtracted in 100 components = 0.124426 Jy ! Clean residual min=-0.006559 max=0.009945 Jy/beam ! Clean residual mean=-0.000051 rms=0.001646 Jy/beam ! Combined flux in latest and established models = 0.124426 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.124426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089349Jy sigma=0.000687 ! Fit after self-cal, rms=0.089324Jy sigma=0.000687 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0107395 Jy ! Component: 100 - total flux cleaned = 0.0160309 Jy ! Total flux subtracted in 100 components = 0.0160309 Jy ! Clean residual min=-0.005145 max=0.005873 Jy/beam ! Clean residual mean=-0.000013 rms=0.001270 Jy/beam ! Combined flux in latest and established models = 0.140457 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.140457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087964Jy sigma=0.000676 ! Fit after self-cal, rms=0.087937Jy sigma=0.000676 ! 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.412 mas, bmaj=9.258 mas, bpa=0.465 degrees ! Estimated noise=1147.26 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 (-5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00588225 Jy ! Component: 100 - total flux cleaned = 0.00822084 Jy ! Component: 150 - total flux cleaned = 0.00891869 Jy ! Component: 200 - total flux cleaned = 0.00914599 Jy ! Total flux subtracted in 200 components = 0.00914599 Jy ! Clean residual min=-0.004198 max=0.003592 Jy/beam ! Clean residual mean=0.000006 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.149603 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 43 components and 0.149603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087552Jy sigma=0.000673 ! Fit after self-cal, rms=0.087525Jy sigma=0.000672 ! 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.97 FD 0.95 HN 1.00 KP 1.04 ! LA 1.03 MK 1.03 NL 0.92 OV 1.05 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 HN 1.04 KP 1.02 ! LA 1.01 MK 0.99 NL 1.04 OV 1.07 ! PT 0.95 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.02 KP 1.02 ! LA 1.01 MK 0.98 NL 1.00 OV 1.00 ! PT 0.96 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 0.92 KP 1.00* ! LA 0.92 MK 1.03 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.087525Jy sigma=0.000672 ! Fit after self-cal, rms=0.086395Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.416 mas, bmaj=9.264 mas, bpa=0.4251 degrees ! Estimated noise=1144.05 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.00118151 Jy ! Component: 100 - total flux cleaned = 0.0011833 Jy ! Component: 150 - total flux cleaned = 0.0011055 Jy ! Component: 200 - total flux cleaned = 0.000999068 Jy ! Total flux subtracted in 200 components = 0.000999068 Jy ! Clean residual min=-0.003182 max=0.003606 Jy/beam ! Clean residual mean=0.000023 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.150602 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 60 components and 0.150602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086356Jy sigma=0.000669 ! Fit after self-cal, rms=0.086356Jy sigma=0.000669 ! 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.086356Jy sigma=0.000669 ! Fit after self-cal, rms=0.086083Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.417 mas, bmaj=9.269 mas, bpa=0.4915 degrees ! Estimated noise=1144.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000592807 Jy ! Component: 100 - total flux cleaned = 0.000798574 Jy ! Component: 150 - total flux cleaned = 0.000885781 Jy ! Component: 200 - total flux cleaned = 0.000885027 Jy ! Total flux subtracted in 200 components = 0.000885027 Jy ! Clean residual min=-0.002401 max=0.002526 Jy/beam ! Clean residual mean=0.000007 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.151487 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 72 components and 0.151487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086061Jy sigma=0.000667 ! Fit after self-cal, rms=0.086063Jy sigma=0.000667 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.000138425 Jy ! Component: 100 - total flux cleaned = 0.000213659 Jy ! Component: 150 - total flux cleaned = 0.000213089 Jy ! Component: 200 - total flux cleaned = 0.000233665 Jy ! Total flux subtracted in 200 components = 0.000233665 Jy ! Clean residual min=-0.002374 max=0.002463 Jy/beam ! Clean residual mean=0.000007 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.151721 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 84 components and 0.151721 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086051Jy sigma=0.000667 ! Fit after self-cal, rms=0.086052Jy sigma=0.000667 ! 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.086052Jy sigma=0.000667 ! Fit after self-cal, rms=0.085930Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.418 mas, bmaj=9.265 mas, bpa=0.5134 degrees ! Estimated noise=1143.77 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0001533 Jy ! Component: 100 - total flux cleaned = 0.000241721 Jy ! Component: 150 - total flux cleaned = 0.000261857 Jy ! Component: 200 - total flux cleaned = 0.000280993 Jy ! Total flux subtracted in 200 components = 0.000280993 Jy ! Clean residual min=-0.002355 max=0.002425 Jy/beam ! Clean residual mean=0.000006 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.152002 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 94 components and 0.152002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085920Jy sigma=0.000666 ! Fit after self-cal, rms=0.085918Jy 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 = 3.86178e-05 Jy ! Component: 100 - total flux cleaned = 7.53284e-05 Jy ! Component: 150 - total flux cleaned = 9.22476e-05 Jy ! Component: 200 - total flux cleaned = 9.22796e-05 Jy ! Total flux subtracted in 200 components = 9.22796e-05 Jy ! Clean residual min=-0.002350 max=0.002375 Jy/beam ! Clean residual mean=0.000006 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.152094 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 95 components and 0.152094 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085911Jy sigma=0.000666 ! Fit after self-cal, rms=0.085912Jy sigma=0.000666 ! 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.085912Jy sigma=0.000666 ! Fit after self-cal, rms=0.085876Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.756 mas, bmaj=16.37 mas, bpa=-1.539 degrees ! Estimated noise=1404.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.59333e-05 Jy ! Component: 100 - total flux cleaned = 0.000135602 Jy ! Component: 150 - total flux cleaned = 0.000118226 Jy ! Component: 200 - total flux cleaned = 0.000102378 Jy ! Total flux subtracted in 200 components = 0.000102378 Jy ! Clean residual min=-0.002980 max=0.002408 Jy/beam ! Clean residual mean=0.000012 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.152197 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 104 components and 0.152197 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085877Jy sigma=0.000666 ! Fit after self-cal, rms=0.085874Jy 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 = 3.80254e-05 Jy ! Component: 100 - total flux cleaned = 0.000128787 Jy ! Component: 150 - total flux cleaned = 0.000128534 Jy ! Component: 200 - total flux cleaned = 0.000115239 Jy ! Total flux subtracted in 200 components = 0.000115239 Jy ! Clean residual min=-0.002985 max=0.002387 Jy/beam ! Clean residual mean=0.000013 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.152312 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 110 components and 0.152312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085876Jy sigma=0.000666 ! Fit after self-cal, rms=0.085877Jy sigma=0.000666 ! 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.419 mas, bmaj=9.264 mas, bpa=0.5522 degrees ! Estimated noise=1144.1 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.419 x 9.264 at 0.5522 degrees (North through East) ! Clean map min=-0.0022883 max=0.12626 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.875 mas, bmaj=8.107 mas, bpa=-0.5973 degrees ! Estimated noise=1507.92 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0979186 Jy ! Component: 100 - total flux cleaned = 0.123759 Jy ! Component: 150 - total flux cleaned = 0.134772 Jy ! Component: 200 - total flux cleaned = 0.140958 Jy ! Total flux subtracted in 200 components = 0.140958 Jy ! Clean residual min=-0.004072 max=0.003922 Jy/beam ! Clean residual mean=-0.000016 rms=0.001057 Jy/beam ! Combined flux in latest and established models = 0.140957 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.140957 Jy ! Inverting map and beam ! Estimated beam: bmin=3.419 mas, bmaj=9.264 mas, bpa=0.5522 degrees ! Estimated noise=1144.1 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.00480007 Jy ! Component: 100 - total flux cleaned = 0.00771481 Jy ! Component: 150 - total flux cleaned = 0.00966525 Jy ! Component: 200 - total flux cleaned = 0.0104723 Jy ! Total flux subtracted in 200 components = 0.0104723 Jy ! Clean residual min=-0.002438 max=0.002550 Jy/beam ! Clean residual mean=0.000004 rms=0.000695 Jy/beam ! Combined flux in latest and established models = 0.15143 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 46 components and 0.15143 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.756 mas, bmaj=16.37 mas, bpa=-1.539 degrees ! Estimated noise=1404.28 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000905675 Jy ! Component: 100 - total flux cleaned = 0.000974344 Jy ! Component: 150 - total flux cleaned = 0.000973357 Jy ! Component: 200 - total flux cleaned = 0.000924981 Jy ! Total flux subtracted in 200 components = 0.000924981 Jy ! Clean residual min=-0.003023 max=0.002478 Jy/beam ! Clean residual mean=0.000011 rms=0.000790 Jy/beam ! Combined flux in latest and established models = 0.152355 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 = -4.4232e-05 Jy ! Component: 100 - total flux cleaned = -6.53835e-05 Jy ! Component: 150 - total flux cleaned = -0.000103252 Jy ! Component: 200 - total flux cleaned = -0.000121298 Jy ! Total flux subtracted in 200 components = -0.000121298 Jy ! Clean residual min=-0.003008 max=0.002390 Jy/beam ! Clean residual mean=0.000012 rms=0.000782 Jy/beam ! Combined flux in latest and established models = 0.152233 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 66 components and 0.152233 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.419 mas, bmaj=9.264 mas, bpa=0.5522 degrees ! Estimated noise=1144.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000460118 Jy ! Component: 100 - total flux cleaned = -0.000394926 Jy ! Component: 150 - total flux cleaned = -0.000305593 Jy ! Component: 200 - total flux cleaned = -0.000224377 Jy ! Total flux subtracted in 200 components = -0.000224377 Jy ! Clean residual min=-0.002308 max=0.002460 Jy/beam ! Clean residual mean=0.000006 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.152009 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 84 components and 0.152009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085889Jy sigma=0.000666 ! Fit after self-cal, rms=0.085878Jy sigma=0.000666 wmodel J1532-1319_S_2017_07_09_pus_map.mod ! Writing 84 model components to file: J1532-1319_S_2017_07_09_pus_map.mod wobs J1532-1319_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1532-1319_S_2017_07_09_pus_uvs.fits wwins J1532-1319_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J1532-1319_S_2017_07_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 = 0.000966777 Jy ! Component: 100 - total flux cleaned = 0.0013896 Jy ! Component: 150 - total flux cleaned = 0.00175364 Jy ! Component: 200 - total flux cleaned = 0.00214299 Jy ! Component: 250 - total flux cleaned = 0.00240701 Jy ! Component: 300 - total flux cleaned = 0.00251703 Jy ! Component: 350 - total flux cleaned = 0.00273056 Jy ! Component: 400 - total flux cleaned = 0.00286898 Jy ! Component: 450 - total flux cleaned = 0.003038 Jy ! Component: 500 - total flux cleaned = 0.00313671 Jy ! Component: 550 - total flux cleaned = 0.00320095 Jy ! Component: 600 - total flux cleaned = 0.00338946 Jy ! Component: 650 - total flux cleaned = 0.00357321 Jy ! Component: 700 - total flux cleaned = 0.00369252 Jy ! Component: 750 - total flux cleaned = 0.00372134 Jy ! Component: 800 - total flux cleaned = 0.0037789 Jy ! Component: 850 - total flux cleaned = 0.00389203 Jy ! Component: 900 - total flux cleaned = 0.00403048 Jy ! Component: 950 - total flux cleaned = 0.00411178 Jy ! Component: 1000 - total flux cleaned = 0.00419145 Jy ! Component: 1050 - total flux cleaned = 0.00424453 Jy ! Component: 1100 - total flux cleaned = 0.00442579 Jy ! Component: 1150 - total flux cleaned = 0.00457822 Jy ! Component: 1200 - total flux cleaned = 0.00467805 Jy ! Component: 1250 - total flux cleaned = 0.0047763 Jy ! Component: 1300 - total flux cleaned = 0.00494547 Jy ! Component: 1350 - total flux cleaned = 0.00508784 Jy ! Component: 1400 - total flux cleaned = 0.00515801 Jy ! Component: 1450 - total flux cleaned = 0.00531971 Jy ! Component: 1500 - total flux cleaned = 0.00543371 Jy ! Component: 1550 - total flux cleaned = 0.00561385 Jy ! Component: 1600 - total flux cleaned = 0.00574702 Jy ! Component: 1650 - total flux cleaned = 0.00590011 Jy ! Component: 1700 - total flux cleaned = 0.0060732 Jy ! Component: 1750 - total flux cleaned = 0.00628657 Jy ! Component: 1800 - total flux cleaned = 0.006392 Jy ! Component: 1850 - total flux cleaned = 0.00649604 Jy ! Component: 1900 - total flux cleaned = 0.00659882 Jy ! Component: 1950 - total flux cleaned = 0.0067206 Jy ! Component: 2000 - total flux cleaned = 0.00684153 Jy ! Component: 2050 - total flux cleaned = 0.00700088 Jy ! Component: 2100 - total flux cleaned = 0.00707966 Jy ! Component: 2150 - total flux cleaned = 0.00719657 Jy ! Component: 2200 - total flux cleaned = 0.00733106 Jy ! Component: 2250 - total flux cleaned = 0.00736883 Jy ! Component: 2300 - total flux cleaned = 0.00742546 Jy ! Component: 2350 - total flux cleaned = 0.00750052 Jy ! Component: 2400 - total flux cleaned = 0.00759304 Jy ! Component: 2450 - total flux cleaned = 0.00766602 Jy ! Component: 2500 - total flux cleaned = 0.00773833 Jy ! Component: 2550 - total flux cleaned = 0.00779198 Jy ! Component: 2600 - total flux cleaned = 0.00782779 Jy ! Component: 2650 - total flux cleaned = 0.00798621 Jy ! Component: 2700 - total flux cleaned = 0.00807308 Jy ! Component: 2750 - total flux cleaned = 0.00810773 Jy ! Component: 2800 - total flux cleaned = 0.0082106 Jy ! Component: 2850 - total flux cleaned = 0.00829568 Jy ! Component: 2900 - total flux cleaned = 0.00843056 Jy ! Component: 2950 - total flux cleaned = 0.00848064 Jy ! Component: 3000 - total flux cleaned = 0.00858025 Jy ! Component: 3050 - total flux cleaned = 0.00867883 Jy ! Component: 3100 - total flux cleaned = 0.0087279 Jy ! Component: 3150 - total flux cleaned = 0.00887384 Jy ! Component: 3200 - total flux cleaned = 0.00897018 Jy ! Component: 3250 - total flux cleaned = 0.00903406 Jy ! Component: 3300 - total flux cleaned = 0.00912917 Jy ! Component: 3350 - total flux cleaned = 0.0092391 Jy ! Component: 3400 - total flux cleaned = 0.00934842 Jy ! Component: 3450 - total flux cleaned = 0.00939487 Jy ! Component: 3500 - total flux cleaned = 0.00947202 Jy ! Component: 3550 - total flux cleaned = 0.00954855 Jy ! Component: 3600 - total flux cleaned = 0.00957889 Jy ! Component: 3650 - total flux cleaned = 0.00971502 Jy ! Component: 3700 - total flux cleaned = 0.00969983 Jy ! Component: 3750 - total flux cleaned = 0.00978938 Jy ! Component: 3800 - total flux cleaned = 0.00981894 Jy ! Component: 3850 - total flux cleaned = 0.00989282 Jy ! Component: 3900 - total flux cleaned = 0.00995152 Jy ! Component: 3950 - total flux cleaned = 0.00998067 Jy ! Component: 4000 - total flux cleaned = 0.0100096 Jy ! Component: 4050 - total flux cleaned = 0.0100672 Jy ! Total flux subtracted in 4096 components = 0.0100671 Jy ! Clean residual min=-0.000764 max=0.000893 Jy/beam ! Clean residual mean=-0.000001 rms=0.000269 Jy/beam ! Combined flux in latest and established models = 0.162076 Jy keep ! Adding 270 model components to the UV plane model. ! The established model now contains 354 components and 0.162076 Jy ![Exited script file: muppet] wmap "J1532-1319_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.419 x 9.264 at 0.5522 degrees (North through East) ! Clean map min=-0.0016046 max=0.12537 Jy/beam ! Writing clean map to FITS file: J1532-1319_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.125371 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000260726 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.62389 0.62389 1.24778 2.49556 4.99112 9.98224 19.9645 39.929 79.8579 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.125 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.419 x 9.264 at 0.5522 degrees (North through East) ! Clean map min=-0.0016046 max=0.12537 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 J1532-1319_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:52:11 2019