! Started logfile: J1418+1703_S_2017_06_15_pus_uvs.log on Tue May 7 15:21:45 2019 obs J1418+1703_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1418+1703_S_2017_06_15_pus_uva.fits ! AN table 1: 219 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.618874 visibilities/baseline/integration-bin. ! Found source: J1418+1703 ! ! 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 24396 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 J1418+1703_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 751 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 861 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 639 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1905 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001986Jy sigma=0.009752 ! Fit after self-cal, rms=0.963780Jy sigma=0.009396 ! 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.819 mas, bmaj=7.244 mas, bpa=2.951 degrees ! Estimated noise=932.39 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.0295383 Jy ! Component: 100 - total flux cleaned = 0.0360078 Jy ! Total flux subtracted in 100 components = 0.0360078 Jy ! Clean residual min=-0.002420 max=0.002733 Jy/beam ! Clean residual mean=0.000003 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.0360078 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0360078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071291Jy sigma=0.000648 ! Fit after self-cal, rms=0.069663Jy sigma=0.000632 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00365502 Jy ! Component: 100 - total flux cleaned = 0.00407102 Jy ! Total flux subtracted in 100 components = 0.00407102 Jy ! Clean residual min=-0.002446 max=0.002467 Jy/beam ! Clean residual mean=0.000003 rms=0.000600 Jy/beam ! Combined flux in latest and established models = 0.0400788 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 10 components and 0.0400788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069385Jy sigma=0.000629 ! Fit after self-cal, rms=0.069342Jy sigma=0.000629 ! 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.751 mas, bmaj=8.492 mas, bpa=5.178 degrees ! Estimated noise=599.27 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.000932347 Jy ! Component: 100 - total flux cleaned = 0.0010328 Jy ! Component: 150 - total flux cleaned = 0.000992129 Jy ! Component: 200 - total flux cleaned = 0.000957706 Jy ! Total flux subtracted in 200 components = 0.000957706 Jy ! Clean residual min=-0.001729 max=0.002025 Jy/beam ! Clean residual mean=-0.000002 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.0410365 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 18 components and 0.0410365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069273Jy sigma=0.000629 ! Fit after self-cal, rms=0.069254Jy sigma=0.000629 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.98 HN 0.99 KP 0.96 ! LA 1.01 MK 1.01 NL 0.90 OV 1.01 ! PT 1.12 SC 1.01 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 0.96 HN 1.02 KP 0.99 ! LA 1.00 MK 0.95 NL 1.02 OV 0.98 ! PT 1.15 SC 1.04 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.02 HN 0.99 KP 0.97 ! LA 1.00 MK 1.06 NL 1.09 OV 0.94 ! PT 1.06 SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.85 KP 1.00* ! LA 0.97 MK 0.71 NL 1.00* OV 1.00* ! PT 0.92 SC 1.00* ! ! ! Fit before self-cal, rms=0.069254Jy sigma=0.000629 ! Fit after self-cal, rms=0.068198Jy sigma=0.000628 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.742 mas, bmaj=8.455 mas, bpa=4.721 degrees ! Estimated noise=596.687 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 = -5.35545e-05 Jy ! Component: 100 - total flux cleaned = 0.000110954 Jy ! Component: 150 - total flux cleaned = 0.000154223 Jy ! Component: 200 - total flux cleaned = 0.000190437 Jy ! Total flux subtracted in 200 components = 0.000190437 Jy ! Clean residual min=-0.001563 max=0.001922 Jy/beam ! Clean residual mean=0.000002 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.0412269 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 24 components and 0.0412269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068176Jy sigma=0.000628 ! Fit after self-cal, rms=0.068121Jy sigma=0.000627 ! 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.068121Jy sigma=0.000627 ! Fit after self-cal, rms=0.067354Jy sigma=0.000626 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.741 mas, bmaj=8.409 mas, bpa=4.887 degrees ! Estimated noise=595.268 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000335708 Jy ! Component: 100 - total flux cleaned = 0.0003352 Jy ! Component: 150 - total flux cleaned = 0.000335515 Jy ! Component: 200 - total flux cleaned = 0.000334948 Jy ! Total flux subtracted in 200 components = 0.000334948 Jy ! Clean residual min=-0.001291 max=0.001684 Jy/beam ! Clean residual mean=0.000001 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.0415619 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 36 components and 0.0415619 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067346Jy sigma=0.000626 ! Fit after self-cal, rms=0.067317Jy sigma=0.000625 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 = -5.94313e-06 Jy ! Component: 100 - total flux cleaned = -7.01149e-06 Jy ! Component: 150 - total flux cleaned = 1.88984e-05 Jy ! Component: 200 - total flux cleaned = 3.02932e-05 Jy ! Total flux subtracted in 200 components = 3.02932e-05 Jy ! Clean residual min=-0.001325 max=0.001484 Jy/beam ! Clean residual mean=-0.000000 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.0415921 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.0415921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067310Jy sigma=0.000625 ! Fit after self-cal, rms=0.067306Jy sigma=0.000625 ! 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.067306Jy sigma=0.000625 ! Fit after self-cal, rms=0.067155Jy sigma=0.000625 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.72 mas, bmaj=8.367 mas, bpa=4.953 degrees ! Estimated noise=592.82 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000299878 Jy ! Component: 100 - total flux cleaned = 0.0003277 Jy ! Component: 150 - total flux cleaned = 0.000340202 Jy ! Component: 200 - total flux cleaned = 0.000362564 Jy ! Total flux subtracted in 200 components = 0.000362564 Jy ! Clean residual min=-0.001245 max=0.001534 Jy/beam ! Clean residual mean=-0.000000 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.0419547 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.0419547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067149Jy sigma=0.000625 ! Fit after self-cal, rms=0.067169Jy sigma=0.000625 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.01152e-05 Jy ! Component: 100 - total flux cleaned = 3.01507e-05 Jy ! Component: 150 - total flux cleaned = 2.98809e-05 Jy ! Component: 200 - total flux cleaned = 3.89804e-05 Jy ! Total flux subtracted in 200 components = 3.89804e-05 Jy ! Clean residual min=-0.001258 max=0.001542 Jy/beam ! Clean residual mean=-0.000000 rms=0.000359 Jy/beam ! Combined flux in latest and established models = 0.0419937 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 42 components and 0.0419937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067164Jy sigma=0.000625 ! Fit after self-cal, rms=0.067165Jy sigma=0.000625 ! 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.067165Jy sigma=0.000625 ! Fit after self-cal, rms=0.067136Jy sigma=0.000625 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.566 mas, bmaj=11.62 mas, bpa=-6.278 degrees ! Estimated noise=707.916 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000413149 Jy ! Component: 100 - total flux cleaned = 0.000418704 Jy ! Component: 150 - total flux cleaned = 0.000436913 Jy ! Component: 200 - total flux cleaned = 0.000451976 Jy ! Total flux subtracted in 200 components = 0.000451976 Jy ! Clean residual min=-0.001263 max=0.001720 Jy/beam ! Clean residual mean=0.000000 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.0424457 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.0424457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067134Jy sigma=0.000625 ! Fit after self-cal, rms=0.067142Jy sigma=0.000625 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.000102332 Jy ! Component: 100 - total flux cleaned = 0.000102316 Jy ! Component: 150 - total flux cleaned = 9.85802e-05 Jy ! Component: 200 - total flux cleaned = 0.000104817 Jy ! Total flux subtracted in 200 components = 0.000104817 Jy ! Clean residual min=-0.001271 max=0.001699 Jy/beam ! Clean residual mean=0.000000 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.0425505 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 59 components and 0.0425505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067141Jy sigma=0.000625 ! Fit after self-cal, rms=0.067139Jy sigma=0.000625 ! 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.713 mas, bmaj=8.34 mas, bpa=5.035 degrees ! Estimated noise=592.147 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.713 x 8.34 at 5.035 degrees (North through East) ! Clean map min=-0.0022622 max=0.040942 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.798 mas, bmaj=7.14 mas, bpa=2.781 degrees ! Estimated noise=901.517 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0311997 Jy ! Component: 100 - total flux cleaned = 0.0370526 Jy ! Component: 150 - total flux cleaned = 0.0382391 Jy ! Component: 200 - total flux cleaned = 0.0392988 Jy ! Total flux subtracted in 200 components = 0.0392988 Jy ! Clean residual min=-0.002066 max=0.002107 Jy/beam ! Clean residual mean=0.000001 rms=0.000505 Jy/beam ! Combined flux in latest and established models = 0.0392988 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.0392988 Jy ! Inverting map and beam ! Estimated beam: bmin=3.713 mas, bmaj=8.34 mas, bpa=5.035 degrees ! Estimated noise=592.147 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.00201666 Jy ! Component: 100 - total flux cleaned = 0.00234757 Jy ! Component: 150 - total flux cleaned = 0.00258638 Jy ! Component: 200 - total flux cleaned = 0.00271931 Jy ! Total flux subtracted in 200 components = 0.00271931 Jy ! Clean residual min=-0.001274 max=0.001574 Jy/beam ! Clean residual mean=-0.000000 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0420181 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 27 components and 0.0420181 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.566 mas, bmaj=11.62 mas, bpa=-6.278 degrees ! Estimated noise=707.916 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00049569 Jy ! Component: 100 - total flux cleaned = 0.000530351 Jy ! Component: 150 - total flux cleaned = 0.000540826 Jy ! Component: 200 - total flux cleaned = 0.000541039 Jy ! Total flux subtracted in 200 components = 0.000541039 Jy ! Clean residual min=-0.001288 max=0.001719 Jy/beam ! Clean residual mean=0.000000 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.0425592 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 = 2.03611e-07 Jy ! Component: 100 - total flux cleaned = -3.81206e-08 Jy ! Component: 150 - total flux cleaned = -9.11455e-08 Jy ! Component: 200 - total flux cleaned = -1.2906e-07 Jy ! Total flux subtracted in 200 components = -1.2906e-07 Jy ! Clean residual min=-0.001280 max=0.001715 Jy/beam ! Clean residual mean=0.000000 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.0425591 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 33 components and 0.0425591 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.713 mas, bmaj=8.34 mas, bpa=5.035 degrees ! Estimated noise=592.147 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000292716 Jy ! Component: 100 - total flux cleaned = -0.000311446 Jy ! Component: 150 - total flux cleaned = -0.000313171 Jy ! Component: 200 - total flux cleaned = -0.000284629 Jy ! Total flux subtracted in 200 components = -0.000284629 Jy ! Clean residual min=-0.001231 max=0.001535 Jy/beam ! Clean residual mean=-0.000000 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.0422744 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 38 components and 0.0422744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067147Jy sigma=0.000625 ! Fit after self-cal, rms=0.067137Jy sigma=0.000625 wmodel J1418+1703_S_2017_06_15_pus_map.mod ! Writing 38 model components to file: J1418+1703_S_2017_06_15_pus_map.mod wobs J1418+1703_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1418+1703_S_2017_06_15_pus_uvs.fits wwins J1418+1703_S_2017_06_15_pus_map.win ! wwins: Wrote 1 windows to J1418+1703_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.000666399 Jy ! Component: 100 - total flux cleaned = 0.00085733 Jy ! Component: 150 - total flux cleaned = 0.000967882 Jy ! Component: 200 - total flux cleaned = 0.000989097 Jy ! Component: 250 - total flux cleaned = 0.00107054 Jy ! Component: 300 - total flux cleaned = 0.00109041 Jy ! Component: 350 - total flux cleaned = 0.00110943 Jy ! Component: 400 - total flux cleaned = 0.00112783 Jy ! Component: 450 - total flux cleaned = 0.00109101 Jy ! Component: 500 - total flux cleaned = 0.00112617 Jy ! Component: 550 - total flux cleaned = 0.00112575 Jy ! Component: 600 - total flux cleaned = 0.0011428 Jy ! Component: 650 - total flux cleaned = 0.00121011 Jy ! Component: 700 - total flux cleaned = 0.00122657 Jy ! Component: 750 - total flux cleaned = 0.00124313 Jy ! Component: 800 - total flux cleaned = 0.00127495 Jy ! Component: 850 - total flux cleaned = 0.00129088 Jy ! Component: 900 - total flux cleaned = 0.00133724 Jy ! Component: 950 - total flux cleaned = 0.00141307 Jy ! Component: 1000 - total flux cleaned = 0.00142778 Jy ! Component: 1050 - total flux cleaned = 0.0014572 Jy ! Component: 1100 - total flux cleaned = 0.00145752 Jy ! Component: 1150 - total flux cleaned = 0.00150042 Jy ! Component: 1200 - total flux cleaned = 0.00145814 Jy ! Component: 1250 - total flux cleaned = 0.00148618 Jy ! Component: 1300 - total flux cleaned = 0.00152737 Jy ! Component: 1350 - total flux cleaned = 0.00148659 Jy ! Component: 1400 - total flux cleaned = 0.00148663 Jy ! Component: 1450 - total flux cleaned = 0.00147338 Jy ! Component: 1500 - total flux cleaned = 0.00147325 Jy ! Component: 1550 - total flux cleaned = 0.00144759 Jy ! Component: 1600 - total flux cleaned = 0.00143481 Jy ! Component: 1650 - total flux cleaned = 0.00142188 Jy ! Component: 1700 - total flux cleaned = 0.00139694 Jy ! Component: 1750 - total flux cleaned = 0.00138461 Jy ! Component: 1800 - total flux cleaned = 0.00131197 Jy ! Component: 1850 - total flux cleaned = 0.001336 Jy ! Component: 1900 - total flux cleaned = 0.00130041 Jy ! Component: 1950 - total flux cleaned = 0.00130051 Jy ! Component: 2000 - total flux cleaned = 0.00131182 Jy ! Component: 2050 - total flux cleaned = 0.00124263 Jy ! Component: 2100 - total flux cleaned = 0.00125386 Jy ! Component: 2150 - total flux cleaned = 0.00126518 Jy ! Component: 2200 - total flux cleaned = 0.00125394 Jy ! Component: 2250 - total flux cleaned = 0.00125388 Jy ! Component: 2300 - total flux cleaned = 0.00126489 Jy ! Component: 2350 - total flux cleaned = 0.0012541 Jy ! Component: 2400 - total flux cleaned = 0.00128657 Jy ! Component: 2450 - total flux cleaned = 0.0013186 Jy ! Component: 2500 - total flux cleaned = 0.00132911 Jy ! Component: 2550 - total flux cleaned = 0.0013607 Jy ! Component: 2600 - total flux cleaned = 0.00136062 Jy ! Component: 2650 - total flux cleaned = 0.00141229 Jy ! Component: 2700 - total flux cleaned = 0.00143273 Jy ! Component: 2750 - total flux cleaned = 0.00144286 Jy ! Component: 2800 - total flux cleaned = 0.00145301 Jy ! Component: 2850 - total flux cleaned = 0.0015032 Jy ! Component: 2900 - total flux cleaned = 0.00153302 Jy ! Component: 2950 - total flux cleaned = 0.00153296 Jy ! Component: 3000 - total flux cleaned = 0.00153295 Jy ! Component: 3050 - total flux cleaned = 0.00156209 Jy ! Component: 3100 - total flux cleaned = 0.00156218 Jy ! Component: 3150 - total flux cleaned = 0.00154315 Jy ! Component: 3200 - total flux cleaned = 0.00156239 Jy ! Component: 3250 - total flux cleaned = 0.00158126 Jy ! Component: 3300 - total flux cleaned = 0.00158126 Jy ! Component: 3350 - total flux cleaned = 0.00159076 Jy ! Component: 3400 - total flux cleaned = 0.00160931 Jy ! Component: 3450 - total flux cleaned = 0.00160921 Jy ! Component: 3500 - total flux cleaned = 0.00163649 Jy ! Component: 3550 - total flux cleaned = 0.00162742 Jy ! Component: 3600 - total flux cleaned = 0.00160937 Jy ! Component: 3650 - total flux cleaned = 0.00160934 Jy ! Component: 3700 - total flux cleaned = 0.00163603 Jy ! Component: 3750 - total flux cleaned = 0.00163603 Jy ! Component: 3800 - total flux cleaned = 0.00164487 Jy ! Component: 3850 - total flux cleaned = 0.00163604 Jy ! Component: 3900 - total flux cleaned = 0.00163606 Jy ! Component: 3950 - total flux cleaned = 0.00166202 Jy ! Component: 4000 - total flux cleaned = 0.00169646 Jy ! Component: 4050 - total flux cleaned = 0.00167934 Jy ! Total flux subtracted in 4096 components = 0.00167939 Jy ! Clean residual min=-0.000455 max=0.000536 Jy/beam ! Clean residual mean=-0.000002 rms=0.000160 Jy/beam ! Combined flux in latest and established models = 0.0439538 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 334 components and 0.0439538 Jy ![Exited script file: muppet] wmap "J1418+1703_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.713 x 8.34 at 5.035 degrees (North through East) ! Clean map min=-0.0023096 max=0.040869 Jy/beam ! Writing clean map to FITS file: J1418+1703_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.0408692 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000154658 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.13526 1.13526 2.27053 4.54105 9.08211 18.1642 36.3284 72.6569 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.04 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.713 x 8.34 at 5.035 degrees (North through East) ! Clean map min=-0.0023096 max=0.040869 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 J1418+1703_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:21:50 2019