! Started logfile: J2241-3559_S_2017_10_09_pus_uvs.log on Sun May 12 13:22:13 2019 obs J2241-3559_S_2017_10_09_pus_uva.fits ! Reading UV FITS file: J2241-3559_S_2017_10_09_pus_uva.fits ! AN table 1: 115 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.658213 visibilities/baseline/integration-bin. ! Found source: J2241-3559 ! ! 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 496 lines of history. ! ! Reading 10900 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 J2241-3559_S_2017_10_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 242 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 240 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 188 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 681 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.888417Jy sigma=0.006298 ! Fit after self-cal, rms=0.866563Jy sigma=0.006139 ! 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.46 mas, bmaj=14.34 mas, bpa=-17.94 degrees ! Estimated noise=1527.87 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.0952599 Jy ! Component: 100 - total flux cleaned = 0.129824 Jy ! Total flux subtracted in 100 components = 0.129824 Jy ! Clean residual min=-0.010071 max=0.025811 Jy/beam ! Clean residual mean=-0.000132 rms=0.003841 Jy/beam ! Combined flux in latest and established models = 0.129824 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.129824 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120631Jy sigma=0.000754 ! Fit after self-cal, rms=0.120353Jy sigma=0.000752 ! Inverting map ! Added new window around map position (4.5, -19.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0245935 Jy ! Component: 100 - total flux cleaned = 0.039665 Jy ! Total flux subtracted in 100 components = 0.039665 Jy ! Clean residual min=-0.007476 max=0.017081 Jy/beam ! Clean residual mean=-0.000068 rms=0.002498 Jy/beam ! Combined flux in latest and established models = 0.169489 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 26 components and 0.169489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112940Jy sigma=0.000706 ! Fit after self-cal, rms=0.112294Jy sigma=0.000703 ! 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.102 mas, bmaj=15.76 mas, bpa=-17.61 degrees ! Estimated noise=1170.53 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.0163236 Jy ! Component: 100 - total flux cleaned = 0.0262205 Jy ! Component: 150 - total flux cleaned = 0.0327374 Jy ! Component: 200 - total flux cleaned = 0.0371724 Jy ! Total flux subtracted in 200 components = 0.0371724 Jy ! Clean residual min=-0.005584 max=0.009135 Jy/beam ! Clean residual mean=-0.000028 rms=0.001788 Jy/beam ! Combined flux in latest and established models = 0.206661 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 64 components and 0.206661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109175Jy sigma=0.000685 ! Fit after self-cal, rms=0.108907Jy sigma=0.000684 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.89 HN 1.07 KP 1.05 ! LA 1.03 MK 0.97 NL 0.87 OV 1.00* ! PT 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.80 FD 0.93 HN 1.04 KP 1.01 ! LA 0.97 MK 0.96 NL 0.95 OV 1.00* ! PT 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.94 HN 1.13 KP 0.89 ! LA 0.80 MK 0.99 NL 1.17 OV 1.00* ! PT 0.98 ! ! ! Correcting IF 4. ! A total of 246 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 1.15 KP 1.00* ! LA 1.00* MK 1.11 NL 1.00* OV 1.00* ! PT 1.00 ! ! ! Fit before self-cal, rms=0.108907Jy sigma=0.000684 ! Fit after self-cal, rms=0.109157Jy sigma=0.000671 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.117 mas, bmaj=16.28 mas, bpa=-17.83 degrees ! Estimated noise=1224.22 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.00151724 Jy ! Component: 100 - total flux cleaned = -0.00194093 Jy ! Component: 150 - total flux cleaned = -0.00242542 Jy ! Component: 200 - total flux cleaned = -0.00284594 Jy ! Total flux subtracted in 200 components = -0.00284594 Jy ! Clean residual min=-0.004088 max=0.003442 Jy/beam ! Clean residual mean=-0.000007 rms=0.001070 Jy/beam ! Combined flux in latest and established models = 0.203815 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 89 components and 0.203815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109011Jy sigma=0.000670 ! Fit after self-cal, rms=0.109027Jy 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.109027Jy sigma=0.000669 ! Fit after self-cal, rms=0.110933Jy sigma=0.000669 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.126 mas, bmaj=16.39 mas, bpa=-17.94 degrees ! Estimated noise=1239.06 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000545785 Jy ! Component: 100 - total flux cleaned = -0.000949769 Jy ! Component: 150 - total flux cleaned = -0.00129768 Jy ! Component: 200 - total flux cleaned = -0.00150348 Jy ! Total flux subtracted in 200 components = -0.00150348 Jy ! Clean residual min=-0.003860 max=0.003106 Jy/beam ! Clean residual mean=-0.000009 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.202312 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 98 components and 0.202312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110846Jy sigma=0.000669 ! Fit after self-cal, rms=0.110842Jy sigma=0.000669 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.000401877 Jy ! Component: 100 - total flux cleaned = -0.000693032 Jy ! Component: 150 - total flux cleaned = -0.000907018 Jy ! Component: 200 - total flux cleaned = -0.00110478 Jy ! Total flux subtracted in 200 components = -0.00110478 Jy ! Clean residual min=-0.003848 max=0.003068 Jy/beam ! Clean residual mean=-0.000013 rms=0.000978 Jy/beam ! Combined flux in latest and established models = 0.201207 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 106 components and 0.201207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110799Jy sigma=0.000668 ! Fit after self-cal, rms=0.110785Jy sigma=0.000668 ! 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.110785Jy sigma=0.000668 ! Fit after self-cal, rms=0.112951Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.132 mas, bmaj=16.53 mas, bpa=-18.08 degrees ! Estimated noise=1255.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000882151 Jy ! Component: 100 - total flux cleaned = -0.00115833 Jy ! Component: 150 - total flux cleaned = -0.00137555 Jy ! Component: 200 - total flux cleaned = -0.00157858 Jy ! Total flux subtracted in 200 components = -0.00157858 Jy ! Clean residual min=-0.003700 max=0.002735 Jy/beam ! Clean residual mean=-0.000006 rms=0.000893 Jy/beam ! Combined flux in latest and established models = 0.199628 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 115 components and 0.199628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112907Jy sigma=0.000667 ! Fit after self-cal, rms=0.112914Jy 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.000217527 Jy ! Component: 100 - total flux cleaned = -0.000406255 Jy ! Component: 150 - total flux cleaned = -0.000519922 Jy ! Component: 200 - total flux cleaned = -0.000626111 Jy ! Total flux subtracted in 200 components = -0.000626111 Jy ! Clean residual min=-0.003732 max=0.002704 Jy/beam ! Clean residual mean=-0.000009 rms=0.000890 Jy/beam ! Combined flux in latest and established models = 0.199002 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 121 components and 0.199002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112901Jy sigma=0.000667 ! Fit after self-cal, rms=0.112892Jy sigma=0.000667 ! 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.112892Jy sigma=0.000667 ! Fit after self-cal, rms=0.114634Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.567 mas, bmaj=30.59 mas, bpa=-2.34 degrees ! Estimated noise=1591.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00148598 Jy ! Component: 100 - total flux cleaned = -0.00173714 Jy ! Component: 150 - total flux cleaned = -0.00194118 Jy ! Component: 200 - total flux cleaned = -0.00208437 Jy ! Total flux subtracted in 200 components = -0.00208437 Jy ! Clean residual min=-0.003541 max=0.003072 Jy/beam ! Clean residual mean=-0.000019 rms=0.001093 Jy/beam ! Combined flux in latest and established models = 0.196918 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 133 components and 0.196918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114620Jy sigma=0.000666 ! Fit after self-cal, rms=0.114607Jy 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 = -0.000376009 Jy ! Component: 100 - total flux cleaned = -0.000500239 Jy ! Component: 150 - total flux cleaned = -0.000537595 Jy ! Component: 200 - total flux cleaned = -0.000574481 Jy ! Total flux subtracted in 200 components = -0.000574481 Jy ! Clean residual min=-0.003507 max=0.003050 Jy/beam ! Clean residual mean=-0.000024 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.196343 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 139 components and 0.196343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114604Jy sigma=0.000666 ! Fit after self-cal, rms=0.114596Jy 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.141 mas, bmaj=16.65 mas, bpa=-18.2 degrees ! Estimated noise=1268.69 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.141 x 16.65 at -18.2 degrees (North through East) ! Clean map min=-0.0038167 max=0.11257 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.48 mas, bmaj=14.96 mas, bpa=-18.49 degrees ! Estimated noise=1711.75 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.101445 Jy ! Component: 100 - total flux cleaned = 0.137523 Jy ! Component: 150 - total flux cleaned = 0.156692 Jy ! Component: 200 - total flux cleaned = 0.168923 Jy ! Total flux subtracted in 200 components = 0.168923 Jy ! Clean residual min=-0.005993 max=0.008404 Jy/beam ! Clean residual mean=-0.000056 rms=0.001744 Jy/beam ! Combined flux in latest and established models = 0.168923 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.168923 Jy ! Inverting map and beam ! Estimated beam: bmin=3.141 mas, bmaj=16.65 mas, bpa=-18.2 degrees ! Estimated noise=1268.69 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.011784 Jy ! Component: 100 - total flux cleaned = 0.0183999 Jy ! Component: 150 - total flux cleaned = 0.0224092 Jy ! Component: 200 - total flux cleaned = 0.0236144 Jy ! Total flux subtracted in 200 components = 0.0236144 Jy ! Clean residual min=-0.003710 max=0.004257 Jy/beam ! Clean residual mean=-0.000025 rms=0.001058 Jy/beam ! Combined flux in latest and established models = 0.192538 Jy ! Adding 50 model components to the UV plane model. ! The established model now contains 85 components and 0.192538 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=8.567 mas, bmaj=30.59 mas, bpa=-2.34 degrees ! Estimated noise=1591.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00189262 Jy ! Component: 100 - total flux cleaned = 0.00229156 Jy ! Component: 150 - total flux cleaned = 0.002354 Jy ! Component: 200 - total flux cleaned = 0.00235522 Jy ! Total flux subtracted in 200 components = 0.00235522 Jy ! Clean residual min=-0.003753 max=0.003653 Jy/beam ! Clean residual mean=-0.000032 rms=0.001144 Jy/beam ! Combined flux in latest and established models = 0.194893 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.95281e-05 Jy ! Component: 100 - total flux cleaned = 9.1104e-05 Jy ! Component: 150 - total flux cleaned = 0.000126508 Jy ! Component: 200 - total flux cleaned = 0.000127444 Jy ! Total flux subtracted in 200 components = 0.000127444 Jy ! Clean residual min=-0.003709 max=0.003287 Jy/beam ! Clean residual mean=-0.000032 rms=0.001110 Jy/beam ! Combined flux in latest and established models = 0.19502 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 116 components and 0.19502 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.141 mas, bmaj=16.65 mas, bpa=-18.2 degrees ! Estimated noise=1268.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000162801 Jy ! Component: 100 - total flux cleaned = 8.02538e-05 Jy ! Component: 150 - total flux cleaned = 8.03697e-05 Jy ! Component: 200 - total flux cleaned = 0.000131552 Jy ! Total flux subtracted in 200 components = 0.000131552 Jy ! Clean residual min=-0.003317 max=0.003093 Jy/beam ! Clean residual mean=-0.000017 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 0.195152 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 128 components and 0.195152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114676Jy sigma=0.000667 ! Fit after self-cal, rms=0.114661Jy sigma=0.000667 wmodel J2241-3559_S_2017_10_09_pus_map.mod ! Writing 128 model components to file: J2241-3559_S_2017_10_09_pus_map.mod wobs J2241-3559_S_2017_10_09_pus_uvs.fits ! Writing UV FITS file: J2241-3559_S_2017_10_09_pus_uvs.fits wwins J2241-3559_S_2017_10_09_pus_map.win ! wwins: Wrote 2 windows to J2241-3559_S_2017_10_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.00154512 Jy ! Component: 100 - total flux cleaned = -0.00290637 Jy ! Component: 150 - total flux cleaned = -0.00381255 Jy ! Component: 200 - total flux cleaned = -0.0046209 Jy ! Component: 250 - total flux cleaned = -0.00543741 Jy ! Component: 300 - total flux cleaned = -0.00599302 Jy ! Component: 350 - total flux cleaned = -0.00652871 Jy ! Component: 400 - total flux cleaned = -0.00708723 Jy ! Component: 450 - total flux cleaned = -0.00741956 Jy ! Component: 500 - total flux cleaned = -0.00786238 Jy ! Component: 550 - total flux cleaned = -0.00821283 Jy ! Component: 600 - total flux cleaned = -0.00859071 Jy ! Component: 650 - total flux cleaned = -0.00892165 Jy ! Component: 700 - total flux cleaned = -0.00924213 Jy ! Component: 750 - total flux cleaned = -0.00934641 Jy ! Component: 800 - total flux cleaned = -0.00968461 Jy ! Component: 850 - total flux cleaned = -0.0097829 Jy ! Component: 900 - total flux cleaned = -0.00994371 Jy ! Component: 950 - total flux cleaned = -0.0100069 Jy ! Component: 1000 - total flux cleaned = -0.0102817 Jy ! Component: 1050 - total flux cleaned = -0.0104004 Jy ! Component: 1100 - total flux cleaned = -0.0105156 Jy ! Component: 1150 - total flux cleaned = -0.0105718 Jy ! Component: 1200 - total flux cleaned = -0.0106561 Jy ! Component: 1250 - total flux cleaned = -0.0107661 Jy ! Component: 1300 - total flux cleaned = -0.0109005 Jy ! Component: 1350 - total flux cleaned = -0.0110056 Jy ! Component: 1400 - total flux cleaned = -0.0111086 Jy ! Component: 1450 - total flux cleaned = -0.0112093 Jy ! Component: 1500 - total flux cleaned = -0.011284 Jy ! Component: 1550 - total flux cleaned = -0.0114064 Jy ! Component: 1600 - total flux cleaned = -0.0114549 Jy ! Component: 1650 - total flux cleaned = -0.0116447 Jy ! Component: 1700 - total flux cleaned = -0.0117843 Jy ! Component: 1750 - total flux cleaned = -0.0118299 Jy ! Component: 1800 - total flux cleaned = -0.0120326 Jy ! Component: 1850 - total flux cleaned = -0.0121436 Jy ! Component: 1900 - total flux cleaned = -0.0122747 Jy ! Component: 1950 - total flux cleaned = -0.0124029 Jy ! Component: 2000 - total flux cleaned = -0.0124661 Jy ! Component: 2050 - total flux cleaned = -0.0125497 Jy ! Component: 2100 - total flux cleaned = -0.0126931 Jy ! Component: 2150 - total flux cleaned = -0.0127938 Jy ! Component: 2200 - total flux cleaned = -0.0127742 Jy ! Component: 2250 - total flux cleaned = -0.012951 Jy ! Component: 2300 - total flux cleaned = -0.0129701 Jy ! Component: 2350 - total flux cleaned = -0.0130082 Jy ! Component: 2400 - total flux cleaned = -0.0129708 Jy ! Component: 2450 - total flux cleaned = -0.0130451 Jy ! Component: 2500 - total flux cleaned = -0.0130635 Jy ! Component: 2550 - total flux cleaned = -0.0131541 Jy ! Component: 2600 - total flux cleaned = -0.0132613 Jy ! Component: 2650 - total flux cleaned = -0.013314 Jy ! Component: 2700 - total flux cleaned = -0.0134012 Jy ! Component: 2750 - total flux cleaned = -0.013453 Jy ! Component: 2800 - total flux cleaned = -0.0135215 Jy ! Component: 2850 - total flux cleaned = -0.0136059 Jy ! Component: 2900 - total flux cleaned = -0.0137064 Jy ! Component: 2950 - total flux cleaned = -0.0137726 Jy ! Component: 3000 - total flux cleaned = -0.0138054 Jy ! Component: 3050 - total flux cleaned = -0.0139355 Jy ! Component: 3100 - total flux cleaned = -0.0140161 Jy ! Component: 3150 - total flux cleaned = -0.0140799 Jy ! Component: 3200 - total flux cleaned = -0.0141275 Jy ! Component: 3250 - total flux cleaned = -0.0142374 Jy ! Component: 3300 - total flux cleaned = -0.0143308 Jy ! Component: 3350 - total flux cleaned = -0.0144234 Jy ! Component: 3400 - total flux cleaned = -0.0144846 Jy ! Component: 3450 - total flux cleaned = -0.0146062 Jy ! Component: 3500 - total flux cleaned = -0.0146515 Jy ! Component: 3550 - total flux cleaned = -0.0147561 Jy ! Component: 3600 - total flux cleaned = -0.0148452 Jy ! Component: 3650 - total flux cleaned = -0.0149337 Jy ! Component: 3700 - total flux cleaned = -0.0150214 Jy ! Component: 3750 - total flux cleaned = -0.0151374 Jy ! Component: 3800 - total flux cleaned = -0.015195 Jy ! Component: 3850 - total flux cleaned = -0.0152523 Jy ! Component: 3900 - total flux cleaned = -0.0153943 Jy ! Component: 3950 - total flux cleaned = -0.0154224 Jy ! Component: 4000 - total flux cleaned = -0.0154643 Jy ! Component: 4050 - total flux cleaned = -0.0155893 Jy ! Total flux subtracted in 4096 components = -0.0156031 Jy ! Clean residual min=-0.000733 max=0.000992 Jy/beam ! Clean residual mean=-0.000001 rms=0.000261 Jy/beam ! Combined flux in latest and established models = 0.179549 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 441 components and 0.179549 Jy ![Exited script file: muppet] wmap "J2241-3559_S_2017_10_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.141 x 16.65 at -18.2 degrees (North through East) ! Clean map min=-0.0025681 max=0.12035 Jy/beam ! Writing clean map to FITS file: J2241-3559_S_2017_10_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.120347 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00025514 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.636009 0.636009 1.27202 2.54404 5.08807 10.1761 20.3523 40.7046 81.4092 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.12 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.141 x 16.65 at -18.2 degrees (North through East) ! Clean map min=-0.0025681 max=0.12035 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 J2241-3559_S_2017_10_09_pus_uvs.log closed on Sun May 12 13:22:19 2019