! Started logfile: J1332+2949_S_2017_06_15_pus_uvs.log on Tue May 7 15:19:46 2019 obs J1332+2949_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1332+2949_S_2017_06_15_pus_uva.fits ! AN table 1: 143 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.847708 visibilities/baseline/integration-bin. ! Found source: J1332+2949 ! ! 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 603 lines of history. ! ! Reading 21820 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 J1332+2949_S_2017_06_15_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 119 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 167 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 167 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 971 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.967722Jy sigma=0.009387 ! Fit after self-cal, rms=0.947655Jy sigma=0.009218 ! 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.015 mas, bmaj=6.371 mas, bpa=6.694 degrees ! Estimated noise=888.189 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.0409532 Jy ! Component: 100 - total flux cleaned = 0.0517542 Jy ! Total flux subtracted in 100 components = 0.0517542 Jy ! Clean residual min=-0.003096 max=0.004655 Jy/beam ! Clean residual mean=-0.000000 rms=0.000810 Jy/beam ! Combined flux in latest and established models = 0.0517542 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0517542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074749Jy sigma=0.000669 ! Fit after self-cal, rms=0.074528Jy sigma=0.000667 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00542025 Jy ! Component: 100 - total flux cleaned = 0.00827108 Jy ! Total flux subtracted in 100 components = 0.00827108 Jy ! Clean residual min=-0.003026 max=0.003204 Jy/beam ! Clean residual mean=0.000001 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.0600252 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 20 components and 0.0600253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074069Jy sigma=0.000662 ! Fit after self-cal, rms=0.074065Jy 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.69 mas, bmaj=7.374 mas, bpa=5.309 degrees ! Estimated noise=578.142 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.00245483 Jy ! Component: 100 - total flux cleaned = 0.00357235 Jy ! Component: 150 - total flux cleaned = 0.00417455 Jy ! Component: 200 - total flux cleaned = 0.00429988 Jy ! Total flux subtracted in 200 components = 0.00429988 Jy ! Clean residual min=-0.002197 max=0.002351 Jy/beam ! Clean residual mean=0.000002 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.0643251 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 29 components and 0.0643251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073988Jy sigma=0.000661 ! Fit after self-cal, rms=0.073989Jy sigma=0.000661 ! 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.98 FD 1.01 HN 1.05 KP 0.96 ! LA 0.96 MK 1.04 NL 0.89 OV 1.02 ! PT 0.98 SC 0.97 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.04 HN 1.07 KP 0.98 ! LA 0.90 MK 1.01 NL 1.07 OV 1.26 ! PT 0.93 SC 0.97 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.05 HN 1.03 KP 1.12 ! LA 0.98 MK 1.12 NL 1.02 OV 1.02 ! PT 0.91 SC 0.97 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.99 KP 1.00* ! LA 0.87 MK 0.75 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.073989Jy sigma=0.000661 ! Fit after self-cal, rms=0.073721Jy sigma=0.000659 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.693 mas, bmaj=7.37 mas, bpa=5.902 degrees ! Estimated noise=578.343 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.000170855 Jy ! Component: 100 - total flux cleaned = 0.000169566 Jy ! Component: 150 - total flux cleaned = 0.000152936 Jy ! Component: 200 - total flux cleaned = 0.000124632 Jy ! Total flux subtracted in 200 components = 0.000124632 Jy ! Clean residual min=-0.002093 max=0.002069 Jy/beam ! Clean residual mean=0.000001 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.0644498 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 38 components and 0.0644498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073708Jy sigma=0.000659 ! Fit after self-cal, rms=0.073738Jy sigma=0.000659 ! 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.073738Jy sigma=0.000659 ! Fit after self-cal, rms=0.075866Jy sigma=0.000657 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.716 mas, bmaj=7.364 mas, bpa=5.826 degrees ! Estimated noise=579.636 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.21347e-07 Jy ! Component: 100 - total flux cleaned = 3.01682e-05 Jy ! Component: 150 - total flux cleaned = 8.25527e-05 Jy ! Component: 200 - total flux cleaned = 0.000116606 Jy ! Total flux subtracted in 200 components = 0.000116606 Jy ! Clean residual min=-0.001894 max=0.002010 Jy/beam ! Clean residual mean=0.000004 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.0645664 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 46 components and 0.0645664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075859Jy sigma=0.000656 ! Fit after self-cal, rms=0.075967Jy 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) ! Added new window around map position (12, -16.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00177776 Jy ! Component: 100 - total flux cleaned = 0.00247268 Jy ! Component: 150 - total flux cleaned = 0.00249711 Jy ! Component: 200 - total flux cleaned = 0.00258522 Jy ! Total flux subtracted in 200 components = 0.00258522 Jy ! Clean residual min=-0.001948 max=0.001931 Jy/beam ! Clean residual mean=0.000003 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.0671516 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 68 components and 0.0671516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075924Jy sigma=0.000656 ! Fit after self-cal, rms=0.075910Jy 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.075910Jy sigma=0.000656 ! Fit after self-cal, rms=0.076418Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.724 mas, bmaj=7.361 mas, bpa=5.911 degrees ! Estimated noise=576.549 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000766433 Jy ! Component: 100 - total flux cleaned = 0.000791035 Jy ! Component: 150 - total flux cleaned = 0.000877578 Jy ! Component: 200 - total flux cleaned = 0.000957736 Jy ! Total flux subtracted in 200 components = 0.000957736 Jy ! Clean residual min=-0.001883 max=0.001802 Jy/beam ! Clean residual mean=0.000003 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.0681093 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 78 components and 0.0681093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076402Jy sigma=0.000655 ! Fit after self-cal, rms=0.076419Jy 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.000332387 Jy ! Component: 100 - total flux cleaned = 0.000406599 Jy ! Component: 150 - total flux cleaned = 0.000475002 Jy ! Component: 200 - total flux cleaned = 0.000553685 Jy ! Total flux subtracted in 200 components = 0.000553685 Jy ! Clean residual min=-0.001894 max=0.001755 Jy/beam ! Clean residual mean=0.000003 rms=0.000399 Jy/beam ! Combined flux in latest and established models = 0.068663 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 85 components and 0.068663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076411Jy sigma=0.000655 ! Fit after self-cal, rms=0.076409Jy 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.076409Jy sigma=0.000655 ! Fit after self-cal, rms=0.076374Jy sigma=0.000655 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.607 mas, bmaj=10.25 mas, bpa=-0.6823 degrees ! Estimated noise=683.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000827687 Jy ! Component: 100 - total flux cleaned = 0.000849319 Jy ! Component: 150 - total flux cleaned = 0.000799278 Jy ! Component: 200 - total flux cleaned = 0.000799837 Jy ! Total flux subtracted in 200 components = 0.000799837 Jy ! Clean residual min=-0.002151 max=0.001586 Jy/beam ! Clean residual mean=0.000005 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.0694629 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 103 components and 0.0694629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076373Jy sigma=0.000655 ! Fit after self-cal, rms=0.076384Jy 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.000138428 Jy ! Component: 100 - total flux cleaned = 0.000170925 Jy ! Component: 150 - total flux cleaned = 0.000157076 Jy ! Component: 200 - total flux cleaned = 0.000157468 Jy ! Total flux subtracted in 200 components = 0.000157468 Jy ! Clean residual min=-0.002158 max=0.001602 Jy/beam ! Clean residual mean=0.000005 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.0696203 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 110 components and 0.0696203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076383Jy sigma=0.000655 ! Fit after self-cal, rms=0.076380Jy 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.728 mas, bmaj=7.359 mas, bpa=5.935 degrees ! Estimated noise=575.273 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.728 x 7.359 at 5.935 degrees (North through East) ! Clean map min=-0.001807 max=0.053216 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=3.051 mas, bmaj=6.404 mas, bpa=7.149 degrees ! Estimated noise=878.05 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0402646 Jy ! Component: 100 - total flux cleaned = 0.0518572 Jy ! Component: 150 - total flux cleaned = 0.0572476 Jy ! Component: 200 - total flux cleaned = 0.0606093 Jy ! Total flux subtracted in 200 components = 0.0606093 Jy ! Clean residual min=-0.002452 max=0.002933 Jy/beam ! Clean residual mean=0.000001 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.0606093 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0606093 Jy ! Inverting map and beam ! Estimated beam: bmin=3.728 mas, bmaj=7.359 mas, bpa=5.935 degrees ! Estimated noise=575.273 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) ! Added new window around map position (-4, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00327947 Jy ! Component: 100 - total flux cleaned = 0.00524151 Jy ! Component: 150 - total flux cleaned = 0.00671319 Jy ! Component: 200 - total flux cleaned = 0.00733372 Jy ! Total flux subtracted in 200 components = 0.00733372 Jy ! Clean residual min=-0.001835 max=0.001537 Jy/beam ! Clean residual mean=0.000002 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.067943 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 49 components and 0.067943 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.607 mas, bmaj=10.25 mas, bpa=-0.6823 degrees ! Estimated noise=683.37 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129081 Jy ! Component: 100 - total flux cleaned = 0.00173315 Jy ! Component: 150 - total flux cleaned = 0.00194178 Jy ! Component: 200 - total flux cleaned = 0.00200885 Jy ! Total flux subtracted in 200 components = 0.00200885 Jy ! Clean residual min=-0.002110 max=0.001517 Jy/beam ! Clean residual mean=0.000004 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.0699519 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 = 3.90601e-05 Jy ! Component: 100 - total flux cleaned = 9.03562e-05 Jy ! Component: 150 - total flux cleaned = 0.000167292 Jy ! Component: 200 - total flux cleaned = 0.000209335 Jy ! Total flux subtracted in 200 components = 0.000209335 Jy ! Clean residual min=-0.002086 max=0.001504 Jy/beam ! Clean residual mean=0.000004 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.0701612 Jy ! Adding 66 model components to the UV plane model. ! The established model now contains 106 components and 0.0701612 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.728 mas, bmaj=7.359 mas, bpa=5.935 degrees ! Estimated noise=575.273 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.3881e-06 Jy ! Component: 100 - total flux cleaned = 0.000130958 Jy ! Component: 150 - total flux cleaned = 0.000217089 Jy ! Component: 200 - total flux cleaned = 0.000255585 Jy ! Total flux subtracted in 200 components = 0.000255585 Jy ! Clean residual min=-0.001701 max=0.001423 Jy/beam ! Clean residual mean=0.000003 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.0704168 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 126 components and 0.0704168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076355Jy sigma=0.000655 ! Fit after self-cal, rms=0.076351Jy sigma=0.000655 wmodel J1332+2949_S_2017_06_15_pus_map.mod ! Writing 126 model components to file: J1332+2949_S_2017_06_15_pus_map.mod wobs J1332+2949_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1332+2949_S_2017_06_15_pus_uvs.fits wwins J1332+2949_S_2017_06_15_pus_map.win ! wwins: Wrote 3 windows to J1332+2949_S_2017_06_15_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.000606796 Jy ! Component: 100 - total flux cleaned = -0.000901198 Jy ! Component: 150 - total flux cleaned = -0.00130653 Jy ! Component: 200 - total flux cleaned = -0.0016657 Jy ! Component: 250 - total flux cleaned = -0.00182663 Jy ! Component: 300 - total flux cleaned = -0.00195902 Jy ! Component: 350 - total flux cleaned = -0.00200261 Jy ! Component: 400 - total flux cleaned = -0.00200373 Jy ! Component: 450 - total flux cleaned = -0.00194358 Jy ! Component: 500 - total flux cleaned = -0.00188464 Jy ! Component: 550 - total flux cleaned = -0.0017689 Jy ! Component: 600 - total flux cleaned = -0.0016185 Jy ! Component: 650 - total flux cleaned = -0.00149021 Jy ! Component: 700 - total flux cleaned = -0.00141831 Jy ! Component: 750 - total flux cleaned = -0.00134742 Jy ! Component: 800 - total flux cleaned = -0.00126036 Jy ! Component: 850 - total flux cleaned = -0.0011922 Jy ! Component: 900 - total flux cleaned = -0.00114148 Jy ! Component: 950 - total flux cleaned = -0.00107539 Jy ! Component: 1000 - total flux cleaned = -0.00104288 Jy ! Component: 1050 - total flux cleaned = -0.00101114 Jy ! Component: 1100 - total flux cleaned = -0.000995598 Jy ! Component: 1150 - total flux cleaned = -0.00096476 Jy ! Component: 1200 - total flux cleaned = -0.000934261 Jy ! Component: 1250 - total flux cleaned = -0.000889354 Jy ! Component: 1300 - total flux cleaned = -0.000859862 Jy ! Component: 1350 - total flux cleaned = -0.000859846 Jy ! Component: 1400 - total flux cleaned = -0.000859939 Jy ! Component: 1450 - total flux cleaned = -0.00088832 Jy ! Component: 1500 - total flux cleaned = -0.000888297 Jy ! Component: 1550 - total flux cleaned = -0.000874432 Jy ! Component: 1600 - total flux cleaned = -0.000860554 Jy ! Component: 1650 - total flux cleaned = -0.000806632 Jy ! Component: 1700 - total flux cleaned = -0.000806705 Jy ! Component: 1750 - total flux cleaned = -0.000819794 Jy ! Component: 1800 - total flux cleaned = -0.000767932 Jy ! Component: 1850 - total flux cleaned = -0.000819131 Jy ! Component: 1900 - total flux cleaned = -0.000793814 Jy ! Component: 1950 - total flux cleaned = -0.000793804 Jy ! Component: 2000 - total flux cleaned = -0.000768902 Jy ! Component: 2050 - total flux cleaned = -0.000744408 Jy ! Component: 2100 - total flux cleaned = -0.000768317 Jy ! Component: 2150 - total flux cleaned = -0.000720106 Jy ! Component: 2200 - total flux cleaned = -0.000696149 Jy ! Component: 2250 - total flux cleaned = -0.00059021 Jy ! Component: 2300 - total flux cleaned = -0.000590219 Jy ! Component: 2350 - total flux cleaned = -0.000509407 Jy ! Component: 2400 - total flux cleaned = -0.000452036 Jy ! Component: 2450 - total flux cleaned = -0.000440697 Jy ! Component: 2500 - total flux cleaned = -0.000384313 Jy ! Component: 2550 - total flux cleaned = -0.000328481 Jy ! Component: 2600 - total flux cleaned = -0.000306485 Jy ! Component: 2650 - total flux cleaned = -0.000251596 Jy ! Component: 2700 - total flux cleaned = -0.000218947 Jy ! Component: 2750 - total flux cleaned = -0.000175865 Jy ! Component: 2800 - total flux cleaned = -0.000122422 Jy ! Component: 2850 - total flux cleaned = -0.000101249 Jy ! Component: 2900 - total flux cleaned = -5.91025e-05 Jy ! Component: 2950 - total flux cleaned = -2.77873e-05 Jy ! Component: 3000 - total flux cleaned = 1.35703e-05 Jy ! Component: 3050 - total flux cleaned = 3.4139e-05 Jy ! Component: 3100 - total flux cleaned = 0.000105645 Jy ! Component: 3150 - total flux cleaned = 0.000146102 Jy ! Component: 3200 - total flux cleaned = 0.000176393 Jy ! Component: 3250 - total flux cleaned = 0.000236229 Jy ! Component: 3300 - total flux cleaned = 0.000295672 Jy ! Component: 3350 - total flux cleaned = 0.000256396 Jy ! Component: 3400 - total flux cleaned = 0.000324725 Jy ! Component: 3450 - total flux cleaned = 0.000334459 Jy ! Component: 3500 - total flux cleaned = 0.000382631 Jy ! Component: 3550 - total flux cleaned = 0.000401812 Jy ! Component: 3600 - total flux cleaned = 0.000411385 Jy ! Component: 3650 - total flux cleaned = 0.000467958 Jy ! Component: 3700 - total flux cleaned = 0.000458635 Jy ! Component: 3750 - total flux cleaned = 0.000495832 Jy ! Component: 3800 - total flux cleaned = 0.000532732 Jy ! Component: 3850 - total flux cleaned = 0.000560351 Jy ! Component: 3900 - total flux cleaned = 0.000596771 Jy ! Component: 3950 - total flux cleaned = 0.000569555 Jy ! Component: 4000 - total flux cleaned = 0.000623695 Jy ! Component: 4050 - total flux cleaned = 0.000650599 Jy ! Total flux subtracted in 4096 components = 0.000677323 Jy ! Clean residual min=-0.000510 max=0.000464 Jy/beam ! Clean residual mean=0.000002 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.0710941 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 391 components and 0.0710941 Jy ![Exited script file: muppet] wmap "J1332+2949_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.728 x 7.359 at 5.935 degrees (North through East) ! Clean map min=-0.001311 max=0.053261 Jy/beam ! Writing clean map to FITS file: J1332+2949_S_2017_06_15_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0532613 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000167237 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.941979 0.941979 1.88396 3.76792 7.53583 15.0717 30.1433 60.2866 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.053 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.728 x 7.359 at 5.935 degrees (North through East) ! Clean map min=-0.001311 max=0.053261 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 J1332+2949_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:19:51 2019