! Started logfile: J0509+3528_S_2017_02_24_pus_uvs.log on Sat May 4 11:18:57 2019 obs J0509+3528_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0509+3528_S_2017_02_24_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.962517 visibilities/baseline/integration-bin. ! Found source: J0509+3528 ! ! 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 823 lines of history. ! ! Reading 14380 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 J0509+3528_S_2017_02_24_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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 269 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.806616Jy sigma=0.007718 ! Fit after self-cal, rms=0.801552Jy sigma=0.007674 ! 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.985 mas, bmaj=5.464 mas, bpa=-2.525 degrees ! Estimated noise=1073.16 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.153285 Jy ! Component: 100 - total flux cleaned = 0.18748 Jy ! Total flux subtracted in 100 components = 0.18748 Jy ! Clean residual min=-0.004712 max=0.011739 Jy/beam ! Clean residual mean=-0.000002 rms=0.001304 Jy/beam ! Combined flux in latest and established models = 0.18748 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.18748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079931Jy sigma=0.000719 ! Fit after self-cal, rms=0.079933Jy sigma=0.000719 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.012742 Jy ! Component: 100 - total flux cleaned = 0.019736 Jy ! Total flux subtracted in 100 components = 0.019736 Jy ! Clean residual min=-0.004123 max=0.004448 Jy/beam ! Clean residual mean=-0.000005 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.207216 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 18 components and 0.207216 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077279Jy sigma=0.000693 ! Fit after self-cal, rms=0.077286Jy sigma=0.000693 ! 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.607 mas, bmaj=6.268 mas, bpa=-3.141 degrees ! Estimated noise=670.97 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.00577184 Jy ! Component: 100 - total flux cleaned = 0.00864143 Jy ! Component: 150 - total flux cleaned = 0.0101701 Jy ! Component: 200 - total flux cleaned = 0.0107597 Jy ! Total flux subtracted in 200 components = 0.0107597 Jy ! Clean residual min=-0.002564 max=0.003012 Jy/beam ! Clean residual mean=-0.000004 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.217976 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 31 components and 0.217976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076834Jy sigma=0.000690 ! Fit after self-cal, rms=0.076839Jy sigma=0.000690 ! 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 1.02 HN 1.03 KP 0.98 ! LA 0.96 MK 0.98 NL 1.01 OV 1.03 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.96 HN 1.06 KP 0.94 ! LA 0.92 MK 0.98 NL 0.98 OV 1.07 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 0.98 KP 1.02 ! LA 1.03 MK 1.01 NL 1.12 OV 0.99 ! PT 0.97 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.02 HN 0.97 KP 1.00* ! LA 1.04 MK 1.24 NL 1.00* OV 1.01 ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.076839Jy sigma=0.000690 ! Fit after self-cal, rms=0.076468Jy sigma=0.000678 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.613 mas, bmaj=6.271 mas, bpa=-2.6 degrees ! Estimated noise=673.251 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.000467485 Jy ! Component: 100 - total flux cleaned = 0.000469669 Jy ! Component: 150 - total flux cleaned = 0.000495083 Jy ! Component: 200 - total flux cleaned = 0.000495732 Jy ! Total flux subtracted in 200 components = 0.000495732 Jy ! Clean residual min=-0.002187 max=0.002252 Jy/beam ! Clean residual mean=-0.000002 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.218472 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.218472 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076442Jy sigma=0.000678 ! Fit after self-cal, rms=0.076464Jy sigma=0.000678 ! 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.076464Jy sigma=0.000678 ! Fit after self-cal, rms=0.076407Jy sigma=0.000675 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.611 mas, bmaj=6.281 mas, bpa=-2.779 degrees ! Estimated noise=674.281 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000198191 Jy ! Component: 100 - total flux cleaned = 0.000125462 Jy ! Component: 150 - total flux cleaned = 9.35485e-05 Jy ! Component: 200 - total flux cleaned = 7.84706e-05 Jy ! Total flux subtracted in 200 components = 7.84706e-05 Jy ! Clean residual min=-0.002080 max=0.002034 Jy/beam ! Clean residual mean=-0.000002 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.21855 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.21855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076398Jy sigma=0.000675 ! Fit after self-cal, rms=0.076406Jy sigma=0.000675 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 = 2.92583e-05 Jy ! Component: 100 - total flux cleaned = -2.96477e-05 Jy ! Component: 150 - total flux cleaned = -6.99723e-05 Jy ! Component: 200 - total flux cleaned = -9.58433e-05 Jy ! Total flux subtracted in 200 components = -9.58433e-05 Jy ! Clean residual min=-0.002083 max=0.002023 Jy/beam ! Clean residual mean=-0.000002 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.218454 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 45 components and 0.218454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076401Jy sigma=0.000675 ! Fit after self-cal, rms=0.076400Jy sigma=0.000675 ! 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.076400Jy sigma=0.000675 ! Fit after self-cal, rms=0.076453Jy sigma=0.000675 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.609 mas, bmaj=6.276 mas, bpa=-2.771 degrees ! Estimated noise=674.707 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000255769 Jy ! Component: 100 - total flux cleaned = 0.000228885 Jy ! Component: 150 - total flux cleaned = 0.000228323 Jy ! Component: 200 - total flux cleaned = 0.000216415 Jy ! Total flux subtracted in 200 components = 0.000216415 Jy ! Clean residual min=-0.002071 max=0.002015 Jy/beam ! Clean residual mean=-0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.218671 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 46 components and 0.218671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076448Jy sigma=0.000674 ! Fit after self-cal, rms=0.076448Jy sigma=0.000674 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.0416e-05 Jy ! Component: 100 - total flux cleaned = -2.47319e-05 Jy ! Component: 150 - total flux cleaned = -5.74053e-05 Jy ! Component: 200 - total flux cleaned = -5.73539e-05 Jy ! Total flux subtracted in 200 components = -5.73539e-05 Jy ! Clean residual min=-0.002070 max=0.002004 Jy/beam ! Clean residual mean=-0.000002 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.218614 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 47 components and 0.218614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076444Jy sigma=0.000674 ! Fit after self-cal, rms=0.076444Jy sigma=0.000674 ! 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.076444Jy sigma=0.000674 ! Fit after self-cal, rms=0.076466Jy sigma=0.000674 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.643 mas, bmaj=9.55 mas, bpa=1.756 degrees ! Estimated noise=824.156 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000518382 Jy ! Component: 100 - total flux cleaned = 0.000597419 Jy ! Component: 150 - total flux cleaned = 0.000629758 Jy ! Component: 200 - total flux cleaned = 0.000651178 Jy ! Total flux subtracted in 200 components = 0.000651178 Jy ! Clean residual min=-0.002053 max=0.002387 Jy/beam ! Clean residual mean=-0.000003 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.219265 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 54 components and 0.219265 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076469Jy sigma=0.000674 ! Fit after self-cal, rms=0.076468Jy sigma=0.000674 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.4427e-05 Jy ! Component: 100 - total flux cleaned = 1.45384e-05 Jy ! Component: 150 - total flux cleaned = 2.90928e-05 Jy ! Component: 200 - total flux cleaned = 3.81197e-05 Jy ! Total flux subtracted in 200 components = 3.81197e-05 Jy ! Clean residual min=-0.002049 max=0.002378 Jy/beam ! Clean residual mean=-0.000003 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.219303 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 58 components and 0.219303 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076471Jy sigma=0.000674 ! Fit after self-cal, rms=0.076470Jy sigma=0.000674 ! 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.607 mas, bmaj=6.27 mas, bpa=-2.751 degrees ! Estimated noise=675.026 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.607 x 6.27 at -2.751 degrees (North through East) ! Clean map min=-0.0019681 max=0.20183 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.979 mas, bmaj=5.467 mas, bpa=-1.915 degrees ! Estimated noise=1087.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.155218 Jy ! Component: 100 - total flux cleaned = 0.190091 Jy ! Component: 150 - total flux cleaned = 0.203087 Jy ! Component: 200 - total flux cleaned = 0.210179 Jy ! Total flux subtracted in 200 components = 0.210179 Jy ! Clean residual min=-0.002986 max=0.003537 Jy/beam ! Clean residual mean=-0.000002 rms=0.000729 Jy/beam ! Combined flux in latest and established models = 0.210179 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.210179 Jy ! Inverting map and beam ! Estimated beam: bmin=3.607 mas, bmaj=6.27 mas, bpa=-2.751 degrees ! Estimated noise=675.026 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.00486729 Jy ! Component: 100 - total flux cleaned = 0.00736461 Jy ! Component: 150 - total flux cleaned = 0.00844158 Jy ! Component: 200 - total flux cleaned = 0.00868724 Jy ! Total flux subtracted in 200 components = 0.00868724 Jy ! Clean residual min=-0.002116 max=0.002170 Jy/beam ! Clean residual mean=-0.000002 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.218866 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 30 components and 0.218866 Jy ! Inverting map ! Added new window around map position (-10, 1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00196813 Jy ! Component: 100 - total flux cleaned = 0.00241325 Jy ! Component: 150 - total flux cleaned = 0.00245265 Jy ! Component: 200 - total flux cleaned = 0.00245451 Jy ! Total flux subtracted in 200 components = 0.00245451 Jy ! Clean residual min=-0.001986 max=0.002042 Jy/beam ! Clean residual mean=-0.000003 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.221321 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 45 components and 0.22132 Jy ! Inverting map ! Added new window around map position (47.5, 78). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117569 Jy ! Component: 100 - total flux cleaned = 0.00113376 Jy ! Component: 150 - total flux cleaned = 0.00116745 Jy ! Component: 200 - total flux cleaned = 0.00110816 Jy ! Total flux subtracted in 200 components = 0.00110816 Jy ! Clean residual min=-0.001906 max=0.001948 Jy/beam ! Clean residual mean=-0.000003 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.222429 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 61 components and 0.222429 Jy ! Inverting map ! Added new window around map position (19, -113). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0017368 Jy ! Component: 100 - total flux cleaned = 0.00193632 Jy ! Component: 150 - total flux cleaned = 0.0020694 Jy ! Component: 200 - total flux cleaned = 0.00219098 Jy ! Total flux subtracted in 200 components = 0.00219098 Jy ! Clean residual min=-0.001831 max=0.001688 Jy/beam ! Clean residual mean=-0.000002 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.22462 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 83 components and 0.22462 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.643 mas, bmaj=9.55 mas, bpa=1.756 degrees ! Estimated noise=824.156 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000181924 Jy ! Component: 100 - total flux cleaned = -0.000180687 Jy ! Component: 150 - total flux cleaned = -0.000214752 Jy ! Component: 200 - total flux cleaned = -0.00027723 Jy ! Total flux subtracted in 200 components = -0.00027723 Jy ! Clean residual min=-0.001711 max=0.002021 Jy/beam ! Clean residual mean=-0.000003 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.224342 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 = -8.53929e-05 Jy ! Component: 100 - total flux cleaned = -0.00011217 Jy ! Component: 150 - total flux cleaned = -0.000162243 Jy ! Component: 200 - total flux cleaned = -0.000209275 Jy ! Total flux subtracted in 200 components = -0.000209275 Jy ! Clean residual min=-0.001700 max=0.002008 Jy/beam ! Clean residual mean=-0.000003 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.224133 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 113 components and 0.224133 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.607 mas, bmaj=6.27 mas, bpa=-2.751 degrees ! Estimated noise=675.026 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000280074 Jy ! Component: 100 - total flux cleaned = 0.000199476 Jy ! Component: 150 - total flux cleaned = 0.000198623 Jy ! Component: 200 - total flux cleaned = 0.000173466 Jy ! Total flux subtracted in 200 components = 0.000173466 Jy ! Clean residual min=-0.001772 max=0.001677 Jy/beam ! Clean residual mean=-0.000002 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.224307 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 123 components and 0.224307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076341Jy sigma=0.000673 ! Fit after self-cal, rms=0.076326Jy sigma=0.000673 wmodel J0509+3528_S_2017_02_24_pus_map.mod ! Writing 123 model components to file: J0509+3528_S_2017_02_24_pus_map.mod wobs J0509+3528_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0509+3528_S_2017_02_24_pus_uvs.fits wwins J0509+3528_S_2017_02_24_pus_map.win ! wwins: Wrote 4 windows to J0509+3528_S_2017_02_24_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.000259041 Jy ! Component: 100 - total flux cleaned = -0.00034545 Jy ! Component: 150 - total flux cleaned = -0.000372357 Jy ! Component: 200 - total flux cleaned = -0.00042489 Jy ! Component: 250 - total flux cleaned = -0.000399973 Jy ! Component: 300 - total flux cleaned = -0.000375583 Jy ! Component: 350 - total flux cleaned = -0.000303692 Jy ! Component: 400 - total flux cleaned = -0.000233855 Jy ! Component: 450 - total flux cleaned = -0.000324912 Jy ! Component: 500 - total flux cleaned = -0.000279843 Jy ! Component: 550 - total flux cleaned = -0.000257304 Jy ! Component: 600 - total flux cleaned = -0.000170209 Jy ! Component: 650 - total flux cleaned = -8.52845e-05 Jy ! Component: 700 - total flux cleaned = -0.000148412 Jy ! Component: 750 - total flux cleaned = -0.000106902 Jy ! Component: 800 - total flux cleaned = -8.62964e-05 Jy ! Component: 850 - total flux cleaned = -6.60307e-05 Jy ! Component: 900 - total flux cleaned = -0.000105188 Jy ! Component: 950 - total flux cleaned = -6.61566e-05 Jy ! Component: 1000 - total flux cleaned = -2.75224e-05 Jy ! Component: 1050 - total flux cleaned = -0.000123126 Jy ! Component: 1100 - total flux cleaned = -8.49877e-05 Jy ! Component: 1150 - total flux cleaned = -8.537e-05 Jy ! Component: 1200 - total flux cleaned = -0.000177244 Jy ! Component: 1250 - total flux cleaned = -0.000213609 Jy ! Component: 1300 - total flux cleaned = -0.000267335 Jy ! Component: 1350 - total flux cleaned = -0.000302987 Jy ! Component: 1400 - total flux cleaned = -0.000302796 Jy ! Component: 1450 - total flux cleaned = -0.000337679 Jy ! Component: 1500 - total flux cleaned = -0.000354784 Jy ! Component: 1550 - total flux cleaned = -0.000337995 Jy ! Component: 1600 - total flux cleaned = -0.000354645 Jy ! Component: 1650 - total flux cleaned = -0.000321433 Jy ! Component: 1700 - total flux cleaned = -0.000354472 Jy ! Component: 1750 - total flux cleaned = -0.0003383 Jy ! Component: 1800 - total flux cleaned = -0.000435404 Jy ! Component: 1850 - total flux cleaned = -0.000451189 Jy ! Component: 1900 - total flux cleaned = -0.000435197 Jy ! Component: 1950 - total flux cleaned = -0.000450883 Jy ! Component: 2000 - total flux cleaned = -0.000497904 Jy ! Component: 2050 - total flux cleaned = -0.000544389 Jy ! Component: 2100 - total flux cleaned = -0.000575079 Jy ! Component: 2150 - total flux cleaned = -0.000544665 Jy ! Component: 2200 - total flux cleaned = -0.00055977 Jy ! Component: 2250 - total flux cleaned = -0.000619778 Jy ! Component: 2300 - total flux cleaned = -0.000590155 Jy ! Component: 2350 - total flux cleaned = -0.00070822 Jy ! Component: 2400 - total flux cleaned = -0.000693592 Jy ! Component: 2450 - total flux cleaned = -0.000693625 Jy ! Component: 2500 - total flux cleaned = -0.000765768 Jy ! Component: 2550 - total flux cleaned = -0.000765836 Jy ! Component: 2600 - total flux cleaned = -0.000765831 Jy ! Component: 2650 - total flux cleaned = -0.000793984 Jy ! Component: 2700 - total flux cleaned = -0.000836067 Jy ! Component: 2750 - total flux cleaned = -0.000822361 Jy ! Component: 2800 - total flux cleaned = -0.000891584 Jy ! Component: 2850 - total flux cleaned = -0.000905201 Jy ! Component: 2900 - total flux cleaned = -0.000918728 Jy ! Component: 2950 - total flux cleaned = -0.000932238 Jy ! Component: 3000 - total flux cleaned = -0.000945501 Jy ! Component: 3050 - total flux cleaned = -0.000985515 Jy ! Component: 3100 - total flux cleaned = -0.000972161 Jy ! Component: 3150 - total flux cleaned = -0.000959003 Jy ! Component: 3200 - total flux cleaned = -0.00103756 Jy ! Component: 3250 - total flux cleaned = -0.00106352 Jy ! Component: 3300 - total flux cleaned = -0.00106366 Jy ! Component: 3350 - total flux cleaned = -0.00110226 Jy ! Component: 3400 - total flux cleaned = -0.00111493 Jy ! Component: 3450 - total flux cleaned = -0.00111501 Jy ! Component: 3500 - total flux cleaned = -0.00114029 Jy ! Component: 3550 - total flux cleaned = -0.00115292 Jy ! Component: 3600 - total flux cleaned = -0.00117789 Jy ! Component: 3650 - total flux cleaned = -0.00119043 Jy ! Component: 3700 - total flux cleaned = -0.00125203 Jy ! Component: 3750 - total flux cleaned = -0.0012765 Jy ! Component: 3800 - total flux cleaned = -0.00132539 Jy ! Component: 3850 - total flux cleaned = -0.00138607 Jy ! Component: 3900 - total flux cleaned = -0.00136189 Jy ! Component: 3950 - total flux cleaned = -0.00138591 Jy ! Component: 4000 - total flux cleaned = -0.00146939 Jy ! Component: 4050 - total flux cleaned = -0.00149307 Jy ! Total flux subtracted in 4096 components = -0.00150503 Jy ! Clean residual min=-0.000635 max=0.000718 Jy/beam ! Clean residual mean=-0.000000 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.222802 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 429 components and 0.222802 Jy ![Exited script file: muppet] wmap "J0509+3528_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.607 x 6.27 at -2.751 degrees (North through East) ! Clean map min=-0.0014444 max=0.20223 Jy/beam ! Writing clean map to FITS file: J0509+3528_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.202229 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000215832 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.320179 0.320179 0.640358 1.28072 2.56143 5.12286 10.2457 20.4915 40.9829 81.9658 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.202 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.607 x 6.27 at -2.751 degrees (North through East) ! Clean map min=-0.0014444 max=0.20223 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 J0509+3528_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:19:02 2019