! Started logfile: J0219-1842_S_2017_06_15_pus_uvs.log on Tue May 7 15:09:17 2019 obs J0219-1842_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J0219-1842_S_2017_06_15_pus_uva.fits ! AN table 1: 76 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.898538 visibilities/baseline/integration-bin. ! Found source: J0219-1842 ! ! 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 603 lines of history. ! ! Reading 12292 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 J0219-1842_S_2017_06_15_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 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 406 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.788467Jy sigma=0.006076 ! Fit after self-cal, rms=0.763299Jy sigma=0.005884 ! 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.564 mas, bmaj=6.827 mas, bpa=-4.163 degrees ! Estimated noise=1354.8 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.184552 Jy ! Component: 100 - total flux cleaned = 0.224815 Jy ! Total flux subtracted in 100 components = 0.224815 Jy ! Clean residual min=-0.009646 max=0.018585 Jy/beam ! Clean residual mean=0.000001 rms=0.002929 Jy/beam ! Combined flux in latest and established models = 0.224815 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.224815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100911Jy sigma=0.000757 ! Fit after self-cal, rms=0.100906Jy sigma=0.000757 ! Inverting map ! Added new window around map position (3.5, -10.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0173437 Jy ! Component: 100 - total flux cleaned = 0.0277725 Jy ! Total flux subtracted in 100 components = 0.0277725 Jy ! Clean residual min=-0.008434 max=0.014671 Jy/beam ! Clean residual mean=0.000008 rms=0.002436 Jy/beam ! Combined flux in latest and established models = 0.252588 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 26 components and 0.252588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.097255Jy sigma=0.000724 ! Fit after self-cal, rms=0.097068Jy sigma=0.000722 ! 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.027 mas, bmaj=8.006 mas, bpa=-4.553 degrees ! Estimated noise=956.878 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.0118299 Jy ! Component: 100 - total flux cleaned = 0.0182606 Jy ! Component: 150 - total flux cleaned = 0.0221999 Jy ! Component: 200 - total flux cleaned = 0.0247149 Jy ! Total flux subtracted in 200 components = 0.0247149 Jy ! Clean residual min=-0.007370 max=0.009480 Jy/beam ! Clean residual mean=0.000023 rms=0.001912 Jy/beam ! Combined flux in latest and established models = 0.277303 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 55 components and 0.277303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095778Jy sigma=0.000710 ! Fit after self-cal, rms=0.095763Jy sigma=0.000709 ! 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.28 FD 0.90 HN 1.11 KP 1.00 ! LA 0.99 MK 1.00 NL 0.88 OV 0.96 ! PT 1.03 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 2.37 FD 0.91 HN 1.13 KP 1.01 ! LA 0.97 MK 1.01 NL 1.04 OV 0.99 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.26 FD 0.96 HN 1.13 KP 1.00 ! LA 0.98 MK 1.01 NL 1.00 OV 0.89 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.11 KP 1.00* ! LA 1.18 MK 1.03 NL 1.00* OV 1.00* ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.095763Jy sigma=0.000709 ! Fit after self-cal, rms=0.095748Jy sigma=0.000680 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.049 mas, bmaj=8.028 mas, bpa=-4.147 degrees ! Estimated noise=959.656 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.00303411 Jy ! Component: 100 - total flux cleaned = -0.00383755 Jy ! Component: 150 - total flux cleaned = -0.00435818 Jy ! Component: 200 - total flux cleaned = -0.00469952 Jy ! Total flux subtracted in 200 components = -0.00469952 Jy ! Clean residual min=-0.005893 max=0.006804 Jy/beam ! Clean residual mean=0.000008 rms=0.001418 Jy/beam ! Combined flux in latest and established models = 0.272603 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 67 components and 0.272603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095530Jy sigma=0.000679 ! Fit after self-cal, rms=0.095625Jy sigma=0.000679 ! 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.095625Jy sigma=0.000679 ! Fit after self-cal, rms=0.096490Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.05 mas, bmaj=8.018 mas, bpa=-4.391 degrees ! Estimated noise=960.975 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0019016 Jy ! Component: 100 - total flux cleaned = -0.00215081 Jy ! Component: 150 - total flux cleaned = -0.0023721 Jy ! Component: 200 - total flux cleaned = -0.00250586 Jy ! Total flux subtracted in 200 components = -0.00250586 Jy ! Clean residual min=-0.003218 max=0.002483 Jy/beam ! Clean residual mean=0.000004 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.270097 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 79 components and 0.270097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096317Jy sigma=0.000659 ! Fit after self-cal, rms=0.096374Jy sigma=0.000659 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.000585669 Jy ! Component: 100 - total flux cleaned = -0.000700262 Jy ! Component: 150 - total flux cleaned = -0.000804355 Jy ! Component: 200 - total flux cleaned = -0.000898635 Jy ! Total flux subtracted in 200 components = -0.000898635 Jy ! Clean residual min=-0.002917 max=0.002404 Jy/beam ! Clean residual mean=0.000003 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.269199 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 81 components and 0.269199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096304Jy sigma=0.000658 ! Fit after self-cal, rms=0.096299Jy sigma=0.000658 ! 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.096299Jy sigma=0.000658 ! Fit after self-cal, rms=0.096835Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.049 mas, bmaj=8.013 mas, bpa=-4.417 degrees ! Estimated noise=959.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00130524 Jy ! Component: 100 - total flux cleaned = -0.00152482 Jy ! Component: 150 - total flux cleaned = -0.00162266 Jy ! Component: 200 - total flux cleaned = -0.00171416 Jy ! Total flux subtracted in 200 components = -0.00171416 Jy ! Clean residual min=-0.002543 max=0.002292 Jy/beam ! Clean residual mean=0.000003 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.267485 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 84 components and 0.267485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096758Jy sigma=0.000657 ! Fit after self-cal, rms=0.096760Jy sigma=0.000657 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.000302962 Jy ! Component: 100 - total flux cleaned = -0.000340996 Jy ! Component: 150 - total flux cleaned = -0.000416212 Jy ! Component: 200 - total flux cleaned = -0.000485113 Jy ! Total flux subtracted in 200 components = -0.000485113 Jy ! Clean residual min=-0.002332 max=0.002213 Jy/beam ! Clean residual mean=0.000002 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.266999 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 90 components and 0.266999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096722Jy sigma=0.000657 ! Fit after self-cal, rms=0.096718Jy sigma=0.000657 ! 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.096718Jy sigma=0.000657 ! Fit after self-cal, rms=0.096969Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.637 mas, bmaj=17.48 mas, bpa=-1.107 degrees ! Estimated noise=1217.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000120884 Jy ! Component: 100 - total flux cleaned = -0.000243075 Jy ! Component: 150 - total flux cleaned = -0.000320556 Jy ! Component: 200 - total flux cleaned = -0.000366373 Jy ! Total flux subtracted in 200 components = -0.000366373 Jy ! Clean residual min=-0.002181 max=0.002129 Jy/beam ! Clean residual mean=0.000004 rms=0.000618 Jy/beam ! Combined flux in latest and established models = 0.266633 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 96 components and 0.266633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096958Jy sigma=0.000657 ! Fit after self-cal, rms=0.096961Jy sigma=0.000657 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 = -2.62949e-05 Jy ! Component: 100 - total flux cleaned = -4.78956e-05 Jy ! Component: 150 - total flux cleaned = -2.85444e-05 Jy ! Component: 200 - total flux cleaned = -2.91379e-05 Jy ! Total flux subtracted in 200 components = -2.91379e-05 Jy ! Clean residual min=-0.002176 max=0.002111 Jy/beam ! Clean residual mean=0.000004 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.266604 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 98 components and 0.266604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096956Jy sigma=0.000657 ! Fit after self-cal, rms=0.096954Jy sigma=0.000657 ! 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.047 mas, bmaj=8.009 mas, bpa=-4.436 degrees ! Estimated noise=957.578 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.047 x 8.009 at -4.436 degrees (North through East) ! Clean map min=-0.0024315 max=0.23692 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.566 mas, bmaj=6.794 mas, bpa=-3.985 degrees ! Estimated noise=1376.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.187362 Jy ! Component: 100 - total flux cleaned = 0.228549 Jy ! Component: 150 - total flux cleaned = 0.242218 Jy ! Component: 200 - total flux cleaned = 0.25017 Jy ! Total flux subtracted in 200 components = 0.25017 Jy ! Clean residual min=-0.004054 max=0.004169 Jy/beam ! Clean residual mean=-0.000001 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.25017 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.25017 Jy ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=8.009 mas, bpa=-4.436 degrees ! Estimated noise=957.578 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.00680202 Jy ! Component: 100 - total flux cleaned = 0.0103873 Jy ! Component: 150 - total flux cleaned = 0.0124877 Jy ! Component: 200 - total flux cleaned = 0.0138052 Jy ! Total flux subtracted in 200 components = 0.0138052 Jy ! Clean residual min=-0.002098 max=0.002284 Jy/beam ! Clean residual mean=0.000001 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.263975 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 65 components and 0.263975 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.637 mas, bmaj=17.48 mas, bpa=-1.107 degrees ! Estimated noise=1217.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00174577 Jy ! Component: 100 - total flux cleaned = 0.00204725 Jy ! Component: 150 - total flux cleaned = 0.00218128 Jy ! Component: 200 - total flux cleaned = 0.00220442 Jy ! Total flux subtracted in 200 components = 0.00220442 Jy ! Clean residual min=-0.002128 max=0.002048 Jy/beam ! Clean residual mean=0.000003 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.266179 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 = -6.23295e-08 Jy ! Component: 100 - total flux cleaned = -4.56502e-07 Jy ! Component: 150 - total flux cleaned = -4.35284e-09 Jy ! Component: 200 - total flux cleaned = 1.55135e-05 Jy ! Total flux subtracted in 200 components = 1.55135e-05 Jy ! Clean residual min=-0.002105 max=0.002012 Jy/beam ! Clean residual mean=0.000003 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.266195 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 73 components and 0.266195 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.047 mas, bmaj=8.009 mas, bpa=-4.436 degrees ! Estimated noise=957.578 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000461862 Jy ! Component: 100 - total flux cleaned = -0.000562706 Jy ! Component: 150 - total flux cleaned = -0.000580603 Jy ! Component: 200 - total flux cleaned = -0.00056429 Jy ! Total flux subtracted in 200 components = -0.00056429 Jy ! Clean residual min=-0.002015 max=0.002286 Jy/beam ! Clean residual mean=0.000002 rms=0.000537 Jy/beam ! Combined flux in latest and established models = 0.265631 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 83 components and 0.265631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096885Jy sigma=0.000657 ! Fit after self-cal, rms=0.096869Jy sigma=0.000657 wmodel J0219-1842_S_2017_06_15_pus_map.mod ! Writing 83 model components to file: J0219-1842_S_2017_06_15_pus_map.mod wobs J0219-1842_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J0219-1842_S_2017_06_15_pus_uvs.fits wwins J0219-1842_S_2017_06_15_pus_map.win ! wwins: Wrote 2 windows to J0219-1842_S_2017_06_15_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.000581321 Jy ! Component: 100 - total flux cleaned = 0.000806614 Jy ! Component: 150 - total flux cleaned = 0.000876608 Jy ! Component: 200 - total flux cleaned = 0.00104318 Jy ! Component: 250 - total flux cleaned = 0.00126736 Jy ! Component: 300 - total flux cleaned = 0.0014823 Jy ! Component: 350 - total flux cleaned = 0.00160133 Jy ! Component: 400 - total flux cleaned = 0.00165941 Jy ! Component: 450 - total flux cleaned = 0.00165942 Jy ! Component: 500 - total flux cleaned = 0.00163214 Jy ! Component: 550 - total flux cleaned = 0.00160531 Jy ! Component: 600 - total flux cleaned = 0.00147319 Jy ! Component: 650 - total flux cleaned = 0.00144698 Jy ! Component: 700 - total flux cleaned = 0.00139541 Jy ! Component: 750 - total flux cleaned = 0.00137018 Jy ! Component: 800 - total flux cleaned = 0.00139497 Jy ! Component: 850 - total flux cleaned = 0.0013951 Jy ! Component: 900 - total flux cleaned = 0.0014671 Jy ! Component: 950 - total flux cleaned = 0.001467 Jy ! Component: 1000 - total flux cleaned = 0.00153643 Jy ! Component: 1050 - total flux cleaned = 0.00153592 Jy ! Component: 1100 - total flux cleaned = 0.00153625 Jy ! Component: 1150 - total flux cleaned = 0.00155859 Jy ! Component: 1200 - total flux cleaned = 0.00158062 Jy ! Component: 1250 - total flux cleaned = 0.0015374 Jy ! Component: 1300 - total flux cleaned = 0.00162372 Jy ! Component: 1350 - total flux cleaned = 0.00155953 Jy ! Component: 1400 - total flux cleaned = 0.00155951 Jy ! Component: 1450 - total flux cleaned = 0.00151821 Jy ! Component: 1500 - total flux cleaned = 0.00153864 Jy ! Component: 1550 - total flux cleaned = 0.00149814 Jy ! Component: 1600 - total flux cleaned = 0.0014782 Jy ! Component: 1650 - total flux cleaned = 0.00149807 Jy ! Component: 1700 - total flux cleaned = 0.00143907 Jy ! Component: 1750 - total flux cleaned = 0.0014194 Jy ! Component: 1800 - total flux cleaned = 0.00138114 Jy ! Component: 1850 - total flux cleaned = 0.00138118 Jy ! Component: 1900 - total flux cleaned = 0.0013064 Jy ! Component: 1950 - total flux cleaned = 0.0013067 Jy ! Component: 2000 - total flux cleaned = 0.00130708 Jy ! Component: 2050 - total flux cleaned = 0.00127081 Jy ! Component: 2100 - total flux cleaned = 0.00121699 Jy ! Component: 2150 - total flux cleaned = 0.00123501 Jy ! Component: 2200 - total flux cleaned = 0.00111169 Jy ! Component: 2250 - total flux cleaned = 0.00118156 Jy ! Component: 2300 - total flux cleaned = 0.00114676 Jy ! Component: 2350 - total flux cleaned = 0.00111239 Jy ! Component: 2400 - total flux cleaned = 0.00102765 Jy ! Component: 2450 - total flux cleaned = 0.00104408 Jy ! Component: 2500 - total flux cleaned = 0.00101088 Jy ! Component: 2550 - total flux cleaned = 0.00097763 Jy ! Component: 2600 - total flux cleaned = 0.000912174 Jy ! Component: 2650 - total flux cleaned = 0.000944474 Jy ! Component: 2700 - total flux cleaned = 0.000960482 Jy ! Component: 2750 - total flux cleaned = 0.000928748 Jy ! Component: 2800 - total flux cleaned = 0.000897255 Jy ! Component: 2850 - total flux cleaned = 0.000912979 Jy ! Component: 2900 - total flux cleaned = 0.000944353 Jy ! Component: 2950 - total flux cleaned = 0.00100593 Jy ! Component: 3000 - total flux cleaned = 0.00103657 Jy ! Component: 3050 - total flux cleaned = 0.00106703 Jy ! Component: 3100 - total flux cleaned = 0.00108229 Jy ! Component: 3150 - total flux cleaned = 0.00111211 Jy ! Component: 3200 - total flux cleaned = 0.00118621 Jy ! Component: 3250 - total flux cleaned = 0.00115672 Jy ! Component: 3300 - total flux cleaned = 0.00120046 Jy ! Component: 3350 - total flux cleaned = 0.00117136 Jy ! Component: 3400 - total flux cleaned = 0.00117144 Jy ! Component: 3450 - total flux cleaned = 0.00118565 Jy ! Component: 3500 - total flux cleaned = 0.00118556 Jy ! Component: 3550 - total flux cleaned = 0.00117161 Jy ! Component: 3600 - total flux cleaned = 0.00111565 Jy ! Component: 3650 - total flux cleaned = 0.00117116 Jy ! Component: 3700 - total flux cleaned = 0.00107453 Jy ! Component: 3750 - total flux cleaned = 0.0011157 Jy ! Component: 3800 - total flux cleaned = 0.00112931 Jy ! Component: 3850 - total flux cleaned = 0.0011157 Jy ! Component: 3900 - total flux cleaned = 0.00108879 Jy ! Component: 3950 - total flux cleaned = 0.00103543 Jy ! Component: 4000 - total flux cleaned = 0.00106212 Jy ! Component: 4050 - total flux cleaned = 0.00106214 Jy ! Total flux subtracted in 4096 components = 0.00108831 Jy ! Clean residual min=-0.000849 max=0.000901 Jy/beam ! Clean residual mean=0.000001 rms=0.000235 Jy/beam ! Combined flux in latest and established models = 0.266719 Jy keep ! Adding 279 model components to the UV plane model. ! The established model now contains 362 components and 0.266719 Jy ![Exited script file: muppet] wmap "J0219-1842_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.047 x 8.009 at -4.436 degrees (North through East) ! Clean map min=-0.0015259 max=0.2396 Jy/beam ! Writing clean map to FITS file: J0219-1842_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.239601 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000234827 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.294023 0.294023 0.588046 1.17609 2.35219 4.70437 9.40874 18.8175 37.635 75.2699 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.239 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.047 x 8.009 at -4.436 degrees (North through East) ! Clean map min=-0.0015259 max=0.2396 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 J0219-1842_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:09:21 2019