! Started logfile: J2343-1351_S_2017_04_28_pus_uvs.log on Thu May 2 16:36:04 2019 obs J2343-1351_S_2017_04_28_pus_uva.fits ! Reading UV FITS file: J2343-1351_S_2017_04_28_pus_uva.fits ! AN table 1: 96 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.967593 visibilities/baseline/integration-bin. ! Found source: J2343-1351 ! ! 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 671 lines of history. ! ! Reading 16720 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 J2343-1351_S_2017_04_28_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 396 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.897142Jy sigma=0.014544 ! Fit after self-cal, rms=0.884023Jy sigma=0.014498 ! 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.874 mas, bmaj=7.382 mas, bpa=-3.747 degrees ! Estimated noise=1064.48 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.0703949 Jy ! Component: 100 - total flux cleaned = 0.0876803 Jy ! Total flux subtracted in 100 components = 0.0876803 Jy ! Clean residual min=-0.023854 max=0.056070 Jy/beam ! Clean residual mean=0.000012 rms=0.008584 Jy/beam ! Combined flux in latest and established models = 0.0876803 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0876803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.160199Jy sigma=0.001531 ! Fit after self-cal, rms=0.160044Jy sigma=0.001530 ! Inverting map ! Added new window around map position (-16, 5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0445741 Jy ! Component: 100 - total flux cleaned = 0.0641977 Jy ! Total flux subtracted in 100 components = 0.0641977 Jy ! Clean residual min=-0.019574 max=0.025244 Jy/beam ! Clean residual mean=-0.000018 rms=0.005998 Jy/beam ! Combined flux in latest and established models = 0.151878 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 21 components and 0.151878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142588Jy sigma=0.001750 ! Fit after self-cal, rms=0.136907Jy sigma=0.001725 ! 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.227 mas, bmaj=8.106 mas, bpa=-4.494 degrees ! Estimated noise=799.723 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.0392966 Jy ! Component: 100 - total flux cleaned = 0.0613712 Jy ! Component: 150 - total flux cleaned = 0.0755394 Jy ! Component: 200 - total flux cleaned = 0.0853295 Jy ! Total flux subtracted in 200 components = 0.0853295 Jy ! Clean residual min=-0.013982 max=0.018119 Jy/beam ! Clean residual mean=-0.000076 rms=0.004554 Jy/beam ! Combined flux in latest and established models = 0.237208 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 49 components and 0.237208 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118381Jy sigma=0.002361 ! Fit after self-cal, rms=0.117190Jy sigma=0.002358 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 FD 0.86 HN 0.98 KP 0.87 ! LA 0.92 MK 0.98 NL 0.87 OV 0.88 ! PT 0.91 SC 1.12 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.82 HN 1.00 KP 0.84 ! LA 0.85 MK 0.98 NL 0.98 OV 0.91 ! PT 0.87 SC 1.26 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 0.83 HN 0.96 KP 0.89 ! LA 1.06 MK 1.03 NL 0.97 OV 0.88 ! PT 0.88 SC 1.15 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.83 HN 1.00 KP 1.00* ! LA 38.29 MK 0.99 NL 1.00* OV 1.00* ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.117190Jy sigma=0.002358 ! Fit after self-cal, rms=2.282843Jy sigma=0.000713 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.325 mas, bmaj=8.359 mas, bpa=-4.647 degrees ! Estimated noise=759.822 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.0100186 Jy ! Component: 100 - total flux cleaned = 0.013997 Jy ! Component: 150 - total flux cleaned = 0.0150692 Jy ! Component: 200 - total flux cleaned = 0.0155852 Jy ! Total flux subtracted in 200 components = 0.0155852 Jy ! Clean residual min=-0.004982 max=0.005737 Jy/beam ! Clean residual mean=0.000020 rms=0.001346 Jy/beam ! Combined flux in latest and established models = 0.252793 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 69 components and 0.252793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=2.281622Jy sigma=0.000707 ! Fit after self-cal, rms=2.282202Jy sigma=0.000703 ! 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=2.282202Jy sigma=0.000703 ! Fit after self-cal, rms=1.010723Jy sigma=0.000687 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.274 mas, bmaj=8.27 mas, bpa=-4.624 degrees ! Estimated noise=768.091 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00473204 Jy ! Component: 100 - total flux cleaned = 0.00568903 Jy ! Component: 150 - total flux cleaned = 0.00638175 Jy ! Component: 200 - total flux cleaned = 0.00687911 Jy ! Total flux subtracted in 200 components = 0.00687911 Jy ! Clean residual min=-0.004124 max=0.005319 Jy/beam ! Clean residual mean=0.000013 rms=0.001035 Jy/beam ! Combined flux in latest and established models = 0.259672 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 74 components and 0.259672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.010340Jy sigma=0.000684 ! Fit after self-cal, rms=1.010306Jy sigma=0.000684 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 (-62.5, -25.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00470431 Jy ! Component: 100 - total flux cleaned = 0.00701162 Jy ! Component: 150 - total flux cleaned = 0.00790956 Jy ! Component: 200 - total flux cleaned = 0.00855045 Jy ! Total flux subtracted in 200 components = 0.00855045 Jy ! Clean residual min=-0.003494 max=0.003804 Jy/beam ! Clean residual mean=0.000014 rms=0.000885 Jy/beam ! Combined flux in latest and established models = 0.268222 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 86 components and 0.268222 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.010207Jy sigma=0.000681 ! Fit after self-cal, rms=1.010194Jy sigma=0.000681 ! Inverting map ! Added new window around map position (-10, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00388399 Jy ! Component: 100 - total flux cleaned = 0.00512147 Jy ! Component: 150 - total flux cleaned = 0.00577251 Jy ! Component: 200 - total flux cleaned = 0.00621292 Jy ! Total flux subtracted in 200 components = 0.00621292 Jy ! Clean residual min=-0.003153 max=0.002876 Jy/beam ! Clean residual mean=0.000014 rms=0.000807 Jy/beam ! Combined flux in latest and established models = 0.274435 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 109 components and 0.274435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.009941Jy sigma=0.000680 ! Fit after self-cal, rms=1.009938Jy sigma=0.000680 ! 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=1.009938Jy sigma=0.000680 ! Fit after self-cal, rms=1.053455Jy sigma=0.000679 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.24 mas, bmaj=8.18 mas, bpa=-4.513 degrees ! Estimated noise=772.863 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00323016 Jy ! Component: 100 - total flux cleaned = 0.00558711 Jy ! Component: 150 - total flux cleaned = 0.00751013 Jy ! Component: 200 - total flux cleaned = 0.00882886 Jy ! Total flux subtracted in 200 components = 0.00882886 Jy ! Clean residual min=-0.003007 max=0.002643 Jy/beam ! Clean residual mean=0.000011 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.283264 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 127 components and 0.283264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.053058Jy sigma=0.000678 ! Fit after self-cal, rms=1.053056Jy sigma=0.000678 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.000908371 Jy ! Component: 100 - total flux cleaned = 0.00152785 Jy ! Component: 150 - total flux cleaned = 0.00194161 Jy ! Component: 200 - total flux cleaned = 0.00228203 Jy ! Total flux subtracted in 200 components = 0.00228203 Jy ! Clean residual min=-0.002943 max=0.002459 Jy/beam ! Clean residual mean=0.000011 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.285546 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 137 components and 0.285546 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.052982Jy sigma=0.000678 ! Fit after self-cal, rms=1.052981Jy sigma=0.000678 ! 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=1.052981Jy sigma=0.000678 ! Fit after self-cal, rms=1.081432Jy sigma=0.000678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.53 mas, bmaj=14.94 mas, bpa=4.376 degrees ! Estimated noise=965.013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00344478 Jy ! Component: 100 - total flux cleaned = 0.00574544 Jy ! Component: 150 - total flux cleaned = 0.00748523 Jy ! Component: 200 - total flux cleaned = 0.00884983 Jy ! Total flux subtracted in 200 components = 0.00884983 Jy ! Clean residual min=-0.003744 max=0.003011 Jy/beam ! Clean residual mean=0.000023 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.294396 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 161 components and 0.294396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.081061Jy sigma=0.000678 ! Fit after self-cal, rms=1.081055Jy sigma=0.000678 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.00127589 Jy ! Component: 100 - total flux cleaned = 0.00209435 Jy ! Component: 150 - total flux cleaned = 0.00272975 Jy ! Component: 200 - total flux cleaned = 0.00331841 Jy ! Total flux subtracted in 200 components = 0.00331841 Jy ! Clean residual min=-0.003646 max=0.003035 Jy/beam ! Clean residual mean=0.000023 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 0.297714 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 174 components and 0.297714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.080970Jy sigma=0.000678 ! Fit after self-cal, rms=1.080967Jy sigma=0.000678 ! 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.219 mas, bmaj=8.12 mas, bpa=-4.422 degrees ! Estimated noise=779.715 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.219 x 8.12 at -4.422 degrees (North through East) ! Clean map min=-0.0026607 max=0.10771 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.711 mas, bmaj=7.087 mas, bpa=-3.792 degrees ! Estimated noise=1183.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.089832 Jy ! Component: 100 - total flux cleaned = 0.141193 Jy ! Component: 150 - total flux cleaned = 0.174751 Jy ! Component: 200 - total flux cleaned = 0.198096 Jy ! Total flux subtracted in 200 components = 0.198096 Jy ! Clean residual min=-0.008505 max=0.013261 Jy/beam ! Clean residual mean=0.000018 rms=0.002248 Jy/beam ! Combined flux in latest and established models = 0.198096 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.198096 Jy ! Inverting map and beam ! Estimated beam: bmin=3.219 mas, bmaj=8.12 mas, bpa=-4.422 degrees ! Estimated noise=779.715 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.0231983 Jy ! Component: 100 - total flux cleaned = 0.0386559 Jy ! Component: 150 - total flux cleaned = 0.0494061 Jy ! Component: 200 - total flux cleaned = 0.057393 Jy ! Total flux subtracted in 200 components = 0.057393 Jy ! Clean residual min=-0.004314 max=0.005722 Jy/beam ! Clean residual mean=0.000011 rms=0.001284 Jy/beam ! Combined flux in latest and established models = 0.255489 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 70 components and 0.255489 Jy ! Inverting map ! Added new window around map position (-19.5, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0066622 Jy ! Component: 100 - total flux cleaned = 0.0120313 Jy ! Component: 150 - total flux cleaned = 0.0165066 Jy ! Component: 200 - total flux cleaned = 0.0203036 Jy ! Total flux subtracted in 200 components = 0.0203036 Jy ! Clean residual min=-0.003620 max=0.003318 Jy/beam ! Clean residual mean=0.000011 rms=0.000913 Jy/beam ! Combined flux in latest and established models = 0.275793 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 92 components and 0.275793 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.53 mas, bmaj=14.94 mas, bpa=4.376 degrees ! Estimated noise=965.013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00496048 Jy ! Component: 100 - total flux cleaned = 0.00872763 Jy ! Component: 150 - total flux cleaned = 0.0117257 Jy ! Component: 200 - total flux cleaned = 0.0141696 Jy ! Total flux subtracted in 200 components = 0.0141696 Jy ! Clean residual min=-0.004453 max=0.003416 Jy/beam ! Clean residual mean=0.000024 rms=0.001184 Jy/beam ! Combined flux in latest and established models = 0.289963 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.00201927 Jy ! Component: 100 - total flux cleaned = 0.00371126 Jy ! Component: 150 - total flux cleaned = 0.00515169 Jy ! Component: 200 - total flux cleaned = 0.00639078 Jy ! Total flux subtracted in 200 components = 0.00639078 Jy ! Clean residual min=-0.004059 max=0.003031 Jy/beam ! Clean residual mean=0.000025 rms=0.001105 Jy/beam ! Combined flux in latest and established models = 0.296353 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 161 components and 0.296353 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.219 mas, bmaj=8.12 mas, bpa=-4.422 degrees ! Estimated noise=779.715 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000117755 Jy ! Component: 100 - total flux cleaned = 0.000670446 Jy ! Component: 150 - total flux cleaned = 0.00131611 Jy ! Component: 200 - total flux cleaned = 0.00175155 Jy ! Total flux subtracted in 200 components = 0.00175155 Jy ! Clean residual min=-0.002812 max=0.002268 Jy/beam ! Clean residual mean=0.000011 rms=0.000708 Jy/beam ! Combined flux in latest and established models = 0.298105 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 185 components and 0.298105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.080897Jy sigma=0.000678 ! Fit after self-cal, rms=1.080897Jy sigma=0.000678 wmodel J2343-1351_S_2017_04_28_pus_map.mod ! Writing 185 model components to file: J2343-1351_S_2017_04_28_pus_map.mod wobs J2343-1351_S_2017_04_28_pus_uvs.fits ! Writing UV FITS file: J2343-1351_S_2017_04_28_pus_uvs.fits wwins J2343-1351_S_2017_04_28_pus_map.win ! wwins: Wrote 5 windows to J2343-1351_S_2017_04_28_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.0012673 Jy ! Component: 100 - total flux cleaned = -0.00231081 Jy ! Component: 150 - total flux cleaned = -0.00277307 Jy ! Component: 200 - total flux cleaned = -0.00313268 Jy ! Component: 250 - total flux cleaned = -0.00313203 Jy ! Component: 300 - total flux cleaned = -0.00316946 Jy ! Component: 350 - total flux cleaned = -0.00316947 Jy ! Component: 400 - total flux cleaned = -0.00320469 Jy ! Component: 450 - total flux cleaned = -0.00317016 Jy ! Component: 500 - total flux cleaned = -0.00313691 Jy ! Component: 550 - total flux cleaned = -0.00323661 Jy ! Component: 600 - total flux cleaned = -0.00313877 Jy ! Component: 650 - total flux cleaned = -0.00323544 Jy ! Component: 700 - total flux cleaned = -0.00326672 Jy ! Component: 750 - total flux cleaned = -0.00320453 Jy ! Component: 800 - total flux cleaned = -0.00311357 Jy ! Component: 850 - total flux cleaned = -0.00305315 Jy ! Component: 900 - total flux cleaned = -0.00296446 Jy ! Component: 950 - total flux cleaned = -0.00293493 Jy ! Component: 1000 - total flux cleaned = -0.00279107 Jy ! Component: 1050 - total flux cleaned = -0.00281903 Jy ! Component: 1100 - total flux cleaned = -0.00270673 Jy ! Component: 1150 - total flux cleaned = -0.00267931 Jy ! Component: 1200 - total flux cleaned = -0.00265199 Jy ! Component: 1250 - total flux cleaned = -0.00259802 Jy ! Component: 1300 - total flux cleaned = -0.00259758 Jy ! Component: 1350 - total flux cleaned = -0.00262414 Jy ! Component: 1400 - total flux cleaned = -0.00262423 Jy ! Component: 1450 - total flux cleaned = -0.00259831 Jy ! Component: 1500 - total flux cleaned = -0.00267507 Jy ! Component: 1550 - total flux cleaned = -0.00264961 Jy ! Component: 1600 - total flux cleaned = -0.0026748 Jy ! Component: 1650 - total flux cleaned = -0.00267477 Jy ! Component: 1700 - total flux cleaned = -0.00264997 Jy ! Component: 1750 - total flux cleaned = -0.00264986 Jy ! Component: 1800 - total flux cleaned = -0.00264997 Jy ! Component: 1850 - total flux cleaned = -0.0026259 Jy ! Component: 1900 - total flux cleaned = -0.00260221 Jy ! Component: 1950 - total flux cleaned = -0.00269667 Jy ! Component: 2000 - total flux cleaned = -0.00264951 Jy ! Component: 2050 - total flux cleaned = -0.00264966 Jy ! Component: 2100 - total flux cleaned = -0.00269578 Jy ! Component: 2150 - total flux cleaned = -0.00271891 Jy ! Component: 2200 - total flux cleaned = -0.00274135 Jy ! Component: 2250 - total flux cleaned = -0.00269622 Jy ! Component: 2300 - total flux cleaned = -0.00271841 Jy ! Component: 2350 - total flux cleaned = -0.00278454 Jy ! Component: 2400 - total flux cleaned = -0.00276258 Jy ! Component: 2450 - total flux cleaned = -0.00282787 Jy ! Component: 2500 - total flux cleaned = -0.00276293 Jy ! Component: 2550 - total flux cleaned = -0.00278458 Jy ! Component: 2600 - total flux cleaned = -0.00280589 Jy ! Component: 2650 - total flux cleaned = -0.00280599 Jy ! Component: 2700 - total flux cleaned = -0.00289005 Jy ! Component: 2750 - total flux cleaned = -0.0028273 Jy ! Component: 2800 - total flux cleaned = -0.00284802 Jy ! Component: 2850 - total flux cleaned = -0.00286871 Jy ! Component: 2900 - total flux cleaned = -0.00286873 Jy ! Component: 2950 - total flux cleaned = -0.00286877 Jy ! Component: 3000 - total flux cleaned = -0.00286861 Jy ! Component: 3050 - total flux cleaned = -0.00282834 Jy ! Component: 3100 - total flux cleaned = -0.00282843 Jy ! Component: 3150 - total flux cleaned = -0.00280887 Jy ! Component: 3200 - total flux cleaned = -0.00286803 Jy ! Component: 3250 - total flux cleaned = -0.00284838 Jy ! Component: 3300 - total flux cleaned = -0.00286781 Jy ! Component: 3350 - total flux cleaned = -0.00286785 Jy ! Component: 3400 - total flux cleaned = -0.00290628 Jy ! Component: 3450 - total flux cleaned = -0.00294444 Jy ! Component: 3500 - total flux cleaned = -0.00296372 Jy ! Component: 3550 - total flux cleaned = -0.00296381 Jy ! Component: 3600 - total flux cleaned = -0.00298266 Jy ! Component: 3650 - total flux cleaned = -0.00298267 Jy ! Component: 3700 - total flux cleaned = -0.00307611 Jy ! Component: 3750 - total flux cleaned = -0.00302018 Jy ! Component: 3800 - total flux cleaned = -0.00309427 Jy ! Component: 3850 - total flux cleaned = -0.00307597 Jy ! Component: 3900 - total flux cleaned = -0.00313121 Jy ! Component: 3950 - total flux cleaned = -0.00316766 Jy ! Component: 4000 - total flux cleaned = -0.00320387 Jy ! Component: 4050 - total flux cleaned = -0.00323988 Jy ! Total flux subtracted in 4096 components = -0.00320379 Jy ! Clean residual min=-0.001051 max=0.001019 Jy/beam ! Clean residual mean=0.000004 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.294901 Jy keep ! Adding 322 model components to the UV plane model. ! The established model now contains 507 components and 0.294901 Jy ![Exited script file: muppet] wmap "J2343-1351_S_2017_04_28_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.219 x 8.12 at -4.422 degrees (North through East) ! Clean map min=-0.0019966 max=0.10761 Jy/beam ! Writing clean map to FITS file: J2343-1351_S_2017_04_28_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.107609 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000345539 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.96332 0.96332 1.92664 3.85328 7.70656 15.4131 30.8262 61.6525 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.107 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.219 x 8.12 at -4.422 degrees (North through East) ! Clean map min=-0.0019966 max=0.10761 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 J2343-1351_S_2017_04_28_pus_uvs.log closed on Thu May 2 16:36:09 2019