! Started logfile: J2130+0843_S_2017_06_15_pus_uvs.log on Tue May 7 15:28:31 2019 obs J2130+0843_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J2130+0843_S_2017_06_15_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.953414 visibilities/baseline/integration-bin. ! Found source: J2130+0843 ! ! 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 14244 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 J2130+0843_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 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 522 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.949047Jy sigma=0.009189 ! Fit after self-cal, rms=0.931020Jy sigma=0.009060 ! 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.752 mas, bmaj=7.057 mas, bpa=-5.589 degrees ! Estimated noise=951.331 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.0541701 Jy ! Component: 100 - total flux cleaned = 0.0669965 Jy ! Total flux subtracted in 100 components = 0.0669965 Jy ! Clean residual min=-0.003821 max=0.004845 Jy/beam ! Clean residual mean=-0.000015 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.0669966 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0669966 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074786Jy sigma=0.000671 ! Fit after self-cal, rms=0.074685Jy sigma=0.000671 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00501153 Jy ! Component: 100 - total flux cleaned = 0.0075426 Jy ! Total flux subtracted in 100 components = 0.0075426 Jy ! Clean residual min=-0.003459 max=0.003080 Jy/beam ! Clean residual mean=-0.000011 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.0745392 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 20 components and 0.0745392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074285Jy sigma=0.000667 ! Fit after self-cal, rms=0.074284Jy sigma=0.000667 ! 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.202 mas, bmaj=7.936 mas, bpa=-5.521 degrees ! Estimated noise=715.441 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.00230316 Jy ! Component: 100 - total flux cleaned = 0.00336603 Jy ! Component: 150 - total flux cleaned = 0.00394296 Jy ! Component: 200 - total flux cleaned = 0.00412856 Jy ! Total flux subtracted in 200 components = 0.00412856 Jy ! Clean residual min=-0.002185 max=0.002260 Jy/beam ! Clean residual mean=-0.000012 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.0786677 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 37 components and 0.0786677 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074211Jy sigma=0.000666 ! Fit after self-cal, rms=0.074213Jy sigma=0.000666 ! 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.00 FD 0.93 HN 1.05 KP 1.00 ! LA 1.00 MK 1.08 NL 0.89 OV 1.05 ! PT 1.05 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 0.98 KP 0.99 ! LA 0.98 MK 1.00 NL 1.06 OV 1.02 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.07 HN 0.99 KP 0.97 ! LA 0.99 MK 1.00 NL 1.01 OV 0.93 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.81 KP 1.00* ! LA 1.00* MK 0.95 NL 1.00* OV 1.00* ! PT 1.05 SC 1.00* ! ! ! Fit before self-cal, rms=0.074213Jy sigma=0.000666 ! Fit after self-cal, rms=0.073584Jy sigma=0.000664 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.207 mas, bmaj=7.925 mas, bpa=-5.491 degrees ! Estimated noise=713.72 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.000104848 Jy ! Component: 100 - total flux cleaned = 0.000190532 Jy ! Component: 150 - total flux cleaned = 0.000274196 Jy ! Component: 200 - total flux cleaned = 0.000331681 Jy ! Total flux subtracted in 200 components = 0.000331681 Jy ! Clean residual min=-0.002006 max=0.002009 Jy/beam ! Clean residual mean=-0.000013 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.0789994 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.0789994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073575Jy sigma=0.000664 ! Fit after self-cal, rms=0.073560Jy sigma=0.000664 ! 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.073560Jy sigma=0.000664 ! Fit after self-cal, rms=0.077028Jy sigma=0.000661 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.199 mas, bmaj=7.948 mas, bpa=-5.47 degrees ! Estimated noise=715.257 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000559258 Jy ! Component: 100 - total flux cleaned = 0.000613734 Jy ! Component: 150 - total flux cleaned = 0.000602794 Jy ! Component: 200 - total flux cleaned = 0.000592761 Jy ! Total flux subtracted in 200 components = 0.000592761 Jy ! Clean residual min=-0.001796 max=0.001750 Jy/beam ! Clean residual mean=-0.000010 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.0795922 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 53 components and 0.0795921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077022Jy sigma=0.000661 ! Fit after self-cal, rms=0.077121Jy sigma=0.000660 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 = 4.93509e-05 Jy ! Component: 100 - total flux cleaned = 3.88277e-05 Jy ! Component: 150 - total flux cleaned = 3.84936e-05 Jy ! Component: 200 - total flux cleaned = 3.01757e-05 Jy ! Total flux subtracted in 200 components = 3.01757e-05 Jy ! Clean residual min=-0.001770 max=0.001729 Jy/beam ! Clean residual mean=-0.000010 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.0796223 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.0796223 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077118Jy sigma=0.000660 ! Fit after self-cal, rms=0.077111Jy sigma=0.000660 ! 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.077111Jy sigma=0.000660 ! Fit after self-cal, rms=0.078376Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.192 mas, bmaj=7.94 mas, bpa=-5.457 degrees ! Estimated noise=715.436 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000376651 Jy ! Component: 100 - total flux cleaned = 0.000395666 Jy ! Component: 150 - total flux cleaned = 0.000395056 Jy ! Component: 200 - total flux cleaned = 0.000394596 Jy ! Total flux subtracted in 200 components = 0.000394596 Jy ! Clean residual min=-0.001720 max=0.001699 Jy/beam ! Clean residual mean=-0.000010 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0800169 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 62 components and 0.0800169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078373Jy sigma=0.000660 ! Fit after self-cal, rms=0.078392Jy sigma=0.000660 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 = 1.36427e-05 Jy ! Component: 100 - total flux cleaned = 1.37502e-05 Jy ! Component: 150 - total flux cleaned = 1.36151e-05 Jy ! Component: 200 - total flux cleaned = 1.34727e-05 Jy ! Total flux subtracted in 200 components = 1.34727e-05 Jy ! Clean residual min=-0.001723 max=0.001679 Jy/beam ! Clean residual mean=-0.000010 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0800304 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 63 components and 0.0800304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078390Jy sigma=0.000660 ! Fit after self-cal, rms=0.078390Jy sigma=0.000660 ! 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.078390Jy sigma=0.000660 ! Fit after self-cal, rms=0.078567Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.42 mas, bmaj=11.88 mas, bpa=-3.209 degrees ! Estimated noise=902.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000367166 Jy ! Component: 100 - total flux cleaned = 0.000455355 Jy ! Component: 150 - total flux cleaned = 0.000483404 Jy ! Component: 200 - total flux cleaned = 0.000505204 Jy ! Total flux subtracted in 200 components = 0.000505204 Jy ! Clean residual min=-0.001970 max=0.001750 Jy/beam ! Clean residual mean=-0.000021 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.0805356 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 73 components and 0.0805356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078565Jy sigma=0.000660 ! Fit after self-cal, rms=0.078566Jy sigma=0.000660 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 = -1.05534e-05 Jy ! Component: 100 - total flux cleaned = -9.59839e-06 Jy ! Component: 150 - total flux cleaned = 2.43091e-06 Jy ! Component: 200 - total flux cleaned = 1.1562e-05 Jy ! Total flux subtracted in 200 components = 1.1562e-05 Jy ! Clean residual min=-0.001957 max=0.001747 Jy/beam ! Clean residual mean=-0.000021 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.0805472 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 80 components and 0.0805472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078567Jy sigma=0.000660 ! Fit after self-cal, rms=0.078566Jy sigma=0.000660 ! 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.188 mas, bmaj=7.935 mas, bpa=-5.448 degrees ! Estimated noise=716.112 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.188 x 7.935 at -5.448 degrees (North through East) ! Clean map min=-0.0016768 max=0.070521 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.738 mas, bmaj=7.058 mas, bpa=-5.6 degrees ! Estimated noise=948.318 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0538632 Jy ! Component: 100 - total flux cleaned = 0.0668253 Jy ! Component: 150 - total flux cleaned = 0.0719655 Jy ! Component: 200 - total flux cleaned = 0.0747347 Jy ! Total flux subtracted in 200 components = 0.0747347 Jy ! Clean residual min=-0.003013 max=0.002561 Jy/beam ! Clean residual mean=-0.000009 rms=0.000661 Jy/beam ! Combined flux in latest and established models = 0.0747348 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0747348 Jy ! Inverting map and beam ! Estimated beam: bmin=3.188 mas, bmaj=7.935 mas, bpa=-5.448 degrees ! Estimated noise=716.112 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.00272961 Jy ! Component: 100 - total flux cleaned = 0.00416161 Jy ! Component: 150 - total flux cleaned = 0.00464448 Jy ! Component: 200 - total flux cleaned = 0.00490991 Jy ! Total flux subtracted in 200 components = 0.00490991 Jy ! Clean residual min=-0.001754 max=0.001651 Jy/beam ! Clean residual mean=-0.000010 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.0796447 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 43 components and 0.0796447 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.42 mas, bmaj=11.88 mas, bpa=-3.209 degrees ! Estimated noise=902.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000601279 Jy ! Component: 100 - total flux cleaned = 0.00069765 Jy ! Component: 150 - total flux cleaned = 0.000789398 Jy ! Component: 200 - total flux cleaned = 0.000856872 Jy ! Total flux subtracted in 200 components = 0.000856872 Jy ! Clean residual min=-0.001953 max=0.001756 Jy/beam ! Clean residual mean=-0.000021 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.0805015 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 = 5.09214e-05 Jy ! Component: 100 - total flux cleaned = 8.98907e-05 Jy ! Component: 150 - total flux cleaned = 0.000102592 Jy ! Component: 200 - total flux cleaned = 0.00010217 Jy ! Total flux subtracted in 200 components = 0.00010217 Jy ! Clean residual min=-0.001958 max=0.001766 Jy/beam ! Clean residual mean=-0.000021 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.0806037 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 56 components and 0.0806037 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.188 mas, bmaj=7.935 mas, bpa=-5.448 degrees ! Estimated noise=716.112 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.845e-05 Jy ! Component: 100 - total flux cleaned = -0.00018873 Jy ! Component: 150 - total flux cleaned = -0.000219995 Jy ! Component: 200 - total flux cleaned = -0.000208933 Jy ! Total flux subtracted in 200 components = -0.000208933 Jy ! Clean residual min=-0.001724 max=0.001623 Jy/beam ! Clean residual mean=-0.000010 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.0803948 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 64 components and 0.0803948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078567Jy sigma=0.000660 ! Fit after self-cal, rms=0.078569Jy sigma=0.000660 wmodel J2130+0843_S_2017_06_15_pus_map.mod ! Writing 64 model components to file: J2130+0843_S_2017_06_15_pus_map.mod wobs J2130+0843_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J2130+0843_S_2017_06_15_pus_uvs.fits wwins J2130+0843_S_2017_06_15_pus_map.win ! wwins: Wrote 1 windows to J2130+0843_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.000396836 Jy ! Component: 100 - total flux cleaned = -0.000604498 Jy ! Component: 150 - total flux cleaned = -0.000889868 Jy ! Component: 200 - total flux cleaned = -0.00116685 Jy ! Component: 250 - total flux cleaned = -0.0014357 Jy ! Component: 300 - total flux cleaned = -0.00159156 Jy ! Component: 350 - total flux cleaned = -0.00174345 Jy ! Component: 400 - total flux cleaned = -0.00181758 Jy ! Component: 450 - total flux cleaned = -0.00184157 Jy ! Component: 500 - total flux cleaned = -0.00181805 Jy ! Component: 550 - total flux cleaned = -0.00172516 Jy ! Component: 600 - total flux cleaned = -0.00165626 Jy ! Component: 650 - total flux cleaned = -0.00158845 Jy ! Component: 700 - total flux cleaned = -0.00145546 Jy ! Component: 750 - total flux cleaned = -0.00132505 Jy ! Component: 800 - total flux cleaned = -0.00130341 Jy ! Component: 850 - total flux cleaned = -0.00117641 Jy ! Component: 900 - total flux cleaned = -0.00113461 Jy ! Component: 950 - total flux cleaned = -0.00107261 Jy ! Component: 1000 - total flux cleaned = -0.00103173 Jy ! Component: 1050 - total flux cleaned = -0.000951859 Jy ! Component: 1100 - total flux cleaned = -0.00101142 Jy ! Component: 1150 - total flux cleaned = -0.00103076 Jy ! Component: 1200 - total flux cleaned = -0.00104994 Jy ! Component: 1250 - total flux cleaned = -0.00099282 Jy ! Component: 1300 - total flux cleaned = -0.000992884 Jy ! Component: 1350 - total flux cleaned = -0.00103027 Jy ! Component: 1400 - total flux cleaned = -0.000993283 Jy ! Component: 1450 - total flux cleaned = -0.00101162 Jy ! Component: 1500 - total flux cleaned = -0.00101138 Jy ! Component: 1550 - total flux cleaned = -0.0010291 Jy ! Component: 1600 - total flux cleaned = -0.00104656 Jy ! Component: 1650 - total flux cleaned = -0.00106428 Jy ! Component: 1700 - total flux cleaned = -0.00111615 Jy ! Component: 1750 - total flux cleaned = -0.00113317 Jy ! Component: 1800 - total flux cleaned = -0.00113314 Jy ! Component: 1850 - total flux cleaned = -0.00111652 Jy ! Component: 1900 - total flux cleaned = -0.00113319 Jy ! Component: 1950 - total flux cleaned = -0.00108404 Jy ! Component: 2000 - total flux cleaned = -0.00116572 Jy ! Component: 2050 - total flux cleaned = -0.00118189 Jy ! Component: 2100 - total flux cleaned = -0.00121369 Jy ! Component: 2150 - total flux cleaned = -0.0011818 Jy ! Component: 2200 - total flux cleaned = -0.00113454 Jy ! Component: 2250 - total flux cleaned = -0.00116606 Jy ! Component: 2300 - total flux cleaned = -0.00118152 Jy ! Component: 2350 - total flux cleaned = -0.00118157 Jy ! Component: 2400 - total flux cleaned = -0.00112056 Jy ! Component: 2450 - total flux cleaned = -0.00112034 Jy ! Component: 2500 - total flux cleaned = -0.00104489 Jy ! Component: 2550 - total flux cleaned = -0.00110467 Jy ! Component: 2600 - total flux cleaned = -0.00104529 Jy ! Component: 2650 - total flux cleaned = -0.00103067 Jy ! Component: 2700 - total flux cleaned = -0.00103066 Jy ! Component: 2750 - total flux cleaned = -0.00100173 Jy ! Component: 2800 - total flux cleaned = -0.00100162 Jy ! Component: 2850 - total flux cleaned = -0.000972948 Jy ! Component: 2900 - total flux cleaned = -0.000944367 Jy ! Component: 2950 - total flux cleaned = -0.000958625 Jy ! Component: 3000 - total flux cleaned = -0.000916434 Jy ! Component: 3050 - total flux cleaned = -0.000846988 Jy ! Component: 3100 - total flux cleaned = -0.000860765 Jy ! Component: 3150 - total flux cleaned = -0.000833278 Jy ! Component: 3200 - total flux cleaned = -0.000764955 Jy ! Component: 3250 - total flux cleaned = -0.000724411 Jy ! Component: 3300 - total flux cleaned = -0.000710833 Jy ! Component: 3350 - total flux cleaned = -0.000643871 Jy ! Component: 3400 - total flux cleaned = -0.000617277 Jy ! Component: 3450 - total flux cleaned = -0.000577485 Jy ! Component: 3500 - total flux cleaned = -0.000590573 Jy ! Component: 3550 - total flux cleaned = -0.000525245 Jy ! Component: 3600 - total flux cleaned = -0.000486277 Jy ! Component: 3650 - total flux cleaned = -0.000434891 Jy ! Component: 3700 - total flux cleaned = -0.000358 Jy ! Component: 3750 - total flux cleaned = -0.000358059 Jy ! Component: 3800 - total flux cleaned = -0.000395937 Jy ! Component: 3850 - total flux cleaned = -0.000307836 Jy ! Component: 3900 - total flux cleaned = -0.000320344 Jy ! Component: 3950 - total flux cleaned = -0.00027058 Jy ! Component: 4000 - total flux cleaned = -0.000258191 Jy ! Component: 4050 - total flux cleaned = -0.000233471 Jy ! Total flux subtracted in 4096 components = -0.000221183 Jy ! Clean residual min=-0.000643 max=0.000740 Jy/beam ! Clean residual mean=-0.000006 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.0801736 Jy keep ! Adding 285 model components to the UV plane model. ! The established model now contains 349 components and 0.0801736 Jy ![Exited script file: muppet] wmap "J2130+0843_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.188 x 7.935 at -5.448 degrees (North through East) ! Clean map min=-0.0016073 max=0.070394 Jy/beam ! Writing clean map to FITS file: J2130+0843_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.0703938 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000230416 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.981974 0.981974 1.96395 3.9279 7.85579 15.7116 31.4232 62.8463 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.07 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.188 x 7.935 at -5.448 degrees (North through East) ! Clean map min=-0.0016073 max=0.070394 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 J2130+0843_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:28:36 2019