! Started logfile: J1152-0519_S_2017_07_16_pus_uvs.log on Thu May 9 11:08:36 2019 obs J1152-0519_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J1152-0519_S_2017_07_16_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.773648 visibilities/baseline/integration-bin. ! Found source: J1152-0519 ! ! 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 815 lines of history. ! ! Reading 15736 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 J1152-0519_S_2017_07_16_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 179 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 260 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 810 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.945658Jy sigma=0.007419 ! Fit after self-cal, rms=0.911282Jy sigma=0.007152 ! 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.417 mas, bmaj=6.742 mas, bpa=-4.173 degrees ! Estimated noise=1174.06 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.0670578 Jy ! Component: 100 - total flux cleaned = 0.0903608 Jy ! Total flux subtracted in 100 components = 0.0903608 Jy ! Clean residual min=-0.006139 max=0.015481 Jy/beam ! Clean residual mean=-0.000022 rms=0.001959 Jy/beam ! Combined flux in latest and established models = 0.0903607 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0903607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097537Jy sigma=0.000710 ! Fit after self-cal, rms=0.097346Jy sigma=0.000708 ! Inverting map ! Added new window around map position (4, -1). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0163437 Jy ! Component: 100 - total flux cleaned = 0.0267975 Jy ! Total flux subtracted in 100 components = 0.0267975 Jy ! Clean residual min=-0.004889 max=0.005690 Jy/beam ! Clean residual mean=-0.000015 rms=0.001406 Jy/beam ! Combined flux in latest and established models = 0.117158 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 25 components and 0.117158 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093779Jy sigma=0.000678 ! Fit after self-cal, rms=0.093621Jy sigma=0.000677 ! 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.866 mas, bmaj=7.423 mas, bpa=-4.258 degrees ! Estimated noise=883.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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.010295 Jy ! Component: 100 - total flux cleaned = 0.0159575 Jy ! Component: 150 - total flux cleaned = 0.0194914 Jy ! Component: 200 - total flux cleaned = 0.021791 Jy ! Total flux subtracted in 200 components = 0.021791 Jy ! Clean residual min=-0.003743 max=0.004025 Jy/beam ! Clean residual mean=-0.000003 rms=0.000992 Jy/beam ! Combined flux in latest and established models = 0.138949 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 48 components and 0.138949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092450Jy sigma=0.000668 ! Fit after self-cal, rms=0.092371Jy sigma=0.000667 ! 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.86 FD 1.00* HN 0.98 KP 1.04 ! LA 1.00 MK 1.01 NL 0.90 OV 1.02 ! PT 1.05 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.01 KP 0.95 ! LA 0.97 MK 1.11 NL 1.07 OV 1.07 ! PT 1.01 SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.00* HN 1.03 KP 1.04 ! LA 0.94 MK 0.95 NL 1.02 OV 0.93 ! PT 0.97 SC 0.98 ! ! ! Correcting IF 4. ! A total of 84 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 0.96 KP 1.00* ! LA 0.92 MK 0.95 NL 1.00* OV 1.00* ! PT 0.94 SC 1.00* ! ! ! Fit before self-cal, rms=0.092371Jy sigma=0.000667 ! Fit after self-cal, rms=0.089246Jy sigma=0.000664 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=7.403 mas, bpa=-4.095 degrees ! Estimated noise=876.273 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.000683652 Jy ! Component: 100 - total flux cleaned = 0.000549013 Jy ! Component: 150 - total flux cleaned = 0.000582437 Jy ! Component: 200 - total flux cleaned = 0.000582395 Jy ! Total flux subtracted in 200 components = 0.000582395 Jy ! Clean residual min=-0.003141 max=0.003326 Jy/beam ! Clean residual mean=-0.000004 rms=0.000859 Jy/beam ! Combined flux in latest and established models = 0.139532 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 59 components and 0.139532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089196Jy sigma=0.000663 ! Fit after self-cal, rms=0.089162Jy sigma=0.000663 ! 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.089162Jy sigma=0.000663 ! Fit after self-cal, rms=0.093535Jy sigma=0.000659 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.897 mas, bmaj=7.438 mas, bpa=-3.708 degrees ! Estimated noise=888.186 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000364997 Jy ! Component: 100 - total flux cleaned = 0.000697361 Jy ! Component: 150 - total flux cleaned = 0.00100719 Jy ! Component: 200 - total flux cleaned = 0.001108 Jy ! Total flux subtracted in 200 components = 0.001108 Jy ! Clean residual min=-0.002690 max=0.003227 Jy/beam ! Clean residual mean=-0.000002 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.14064 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 69 components and 0.14064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093503Jy sigma=0.000659 ! Fit after self-cal, rms=0.093595Jy sigma=0.000658 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 (-7, 34.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00330498 Jy ! Component: 100 - total flux cleaned = 0.00532686 Jy ! Component: 150 - total flux cleaned = 0.00677249 Jy ! Component: 200 - total flux cleaned = 0.00788792 Jy ! Total flux subtracted in 200 components = 0.00788792 Jy ! Clean residual min=-0.002303 max=0.002700 Jy/beam ! Clean residual mean=-0.000004 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.148528 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 104 components and 0.148528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093473Jy sigma=0.000657 ! Fit after self-cal, rms=0.093446Jy sigma=0.000657 ! 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.093446Jy sigma=0.000657 ! Fit after self-cal, rms=0.096454Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.891 mas, bmaj=7.433 mas, bpa=-3.875 degrees ! Estimated noise=880.201 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154259 Jy ! Component: 100 - total flux cleaned = 0.00253276 Jy ! Component: 150 - total flux cleaned = 0.00325554 Jy ! Component: 200 - total flux cleaned = 0.0035975 Jy ! Total flux subtracted in 200 components = 0.0035975 Jy ! Clean residual min=-0.002221 max=0.002519 Jy/beam ! Clean residual mean=-0.000003 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.152125 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 124 components and 0.152125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096421Jy sigma=0.000655 ! Fit after self-cal, rms=0.096484Jy sigma=0.000655 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 (30.5, -111.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134784 Jy ! Component: 100 - total flux cleaned = 0.00140816 Jy ! Component: 150 - total flux cleaned = 0.00143944 Jy ! Component: 200 - total flux cleaned = 0.00178674 Jy ! Total flux subtracted in 200 components = 0.00178674 Jy ! Clean residual min=-0.002239 max=0.002064 Jy/beam ! Clean residual mean=-0.000003 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.153912 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 139 components and 0.153912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096420Jy sigma=0.000654 ! Fit after self-cal, rms=0.096399Jy sigma=0.000654 ! 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.096399Jy sigma=0.000654 ! Fit after self-cal, rms=0.096744Jy sigma=0.000654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.652 mas, bmaj=13.29 mas, bpa=-5.606 degrees ! Estimated noise=1195.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013571 Jy ! Component: 100 - total flux cleaned = 0.00222814 Jy ! Component: 150 - total flux cleaned = 0.00264067 Jy ! Component: 200 - total flux cleaned = 0.0029229 Jy ! Total flux subtracted in 200 components = 0.0029229 Jy ! Clean residual min=-0.001908 max=0.002019 Jy/beam ! Clean residual mean=-0.000004 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.156835 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 162 components and 0.156835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096735Jy sigma=0.000654 ! Fit after self-cal, rms=0.096743Jy sigma=0.000654 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.000561989 Jy ! Component: 100 - total flux cleaned = 0.000746941 Jy ! Component: 150 - total flux cleaned = 0.000876482 Jy ! Component: 200 - total flux cleaned = 0.00102817 Jy ! Total flux subtracted in 200 components = 0.00102817 Jy ! Clean residual min=-0.001826 max=0.001975 Jy/beam ! Clean residual mean=-0.000003 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.157863 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 171 components and 0.157863 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096738Jy sigma=0.000654 ! Fit after self-cal, rms=0.096734Jy sigma=0.000654 ! 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.888 mas, bmaj=7.44 mas, bpa=-3.984 degrees ! Estimated noise=878.084 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.888 x 7.44 at -3.984 degrees (North through East) ! Clean map min=-0.0019304 max=0.090076 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.455 mas, bmaj=6.768 mas, bpa=-3.734 degrees ! Estimated noise=1148.02 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.064629 Jy ! Component: 100 - total flux cleaned = 0.0903921 Jy ! Component: 150 - total flux cleaned = 0.106608 Jy ! Component: 200 - total flux cleaned = 0.116967 Jy ! Total flux subtracted in 200 components = 0.116967 Jy ! Clean residual min=-0.004250 max=0.005451 Jy/beam ! Clean residual mean=-0.000011 rms=0.001110 Jy/beam ! Combined flux in latest and established models = 0.116967 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.116967 Jy ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=7.44 mas, bpa=-3.984 degrees ! Estimated noise=878.084 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.00953054 Jy ! Component: 100 - total flux cleaned = 0.0151556 Jy ! Component: 150 - total flux cleaned = 0.0193367 Jy ! Component: 200 - total flux cleaned = 0.0227338 Jy ! Total flux subtracted in 200 components = 0.0227338 Jy ! Clean residual min=-0.002527 max=0.003084 Jy/beam ! Clean residual mean=0.000000 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.139701 Jy ! Adding 33 model components to the UV plane model. ! The established model now contains 42 components and 0.139701 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=6.652 mas, bmaj=13.29 mas, bpa=-5.606 degrees ! Estimated noise=1195.98 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00488448 Jy ! Component: 100 - total flux cleaned = 0.00811148 Jy ! Component: 150 - total flux cleaned = 0.0104404 Jy ! Component: 200 - total flux cleaned = 0.0122656 Jy ! Total flux subtracted in 200 components = 0.0122656 Jy ! Clean residual min=-0.002368 max=0.002165 Jy/beam ! Clean residual mean=-0.000003 rms=0.000675 Jy/beam ! Combined flux in latest and established models = 0.151966 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.00147721 Jy ! Component: 100 - total flux cleaned = 0.00269975 Jy ! Component: 150 - total flux cleaned = 0.00348994 Jy ! Component: 200 - total flux cleaned = 0.00385469 Jy ! Total flux subtracted in 200 components = 0.00385469 Jy ! Clean residual min=-0.002131 max=0.001977 Jy/beam ! Clean residual mean=-0.000004 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.155821 Jy ! Adding 82 model components to the UV plane model. ! The established model now contains 108 components and 0.155821 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.888 mas, bmaj=7.44 mas, bpa=-3.984 degrees ! Estimated noise=878.084 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000343302 Jy ! Component: 100 - total flux cleaned = 0.00088105 Jy ! Component: 150 - total flux cleaned = 0.00096858 Jy ! Component: 200 - total flux cleaned = 0.00104432 Jy ! Total flux subtracted in 200 components = 0.00104432 Jy ! Clean residual min=-0.002151 max=0.002256 Jy/beam ! Clean residual mean=-0.000002 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.156865 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 122 components and 0.156865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096775Jy sigma=0.000654 ! Fit after self-cal, rms=0.096768Jy sigma=0.000654 wmodel J1152-0519_S_2017_07_16_pus_map.mod ! Writing 122 model components to file: J1152-0519_S_2017_07_16_pus_map.mod wobs J1152-0519_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J1152-0519_S_2017_07_16_pus_uvs.fits wwins J1152-0519_S_2017_07_16_pus_map.win ! wwins: Wrote 4 windows to J1152-0519_S_2017_07_16_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 4.06872e-05 Jy ! Component: 100 - total flux cleaned = 0.000185142 Jy ! Component: 150 - total flux cleaned = 0.000289194 Jy ! Component: 200 - total flux cleaned = 0.000288342 Jy ! Component: 250 - total flux cleaned = 0.000353795 Jy ! Component: 300 - total flux cleaned = 0.000480714 Jy ! Component: 350 - total flux cleaned = 0.000480686 Jy ! Component: 400 - total flux cleaned = 0.000540091 Jy ! Component: 450 - total flux cleaned = 0.000423277 Jy ! Component: 500 - total flux cleaned = 0.000452133 Jy ! Component: 550 - total flux cleaned = 0.000368758 Jy ! Component: 600 - total flux cleaned = 0.00031419 Jy ! Component: 650 - total flux cleaned = 0.000314244 Jy ! Component: 700 - total flux cleaned = 0.000234829 Jy ! Component: 750 - total flux cleaned = 0.000183568 Jy ! Component: 800 - total flux cleaned = 0.000234829 Jy ! Component: 850 - total flux cleaned = 0.000184424 Jy ! Component: 900 - total flux cleaned = 0.000184658 Jy ! Component: 950 - total flux cleaned = 3.94025e-05 Jy ! Component: 1000 - total flux cleaned = -7.78496e-06 Jy ! Component: 1050 - total flux cleaned = -5.47666e-05 Jy ! Component: 1100 - total flux cleaned = -0.000101048 Jy ! Component: 1150 - total flux cleaned = -0.000169938 Jy ! Component: 1200 - total flux cleaned = -0.00030547 Jy ! Component: 1250 - total flux cleaned = -0.000260371 Jy ! Component: 1300 - total flux cleaned = -0.000414034 Jy ! Component: 1350 - total flux cleaned = -0.000413607 Jy ! Component: 1400 - total flux cleaned = -0.000499594 Jy ! Component: 1450 - total flux cleaned = -0.000520976 Jy ! Component: 1500 - total flux cleaned = -0.00060478 Jy ! Component: 1550 - total flux cleaned = -0.000625202 Jy ! Component: 1600 - total flux cleaned = -0.000645604 Jy ! Component: 1650 - total flux cleaned = -0.000726872 Jy ! Component: 1700 - total flux cleaned = -0.000786959 Jy ! Component: 1750 - total flux cleaned = -0.000806772 Jy ! Component: 1800 - total flux cleaned = -0.000846046 Jy ! Component: 1850 - total flux cleaned = -0.000943212 Jy ! Component: 1900 - total flux cleaned = -0.00105819 Jy ! Component: 1950 - total flux cleaned = -0.00102022 Jy ! Component: 2000 - total flux cleaned = -0.00103914 Jy ! Component: 2050 - total flux cleaned = -0.00107633 Jy ! Component: 2100 - total flux cleaned = -0.00113144 Jy ! Component: 2150 - total flux cleaned = -0.00109517 Jy ! Component: 2200 - total flux cleaned = -0.00120377 Jy ! Component: 2250 - total flux cleaned = -0.00122144 Jy ! Component: 2300 - total flux cleaned = -0.00129215 Jy ! Component: 2350 - total flux cleaned = -0.00132741 Jy ! Component: 2400 - total flux cleaned = -0.00137991 Jy ! Component: 2450 - total flux cleaned = -0.00139726 Jy ! Component: 2500 - total flux cleaned = -0.00141446 Jy ! Component: 2550 - total flux cleaned = -0.00143151 Jy ! Component: 2600 - total flux cleaned = -0.00151529 Jy ! Component: 2650 - total flux cleaned = -0.0014986 Jy ! Component: 2700 - total flux cleaned = -0.00154778 Jy ! Component: 2750 - total flux cleaned = -0.00153155 Jy ! Component: 2800 - total flux cleaned = -0.00157993 Jy ! Component: 2850 - total flux cleaned = -0.00161202 Jy ! Component: 2900 - total flux cleaned = -0.00154835 Jy ! Component: 2950 - total flux cleaned = -0.0015011 Jy ! Component: 3000 - total flux cleaned = -0.00150112 Jy ! Component: 3050 - total flux cleaned = -0.00150104 Jy ! Component: 3100 - total flux cleaned = -0.00143947 Jy ! Component: 3150 - total flux cleaned = -0.00143961 Jy ! Component: 3200 - total flux cleaned = -0.00143952 Jy ! Component: 3250 - total flux cleaned = -0.00142441 Jy ! Component: 3300 - total flux cleaned = -0.0014094 Jy ! Component: 3350 - total flux cleaned = -0.00139447 Jy ! Component: 3400 - total flux cleaned = -0.00137976 Jy ! Component: 3450 - total flux cleaned = -0.00136504 Jy ! Component: 3500 - total flux cleaned = -0.00130714 Jy ! Component: 3550 - total flux cleaned = -0.00133574 Jy ! Component: 3600 - total flux cleaned = -0.00133555 Jy ! Component: 3650 - total flux cleaned = -0.00126456 Jy ! Component: 3700 - total flux cleaned = -0.00125045 Jy ! Component: 3750 - total flux cleaned = -0.00125061 Jy ! Component: 3800 - total flux cleaned = -0.00125062 Jy ! Component: 3850 - total flux cleaned = -0.00126429 Jy ! Component: 3900 - total flux cleaned = -0.00122325 Jy ! Component: 3950 - total flux cleaned = -0.00120969 Jy ! Component: 4000 - total flux cleaned = -0.00122311 Jy ! Component: 4050 - total flux cleaned = -0.00120972 Jy ! Total flux subtracted in 4096 components = -0.00119638 Jy ! Clean residual min=-0.001121 max=0.001111 Jy/beam ! Clean residual mean=-0.000001 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.155669 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 426 components and 0.155669 Jy ![Exited script file: muppet] wmap "J1152-0519_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.888 x 7.44 at -3.984 degrees (North through East) ! Clean map min=-0.0013995 max=0.090541 Jy/beam ! Writing clean map to FITS file: J1152-0519_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0905408 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000236345 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.783113 0.783113 1.56623 3.13245 6.2649 12.5298 25.0596 50.1192 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.09 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.888 x 7.44 at -3.984 degrees (North through East) ! Clean map min=-0.0013995 max=0.090541 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 J1152-0519_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:08:41 2019