! Started logfile: J1246-2547_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:42:11 2019 obs J1246-2547_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J1246-2547_S_2017_03_27_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.613889 visibilities/baseline/integration-bin. ! Found source: J1246-2547 ! ! 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 1684 lines of history. ! ! Reading 1768 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 J1246-2547_S_2017_03_27_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 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 66 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.573041Jy sigma=0.003607 ! Fit after self-cal, rms=0.565242Jy sigma=0.003563 ! 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=3.323 mas, bmaj=11.29 mas, bpa=12.43 degrees ! Estimated noise=3528.84 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.338989 Jy ! Component: 100 - total flux cleaned = 0.421134 Jy ! Total flux subtracted in 100 components = 0.421134 Jy ! Clean residual min=-0.021415 max=0.039122 Jy/beam ! Clean residual mean=0.000254 rms=0.006068 Jy/beam ! Combined flux in latest and established models = 0.421134 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.421134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145826Jy sigma=0.000847 ! Fit after self-cal, rms=0.145664Jy sigma=0.000847 ! Inverting map ! Added new window around map position (4.5, -7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0427342 Jy ! Component: 100 - total flux cleaned = 0.069211 Jy ! Total flux subtracted in 100 components = 0.069211 Jy ! Clean residual min=-0.015049 max=0.014705 Jy/beam ! Clean residual mean=0.000135 rms=0.003994 Jy/beam ! Combined flux in latest and established models = 0.490345 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 32 components and 0.490345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128473Jy sigma=0.000722 ! Fit after self-cal, rms=0.128215Jy sigma=0.000721 ! 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.831 mas, bmaj=12.95 mas, bpa=12.18 degrees ! Estimated noise=2859.68 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.0237508 Jy ! Component: 100 - total flux cleaned = 0.0365022 Jy ! Component: 150 - total flux cleaned = 0.044678 Jy ! Component: 200 - total flux cleaned = 0.0503383 Jy ! Total flux subtracted in 200 components = 0.0503383 Jy ! Clean residual min=-0.010576 max=0.011394 Jy/beam ! Clean residual mean=0.000088 rms=0.002888 Jy/beam ! Combined flux in latest and established models = 0.540683 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 75 components and 0.540683 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123393Jy sigma=0.000690 ! Fit after self-cal, rms=0.123239Jy sigma=0.000689 ! 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.98 FD 0.96 HN 1.05 KP 1.06 ! LA 1.00 MK 1.00* NL 0.95 OV 1.02 ! PT 0.96 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.01 HN 1.06 KP 1.01 ! LA 0.94 MK 1.00* NL 1.06 OV 1.06 ! PT 0.96 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.04 HN 1.02 KP 1.00 ! LA 0.97 MK 1.00* NL 0.98 OV 0.96 ! PT 0.93 SC 1.03 ! ! ! 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 1.11 HN 1.03 KP 1.00* ! LA 0.98 MK 1.00* NL 1.00* OV 0.86 ! PT 1.06 SC 0.94 ! ! ! Fit before self-cal, rms=0.123239Jy sigma=0.000689 ! Fit after self-cal, rms=0.116114Jy sigma=0.000663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.847 mas, bmaj=13.05 mas, bpa=12.26 degrees ! Estimated noise=2855.56 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.000892339 Jy ! Component: 100 - total flux cleaned = 0.00076863 Jy ! Component: 150 - total flux cleaned = 0.000581811 Jy ! Component: 200 - total flux cleaned = 0.000746961 Jy ! Total flux subtracted in 200 components = 0.000746961 Jy ! Clean residual min=-0.008641 max=0.010262 Jy/beam ! Clean residual mean=0.000039 rms=0.002579 Jy/beam ! Combined flux in latest and established models = 0.54143 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 94 components and 0.54143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115882Jy sigma=0.000662 ! Fit after self-cal, rms=0.115772Jy sigma=0.000661 ! 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.115772Jy sigma=0.000661 ! Fit after self-cal, rms=0.114140Jy sigma=0.000647 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.857 mas, bmaj=13.04 mas, bpa=12.09 degrees ! Estimated noise=2855.01 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00145005 Jy ! Component: 100 - total flux cleaned = 0.00152706 Jy ! Component: 150 - total flux cleaned = 0.00164711 Jy ! Component: 200 - total flux cleaned = 0.00169928 Jy ! Total flux subtracted in 200 components = 0.00169928 Jy ! Clean residual min=-0.007044 max=0.010067 Jy/beam ! Clean residual mean=0.000028 rms=0.002218 Jy/beam ! Combined flux in latest and established models = 0.543129 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 113 components and 0.54313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114027Jy sigma=0.000646 ! Fit after self-cal, rms=0.114025Jy sigma=0.000646 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 (18, -17.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00969073 Jy ! Component: 100 - total flux cleaned = 0.0144735 Jy ! Component: 150 - total flux cleaned = 0.0166713 Jy ! Component: 200 - total flux cleaned = 0.0183523 Jy ! Total flux subtracted in 200 components = 0.0183523 Jy ! Clean residual min=-0.006407 max=0.006684 Jy/beam ! Clean residual mean=-0.000002 rms=0.001742 Jy/beam ! Combined flux in latest and established models = 0.561482 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 161 components and 0.561482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113120Jy sigma=0.000639 ! Fit after self-cal, rms=0.113068Jy sigma=0.000639 ! 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.113068Jy sigma=0.000639 ! Fit after self-cal, rms=0.112733Jy sigma=0.000638 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.859 mas, bmaj=13.06 mas, bpa=12.04 degrees ! Estimated noise=2844.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0036635 Jy ! Component: 100 - total flux cleaned = 0.00482778 Jy ! Component: 150 - total flux cleaned = 0.0048281 Jy ! Component: 200 - total flux cleaned = 0.00483041 Jy ! Total flux subtracted in 200 components = 0.00483041 Jy ! Clean residual min=-0.006071 max=0.006284 Jy/beam ! Clean residual mean=-0.000002 rms=0.001615 Jy/beam ! Combined flux in latest and established models = 0.566312 Jy selfcal ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 198 components and 0.566312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112560Jy sigma=0.000637 ! Fit after self-cal, rms=0.112552Jy sigma=0.000637 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.000613533 Jy ! Component: 100 - total flux cleaned = 0.000756472 Jy ! Component: 150 - total flux cleaned = 0.000954343 Jy ! Component: 200 - total flux cleaned = 0.00113865 Jy ! Total flux subtracted in 200 components = 0.00113865 Jy ! Clean residual min=-0.006123 max=0.006333 Jy/beam ! Clean residual mean=-0.000004 rms=0.001588 Jy/beam ! Combined flux in latest and established models = 0.567451 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 218 components and 0.567451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112466Jy sigma=0.000637 ! Fit after self-cal, rms=0.112463Jy sigma=0.000637 ! 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.112463Jy sigma=0.000637 ! Fit after self-cal, rms=0.112472Jy sigma=0.000636 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.037 mas, bmaj=18.95 mas, bpa=2.087 degrees ! Estimated noise=3316.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00202958 Jy ! Component: 100 - total flux cleaned = 0.00241375 Jy ! Component: 150 - total flux cleaned = 0.00254289 Jy ! Component: 200 - total flux cleaned = 0.00265246 Jy ! Total flux subtracted in 200 components = 0.00265246 Jy ! Clean residual min=-0.005534 max=0.005856 Jy/beam ! Clean residual mean=-0.000009 rms=0.001753 Jy/beam ! Combined flux in latest and established models = 0.570103 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 242 components and 0.570103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112439Jy sigma=0.000636 ! Fit after self-cal, rms=0.112440Jy sigma=0.000636 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.000179464 Jy ! Component: 100 - total flux cleaned = 0.000176552 Jy ! Component: 150 - total flux cleaned = 0.000216922 Jy ! Component: 200 - total flux cleaned = 0.000216598 Jy ! Total flux subtracted in 200 components = 0.000216598 Jy ! Clean residual min=-0.005569 max=0.005757 Jy/beam ! Clean residual mean=-0.000012 rms=0.001742 Jy/beam ! Combined flux in latest and established models = 0.57032 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 252 components and 0.57032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112430Jy sigma=0.000636 ! Fit after self-cal, rms=0.112430Jy sigma=0.000636 ! 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.861 mas, bmaj=13.06 mas, bpa=12.04 degrees ! Estimated noise=2843.69 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.861 x 13.06 at 12.04 degrees (North through East) ! Clean map min=-0.0058236 max=0.42934 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=3.335 mas, bmaj=11.38 mas, bpa=12.33 degrees ! Estimated noise=3523.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.3375 Jy ! Component: 100 - total flux cleaned = 0.420031 Jy ! Component: 150 - total flux cleaned = 0.460239 Jy ! Component: 200 - total flux cleaned = 0.483778 Jy ! Total flux subtracted in 200 components = 0.483778 Jy ! Clean residual min=-0.010946 max=0.012197 Jy/beam ! Clean residual mean=0.000125 rms=0.002935 Jy/beam ! Combined flux in latest and established models = 0.483778 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.483778 Jy ! Inverting map and beam ! Estimated beam: bmin=3.861 mas, bmaj=13.06 mas, bpa=12.04 degrees ! Estimated noise=2843.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.021399 Jy ! Component: 100 - total flux cleaned = 0.0350388 Jy ! Component: 150 - total flux cleaned = 0.0449742 Jy ! Component: 200 - total flux cleaned = 0.0529368 Jy ! Total flux subtracted in 200 components = 0.0529368 Jy ! Clean residual min=-0.007312 max=0.007571 Jy/beam ! Clean residual mean=0.000047 rms=0.002053 Jy/beam ! Combined flux in latest and established models = 0.536715 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 94 components and 0.536715 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.037 mas, bmaj=18.95 mas, bpa=2.087 degrees ! Estimated noise=3316.09 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00966735 Jy ! Component: 100 - total flux cleaned = 0.0160337 Jy ! Component: 150 - total flux cleaned = 0.0196985 Jy ! Component: 200 - total flux cleaned = 0.0226697 Jy ! Total flux subtracted in 200 components = 0.0226697 Jy ! Clean residual min=-0.006039 max=0.006338 Jy/beam ! Clean residual mean=0.000017 rms=0.001960 Jy/beam ! Combined flux in latest and established models = 0.559384 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.00229214 Jy ! Component: 100 - total flux cleaned = 0.00338029 Jy ! Component: 150 - total flux cleaned = 0.00443901 Jy ! Component: 200 - total flux cleaned = 0.00527379 Jy ! Total flux subtracted in 200 components = 0.00527379 Jy ! Clean residual min=-0.005690 max=0.005988 Jy/beam ! Clean residual mean=0.000002 rms=0.001812 Jy/beam ! Combined flux in latest and established models = 0.564658 Jy ! Adding 114 model components to the UV plane model. ! The established model now contains 202 components and 0.564658 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.861 mas, bmaj=13.06 mas, bpa=12.04 degrees ! Estimated noise=2843.69 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000887548 Jy ! Component: 100 - total flux cleaned = 0.0016336 Jy ! Component: 150 - total flux cleaned = 0.00201185 Jy ! Component: 200 - total flux cleaned = 0.00253731 Jy ! Total flux subtracted in 200 components = 0.00253731 Jy ! Clean residual min=-0.005955 max=0.006639 Jy/beam ! Clean residual mean=-0.000001 rms=0.001590 Jy/beam ! Combined flux in latest and established models = 0.567195 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 219 components and 0.567196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112487Jy sigma=0.000637 ! Fit after self-cal, rms=0.112439Jy sigma=0.000637 wmodel J1246-2547_S_2017_03_27_pus_map.mod ! Writing 219 model components to file: J1246-2547_S_2017_03_27_pus_map.mod wobs J1246-2547_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J1246-2547_S_2017_03_27_pus_uvs.fits wwins J1246-2547_S_2017_03_27_pus_map.win ! wwins: Wrote 3 windows to J1246-2547_S_2017_03_27_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.00149966 Jy ! Component: 100 - total flux cleaned = 0.00293441 Jy ! Component: 150 - total flux cleaned = 0.00409906 Jy ! Component: 200 - total flux cleaned = 0.00475015 Jy ! Component: 250 - total flux cleaned = 0.00546754 Jy ! Component: 300 - total flux cleaned = 0.00624849 Jy ! Component: 350 - total flux cleaned = 0.00692289 Jy ! Component: 400 - total flux cleaned = 0.00749473 Jy ! Component: 450 - total flux cleaned = 0.00820556 Jy ! Component: 500 - total flux cleaned = 0.00851389 Jy ! Component: 550 - total flux cleaned = 0.00926171 Jy ! Component: 600 - total flux cleaned = 0.00984301 Jy ! Component: 650 - total flux cleaned = 0.0102693 Jy ! Component: 700 - total flux cleaned = 0.0109624 Jy ! Component: 750 - total flux cleaned = 0.0115025 Jy ! Component: 800 - total flux cleaned = 0.0119639 Jy ! Component: 850 - total flux cleaned = 0.0126754 Jy ! Component: 900 - total flux cleaned = 0.0130555 Jy ! Component: 950 - total flux cleaned = 0.0135542 Jy ! Component: 1000 - total flux cleaned = 0.0141041 Jy ! Component: 1050 - total flux cleaned = 0.0145846 Jy ! Component: 1100 - total flux cleaned = 0.0152321 Jy ! Component: 1150 - total flux cleaned = 0.0155206 Jy ! Component: 1200 - total flux cleaned = 0.0160315 Jy ! Component: 1250 - total flux cleaned = 0.0162551 Jy ! Component: 1300 - total flux cleaned = 0.0166958 Jy ! Component: 1350 - total flux cleaned = 0.0170761 Jy ! Component: 1400 - total flux cleaned = 0.0174505 Jy ! Component: 1450 - total flux cleaned = 0.0176604 Jy ! Component: 1500 - total flux cleaned = 0.0178158 Jy ! Component: 1550 - total flux cleaned = 0.0179181 Jy ! Component: 1600 - total flux cleaned = 0.0182712 Jy ! Component: 1650 - total flux cleaned = 0.0182692 Jy ! Component: 1700 - total flux cleaned = 0.0184647 Jy ! Component: 1750 - total flux cleaned = 0.0184162 Jy ! Component: 1800 - total flux cleaned = 0.0187023 Jy ! Component: 1850 - total flux cleaned = 0.0186545 Jy ! Component: 1900 - total flux cleaned = 0.0188409 Jy ! Component: 1950 - total flux cleaned = 0.0188412 Jy ! Component: 2000 - total flux cleaned = 0.019069 Jy ! Component: 2050 - total flux cleaned = 0.0190694 Jy ! Component: 2100 - total flux cleaned = 0.0192477 Jy ! Component: 2150 - total flux cleaned = 0.019467 Jy ! Component: 2200 - total flux cleaned = 0.0195104 Jy ! Component: 2250 - total flux cleaned = 0.0196823 Jy ! Component: 2300 - total flux cleaned = 0.0197245 Jy ! Component: 2350 - total flux cleaned = 0.0197245 Jy ! Component: 2400 - total flux cleaned = 0.019808 Jy ! Component: 2450 - total flux cleaned = 0.019808 Jy ! Component: 2500 - total flux cleaned = 0.019889 Jy ! Component: 2550 - total flux cleaned = 0.0198894 Jy ! Component: 2600 - total flux cleaned = 0.0199296 Jy ! Component: 2650 - total flux cleaned = 0.0199695 Jy ! Component: 2700 - total flux cleaned = 0.0199298 Jy ! Component: 2750 - total flux cleaned = 0.0198905 Jy ! Component: 2800 - total flux cleaned = 0.019929 Jy ! Component: 2850 - total flux cleaned = 0.0197757 Jy ! Component: 2900 - total flux cleaned = 0.0197001 Jy ! Component: 2950 - total flux cleaned = 0.0198132 Jy ! Component: 3000 - total flux cleaned = 0.0198506 Jy ! Component: 3050 - total flux cleaned = 0.0198132 Jy ! Component: 3100 - total flux cleaned = 0.01974 Jy ! Component: 3150 - total flux cleaned = 0.0197767 Jy ! Component: 3200 - total flux cleaned = 0.0198493 Jy ! Component: 3250 - total flux cleaned = 0.0199923 Jy ! Component: 3300 - total flux cleaned = 0.0198498 Jy ! Component: 3350 - total flux cleaned = 0.0197082 Jy ! Component: 3400 - total flux cleaned = 0.0198488 Jy ! Component: 3450 - total flux cleaned = 0.019744 Jy ! Component: 3500 - total flux cleaned = 0.0197443 Jy ! Component: 3550 - total flux cleaned = 0.019744 Jy ! Component: 3600 - total flux cleaned = 0.0196412 Jy ! Component: 3650 - total flux cleaned = 0.0196411 Jy ! Component: 3700 - total flux cleaned = 0.0197423 Jy ! Component: 3750 - total flux cleaned = 0.0197424 Jy ! Component: 3800 - total flux cleaned = 0.0197086 Jy ! Component: 3850 - total flux cleaned = 0.0197417 Jy ! Component: 3900 - total flux cleaned = 0.0197081 Jy ! Component: 3950 - total flux cleaned = 0.019708 Jy ! Component: 4000 - total flux cleaned = 0.0196102 Jy ! Component: 4050 - total flux cleaned = 0.0194805 Jy ! Total flux subtracted in 4096 components = 0.0196098 Jy ! Clean residual min=-0.002172 max=0.001808 Jy/beam ! Clean residual mean=-0.000006 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.586805 Jy keep ! Adding 308 model components to the UV plane model. ! The established model now contains 527 components and 0.586805 Jy ![Exited script file: muppet] wmap "J1246-2547_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.861 x 13.06 at 12.04 degrees (North through East) ! Clean map min=-0.0048502 max=0.4299 Jy/beam ! Writing clean map to FITS file: J1246-2547_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.429896 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000611267 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.426568 0.426568 0.853137 1.70627 3.41255 6.82509 13.6502 27.3004 54.6008 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.429 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.861 x 13.06 at 12.04 degrees (North through East) ! Clean map min=-0.0048502 max=0.4299 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 J1246-2547_S_2017_03_27_pus_uvs.log closed on Sun Apr 28 14:42:15 2019