! Started logfile: J0621+7605_S_2017_01_21_pus_uvs.log on Sun May 5 15:47:31 2019 obs J0621+7605_S_2017_01_21_pus_uva.fits ! Reading UV FITS file: J0621+7605_S_2017_01_21_pus_uva.fits ! AN table 1: 218 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.910805 visibilities/baseline/integration-bin. ! Found source: J0621+7605 ! ! 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 558 lines of history. ! ! Reading 28592 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 J0621+7605_S_2017_01_21_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 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 90 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 526 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.912749Jy sigma=0.007088 ! Fit after self-cal, rms=0.897316Jy sigma=0.006983 ! 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.939 mas, bmaj=3.566 mas, bpa=-71.07 degrees ! Estimated noise=1240.01 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.0799905 Jy ! Component: 100 - total flux cleaned = 0.106039 Jy ! Total flux subtracted in 100 components = 0.106039 Jy ! Clean residual min=-0.005983 max=0.010701 Jy/beam ! Clean residual mean=-0.000004 rms=0.001346 Jy/beam ! Combined flux in latest and established models = 0.106039 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.106039 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094562Jy sigma=0.000679 ! Fit after self-cal, rms=0.094403Jy sigma=0.000678 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.011721 Jy ! Component: 100 - total flux cleaned = 0.0168905 Jy ! Total flux subtracted in 100 components = 0.0168905 Jy ! Clean residual min=-0.005142 max=0.004418 Jy/beam ! Clean residual mean=-0.000001 rms=0.001040 Jy/beam ! Combined flux in latest and established models = 0.12293 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.12293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092889Jy sigma=0.000663 ! Fit after self-cal, rms=0.092836Jy sigma=0.000662 ! 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.633 mas, bmaj=4.502 mas, bpa=-78.28 degrees ! Estimated noise=579.786 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, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0048295 Jy ! Component: 100 - total flux cleaned = 0.00652339 Jy ! Component: 150 - total flux cleaned = 0.00720658 Jy ! Component: 200 - total flux cleaned = 0.00770871 Jy ! Total flux subtracted in 200 components = 0.00770871 Jy ! Clean residual min=-0.002235 max=0.002906 Jy/beam ! Clean residual mean=0.000000 rms=0.000595 Jy/beam ! Combined flux in latest and established models = 0.130639 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 40 components and 0.130639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092625Jy sigma=0.000660 ! Fit after self-cal, rms=0.092601Jy sigma=0.000660 ! 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.04 FD 0.95 HN 0.97 LA 1.04 ! MK 0.97 NL 0.98 OV 0.99 PT 0.96 ! SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.98 HN 0.99 LA 1.03 ! MK 0.99 NL 0.96 OV 1.02 PT 0.96 ! SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 1.01 LA 1.00 ! MK 1.02 NL 0.96 OV 0.98 PT 0.93 ! SC 0.98 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.04 HN 0.99 LA 1.09 ! MK 0.91 NL 1.00* OV 1.00 PT 0.99 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.092601Jy sigma=0.000660 ! Fit after self-cal, rms=0.092784Jy sigma=0.000658 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.617 mas, bmaj=4.483 mas, bpa=-78.18 degrees ! Estimated noise=575.524 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.000891044 Jy ! Component: 100 - total flux cleaned = 0.00105567 Jy ! Component: 150 - total flux cleaned = 0.00115772 Jy ! Component: 200 - total flux cleaned = 0.0011291 Jy ! Total flux subtracted in 200 components = 0.0011291 Jy ! Clean residual min=-0.002004 max=0.002036 Jy/beam ! Clean residual mean=0.000001 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.131768 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 56 components and 0.131768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092751Jy sigma=0.000657 ! Fit after self-cal, rms=0.092813Jy sigma=0.000657 ! 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.092813Jy sigma=0.000657 ! Fit after self-cal, rms=0.093424Jy sigma=0.000656 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.611 mas, bmaj=4.426 mas, bpa=-77.72 degrees ! Estimated noise=573.153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000972456 Jy ! Component: 100 - total flux cleaned = 0.00109691 Jy ! Component: 150 - total flux cleaned = 0.00114801 Jy ! Component: 200 - total flux cleaned = 0.00114816 Jy ! Total flux subtracted in 200 components = 0.00114816 Jy ! Clean residual min=-0.001471 max=0.001616 Jy/beam ! Clean residual mean=-0.000005 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.132916 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 65 components and 0.132916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093404Jy sigma=0.000656 ! Fit after self-cal, rms=0.093438Jy sigma=0.000656 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.000183143 Jy ! Component: 100 - total flux cleaned = 0.000139376 Jy ! Component: 150 - total flux cleaned = 0.000121146 Jy ! Component: 200 - total flux cleaned = 0.000121618 Jy ! Total flux subtracted in 200 components = 0.000121618 Jy ! Clean residual min=-0.001484 max=0.001631 Jy/beam ! Clean residual mean=-0.000005 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.133037 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 70 components and 0.133037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093429Jy sigma=0.000656 ! Fit after self-cal, rms=0.093426Jy sigma=0.000656 ! Inverting map ! Added new window around map position (-24.5, -4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00154567 Jy ! Component: 100 - total flux cleaned = 0.0022883 Jy ! Component: 150 - total flux cleaned = 0.00259874 Jy ! Component: 200 - total flux cleaned = 0.00270228 Jy ! Total flux subtracted in 200 components = 0.00270228 Jy ! Clean residual min=-0.001446 max=0.001313 Jy/beam ! Clean residual mean=-0.000004 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.13574 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 83 components and 0.13574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093398Jy sigma=0.000656 ! Fit after self-cal, rms=0.093398Jy sigma=0.000656 ! 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.093398Jy sigma=0.000656 ! Fit after self-cal, rms=0.093327Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.602 mas, bmaj=4.405 mas, bpa=-77.56 degrees ! Estimated noise=572.371 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000868735 Jy ! Component: 100 - total flux cleaned = 0.00138713 Jy ! Component: 150 - total flux cleaned = 0.00161521 Jy ! Component: 200 - total flux cleaned = 0.0017617 Jy ! Total flux subtracted in 200 components = 0.0017617 Jy ! Clean residual min=-0.001409 max=0.001247 Jy/beam ! Clean residual mean=-0.000003 rms=0.000340 Jy/beam ! Combined flux in latest and established models = 0.137501 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 86 components and 0.137501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093317Jy sigma=0.000655 ! Fit after self-cal, rms=0.093318Jy sigma=0.000655 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.000365389 Jy ! Component: 100 - total flux cleaned = 0.000451862 Jy ! Component: 150 - total flux cleaned = 0.000499477 Jy ! Component: 200 - total flux cleaned = 0.000529357 Jy ! Total flux subtracted in 200 components = 0.000529357 Jy ! Clean residual min=-0.001408 max=0.001207 Jy/beam ! Clean residual mean=-0.000003 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.138031 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 93 components and 0.138031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093313Jy sigma=0.000655 ! Fit after self-cal, rms=0.093313Jy sigma=0.000655 ! 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.093313Jy sigma=0.000655 ! Fit after self-cal, rms=0.093262Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.517 mas, bmaj=8.941 mas, bpa=-89.12 degrees ! Estimated noise=744.767 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000435815 Jy ! Component: 100 - total flux cleaned = 0.000706642 Jy ! Component: 150 - total flux cleaned = 0.000928306 Jy ! Component: 200 - total flux cleaned = 0.00111085 Jy ! Total flux subtracted in 200 components = 0.00111085 Jy ! Clean residual min=-0.001573 max=0.001291 Jy/beam ! Clean residual mean=-0.000006 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.139141 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 106 components and 0.139141 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093259Jy sigma=0.000655 ! Fit after self-cal, rms=0.093260Jy sigma=0.000655 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.000218691 Jy ! Component: 100 - total flux cleaned = 0.000357175 Jy ! Component: 150 - total flux cleaned = 0.000464008 Jy ! Component: 200 - total flux cleaned = 0.00052347 Jy ! Total flux subtracted in 200 components = 0.00052347 Jy ! Clean residual min=-0.001568 max=0.001271 Jy/beam ! Clean residual mean=-0.000005 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.139665 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 110 components and 0.139665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093260Jy sigma=0.000655 ! Fit after self-cal, rms=0.093261Jy sigma=0.000655 ! 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.596 mas, bmaj=4.392 mas, bpa=-77.48 degrees ! Estimated noise=572.117 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.596 x 4.392 at -77.48 degrees (North through East) ! Clean map min=-0.0020232 max=0.098956 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.922 mas, bmaj=3.486 mas, bpa=-69.45 degrees ! Estimated noise=1197.73 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.077954 Jy ! Component: 100 - total flux cleaned = 0.105014 Jy ! Component: 150 - total flux cleaned = 0.116739 Jy ! Component: 200 - total flux cleaned = 0.122789 Jy ! Total flux subtracted in 200 components = 0.122789 Jy ! Clean residual min=-0.004377 max=0.003834 Jy/beam ! Clean residual mean=-0.000003 rms=0.000976 Jy/beam ! Combined flux in latest and established models = 0.122789 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.122789 Jy ! Inverting map and beam ! Estimated beam: bmin=3.596 mas, bmaj=4.392 mas, bpa=-77.48 degrees ! Estimated noise=572.117 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.00532623 Jy ! Component: 100 - total flux cleaned = 0.00818797 Jy ! Component: 150 - total flux cleaned = 0.0102379 Jy ! Component: 200 - total flux cleaned = 0.0113382 Jy ! Total flux subtracted in 200 components = 0.0113382 Jy ! Clean residual min=-0.001567 max=0.001410 Jy/beam ! Clean residual mean=-0.000005 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.134127 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 48 components and 0.134127 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.517 mas, bmaj=8.941 mas, bpa=-89.12 degrees ! Estimated noise=744.767 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.001949 Jy ! Component: 100 - total flux cleaned = 0.0032576 Jy ! Component: 150 - total flux cleaned = 0.00381357 Jy ! Component: 200 - total flux cleaned = 0.00426311 Jy ! Total flux subtracted in 200 components = 0.00426311 Jy ! Clean residual min=-0.001732 max=0.001286 Jy/beam ! Clean residual mean=-0.000007 rms=0.000408 Jy/beam ! Combined flux in latest and established models = 0.13839 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.000342204 Jy ! Component: 100 - total flux cleaned = 0.000626975 Jy ! Component: 150 - total flux cleaned = 0.000866083 Jy ! Component: 200 - total flux cleaned = 0.00103848 Jy ! Total flux subtracted in 200 components = 0.00103848 Jy ! Clean residual min=-0.001605 max=0.001231 Jy/beam ! Clean residual mean=-0.000006 rms=0.000391 Jy/beam ! Combined flux in latest and established models = 0.139429 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 93 components and 0.139429 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.596 mas, bmaj=4.392 mas, bpa=-77.48 degrees ! Estimated noise=572.117 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000350396 Jy ! Component: 100 - total flux cleaned = 0.000394077 Jy ! Component: 150 - total flux cleaned = 0.000415191 Jy ! Component: 200 - total flux cleaned = 0.000397186 Jy ! Total flux subtracted in 200 components = 0.000397186 Jy ! Clean residual min=-0.001444 max=0.001221 Jy/beam ! Clean residual mean=-0.000003 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.139826 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 110 components and 0.139826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093264Jy sigma=0.000655 ! Fit after self-cal, rms=0.093259Jy sigma=0.000655 wmodel J0621+7605_S_2017_01_21_pus_map.mod ! Writing 110 model components to file: J0621+7605_S_2017_01_21_pus_map.mod wobs J0621+7605_S_2017_01_21_pus_uvs.fits ! Writing UV FITS file: J0621+7605_S_2017_01_21_pus_uvs.fits wwins J0621+7605_S_2017_01_21_pus_map.win ! wwins: Wrote 3 windows to J0621+7605_S_2017_01_21_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.00062586 Jy ! Component: 100 - total flux cleaned = -0.00113035 Jy ! Component: 150 - total flux cleaned = -0.00137243 Jy ! Component: 200 - total flux cleaned = -0.00150028 Jy ! Component: 250 - total flux cleaned = -0.00160397 Jy ! Component: 300 - total flux cleaned = -0.0017452 Jy ! Component: 350 - total flux cleaned = -0.00180446 Jy ! Component: 400 - total flux cleaned = -0.00188196 Jy ! Component: 450 - total flux cleaned = -0.00184432 Jy ! Component: 500 - total flux cleaned = -0.00186306 Jy ! Component: 550 - total flux cleaned = -0.00186288 Jy ! Component: 600 - total flux cleaned = -0.00184469 Jy ! Component: 650 - total flux cleaned = -0.00188009 Jy ! Component: 700 - total flux cleaned = -0.00186251 Jy ! Component: 750 - total flux cleaned = -0.00182824 Jy ! Component: 800 - total flux cleaned = -0.00182844 Jy ! Component: 850 - total flux cleaned = -0.00182841 Jy ! Component: 900 - total flux cleaned = -0.00181172 Jy ! Component: 950 - total flux cleaned = -0.00179516 Jy ! Component: 1000 - total flux cleaned = -0.00171438 Jy ! Component: 1050 - total flux cleaned = -0.00176264 Jy ! Component: 1100 - total flux cleaned = -0.00180993 Jy ! Component: 1150 - total flux cleaned = -0.00177868 Jy ! Component: 1200 - total flux cleaned = -0.00176359 Jy ! Component: 1250 - total flux cleaned = -0.0018092 Jy ! Component: 1300 - total flux cleaned = -0.00177881 Jy ! Component: 1350 - total flux cleaned = -0.00176386 Jy ! Component: 1400 - total flux cleaned = -0.00180808 Jy ! Component: 1450 - total flux cleaned = -0.00180814 Jy ! Component: 1500 - total flux cleaned = -0.00179343 Jy ! Component: 1550 - total flux cleaned = -0.00177894 Jy ! Component: 1600 - total flux cleaned = -0.00172257 Jy ! Component: 1650 - total flux cleaned = -0.00176465 Jy ! Component: 1700 - total flux cleaned = -0.00175078 Jy ! Component: 1750 - total flux cleaned = -0.00173709 Jy ! Component: 1800 - total flux cleaned = -0.00181879 Jy ! Component: 1850 - total flux cleaned = -0.00177824 Jy ! Component: 1900 - total flux cleaned = -0.00183182 Jy ! Component: 1950 - total flux cleaned = -0.00183195 Jy ! Component: 2000 - total flux cleaned = -0.00189793 Jy ! Component: 2050 - total flux cleaned = -0.00196346 Jy ! Component: 2100 - total flux cleaned = -0.00200229 Jy ! Component: 2150 - total flux cleaned = -0.00204111 Jy ! Component: 2200 - total flux cleaned = -0.0020922 Jy ! Component: 2250 - total flux cleaned = -0.0021048 Jy ! Component: 2300 - total flux cleaned = -0.00214254 Jy ! Component: 2350 - total flux cleaned = -0.0021925 Jy ! Component: 2400 - total flux cleaned = -0.00221734 Jy ! Component: 2450 - total flux cleaned = -0.00226663 Jy ! Component: 2500 - total flux cleaned = -0.00236457 Jy ! Component: 2550 - total flux cleaned = -0.00241314 Jy ! Component: 2600 - total flux cleaned = -0.00252176 Jy ! Component: 2650 - total flux cleaned = -0.00249798 Jy ! Component: 2700 - total flux cleaned = -0.00256941 Jy ! Component: 2750 - total flux cleaned = -0.00262846 Jy ! Component: 2800 - total flux cleaned = -0.00268718 Jy ! Component: 2850 - total flux cleaned = -0.00271057 Jy ! Component: 2900 - total flux cleaned = -0.00279176 Jy ! Component: 2950 - total flux cleaned = -0.00282642 Jy ! Component: 3000 - total flux cleaned = -0.00287218 Jy ! Component: 3050 - total flux cleaned = -0.00291763 Jy ! Component: 3100 - total flux cleaned = -0.00295159 Jy ! Component: 3150 - total flux cleaned = -0.00301907 Jy ! Component: 3200 - total flux cleaned = -0.00304136 Jy ! Component: 3250 - total flux cleaned = -0.00307463 Jy ! Component: 3300 - total flux cleaned = -0.00311879 Jy ! Component: 3350 - total flux cleaned = -0.00312966 Jy ! Component: 3400 - total flux cleaned = -0.00319505 Jy ! Component: 3450 - total flux cleaned = -0.00320601 Jy ! Component: 3500 - total flux cleaned = -0.00327056 Jy ! Component: 3550 - total flux cleaned = -0.00328126 Jy ! Component: 3600 - total flux cleaned = -0.0033664 Jy ! Component: 3650 - total flux cleaned = -0.00337695 Jy ! Component: 3700 - total flux cleaned = -0.00345052 Jy ! Component: 3750 - total flux cleaned = -0.00349233 Jy ! Component: 3800 - total flux cleaned = -0.00349225 Jy ! Component: 3850 - total flux cleaned = -0.00348199 Jy ! Component: 3900 - total flux cleaned = -0.00356422 Jy ! Component: 3950 - total flux cleaned = -0.00356419 Jy ! Component: 4000 - total flux cleaned = -0.00360497 Jy ! Component: 4050 - total flux cleaned = -0.00366571 Jy ! Total flux subtracted in 4096 components = -0.0036758 Jy ! Clean residual min=-0.000567 max=0.000594 Jy/beam ! Clean residual mean=-0.000000 rms=0.000172 Jy/beam ! Combined flux in latest and established models = 0.13615 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 414 components and 0.13615 Jy ![Exited script file: muppet] wmap "J0621+7605_S_2017_01_21_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.596 x 4.392 at -77.48 degrees (North through East) ! Clean map min=-0.0016685 max=0.098377 Jy/beam ! Writing clean map to FITS file: J0621+7605_S_2017_01_21_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0983766 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000171034 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.521569 0.521569 1.04314 2.08628 4.17255 8.34511 16.6902 33.3804 66.7608 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.098 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.596 x 4.392 at -77.48 degrees (North through East) ! Clean map min=-0.0016685 max=0.098377 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 J0621+7605_S_2017_01_21_pus_uvs.log closed on Sun May 5 15:47:37 2019