! Started logfile: J2116+0225_S_2017_06_10_pus_uvs.log on Mon May 6 15:02:09 2019 obs J2116+0225_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J2116+0225_S_2017_06_10_pus_uva.fits ! AN table 1: 218 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.975229 visibilities/baseline/integration-bin. ! Found source: J2116+0225 ! ! 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 1154 lines of history. ! ! Reading 38268 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 J2116+0225_S_2017_06_10_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 178 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 163 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1241 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.992000Jy sigma=0.009562 ! Fit after self-cal, rms=0.962746Jy sigma=0.009306 ! 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.83 mas, bmaj=7.17 mas, bpa=-4.802 degrees ! Estimated noise=816.513 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.0297316 Jy ! Component: 100 - total flux cleaned = 0.0370366 Jy ! Total flux subtracted in 100 components = 0.0370366 Jy ! Clean residual min=-0.002934 max=0.003187 Jy/beam ! Clean residual mean=-0.000051 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.0370366 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0370366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076493Jy sigma=0.000675 ! Fit after self-cal, rms=0.075392Jy sigma=0.000665 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00504961 Jy ! Component: 100 - total flux cleaned = 0.00777585 Jy ! Total flux subtracted in 100 components = 0.00777585 Jy ! Clean residual min=-0.002445 max=0.002598 Jy/beam ! Clean residual mean=-0.000044 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.0448125 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 26 components and 0.0448125 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074960Jy sigma=0.000661 ! Fit after self-cal, rms=0.074937Jy sigma=0.000661 ! 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.293 mas, bmaj=8.176 mas, bpa=-5.085 degrees ! Estimated noise=453.819 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.00318671 Jy ! Component: 100 - total flux cleaned = 0.00492037 Jy ! Component: 150 - total flux cleaned = 0.00596804 Jy ! Component: 200 - total flux cleaned = 0.00650452 Jy ! Total flux subtracted in 200 components = 0.00650452 Jy ! Clean residual min=-0.002189 max=0.002984 Jy/beam ! Clean residual mean=-0.000035 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.051317 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 48 components and 0.051317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074791Jy sigma=0.000659 ! Fit after self-cal, rms=0.074764Jy sigma=0.000659 ! 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.10 FD 1.01 HN 1.06 KP 0.91 ! LA 0.97 MK 1.09 NL 1.05 OV 1.15 ! PT 0.98 SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.03 HN 1.05 KP 1.01 ! LA 0.94 MK 1.01 NL 1.05 OV 1.14 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.11 HN 1.03 KP 0.94 ! LA 0.91 MK 1.06 NL 1.12 OV 1.07 ! PT 0.88 SC 1.10 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 0.89 KP 1.00* ! LA 0.70 MK 0.78 NL 1.00* OV 1.00* ! PT 0.82 SC 1.00* ! ! ! Fit before self-cal, rms=0.074764Jy sigma=0.000659 ! Fit after self-cal, rms=0.076372Jy sigma=0.000657 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.305 mas, bmaj=8.291 mas, bpa=-5.616 degrees ! Estimated noise=461.234 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 (-6.5, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00226537 Jy ! Component: 100 - total flux cleaned = 0.00319791 Jy ! Component: 150 - total flux cleaned = 0.00374383 Jy ! Component: 200 - total flux cleaned = 0.00412549 Jy ! Total flux subtracted in 200 components = 0.00412549 Jy ! Clean residual min=-0.001782 max=0.002078 Jy/beam ! Clean residual mean=-0.000031 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.0554425 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 68 components and 0.0554425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076295Jy sigma=0.000656 ! Fit after self-cal, rms=0.076283Jy sigma=0.000655 ! 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.076283Jy sigma=0.000655 ! Fit after self-cal, rms=0.074028Jy sigma=0.000654 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.309 mas, bmaj=8.28 mas, bpa=-5.799 degrees ! Estimated noise=459.832 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00118704 Jy ! Component: 100 - total flux cleaned = 0.00170388 Jy ! Component: 150 - total flux cleaned = 0.00194966 Jy ! Component: 200 - total flux cleaned = 0.00205322 Jy ! Total flux subtracted in 200 components = 0.00205322 Jy ! Clean residual min=-0.001668 max=0.001898 Jy/beam ! Clean residual mean=-0.000020 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.0574957 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 84 components and 0.0574957 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074009Jy sigma=0.000654 ! Fit after self-cal, rms=0.073985Jy sigma=0.000653 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 (5, -40.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00198305 Jy ! Component: 100 - total flux cleaned = 0.0031464 Jy ! Component: 150 - total flux cleaned = 0.00370036 Jy ! Component: 200 - total flux cleaned = 0.00413106 Jy ! Total flux subtracted in 200 components = 0.00413106 Jy ! Clean residual min=-0.001602 max=0.001341 Jy/beam ! Clean residual mean=-0.000020 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.0616268 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 106 components and 0.0616268 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073926Jy sigma=0.000653 ! Fit after self-cal, rms=0.073882Jy sigma=0.000652 ! 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.073882Jy sigma=0.000652 ! Fit after self-cal, rms=0.073770Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.303 mas, bmaj=8.284 mas, bpa=-5.941 degrees ! Estimated noise=457.488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125915 Jy ! Component: 100 - total flux cleaned = 0.0021126 Jy ! Component: 150 - total flux cleaned = 0.00256262 Jy ! Component: 200 - total flux cleaned = 0.00297621 Jy ! Total flux subtracted in 200 components = 0.00297621 Jy ! Clean residual min=-0.001536 max=0.001332 Jy/beam ! Clean residual mean=-0.000017 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.064603 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 111 components and 0.064603 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073741Jy sigma=0.000652 ! Fit after self-cal, rms=0.073738Jy sigma=0.000652 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.000878328 Jy ! Component: 100 - total flux cleaned = 0.00127598 Jy ! Component: 150 - total flux cleaned = 0.00166506 Jy ! Component: 200 - total flux cleaned = 0.00190775 Jy ! Total flux subtracted in 200 components = 0.00190775 Jy ! Clean residual min=-0.001534 max=0.001267 Jy/beam ! Clean residual mean=-0.000018 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.0665107 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 117 components and 0.0665107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073721Jy sigma=0.000652 ! Fit after self-cal, rms=0.073699Jy sigma=0.000651 ! 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.073699Jy sigma=0.000651 ! Fit after self-cal, rms=0.073985Jy sigma=0.000651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.839 mas, bmaj=12.96 mas, bpa=-6.839 degrees ! Estimated noise=574.141 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00109001 Jy ! Component: 100 - total flux cleaned = 0.00185253 Jy ! Component: 150 - total flux cleaned = 0.00243804 Jy ! Component: 200 - total flux cleaned = 0.0028849 Jy ! Total flux subtracted in 200 components = 0.0028849 Jy ! Clean residual min=-0.001754 max=0.001515 Jy/beam ! Clean residual mean=-0.000034 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.0693956 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 140 components and 0.0693956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073974Jy sigma=0.000651 ! Fit after self-cal, rms=0.073975Jy sigma=0.000651 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.000629538 Jy ! Component: 100 - total flux cleaned = 0.000884438 Jy ! Component: 150 - total flux cleaned = 0.0011025 Jy ! Component: 200 - total flux cleaned = 0.00123427 Jy ! Total flux subtracted in 200 components = 0.00123427 Jy ! Clean residual min=-0.001769 max=0.001605 Jy/beam ! Clean residual mean=-0.000034 rms=0.000471 Jy/beam ! Combined flux in latest and established models = 0.0706299 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 146 components and 0.0706299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073971Jy sigma=0.000651 ! Fit after self-cal, rms=0.073969Jy sigma=0.000651 ! 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.3 mas, bmaj=8.287 mas, bpa=-6.03 degrees ! Estimated noise=458.016 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.3 x 8.287 at -6.03 degrees (North through East) ! Clean map min=-0.0015037 max=0.039857 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.824 mas, bmaj=7.253 mas, bpa=-6.153 degrees ! Estimated noise=814.115 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0310908 Jy ! Component: 100 - total flux cleaned = 0.0392104 Jy ! Component: 150 - total flux cleaned = 0.0442039 Jy ! Component: 200 - total flux cleaned = 0.0478808 Jy ! Total flux subtracted in 200 components = 0.0478808 Jy ! Clean residual min=-0.002905 max=0.003127 Jy/beam ! Clean residual mean=-0.000035 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.0478808 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.0478808 Jy ! Inverting map and beam ! Estimated beam: bmin=3.3 mas, bmaj=8.287 mas, bpa=-6.03 degrees ! Estimated noise=458.016 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.00421446 Jy ! Component: 100 - total flux cleaned = 0.0073684 Jy ! Component: 150 - total flux cleaned = 0.00991343 Jy ! Component: 200 - total flux cleaned = 0.011991 Jy ! Total flux subtracted in 200 components = 0.011991 Jy ! Clean residual min=-0.002072 max=0.002046 Jy/beam ! Clean residual mean=-0.000021 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.0598718 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 74 components and 0.0598718 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.839 mas, bmaj=12.96 mas, bpa=-6.839 degrees ! Estimated noise=574.141 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00285482 Jy ! Component: 100 - total flux cleaned = 0.00491895 Jy ! Component: 150 - total flux cleaned = 0.00645351 Jy ! Component: 200 - total flux cleaned = 0.0076301 Jy ! Total flux subtracted in 200 components = 0.0076301 Jy ! Clean residual min=-0.002067 max=0.001518 Jy/beam ! Clean residual mean=-0.000036 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.0675019 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.000932319 Jy ! Component: 100 - total flux cleaned = 0.00167653 Jy ! Component: 150 - total flux cleaned = 0.00227505 Jy ! Component: 200 - total flux cleaned = 0.00276019 Jy ! Total flux subtracted in 200 components = 0.00276019 Jy ! Clean residual min=-0.001903 max=0.001591 Jy/beam ! Clean residual mean=-0.000035 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.0702621 Jy ! Adding 86 model components to the UV plane model. ! The established model now contains 149 components and 0.0702621 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.3 mas, bmaj=8.287 mas, bpa=-6.03 degrees ! Estimated noise=458.016 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000158002 Jy ! Component: 100 - total flux cleaned = 0.000156932 Jy ! Component: 150 - total flux cleaned = 0.000187789 Jy ! Component: 200 - total flux cleaned = 0.000244381 Jy ! Total flux subtracted in 200 components = 0.000244381 Jy ! Clean residual min=-0.001643 max=0.001293 Jy/beam ! Clean residual mean=-0.000016 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.0705064 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 171 components and 0.0705064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073992Jy sigma=0.000651 ! Fit after self-cal, rms=0.073985Jy sigma=0.000651 wmodel J2116+0225_S_2017_06_10_pus_map.mod ! Writing 171 model components to file: J2116+0225_S_2017_06_10_pus_map.mod wobs J2116+0225_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J2116+0225_S_2017_06_10_pus_uvs.fits wwins J2116+0225_S_2017_06_10_pus_map.win ! wwins: Wrote 3 windows to J2116+0225_S_2017_06_10_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.000188786 Jy ! Component: 100 - total flux cleaned = 5.99785e-05 Jy ! Component: 150 - total flux cleaned = 0.000252814 Jy ! Component: 200 - total flux cleaned = 0.000355149 Jy ! Component: 250 - total flux cleaned = 0.000433536 Jy ! Component: 300 - total flux cleaned = 0.000414151 Jy ! Component: 350 - total flux cleaned = 0.000395825 Jy ! Component: 400 - total flux cleaned = 0.000396259 Jy ! Component: 450 - total flux cleaned = 0.000324767 Jy ! Component: 500 - total flux cleaned = 0.00030761 Jy ! Component: 550 - total flux cleaned = 0.000307238 Jy ! Component: 600 - total flux cleaned = 0.000205872 Jy ! Component: 650 - total flux cleaned = 0.00020619 Jy ! Component: 700 - total flux cleaned = 0.000157321 Jy ! Component: 750 - total flux cleaned = 0.00012533 Jy ! Component: 800 - total flux cleaned = 0.000109761 Jy ! Component: 850 - total flux cleaned = 7.92404e-05 Jy ! Component: 900 - total flux cleaned = 0.00012509 Jy ! Component: 950 - total flux cleaned = 0.000110205 Jy ! Component: 1000 - total flux cleaned = 0.0001545 Jy ! Component: 1050 - total flux cleaned = 0.000183708 Jy ! Component: 1100 - total flux cleaned = 0.000155218 Jy ! Component: 1150 - total flux cleaned = 0.000127225 Jy ! Component: 1200 - total flux cleaned = 0.000182963 Jy ! Component: 1250 - total flux cleaned = 0.000141765 Jy ! Component: 1300 - total flux cleaned = 0.000182528 Jy ! Component: 1350 - total flux cleaned = 0.000182708 Jy ! Component: 1400 - total flux cleaned = 0.000182842 Jy ! Component: 1450 - total flux cleaned = 0.000234889 Jy ! Component: 1500 - total flux cleaned = 0.000286252 Jy ! Component: 1550 - total flux cleaned = 0.00028624 Jy ! Component: 1600 - total flux cleaned = 0.00031142 Jy ! Component: 1650 - total flux cleaned = 0.000348709 Jy ! Component: 1700 - total flux cleaned = 0.000348994 Jy ! Component: 1750 - total flux cleaned = 0.000397649 Jy ! Component: 1800 - total flux cleaned = 0.000445948 Jy ! Component: 1850 - total flux cleaned = 0.00043404 Jy ! Component: 1900 - total flux cleaned = 0.000445804 Jy ! Component: 1950 - total flux cleaned = 0.000445804 Jy ! Component: 2000 - total flux cleaned = 0.000492153 Jy ! Component: 2050 - total flux cleaned = 0.000526641 Jy ! Component: 2100 - total flux cleaned = 0.000526659 Jy ! Component: 2150 - total flux cleaned = 0.000504404 Jy ! Component: 2200 - total flux cleaned = 0.000571359 Jy ! Component: 2250 - total flux cleaned = 0.000648529 Jy ! Component: 2300 - total flux cleaned = 0.000615683 Jy ! Component: 2350 - total flux cleaned = 0.000604621 Jy ! Component: 2400 - total flux cleaned = 0.000615558 Jy ! Component: 2450 - total flux cleaned = 0.000647595 Jy ! Component: 2500 - total flux cleaned = 0.000616057 Jy ! Component: 2550 - total flux cleaned = 0.000647363 Jy ! Component: 2600 - total flux cleaned = 0.000636894 Jy ! Component: 2650 - total flux cleaned = 0.000667739 Jy ! Component: 2700 - total flux cleaned = 0.00066764 Jy ! Component: 2750 - total flux cleaned = 0.000697855 Jy ! Component: 2800 - total flux cleaned = 0.000637726 Jy ! Component: 2850 - total flux cleaned = 0.000598099 Jy ! Component: 2900 - total flux cleaned = 0.000637505 Jy ! Component: 2950 - total flux cleaned = 0.000598421 Jy ! Component: 3000 - total flux cleaned = 0.000598499 Jy ! Component: 3050 - total flux cleaned = 0.000511764 Jy ! Component: 3100 - total flux cleaned = 0.000492601 Jy ! Component: 3150 - total flux cleaned = 0.000464201 Jy ! Component: 3200 - total flux cleaned = 0.000426602 Jy ! Component: 3250 - total flux cleaned = 0.000379873 Jy ! Component: 3300 - total flux cleaned = 0.000324356 Jy ! Component: 3350 - total flux cleaned = 0.000296748 Jy ! Component: 3400 - total flux cleaned = 0.000232639 Jy ! Component: 3450 - total flux cleaned = 0.000223543 Jy ! Component: 3500 - total flux cleaned = 0.000169473 Jy ! Component: 3550 - total flux cleaned = 0.000151509 Jy ! Component: 3600 - total flux cleaned = 0.000107064 Jy ! Component: 3650 - total flux cleaned = 1.85027e-05 Jy ! Component: 3700 - total flux cleaned = 9.66113e-06 Jy ! Component: 3750 - total flux cleaned = -4.27507e-05 Jy ! Component: 3800 - total flux cleaned = -4.27088e-05 Jy ! Component: 3850 - total flux cleaned = -0.00012026 Jy ! Component: 3900 - total flux cleaned = -0.00014598 Jy ! Component: 3950 - total flux cleaned = -0.000154617 Jy ! Component: 4000 - total flux cleaned = -0.000171527 Jy ! Component: 4050 - total flux cleaned = -0.000238889 Jy ! Total flux subtracted in 4096 components = -0.000272366 Jy ! Clean residual min=-0.000499 max=0.000511 Jy/beam ! Clean residual mean=-0.000006 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.0702341 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 470 components and 0.070234 Jy ![Exited script file: muppet] wmap "J2116+0225_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.3 x 8.287 at -6.03 degrees (North through East) ! Clean map min=-0.0011001 max=0.040031 Jy/beam ! Writing clean map to FITS file: J2116+0225_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0400308 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000158586 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.18848 1.18848 2.37696 4.75391 9.50782 19.0156 38.0313 76.0626 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.3 x 8.287 at -6.03 degrees (North through East) ! Clean map min=-0.0011001 max=0.040031 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 J2116+0225_S_2017_06_10_pus_uvs.log closed on Mon May 6 15:02:15 2019