! Started logfile: J0330+4656_S_2017_08_05_pus_uvs.log on Thu May 9 19:19:22 2019 obs J0330+4656_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0330+4656_S_2017_08_05_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.964995 visibilities/baseline/integration-bin. ! Found source: J0330+4656 ! ! 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 513 lines of history. ! ! Reading 19628 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 J0330+4656_S_2017_08_05_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 47 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 642 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.848167Jy sigma=0.008547 ! Fit after self-cal, rms=0.834401Jy sigma=0.008427 ! 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.937 mas, bmaj=4.796 mas, bpa=-3.119 degrees ! Estimated noise=898.496 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.121804 Jy ! Component: 100 - total flux cleaned = 0.158941 Jy ! Total flux subtracted in 100 components = 0.158941 Jy ! Clean residual min=-0.006455 max=0.015902 Jy/beam ! Clean residual mean=0.000015 rms=0.001766 Jy/beam ! Combined flux in latest and established models = 0.158941 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.158941 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088142Jy sigma=0.000814 ! Fit after self-cal, rms=0.088105Jy sigma=0.000814 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0181819 Jy ! Component: 100 - total flux cleaned = 0.0287117 Jy ! Total flux subtracted in 100 components = 0.0287117 Jy ! Clean residual min=-0.004894 max=0.005835 Jy/beam ! Clean residual mean=0.000012 rms=0.001311 Jy/beam ! Combined flux in latest and established models = 0.187653 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 21 components and 0.187653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082484Jy sigma=0.000764 ! Fit after self-cal, rms=0.082471Jy sigma=0.000764 ! 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.553 mas, bmaj=5.647 mas, bpa=-2.165 degrees ! Estimated noise=576.778 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 (-3.5, 3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100893 Jy ! Component: 100 - total flux cleaned = 0.0165142 Jy ! Component: 150 - total flux cleaned = 0.0210941 Jy ! Component: 200 - total flux cleaned = 0.0244735 Jy ! Total flux subtracted in 200 components = 0.0244735 Jy ! Clean residual min=-0.004241 max=0.004925 Jy/beam ! Clean residual mean=0.000025 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.212127 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 64 components and 0.212127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080696Jy sigma=0.000751 ! Fit after self-cal, rms=0.080647Jy sigma=0.000751 ! 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.01 FD 0.97 HN 0.96 KP 1.02 ! LA 0.96 MK 1.01 NL 0.90 OV 1.08 ! PT 0.98 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.02 HN 0.99 KP 0.97 ! LA 0.96 MK 1.03 NL 0.99 OV 1.16 ! PT 0.97 SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.05 HN 0.99 KP 0.86 ! LA 0.77 MK 1.06 NL 1.20 OV 1.05 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.99 KP 1.00* ! LA 0.95 MK 1.59 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.080647Jy sigma=0.000751 ! Fit after self-cal, rms=0.076400Jy sigma=0.000723 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.613 mas, bmaj=5.707 mas, bpa=-1.667 degrees ! Estimated noise=576.649 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.00104364 Jy ! Component: 100 - total flux cleaned = 0.0013921 Jy ! Component: 150 - total flux cleaned = 0.00135089 Jy ! Component: 200 - total flux cleaned = 0.00131462 Jy ! Total flux subtracted in 200 components = 0.00131462 Jy ! Clean residual min=-0.002797 max=0.002896 Jy/beam ! Clean residual mean=0.000022 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.213441 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 82 components and 0.213441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076325Jy sigma=0.000722 ! Fit after self-cal, rms=0.076289Jy sigma=0.000722 ! 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.076289Jy sigma=0.000722 ! Fit after self-cal, rms=0.075218Jy sigma=0.000710 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.609 mas, bmaj=5.696 mas, bpa=-1.995 degrees ! Estimated noise=575.898 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00171835 Jy ! Component: 100 - total flux cleaned = 0.00192306 Jy ! Component: 150 - total flux cleaned = 0.00189463 Jy ! Component: 200 - total flux cleaned = 0.00186962 Jy ! Total flux subtracted in 200 components = 0.00186962 Jy ! Clean residual min=-0.001749 max=0.001988 Jy/beam ! Clean residual mean=0.000012 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.215311 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 94 components and 0.215311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075168Jy sigma=0.000710 ! Fit after self-cal, rms=0.075201Jy 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 (-41, -85.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00196188 Jy ! Component: 100 - total flux cleaned = 0.00266083 Jy ! Component: 150 - total flux cleaned = 0.00289592 Jy ! Component: 200 - total flux cleaned = 0.00304372 Jy ! Total flux subtracted in 200 components = 0.00304372 Jy ! Clean residual min=-0.001666 max=0.001846 Jy/beam ! Clean residual mean=0.000012 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.218355 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 109 components and 0.218355 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075145Jy sigma=0.000709 ! Fit after self-cal, rms=0.075143Jy sigma=0.000709 ! Inverting map ! Added new window around map position (-65.5, -100.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00142685 Jy ! Component: 100 - total flux cleaned = 0.00202048 Jy ! Component: 150 - total flux cleaned = 0.00263615 Jy ! Component: 200 - total flux cleaned = 0.00305533 Jy ! Total flux subtracted in 200 components = 0.00305533 Jy ! Clean residual min=-0.001576 max=0.001639 Jy/beam ! Clean residual mean=0.000010 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.22141 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 133 components and 0.22141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075094Jy sigma=0.000708 ! Fit after self-cal, rms=0.075094Jy sigma=0.000708 ! 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.075094Jy sigma=0.000708 ! Fit after self-cal, rms=0.075173Jy sigma=0.000708 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.61 mas, bmaj=5.696 mas, bpa=-2.034 degrees ! Estimated noise=575.602 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0008759 Jy ! Component: 100 - total flux cleaned = 0.00127522 Jy ! Component: 150 - total flux cleaned = 0.00165996 Jy ! Component: 200 - total flux cleaned = 0.00191116 Jy ! Total flux subtracted in 200 components = 0.00191116 Jy ! Clean residual min=-0.001537 max=0.001664 Jy/beam ! Clean residual mean=0.000009 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.223321 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 142 components and 0.223321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075152Jy sigma=0.000708 ! Fit after self-cal, rms=0.075159Jy sigma=0.000708 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.000313802 Jy ! Component: 100 - total flux cleaned = 0.000573699 Jy ! Component: 150 - total flux cleaned = 0.000728521 Jy ! Component: 200 - total flux cleaned = 0.000833624 Jy ! Total flux subtracted in 200 components = 0.000833624 Jy ! Clean residual min=-0.001539 max=0.001652 Jy/beam ! Clean residual mean=0.000009 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.224155 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 151 components and 0.224155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075146Jy sigma=0.000708 ! Fit after self-cal, rms=0.075146Jy sigma=0.000708 ! 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.075146Jy sigma=0.000708 ! Fit after self-cal, rms=0.075203Jy sigma=0.000708 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.747 mas, bmaj=9.162 mas, bpa=1.509 degrees ! Estimated noise=712.385 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000891595 Jy ! Component: 100 - total flux cleaned = 0.00151546 Jy ! Component: 150 - total flux cleaned = 0.0019915 Jy ! Component: 200 - total flux cleaned = 0.0023834 Jy ! Total flux subtracted in 200 components = 0.0023834 Jy ! Clean residual min=-0.001642 max=0.001875 Jy/beam ! Clean residual mean=0.000018 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.226538 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 167 components and 0.226538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075200Jy sigma=0.000708 ! Fit after self-cal, rms=0.075203Jy sigma=0.000708 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.000339086 Jy ! Component: 100 - total flux cleaned = 0.000591555 Jy ! Component: 150 - total flux cleaned = 0.000735997 Jy ! Component: 200 - total flux cleaned = 0.000844127 Jy ! Total flux subtracted in 200 components = 0.000844127 Jy ! Clean residual min=-0.001662 max=0.001871 Jy/beam ! Clean residual mean=0.000016 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.227382 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 171 components and 0.227382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075203Jy sigma=0.000708 ! Fit after self-cal, rms=0.075203Jy sigma=0.000708 ! 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.611 mas, bmaj=5.694 mas, bpa=-2.031 degrees ! Estimated noise=575.801 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.611 x 5.694 at -2.031 degrees (North through East) ! Clean map min=-0.0015096 max=0.16261 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.995 mas, bmaj=4.84 mas, bpa=-2.768 degrees ! Estimated noise=911.856 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.123145 Jy ! Component: 100 - total flux cleaned = 0.160263 Jy ! Component: 150 - total flux cleaned = 0.177387 Jy ! Component: 200 - total flux cleaned = 0.187757 Jy ! Total flux subtracted in 200 components = 0.187757 Jy ! Clean residual min=-0.003476 max=0.005656 Jy/beam ! Clean residual mean=0.000009 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.187757 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.187757 Jy ! Inverting map and beam ! Estimated beam: bmin=3.611 mas, bmaj=5.694 mas, bpa=-2.031 degrees ! Estimated noise=575.801 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.00939086 Jy ! Component: 100 - total flux cleaned = 0.0153125 Jy ! Component: 150 - total flux cleaned = 0.019286 Jy ! Component: 200 - total flux cleaned = 0.0222495 Jy ! Total flux subtracted in 200 components = 0.0222495 Jy ! Clean residual min=-0.001982 max=0.002459 Jy/beam ! Clean residual mean=0.000015 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.210007 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 67 components and 0.210007 Jy ! Inverting map ! Added new window around map position (-1, 15.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00264777 Jy ! Component: 100 - total flux cleaned = 0.00471531 Jy ! Component: 150 - total flux cleaned = 0.00647975 Jy ! Component: 200 - total flux cleaned = 0.00796292 Jy ! Total flux subtracted in 200 components = 0.00796292 Jy ! Clean residual min=-0.001745 max=0.001786 Jy/beam ! Clean residual mean=0.000013 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.21797 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 91 components and 0.21797 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.747 mas, bmaj=9.162 mas, bpa=1.509 degrees ! Estimated noise=712.385 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0019505 Jy ! Component: 100 - total flux cleaned = 0.00338963 Jy ! Component: 150 - total flux cleaned = 0.00455724 Jy ! Component: 200 - total flux cleaned = 0.00531415 Jy ! Total flux subtracted in 200 components = 0.00531415 Jy ! Clean residual min=-0.001718 max=0.001911 Jy/beam ! Clean residual mean=0.000022 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.223284 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.000631703 Jy ! Component: 100 - total flux cleaned = 0.00116252 Jy ! Component: 150 - total flux cleaned = 0.001664 Jy ! Component: 200 - total flux cleaned = 0.00206506 Jy ! Total flux subtracted in 200 components = 0.00206506 Jy ! Clean residual min=-0.001675 max=0.001948 Jy/beam ! Clean residual mean=0.000020 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.225349 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 158 components and 0.225349 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.611 mas, bmaj=5.694 mas, bpa=-2.031 degrees ! Estimated noise=575.801 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000305394 Jy ! Component: 100 - total flux cleaned = -0.000149731 Jy ! Component: 150 - total flux cleaned = 0.000105919 Jy ! Component: 200 - total flux cleaned = 0.000275977 Jy ! Total flux subtracted in 200 components = 0.000275977 Jy ! Clean residual min=-0.001522 max=0.001797 Jy/beam ! Clean residual mean=0.000009 rms=0.000394 Jy/beam ! Combined flux in latest and established models = 0.225625 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 177 components and 0.225625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075222Jy sigma=0.000708 ! Fit after self-cal, rms=0.075207Jy sigma=0.000708 wmodel J0330+4656_S_2017_08_05_pus_map.mod ! Writing 177 model components to file: J0330+4656_S_2017_08_05_pus_map.mod wobs J0330+4656_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0330+4656_S_2017_08_05_pus_uvs.fits wwins J0330+4656_S_2017_08_05_pus_map.win ! wwins: Wrote 5 windows to J0330+4656_S_2017_08_05_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.000383643 Jy ! Component: 100 - total flux cleaned = 0.000684643 Jy ! Component: 150 - total flux cleaned = 0.000970843 Jy ! Component: 200 - total flux cleaned = 0.00107122 Jy ! Component: 250 - total flux cleaned = 0.00126585 Jy ! Component: 300 - total flux cleaned = 0.00150192 Jy ! Component: 350 - total flux cleaned = 0.00168611 Jy ! Component: 400 - total flux cleaned = 0.00188934 Jy ! Component: 450 - total flux cleaned = 0.00213232 Jy ! Component: 500 - total flux cleaned = 0.002327 Jy ! Component: 550 - total flux cleaned = 0.00241175 Jy ! Component: 600 - total flux cleaned = 0.00247419 Jy ! Component: 650 - total flux cleaned = 0.00255611 Jy ! Component: 700 - total flux cleaned = 0.00255642 Jy ! Component: 750 - total flux cleaned = 0.00265646 Jy ! Component: 800 - total flux cleaned = 0.00271543 Jy ! Component: 850 - total flux cleaned = 0.00281194 Jy ! Component: 900 - total flux cleaned = 0.00286863 Jy ! Component: 950 - total flux cleaned = 0.00294362 Jy ! Component: 1000 - total flux cleaned = 0.00298039 Jy ! Component: 1050 - total flux cleaned = 0.00298082 Jy ! Component: 1100 - total flux cleaned = 0.00310712 Jy ! Component: 1150 - total flux cleaned = 0.00317795 Jy ! Component: 1200 - total flux cleaned = 0.00328361 Jy ! Component: 1250 - total flux cleaned = 0.00335295 Jy ! Component: 1300 - total flux cleaned = 0.00338737 Jy ! Component: 1350 - total flux cleaned = 0.00348935 Jy ! Component: 1400 - total flux cleaned = 0.00352274 Jy ! Component: 1450 - total flux cleaned = 0.00360568 Jy ! Component: 1500 - total flux cleaned = 0.00360578 Jy ! Component: 1550 - total flux cleaned = 0.00357347 Jy ! Component: 1600 - total flux cleaned = 0.00365414 Jy ! Component: 1650 - total flux cleaned = 0.00371766 Jy ! Component: 1700 - total flux cleaned = 0.00370194 Jy ! Component: 1750 - total flux cleaned = 0.00378012 Jy ! Component: 1800 - total flux cleaned = 0.00374909 Jy ! Component: 1850 - total flux cleaned = 0.00384107 Jy ! Component: 1900 - total flux cleaned = 0.00384084 Jy ! Component: 1950 - total flux cleaned = 0.0038557 Jy ! Component: 2000 - total flux cleaned = 0.00388551 Jy ! Component: 2050 - total flux cleaned = 0.00392992 Jy ! Component: 2100 - total flux cleaned = 0.00395908 Jy ! Component: 2150 - total flux cleaned = 0.00403146 Jy ! Component: 2200 - total flux cleaned = 0.00404584 Jy ! Component: 2250 - total flux cleaned = 0.00404601 Jy ! Component: 2300 - total flux cleaned = 0.00407445 Jy ! Component: 2350 - total flux cleaned = 0.0041447 Jy ! Component: 2400 - total flux cleaned = 0.00415862 Jy ! Component: 2450 - total flux cleaned = 0.00418615 Jy ! Component: 2500 - total flux cleaned = 0.0042545 Jy ! Component: 2550 - total flux cleaned = 0.00429522 Jy ! Component: 2600 - total flux cleaned = 0.00434905 Jy ! Component: 2650 - total flux cleaned = 0.0043759 Jy ! Component: 2700 - total flux cleaned = 0.00441559 Jy ! Component: 2750 - total flux cleaned = 0.00452077 Jy ! Component: 2800 - total flux cleaned = 0.00450754 Jy ! Component: 2850 - total flux cleaned = 0.00457253 Jy ! Component: 2900 - total flux cleaned = 0.00463696 Jy ! Component: 2950 - total flux cleaned = 0.00463701 Jy ! Component: 3000 - total flux cleaned = 0.00470051 Jy ! Component: 3050 - total flux cleaned = 0.00473855 Jy ! Component: 3100 - total flux cleaned = 0.00478867 Jy ! Component: 3150 - total flux cleaned = 0.00482592 Jy ! Component: 3200 - total flux cleaned = 0.00486292 Jy ! Component: 3250 - total flux cleaned = 0.00491194 Jy ! Component: 3300 - total flux cleaned = 0.00494853 Jy ! Component: 3350 - total flux cleaned = 0.00493646 Jy ! Component: 3400 - total flux cleaned = 0.00500877 Jy ! Component: 3450 - total flux cleaned = 0.00506851 Jy ! Component: 3500 - total flux cleaned = 0.00511613 Jy ! Component: 3550 - total flux cleaned = 0.00511616 Jy ! Component: 3600 - total flux cleaned = 0.00518661 Jy ! Component: 3650 - total flux cleaned = 0.00523312 Jy ! Component: 3700 - total flux cleaned = 0.00525634 Jy ! Component: 3750 - total flux cleaned = 0.00532564 Jy ! Component: 3800 - total flux cleaned = 0.00539436 Jy ! Component: 3850 - total flux cleaned = 0.00540575 Jy ! Component: 3900 - total flux cleaned = 0.00547353 Jy ! Component: 3950 - total flux cleaned = 0.00547353 Jy ! Component: 4000 - total flux cleaned = 0.00548464 Jy ! Component: 4050 - total flux cleaned = 0.00552913 Jy ! Total flux subtracted in 4096 components = 0.00552917 Jy ! Clean residual min=-0.000719 max=0.000612 Jy/beam ! Clean residual mean=0.000004 rms=0.000200 Jy/beam ! Combined flux in latest and established models = 0.231154 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 475 components and 0.231154 Jy ![Exited script file: muppet] wmap "J0330+4656_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.611 x 5.694 at -2.031 degrees (North through East) ! Clean map min=-0.0012073 max=0.16291 Jy/beam ! Writing clean map to FITS file: J0330+4656_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.162905 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000196105 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.36114 0.36114 0.72228 1.44456 2.88912 5.77824 11.5565 23.113 46.2259 92.4519 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.162 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.611 x 5.694 at -2.031 degrees (North through East) ! Clean map min=-0.0012073 max=0.16291 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 J0330+4656_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:19:28 2019