! Started logfile: J0632+3200_S_2017_05_01_pus_uvs.log on Wed May 1 18:29:24 2019 obs J0632+3200_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J0632+3200_S_2017_05_01_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.96018 visibilities/baseline/integration-bin. ! Found source: J0632+3200 ! ! 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 788 lines of history. ! ! Reading 29900 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 J0632+3200_S_2017_05_01_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 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 38 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 728 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.928997Jy sigma=0.008063 ! Fit after self-cal, rms=0.917289Jy sigma=0.007981 ! 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.016 mas, bmaj=5.455 mas, bpa=-5.403 degrees ! Estimated noise=876.122 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.0655682 Jy ! Component: 100 - total flux cleaned = 0.0810373 Jy ! Total flux subtracted in 100 components = 0.0810373 Jy ! Clean residual min=-0.002963 max=0.005946 Jy/beam ! Clean residual mean=-0.000000 rms=0.000752 Jy/beam ! Combined flux in latest and established models = 0.0810373 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0810373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087574Jy sigma=0.000668 ! Fit after self-cal, rms=0.087563Jy sigma=0.000668 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00637989 Jy ! Component: 100 - total flux cleaned = 0.00943137 Jy ! Total flux subtracted in 100 components = 0.00943137 Jy ! Clean residual min=-0.002725 max=0.002607 Jy/beam ! Clean residual mean=0.000000 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.0904687 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 14 components and 0.0904687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087053Jy sigma=0.000664 ! Fit after self-cal, rms=0.087067Jy sigma=0.000664 ! 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.674 mas, bmaj=6.293 mas, bpa=-4.782 degrees ! Estimated noise=526.761 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.00195863 Jy ! Component: 100 - total flux cleaned = 0.00289967 Jy ! Component: 150 - total flux cleaned = 0.00344744 Jy ! Component: 200 - total flux cleaned = 0.00379178 Jy ! Total flux subtracted in 200 components = 0.00379178 Jy ! Clean residual min=-0.001764 max=0.002019 Jy/beam ! Clean residual mean=0.000001 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.0942605 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 22 components and 0.0942605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087015Jy sigma=0.000663 ! Fit after self-cal, rms=0.087024Jy sigma=0.000663 ! 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.94 FD 0.93 HN 1.01 KP 1.01 ! LA 1.01 MK 0.99 NL 1.01 OV 1.04 ! PT 1.05 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.94 HN 1.04 KP 0.99 ! LA 0.96 MK 1.02 NL 1.06 OV 1.00 ! PT 1.00 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.00 HN 1.04 KP 0.98 ! LA 0.98 MK 1.05 NL 1.06 OV 0.95 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.96 HN 1.00 KP 1.00* ! LA 1.02 MK 0.99 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.087024Jy sigma=0.000663 ! Fit after self-cal, rms=0.087108Jy sigma=0.000662 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.689 mas, bmaj=6.31 mas, bpa=-4.428 degrees ! Estimated noise=529.926 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 = 9.41395e-05 Jy ! Component: 100 - total flux cleaned = 6.6315e-05 Jy ! Component: 150 - total flux cleaned = 2.07768e-05 Jy ! Component: 200 - total flux cleaned = -2.61125e-05 Jy ! Total flux subtracted in 200 components = -2.61125e-05 Jy ! Clean residual min=-0.001641 max=0.002009 Jy/beam ! Clean residual mean=0.000002 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.0942344 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 30 components and 0.0942344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087102Jy sigma=0.000662 ! Fit after self-cal, rms=0.087096Jy sigma=0.000662 ! 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.087096Jy sigma=0.000662 ! Fit after self-cal, rms=0.088457Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.701 mas, bmaj=6.307 mas, bpa=-4.486 degrees ! Estimated noise=530.804 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000188341 Jy ! Component: 100 - total flux cleaned = -0.000237242 Jy ! Component: 150 - total flux cleaned = -0.000254741 Jy ! Component: 200 - total flux cleaned = -0.000270856 Jy ! Total flux subtracted in 200 components = -0.000270856 Jy ! Clean residual min=-0.001338 max=0.001379 Jy/beam ! Clean residual mean=-0.000001 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0939635 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 38 components and 0.0939635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088454Jy sigma=0.000660 ! Fit after self-cal, rms=0.088474Jy sigma=0.000660 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 = -4.85302e-05 Jy ! Component: 100 - total flux cleaned = -6.27208e-05 Jy ! Component: 150 - total flux cleaned = -7.61224e-05 Jy ! Component: 200 - total flux cleaned = -8.89767e-05 Jy ! Total flux subtracted in 200 components = -8.89767e-05 Jy ! Clean residual min=-0.001349 max=0.001358 Jy/beam ! Clean residual mean=-0.000001 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.0938745 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 41 components and 0.0938745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088472Jy sigma=0.000660 ! Fit after self-cal, rms=0.088472Jy sigma=0.000660 ! 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.088472Jy sigma=0.000660 ! Fit after self-cal, rms=0.088893Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.707 mas, bmaj=6.31 mas, bpa=-4.403 degrees ! Estimated noise=531.643 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.35923e-05 Jy ! Component: 100 - total flux cleaned = -8.57783e-05 Jy ! Component: 150 - total flux cleaned = -0.000107788 Jy ! Component: 200 - total flux cleaned = -0.000120936 Jy ! Total flux subtracted in 200 components = -0.000120936 Jy ! Clean residual min=-0.001345 max=0.001374 Jy/beam ! Clean residual mean=-0.000001 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0937536 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 43 components and 0.0937536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088891Jy sigma=0.000660 ! Fit after self-cal, rms=0.088896Jy sigma=0.000660 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.14529e-05 Jy ! Component: 100 - total flux cleaned = -3.35963e-05 Jy ! Component: 150 - total flux cleaned = -3.92477e-05 Jy ! Component: 200 - total flux cleaned = -4.49402e-05 Jy ! Total flux subtracted in 200 components = -4.49402e-05 Jy ! Clean residual min=-0.001348 max=0.001367 Jy/beam ! Clean residual mean=-0.000001 rms=0.000331 Jy/beam ! Combined flux in latest and established models = 0.0937086 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.0937086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088896Jy sigma=0.000660 ! Fit after self-cal, rms=0.088896Jy sigma=0.000660 ! 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.088896Jy sigma=0.000660 ! Fit after self-cal, rms=0.089103Jy sigma=0.000660 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.763 mas, bmaj=9.525 mas, bpa=-3.688 degrees ! Estimated noise=638.117 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.01366e-05 Jy ! Component: 100 - total flux cleaned = -1.87346e-05 Jy ! Component: 150 - total flux cleaned = -5.14269e-05 Jy ! Component: 200 - total flux cleaned = -5.14505e-05 Jy ! Total flux subtracted in 200 components = -5.14505e-05 Jy ! Clean residual min=-0.001349 max=0.001503 Jy/beam ! Clean residual mean=-0.000003 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.0936572 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 44 components and 0.0936572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089104Jy sigma=0.000660 ! Fit after self-cal, rms=0.089103Jy sigma=0.000660 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.30318e-06 Jy ! Component: 100 - total flux cleaned = 1.21872e-06 Jy ! Component: 150 - total flux cleaned = 2.90017e-07 Jy ! Component: 200 - total flux cleaned = -5.08308e-06 Jy ! Total flux subtracted in 200 components = -5.08308e-06 Jy ! Clean residual min=-0.001347 max=0.001469 Jy/beam ! Clean residual mean=-0.000003 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.0936521 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 45 components and 0.0936521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089104Jy sigma=0.000660 ! Fit after self-cal, rms=0.089103Jy sigma=0.000660 ! 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.711 mas, bmaj=6.312 mas, bpa=-4.338 degrees ! Estimated noise=532.413 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.711 x 6.312 at -4.338 degrees (North through East) ! Clean map min=-0.0013424 max=0.086909 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.043 mas, bmaj=5.45 mas, bpa=-4.886 degrees ! Estimated noise=888.093 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.066267 Jy ! Component: 100 - total flux cleaned = 0.0817573 Jy ! Component: 150 - total flux cleaned = 0.0879329 Jy ! Component: 200 - total flux cleaned = 0.0908977 Jy ! Total flux subtracted in 200 components = 0.0908977 Jy ! Clean residual min=-0.002346 max=0.002043 Jy/beam ! Clean residual mean=-0.000001 rms=0.000562 Jy/beam ! Combined flux in latest and established models = 0.0908978 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0908978 Jy ! Inverting map and beam ! Estimated beam: bmin=3.711 mas, bmaj=6.312 mas, bpa=-4.338 degrees ! Estimated noise=532.413 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.00165437 Jy ! Component: 100 - total flux cleaned = 0.00238351 Jy ! Component: 150 - total flux cleaned = 0.00263253 Jy ! Component: 200 - total flux cleaned = 0.0026862 Jy ! Total flux subtracted in 200 components = 0.0026862 Jy ! Clean residual min=-0.001323 max=0.001402 Jy/beam ! Clean residual mean=-0.000001 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.093584 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 28 components and 0.093584 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.763 mas, bmaj=9.525 mas, bpa=-3.688 degrees ! Estimated noise=638.117 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00011652 Jy ! Component: 100 - total flux cleaned = 0.000118687 Jy ! Component: 150 - total flux cleaned = 9.87043e-05 Jy ! Component: 200 - total flux cleaned = 9.12046e-05 Jy ! Total flux subtracted in 200 components = 9.12046e-05 Jy ! Clean residual min=-0.001337 max=0.001456 Jy/beam ! Clean residual mean=-0.000003 rms=0.000374 Jy/beam ! Combined flux in latest and established models = 0.0936752 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 = 1.31819e-07 Jy ! Component: 100 - total flux cleaned = 1.15466e-07 Jy ! Component: 150 - total flux cleaned = 2.56419e-07 Jy ! Component: 200 - total flux cleaned = 1.8605e-07 Jy ! Total flux subtracted in 200 components = 1.8605e-07 Jy ! Clean residual min=-0.001338 max=0.001451 Jy/beam ! Clean residual mean=-0.000003 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.0936753 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.0936753 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.711 mas, bmaj=6.312 mas, bpa=-4.338 degrees ! Estimated noise=532.413 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.13914e-05 Jy ! Component: 100 - total flux cleaned = 1.67772e-05 Jy ! Component: 150 - total flux cleaned = 1.71486e-05 Jy ! Component: 200 - total flux cleaned = 1.70814e-05 Jy ! Total flux subtracted in 200 components = 1.70814e-05 Jy ! Clean residual min=-0.001327 max=0.001369 Jy/beam ! Clean residual mean=-0.000001 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.0936924 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.0936924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089106Jy sigma=0.000660 ! Fit after self-cal, rms=0.089103Jy sigma=0.000660 wmodel J0632+3200_S_2017_05_01_pus_map.mod ! Writing 41 model components to file: J0632+3200_S_2017_05_01_pus_map.mod wobs J0632+3200_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J0632+3200_S_2017_05_01_pus_uvs.fits wwins J0632+3200_S_2017_05_01_pus_map.win ! wwins: Wrote 1 windows to J0632+3200_S_2017_05_01_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 = -5.14621e-07 Jy ! Component: 100 - total flux cleaned = 0.000162427 Jy ! Component: 150 - total flux cleaned = 0.000317747 Jy ! Component: 200 - total flux cleaned = 0.000489497 Jy ! Component: 250 - total flux cleaned = 0.000613494 Jy ! Component: 300 - total flux cleaned = 0.000713554 Jy ! Component: 350 - total flux cleaned = 0.000792128 Jy ! Component: 400 - total flux cleaned = 0.000906641 Jy ! Component: 450 - total flux cleaned = 0.000831034 Jy ! Component: 500 - total flux cleaned = 0.000867483 Jy ! Component: 550 - total flux cleaned = 0.000795297 Jy ! Component: 600 - total flux cleaned = 0.000759728 Jy ! Component: 650 - total flux cleaned = 0.000654878 Jy ! Component: 700 - total flux cleaned = 0.000585893 Jy ! Component: 750 - total flux cleaned = 0.000484282 Jy ! Component: 800 - total flux cleaned = 0.000434305 Jy ! Component: 850 - total flux cleaned = 0.000417951 Jy ! Component: 900 - total flux cleaned = 0.000401414 Jy ! Component: 950 - total flux cleaned = 0.000337049 Jy ! Component: 1000 - total flux cleaned = 0.000258231 Jy ! Component: 1050 - total flux cleaned = 0.000242625 Jy ! Component: 1100 - total flux cleaned = 0.000165116 Jy ! Component: 1150 - total flux cleaned = 0.000149543 Jy ! Component: 1200 - total flux cleaned = 2.85013e-05 Jy ! Component: 1250 - total flux cleaned = -7.6118e-05 Jy ! Component: 1300 - total flux cleaned = -0.00012045 Jy ! Component: 1350 - total flux cleaned = -0.000149944 Jy ! Component: 1400 - total flux cleaned = -0.000280433 Jy ! Component: 1450 - total flux cleaned = -0.00030899 Jy ! Component: 1500 - total flux cleaned = -0.000351696 Jy ! Component: 1550 - total flux cleaned = -0.000450466 Jy ! Component: 1600 - total flux cleaned = -0.000492429 Jy ! Component: 1650 - total flux cleaned = -0.000589271 Jy ! Component: 1700 - total flux cleaned = -0.000657605 Jy ! Component: 1750 - total flux cleaned = -0.000698515 Jy ! Component: 1800 - total flux cleaned = -0.000765722 Jy ! Component: 1850 - total flux cleaned = -0.000792424 Jy ! Component: 1900 - total flux cleaned = -0.000832007 Jy ! Component: 1950 - total flux cleaned = -0.000897757 Jy ! Component: 2000 - total flux cleaned = -0.000988899 Jy ! Component: 2050 - total flux cleaned = -0.00104054 Jy ! Component: 2100 - total flux cleaned = -0.00105337 Jy ! Component: 2150 - total flux cleaned = -0.00115529 Jy ! Component: 2200 - total flux cleaned = -0.00119318 Jy ! Component: 2250 - total flux cleaned = -0.00123088 Jy ! Component: 2300 - total flux cleaned = -0.00129321 Jy ! Component: 2350 - total flux cleaned = -0.00131788 Jy ! Component: 2400 - total flux cleaned = -0.00142844 Jy ! Component: 2450 - total flux cleaned = -0.00139177 Jy ! Component: 2500 - total flux cleaned = -0.00145249 Jy ! Component: 2550 - total flux cleaned = -0.00146457 Jy ! Component: 2600 - total flux cleaned = -0.00157222 Jy ! Component: 2650 - total flux cleaned = -0.00158427 Jy ! Component: 2700 - total flux cleaned = -0.00164347 Jy ! Component: 2750 - total flux cleaned = -0.00169047 Jy ! Component: 2800 - total flux cleaned = -0.00171387 Jy ! Component: 2850 - total flux cleaned = -0.0018298 Jy ! Component: 2900 - total flux cleaned = -0.00186437 Jy ! Component: 2950 - total flux cleaned = -0.00189862 Jy ! Component: 3000 - total flux cleaned = -0.00188726 Jy ! Component: 3050 - total flux cleaned = -0.00195527 Jy ! Component: 3100 - total flux cleaned = -0.00202273 Jy ! Component: 3150 - total flux cleaned = -0.00203404 Jy ! Component: 3200 - total flux cleaned = -0.00208973 Jy ! Component: 3250 - total flux cleaned = -0.00208979 Jy ! Component: 3300 - total flux cleaned = -0.00212279 Jy ! Component: 3350 - total flux cleaned = -0.00213378 Jy ! Component: 3400 - total flux cleaned = -0.0021772 Jy ! Component: 3450 - total flux cleaned = -0.00220968 Jy ! Component: 3500 - total flux cleaned = -0.00219899 Jy ! Component: 3550 - total flux cleaned = -0.0022311 Jy ! Component: 3600 - total flux cleaned = -0.00223111 Jy ! Component: 3650 - total flux cleaned = -0.00226295 Jy ! Component: 3700 - total flux cleaned = -0.00230507 Jy ! Component: 3750 - total flux cleaned = -0.002347 Jy ! Component: 3800 - total flux cleaned = -0.00234697 Jy ! Component: 3850 - total flux cleaned = -0.00236769 Jy ! Component: 3900 - total flux cleaned = -0.00238838 Jy ! Component: 3950 - total flux cleaned = -0.00243972 Jy ! Component: 4000 - total flux cleaned = -0.00241936 Jy ! Component: 4050 - total flux cleaned = -0.00250066 Jy ! Total flux subtracted in 4096 components = -0.00249061 Jy ! Clean residual min=-0.000679 max=0.000597 Jy/beam ! Clean residual mean=-0.000002 rms=0.000185 Jy/beam ! Combined flux in latest and established models = 0.0912018 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 334 components and 0.0912019 Jy ![Exited script file: muppet] wmap "J0632+3200_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.711 x 6.312 at -4.338 degrees (North through East) ! Clean map min=-0.0010521 max=0.087049 Jy/beam ! Writing clean map to FITS file: J0632+3200_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0870494 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00018309 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.630987 0.630987 1.26197 2.52395 5.0479 10.0958 20.1916 40.3832 80.7664 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.087 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.711 x 6.312 at -4.338 degrees (North through East) ! Clean map min=-0.0010521 max=0.087049 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 J0632+3200_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:29:29 2019