! Started logfile: J0102+5824_S_2017_05_31_pus_uvs.log on Tue Feb 5 21:30:35 2019 obs J0102+5824_S_2017_05_31_pus_uva.fits ! Reading UV FITS file: J0102+5824_S_2017_05_31_pus_uva.fits ! AN table 1: 32 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.670139 visibilities/baseline/integration-bin. ! Found source: J0102+5824 ! ! 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 703 lines of history. ! ! Reading 3860 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 J0102+5824_S_2017_05_31_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 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 188 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.578943Jy sigma=0.004890 ! Fit after self-cal, rms=0.565067Jy sigma=0.004807 ! 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=3.448 mas, bmaj=4.355 mas, bpa=-9.317 degrees ! Estimated noise=1796.07 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 = 1.05863 Jy ! Component: 100 - total flux cleaned = 1.33618 Jy ! Total flux subtracted in 100 components = 1.33618 Jy ! Clean residual min=-0.038910 max=0.113838 Jy/beam ! Clean residual mean=-0.000861 rms=0.012515 Jy/beam ! Combined flux in latest and established models = 1.33618 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 1.33618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.422436Jy sigma=0.002806 ! Fit after self-cal, rms=0.422516Jy sigma=0.002805 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.120255 Jy ! Component: 100 - total flux cleaned = 0.182896 Jy ! Total flux subtracted in 100 components = 0.182896 Jy ! Clean residual min=-0.042733 max=0.036053 Jy/beam ! Clean residual mean=-0.000847 rms=0.008116 Jy/beam ! Combined flux in latest and established models = 1.51908 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 16 components and 1.51908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.407782Jy sigma=0.002332 ! Fit after self-cal, rms=0.407831Jy sigma=0.002331 ! 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=4.439 mas, bmaj=5.241 mas, bpa=-6.077 degrees ! Estimated noise=1422.55 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.000930608 Jy ! Component: 100 - total flux cleaned = -0.000893505 Jy ! Component: 150 - total flux cleaned = -0.000201715 Jy ! Component: 200 - total flux cleaned = 0.000375869 Jy ! Total flux subtracted in 200 components = 0.000375869 Jy ! Clean residual min=-0.047578 max=0.033725 Jy/beam ! Clean residual mean=-0.001928 rms=0.009882 Jy/beam ! Combined flux in latest and established models = 1.51945 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 25 components and 1.51946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.405080Jy sigma=0.002302 ! Fit after self-cal, rms=0.405071Jy sigma=0.002302 ! 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.93 FD 0.95 HN 0.96 KP 0.99 ! LA 1.00 MK 1.03 NL 0.86 OV 0.99 ! PT 0.98 SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.99 HN 1.00 KP 0.96 ! LA 0.95 MK 1.02 NL 1.15 OV 1.19 ! PT 0.97 SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.03 HN 0.98 KP 0.96 ! LA 0.97 MK 1.05 NL 0.97 OV 0.94 ! PT 0.95 SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.98 KP 1.00* ! LA 1.03 MK 1.19 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.405071Jy sigma=0.002302 ! Fit after self-cal, rms=0.377557Jy sigma=0.001879 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.513 mas, bmaj=5.322 mas, bpa=-6.291 degrees ! Estimated noise=1403.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.0230041 Jy ! Component: 100 - total flux cleaned = -0.0347226 Jy ! Component: 150 - total flux cleaned = -0.0412772 Jy ! Component: 200 - total flux cleaned = -0.044154 Jy ! Total flux subtracted in 200 components = -0.044154 Jy ! Clean residual min=-0.040386 max=0.030412 Jy/beam ! Clean residual mean=-0.001860 rms=0.009097 Jy/beam ! Combined flux in latest and established models = 1.4753 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 39 components and 1.4753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.371807Jy sigma=0.001892 ! Fit after self-cal, rms=0.371725Jy sigma=0.001891 ! 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.371725Jy sigma=0.001891 ! Fit after self-cal, rms=0.996834Jy sigma=0.000718 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.533 mas, bmaj=5.362 mas, bpa=-6.661 degrees ! Estimated noise=1406.53 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00614768 Jy ! Component: 100 - total flux cleaned = 0.00632288 Jy ! Component: 150 - total flux cleaned = 0.00646818 Jy ! Component: 200 - total flux cleaned = 0.00658611 Jy ! Total flux subtracted in 200 components = 0.00658611 Jy ! Clean residual min=-0.005823 max=0.009916 Jy/beam ! Clean residual mean=0.000048 rms=0.001511 Jy/beam ! Combined flux in latest and established models = 1.48189 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 42 components and 1.48189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.996751Jy sigma=0.000710 ! Fit after self-cal, rms=0.999630Jy sigma=0.000709 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 (-12.5, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00895805 Jy ! Component: 100 - total flux cleaned = 0.0111453 Jy ! Component: 150 - total flux cleaned = 0.0111415 Jy ! Component: 200 - total flux cleaned = 0.0112629 Jy ! Total flux subtracted in 200 components = 0.0112629 Jy ! Clean residual min=-0.004727 max=0.005667 Jy/beam ! Clean residual mean=0.000065 rms=0.001324 Jy/beam ! Combined flux in latest and established models = 1.49315 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 54 components and 1.49315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.999396Jy sigma=0.000699 ! Fit after self-cal, rms=0.999408Jy sigma=0.000698 ! 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.999408Jy sigma=0.000698 ! Fit after self-cal, rms=1.008678Jy sigma=0.000694 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.525 mas, bmaj=5.355 mas, bpa=-6.915 degrees ! Estimated noise=1406.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00559619 Jy ! Component: 100 - total flux cleaned = 0.00740269 Jy ! Component: 150 - total flux cleaned = 0.00813501 Jy ! Component: 200 - total flux cleaned = 0.00876278 Jy ! Total flux subtracted in 200 components = 0.00876278 Jy ! Clean residual min=-0.004397 max=0.005210 Jy/beam ! Clean residual mean=0.000062 rms=0.001179 Jy/beam ! Combined flux in latest and established models = 1.50191 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 58 components and 1.50191 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.008581Jy sigma=0.000688 ! Fit after self-cal, rms=1.008594Jy sigma=0.000688 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 (-64, 24). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.004758 Jy ! Component: 100 - total flux cleaned = 0.00767854 Jy ! Component: 150 - total flux cleaned = 0.00848997 Jy ! Component: 200 - total flux cleaned = 0.00885384 Jy ! Total flux subtracted in 200 components = 0.00885384 Jy ! Clean residual min=-0.004269 max=0.004555 Jy/beam ! Clean residual mean=0.000049 rms=0.001096 Jy/beam ! Combined flux in latest and established models = 1.51077 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 73 components and 1.51077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.008464Jy sigma=0.000685 ! Fit after self-cal, rms=1.008515Jy sigma=0.000684 ! 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.008515Jy sigma=0.000684 ! Fit after self-cal, rms=1.011135Jy sigma=0.000683 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.905 mas, bmaj=10.06 mas, bpa=23.7 degrees ! Estimated noise=1694.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00381208 Jy ! Component: 100 - total flux cleaned = 0.00610447 Jy ! Component: 150 - total flux cleaned = 0.00784967 Jy ! Component: 200 - total flux cleaned = 0.00895183 Jy ! Total flux subtracted in 200 components = 0.00895183 Jy ! Clean residual min=-0.003851 max=0.005547 Jy/beam ! Clean residual mean=0.000089 rms=0.001205 Jy/beam ! Combined flux in latest and established models = 1.51972 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 88 components and 1.51972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.011089Jy sigma=0.000682 ! Fit after self-cal, rms=1.011110Jy sigma=0.000681 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 (114.5, 45). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00479073 Jy ! Component: 100 - total flux cleaned = 0.00734902 Jy ! Component: 150 - total flux cleaned = 0.00926859 Jy ! Component: 200 - total flux cleaned = 0.0105018 Jy ! Total flux subtracted in 200 components = 0.0105018 Jy ! Clean residual min=-0.003673 max=0.004862 Jy/beam ! Clean residual mean=0.000086 rms=0.001074 Jy/beam ! Combined flux in latest and established models = 1.53022 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 129 components and 1.53022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.010983Jy sigma=0.000680 ! Fit after self-cal, rms=1.011005Jy sigma=0.000680 ! Inverting map ! Added new window around map position (-12, -98). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00392253 Jy ! Component: 100 - total flux cleaned = 0.00518874 Jy ! Component: 150 - total flux cleaned = 0.00583534 Jy ! Component: 200 - total flux cleaned = 0.0064978 Jy ! Total flux subtracted in 200 components = 0.0064978 Jy ! Clean residual min=-0.003502 max=0.003505 Jy/beam ! Clean residual mean=0.000097 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 1.53672 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 152 components and 1.53672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.010968Jy sigma=0.000677 ! Fit after self-cal, rms=1.010957Jy sigma=0.000677 ! 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=4.521 mas, bmaj=5.352 mas, bpa=-7.127 degrees ! Estimated noise=1407.09 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.521 x 5.352 at -7.127 degrees (North through East) ! Clean map min=-0.0035702 max=1.3773 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.010957Jy sigma=0.000677 ! Fit after self-cal, rms=1.386346Jy sigma=0.000621 ! Inverting map and beam ! Estimated beam: bmin=4.519 mas, bmaj=5.353 mas, bpa=-7.058 degrees ! Estimated noise=1408.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.5942e-05 Jy ! Component: 100 - total flux cleaned = 0.000874661 Jy ! Component: 150 - total flux cleaned = 0.00170699 Jy ! Component: 200 - total flux cleaned = 0.00219167 Jy ! Total flux subtracted in 200 components = 0.00219167 Jy ! Clean residual min=-0.003435 max=0.003346 Jy/beam ! Clean residual mean=0.000050 rms=0.000876 Jy/beam ! Combined flux in latest and established models = 1.53891 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 186 components and 1.53891 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.386259Jy sigma=0.000619 ! Fit after self-cal, rms=1.386257Jy sigma=0.000619 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000386952 Jy ! Component: 100 - total flux cleaned = 0.000570775 Jy ! Component: 150 - total flux cleaned = 0.00100553 Jy ! Component: 200 - total flux cleaned = 0.00125719 Jy ! Total flux subtracted in 200 components = 0.00125719 Jy ! Clean residual min=-0.003251 max=0.003213 Jy/beam ! Clean residual mean=0.000050 rms=0.000849 Jy/beam ! Combined flux in latest and established models = 1.54017 Jy ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 204 components and 1.54017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.386212Jy sigma=0.000617 ! Fit after self-cal, rms=1.386205Jy sigma=0.000617 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.386205Jy sigma=0.000617 ! Fit after self-cal, rms=1.383421Jy sigma=0.000617 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=3.523 mas, bmaj=4.46 mas, bpa=-9.379 degrees ! Estimated noise=1768.87 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.04239 Jy ! Component: 100 - total flux cleaned = 1.30033 Jy ! Component: 150 - total flux cleaned = 1.4049 Jy ! Component: 200 - total flux cleaned = 1.45422 Jy ! Total flux subtracted in 200 components = 1.45422 Jy ! Clean residual min=-0.010932 max=0.023193 Jy/beam ! Clean residual mean=-0.000005 rms=0.002694 Jy/beam ! Combined flux in latest and established models = 1.45422 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 15 model components to the UV plane model. ! The established model now contains 15 components and 1.45422 Jy ! Inverting map and beam ! Estimated beam: bmin=4.517 mas, bmaj=5.352 mas, bpa=-7.095 degrees ! Estimated noise=1408.63 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.0305603 Jy ! Component: 100 - total flux cleaned = 0.0469797 Jy ! Component: 150 - total flux cleaned = 0.0569358 Jy ! Component: 200 - total flux cleaned = 0.0624317 Jy ! Total flux subtracted in 200 components = 0.0624317 Jy ! Clean residual min=-0.005644 max=0.005798 Jy/beam ! Clean residual mean=0.000061 rms=0.001277 Jy/beam ! Combined flux in latest and established models = 1.51665 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 36 components and 1.51665 Jy ! Inverting map ! Added new window around map position (-37.5, -3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00427846 Jy ! Component: 100 - total flux cleaned = 0.00655757 Jy ! Component: 150 - total flux cleaned = 0.00845152 Jy ! Component: 200 - total flux cleaned = 0.0107864 Jy ! Total flux subtracted in 200 components = 0.0107864 Jy ! Clean residual min=-0.004940 max=0.005104 Jy/beam ! Clean residual mean=0.000058 rms=0.001116 Jy/beam ! Combined flux in latest and established models = 1.52743 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 55 components and 1.52744 Jy ! Inverting map ! Added new window around map position (-36, 16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00362787 Jy ! Component: 100 - total flux cleaned = 0.00570072 Jy ! Component: 150 - total flux cleaned = 0.00716398 Jy ! Component: 200 - total flux cleaned = 0.00824298 Jy ! Total flux subtracted in 200 components = 0.00824298 Jy ! Clean residual min=-0.004501 max=0.004131 Jy/beam ! Clean residual mean=0.000051 rms=0.001010 Jy/beam ! Combined flux in latest and established models = 1.53568 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 71 components and 1.53568 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.897 mas, bmaj=10.05 mas, bpa=23.51 degrees ! Estimated noise=1698.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00432329 Jy ! Component: 100 - total flux cleaned = 0.00776868 Jy ! Component: 150 - total flux cleaned = 0.0101878 Jy ! Component: 200 - total flux cleaned = 0.0115789 Jy ! Total flux subtracted in 200 components = 0.0115789 Jy ! Clean residual min=-0.003335 max=0.003215 Jy/beam ! Clean residual mean=0.000096 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 1.54726 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.000893271 Jy ! Component: 100 - total flux cleaned = 0.00188023 Jy ! Component: 150 - total flux cleaned = 0.00286462 Jy ! Component: 200 - total flux cleaned = 0.00371034 Jy ! Total flux subtracted in 200 components = 0.00371034 Jy ! Clean residual min=-0.003248 max=0.003140 Jy/beam ! Clean residual mean=0.000094 rms=0.000938 Jy/beam ! Combined flux in latest and established models = 1.55097 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 156 components and 1.55097 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.517 mas, bmaj=5.352 mas, bpa=-7.095 degrees ! Estimated noise=1408.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00117005 Jy ! Component: 100 - total flux cleaned = -0.00130442 Jy ! Component: 150 - total flux cleaned = -0.00130445 Jy ! Component: 200 - total flux cleaned = -0.00119172 Jy ! Total flux subtracted in 200 components = -0.00119172 Jy ! Clean residual min=-0.004057 max=0.003579 Jy/beam ! Clean residual mean=0.000046 rms=0.000873 Jy/beam ! Combined flux in latest and established models = 1.54978 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 173 components and 1.54978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.383566Jy sigma=0.000621 ! Fit after self-cal, rms=1.383682Jy sigma=0.000621 wmodel J0102+5824_S_2017_05_31_pus_map.mod ! Writing 173 model components to file: J0102+5824_S_2017_05_31_pus_map.mod wobs J0102+5824_S_2017_05_31_pus_uvs.fits ! Writing UV FITS file: J0102+5824_S_2017_05_31_pus_uvs.fits wwins J0102+5824_S_2017_05_31_pus_map.win ! wwins: Wrote 7 windows to J0102+5824_S_2017_05_31_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.000387655 Jy ! Component: 100 - total flux cleaned = -0.000326883 Jy ! Component: 150 - total flux cleaned = -0.000144528 Jy ! Component: 200 - total flux cleaned = 2.90012e-05 Jy ! Component: 250 - total flux cleaned = 8.34881e-05 Jy ! Component: 300 - total flux cleaned = 0.000137242 Jy ! Component: 350 - total flux cleaned = 0.000244724 Jy ! Component: 400 - total flux cleaned = 0.000298161 Jy ! Component: 450 - total flux cleaned = 0.000350154 Jy ! Component: 500 - total flux cleaned = 0.00035016 Jy ! Component: 550 - total flux cleaned = 0.000300941 Jy ! Component: 600 - total flux cleaned = 0.000300504 Jy ! Component: 650 - total flux cleaned = 0.000252024 Jy ! Component: 700 - total flux cleaned = 0.000252267 Jy ! Component: 750 - total flux cleaned = 0.000439776 Jy ! Component: 800 - total flux cleaned = 0.000393141 Jy ! Component: 850 - total flux cleaned = 0.000621089 Jy ! Component: 900 - total flux cleaned = 0.000711366 Jy ! Component: 950 - total flux cleaned = 0.00102292 Jy ! Component: 1000 - total flux cleaned = 0.00133075 Jy ! Component: 1050 - total flux cleaned = 0.00150388 Jy ! Component: 1100 - total flux cleaned = 0.00167577 Jy ! Component: 1150 - total flux cleaned = 0.00193109 Jy ! Component: 1200 - total flux cleaned = 0.00184687 Jy ! Component: 1250 - total flux cleaned = 0.0020556 Jy ! Component: 1300 - total flux cleaned = 0.00213851 Jy ! Component: 1350 - total flux cleaned = 0.00213908 Jy ! Component: 1400 - total flux cleaned = 0.00226141 Jy ! Component: 1450 - total flux cleaned = 0.00238122 Jy ! Component: 1500 - total flux cleaned = 0.00257936 Jy ! Component: 1550 - total flux cleaned = 0.00254046 Jy ! Component: 1600 - total flux cleaned = 0.00285214 Jy ! Component: 1650 - total flux cleaned = 0.00292961 Jy ! Component: 1700 - total flux cleaned = 0.00292973 Jy ! Component: 1750 - total flux cleaned = 0.00312042 Jy ! Component: 1800 - total flux cleaned = 0.00334675 Jy ! Component: 1850 - total flux cleaned = 0.00342169 Jy ! Component: 1900 - total flux cleaned = 0.0036444 Jy ! Component: 1950 - total flux cleaned = 0.00382835 Jy ! Component: 2000 - total flux cleaned = 0.00401005 Jy ! Component: 2050 - total flux cleaned = 0.00411841 Jy ! Component: 2100 - total flux cleaned = 0.00433359 Jy ! Component: 2150 - total flux cleaned = 0.00451147 Jy ! Component: 2200 - total flux cleaned = 0.0046879 Jy ! Component: 2250 - total flux cleaned = 0.0048631 Jy ! Component: 2300 - total flux cleaned = 0.00482841 Jy ! Component: 2350 - total flux cleaned = 0.00507051 Jy ! Component: 2400 - total flux cleaned = 0.00524236 Jy ! Component: 2450 - total flux cleaned = 0.00548131 Jy ! Component: 2500 - total flux cleaned = 0.00561702 Jy ! Component: 2550 - total flux cleaned = 0.00578554 Jy ! Component: 2600 - total flux cleaned = 0.00585241 Jy ! Component: 2650 - total flux cleaned = 0.00605181 Jy ! Component: 2700 - total flux cleaned = 0.00615065 Jy ! Component: 2750 - total flux cleaned = 0.00628175 Jy ! Component: 2800 - total flux cleaned = 0.00634715 Jy ! Component: 2850 - total flux cleaned = 0.00650914 Jy ! Component: 2900 - total flux cleaned = 0.00663825 Jy ! Component: 2950 - total flux cleaned = 0.00667035 Jy ! Component: 3000 - total flux cleaned = 0.00689296 Jy ! Component: 3050 - total flux cleaned = 0.00708298 Jy ! Component: 3100 - total flux cleaned = 0.00705142 Jy ! Component: 3150 - total flux cleaned = 0.00723891 Jy ! Component: 3200 - total flux cleaned = 0.00739452 Jy ! Component: 3250 - total flux cleaned = 0.00748704 Jy ! Component: 3300 - total flux cleaned = 0.00770188 Jy ! Component: 3350 - total flux cleaned = 0.00773256 Jy ! Component: 3400 - total flux cleaned = 0.00791486 Jy ! Component: 3450 - total flux cleaned = 0.00812653 Jy ! Component: 3500 - total flux cleaned = 0.00836704 Jy ! Component: 3550 - total flux cleaned = 0.00851653 Jy ! Component: 3600 - total flux cleaned = 0.00857611 Jy ! Component: 3650 - total flux cleaned = 0.00872395 Jy ! Component: 3700 - total flux cleaned = 0.00866557 Jy ! Component: 3750 - total flux cleaned = 0.00895816 Jy ! Component: 3800 - total flux cleaned = 0.00919098 Jy ! Component: 3850 - total flux cleaned = 0.00936449 Jy ! Component: 3900 - total flux cleaned = 0.0092779 Jy ! Component: 3950 - total flux cleaned = 0.00942138 Jy ! Component: 4000 - total flux cleaned = 0.00956394 Jy ! Component: 4050 - total flux cleaned = 0.00981905 Jy ! Total flux subtracted in 4096 components = 0.00981905 Jy ! Clean residual min=-0.001575 max=0.001954 Jy/beam ! Clean residual mean=0.000052 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 1.55959 Jy keep ! Adding 251 model components to the UV plane model. ! The established model now contains 421 components and 1.5596 Jy ![Exited script file: muppet] wmap "J0102+5824_S_2017_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.517 x 5.352 at -7.095 degrees (North through East) ! Clean map min=-0.0030323 max=1.3723 Jy/beam ! Writing clean map to FITS file: J0102+5824_S_2017_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.3723 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000489168 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.106937 0.106937 0.213875 0.427749 0.855499 1.711 3.422 6.84399 13.688 27.376 54.7519 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 1.372 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.517 x 5.352 at -7.095 degrees (North through East) ! Clean map min=-0.0030323 max=1.3723 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 J0102+5824_S_2017_05_31_pus_uvs.log closed on Tue Feb 5 21:30:45 2019