! Started logfile: J1350+2331_S_2017_07_09_pus_uvs.log on Wed May 8 14:49:43 2019 obs J1350+2331_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1350+2331_S_2017_07_09_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.902008 visibilities/baseline/integration-bin. ! Found source: J1350+2331 ! ! 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 594 lines of history. ! ! Reading 13476 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 J1350+2331_S_2017_07_09_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 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 89 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 501 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.974765Jy sigma=0.009883 ! Fit after self-cal, rms=0.949681Jy sigma=0.009675 ! 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.999 mas, bmaj=6.579 mas, bpa=1.283 degrees ! Estimated noise=1059.04 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.0397348 Jy ! Component: 100 - total flux cleaned = 0.0497967 Jy ! Total flux subtracted in 100 components = 0.0497967 Jy ! Clean residual min=-0.003066 max=0.004117 Jy/beam ! Clean residual mean=-0.000005 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.0497967 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0497967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070679Jy sigma=0.000674 ! Fit after self-cal, rms=0.070503Jy sigma=0.000672 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00471886 Jy ! Component: 100 - total flux cleaned = 0.00699439 Jy ! Total flux subtracted in 100 components = 0.00699439 Jy ! Clean residual min=-0.002878 max=0.003251 Jy/beam ! Clean residual mean=-0.000003 rms=0.000701 Jy/beam ! Combined flux in latest and established models = 0.0567911 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 11 components and 0.0567911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070102Jy sigma=0.000668 ! Fit after self-cal, rms=0.070103Jy sigma=0.000668 ! 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.585 mas, bmaj=7.694 mas, bpa=2.482 degrees ! Estimated noise=709.983 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.00271684 Jy ! Component: 100 - total flux cleaned = 0.0031527 Jy ! Component: 150 - total flux cleaned = 0.0032914 Jy ! Component: 200 - total flux cleaned = 0.00340327 Jy ! Total flux subtracted in 200 components = 0.00340327 Jy ! Clean residual min=-0.002305 max=0.002149 Jy/beam ! Clean residual mean=0.000000 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.0601943 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 24 components and 0.0601943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069987Jy sigma=0.000667 ! Fit after self-cal, rms=0.069981Jy sigma=0.000667 ! 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 0.97 HN 1.13 KP 1.04 ! LA 1.04 MK 0.98 NL 0.95 OV 1.03 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.03 HN 1.03 KP 0.95 ! LA 0.94 MK 1.17 NL 1.09 OV 1.04 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.04 HN 0.98 KP 0.99 ! LA 0.94 MK 0.96 NL 1.03 OV 1.04 ! PT 0.98 SC 1.04 ! ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 HN 0.98 KP 1.00* ! LA 1.02 MK 0.83 NL 1.00* OV 1.00* ! PT 0.94 SC 1.00* ! ! ! Fit before self-cal, rms=0.069981Jy sigma=0.000667 ! Fit after self-cal, rms=0.070572Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.579 mas, bmaj=7.669 mas, bpa=2.656 degrees ! Estimated noise=717.606 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.000434504 Jy ! Component: 100 - total flux cleaned = 0.000402047 Jy ! Component: 150 - total flux cleaned = 0.000426579 Jy ! Component: 200 - total flux cleaned = 0.000426785 Jy ! Total flux subtracted in 200 components = 0.000426785 Jy ! Clean residual min=-0.002647 max=0.002123 Jy/beam ! Clean residual mean=0.000001 rms=0.000540 Jy/beam ! Combined flux in latest and established models = 0.0606211 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 27 components and 0.0606211 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070549Jy sigma=0.000666 ! Fit after self-cal, rms=0.070549Jy sigma=0.000666 ! 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.070549Jy sigma=0.000666 ! Fit after self-cal, rms=0.070941Jy sigma=0.000664 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.56 mas, bmaj=7.669 mas, bpa=2.416 degrees ! Estimated noise=718.706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000329012 Jy ! Component: 100 - total flux cleaned = 0.000291094 Jy ! Component: 150 - total flux cleaned = 0.000276138 Jy ! Component: 200 - total flux cleaned = 0.000250118 Jy ! Total flux subtracted in 200 components = 0.000250118 Jy ! Clean residual min=-0.002022 max=0.001892 Jy/beam ! Clean residual mean=-0.000001 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.0608712 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.0608712 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070933Jy sigma=0.000663 ! Fit after self-cal, rms=0.070992Jy sigma=0.000663 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.29154e-06 Jy ! Component: 100 - total flux cleaned = -7.46988e-05 Jy ! Component: 150 - total flux cleaned = -9.69876e-05 Jy ! Component: 200 - total flux cleaned = -0.000107334 Jy ! Total flux subtracted in 200 components = -0.000107334 Jy ! Clean residual min=-0.002087 max=0.001945 Jy/beam ! Clean residual mean=-0.000001 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.0607639 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 37 components and 0.0607639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070988Jy sigma=0.000663 ! Fit after self-cal, rms=0.070985Jy sigma=0.000663 ! 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.070985Jy sigma=0.000663 ! Fit after self-cal, rms=0.071499Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.529 mas, bmaj=7.666 mas, bpa=2.119 degrees ! Estimated noise=715.998 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000168123 Jy ! Component: 100 - total flux cleaned = 9.95582e-05 Jy ! Component: 150 - total flux cleaned = 9.94192e-05 Jy ! Component: 200 - total flux cleaned = 8.91949e-05 Jy ! Total flux subtracted in 200 components = 8.91949e-05 Jy ! Clean residual min=-0.001949 max=0.001895 Jy/beam ! Clean residual mean=-0.000001 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.0608531 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 0.0608531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071496Jy sigma=0.000663 ! Fit after self-cal, rms=0.071525Jy sigma=0.000663 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 = -3.20363e-05 Jy ! Component: 100 - total flux cleaned = -7.14192e-05 Jy ! Component: 150 - total flux cleaned = -7.99655e-05 Jy ! Component: 200 - total flux cleaned = -8.79037e-05 Jy ! Total flux subtracted in 200 components = -8.79037e-05 Jy ! Clean residual min=-0.001960 max=0.001897 Jy/beam ! Clean residual mean=-0.000001 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.0607652 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 43 components and 0.0607652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071523Jy sigma=0.000663 ! Fit after self-cal, rms=0.071521Jy sigma=0.000663 ! 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.071521Jy sigma=0.000663 ! Fit after self-cal, rms=0.071620Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.445 mas, bmaj=11.32 mas, bpa=-5.611 degrees ! Estimated noise=873.614 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000653873 Jy ! Component: 100 - total flux cleaned = 0.000668564 Jy ! Component: 150 - total flux cleaned = 0.000668791 Jy ! Component: 200 - total flux cleaned = 0.00068877 Jy ! Total flux subtracted in 200 components = 0.00068877 Jy ! Clean residual min=-0.001814 max=0.002228 Jy/beam ! Clean residual mean=-0.000003 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.061454 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 46 components and 0.061454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071622Jy sigma=0.000663 ! Fit after self-cal, rms=0.071627Jy sigma=0.000663 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 = 6.42988e-05 Jy ! Component: 100 - total flux cleaned = 7.56901e-05 Jy ! Component: 150 - total flux cleaned = 8.44183e-05 Jy ! Component: 200 - total flux cleaned = 0.00010237 Jy ! Total flux subtracted in 200 components = 0.00010237 Jy ! Clean residual min=-0.001792 max=0.002215 Jy/beam ! Clean residual mean=-0.000003 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.0615563 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 47 components and 0.0615563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071630Jy sigma=0.000663 ! Fit after self-cal, rms=0.071627Jy sigma=0.000663 ! 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.509 mas, bmaj=7.672 mas, bpa=1.931 degrees ! Estimated noise=714.151 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.509 x 7.672 at 1.931 degrees (North through East) ! Clean map min=-0.0018581 max=0.052126 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.904 mas, bmaj=6.539 mas, bpa=-0.3238 degrees ! Estimated noise=1047.66 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0390285 Jy ! Component: 100 - total flux cleaned = 0.0512737 Jy ! Component: 150 - total flux cleaned = 0.0568652 Jy ! Component: 200 - total flux cleaned = 0.0595733 Jy ! Total flux subtracted in 200 components = 0.0595733 Jy ! Clean residual min=-0.002632 max=0.002565 Jy/beam ! Clean residual mean=-0.000003 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.0595733 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.0595733 Jy ! Inverting map and beam ! Estimated beam: bmin=3.509 mas, bmaj=7.672 mas, bpa=1.931 degrees ! Estimated noise=714.151 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 (-3.5, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115405 Jy ! Component: 100 - total flux cleaned = 0.00173576 Jy ! Component: 150 - total flux cleaned = 0.00223245 Jy ! Component: 200 - total flux cleaned = 0.00243961 Jy ! Total flux subtracted in 200 components = 0.00243961 Jy ! Clean residual min=-0.001915 max=0.001910 Jy/beam ! Clean residual mean=-0.000002 rms=0.000468 Jy/beam ! Combined flux in latest and established models = 0.0620129 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 39 components and 0.0620129 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.445 mas, bmaj=11.32 mas, bpa=-5.611 degrees ! Estimated noise=873.614 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000356177 Jy ! Component: 100 - total flux cleaned = 0.000517767 Jy ! Component: 150 - total flux cleaned = 0.000579503 Jy ! Component: 200 - total flux cleaned = 0.000562007 Jy ! Total flux subtracted in 200 components = 0.000562007 Jy ! Clean residual min=-0.001777 max=0.002176 Jy/beam ! Clean residual mean=-0.000003 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.0625749 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.04159e-05 Jy ! Component: 100 - total flux cleaned = -4.28086e-05 Jy ! Component: 150 - total flux cleaned = -5.49716e-05 Jy ! Component: 200 - total flux cleaned = -6.6095e-05 Jy ! Total flux subtracted in 200 components = -6.6095e-05 Jy ! Clean residual min=-0.001759 max=0.002171 Jy/beam ! Clean residual mean=-0.000003 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.0625088 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 69 components and 0.0625088 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.509 mas, bmaj=7.672 mas, bpa=1.931 degrees ! Estimated noise=714.151 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000218245 Jy ! Component: 100 - total flux cleaned = -0.000219732 Jy ! Component: 150 - total flux cleaned = -0.000196703 Jy ! Component: 200 - total flux cleaned = -0.000131938 Jy ! Total flux subtracted in 200 components = -0.000131938 Jy ! Clean residual min=-0.001884 max=0.001747 Jy/beam ! Clean residual mean=-0.000002 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.0623769 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 81 components and 0.0623769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071595Jy sigma=0.000662 ! Fit after self-cal, rms=0.071584Jy sigma=0.000662 wmodel J1350+2331_S_2017_07_09_pus_map.mod ! Writing 81 model components to file: J1350+2331_S_2017_07_09_pus_map.mod wobs J1350+2331_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1350+2331_S_2017_07_09_pus_uvs.fits wwins J1350+2331_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J1350+2331_S_2017_07_09_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 = -3.71e-05 Jy ! Component: 100 - total flux cleaned = -0.000130467 Jy ! Component: 150 - total flux cleaned = -7.06776e-05 Jy ! Component: 200 - total flux cleaned = -7.05577e-05 Jy ! Component: 250 - total flux cleaned = -0.000125126 Jy ! Component: 300 - total flux cleaned = -0.000177948 Jy ! Component: 350 - total flux cleaned = -0.000203123 Jy ! Component: 400 - total flux cleaned = -0.000253999 Jy ! Component: 450 - total flux cleaned = -0.00037821 Jy ! Component: 500 - total flux cleaned = -0.000451104 Jy ! Component: 550 - total flux cleaned = -0.000522716 Jy ! Component: 600 - total flux cleaned = -0.000593001 Jy ! Component: 650 - total flux cleaned = -0.00061542 Jy ! Component: 700 - total flux cleaned = -0.000638388 Jy ! Component: 750 - total flux cleaned = -0.000705178 Jy ! Component: 800 - total flux cleaned = -0.000705012 Jy ! Component: 850 - total flux cleaned = -0.000747571 Jy ! Component: 900 - total flux cleaned = -0.00066217 Jy ! Component: 950 - total flux cleaned = -0.000704424 Jy ! Component: 1000 - total flux cleaned = -0.000704247 Jy ! Component: 1050 - total flux cleaned = -0.000704163 Jy ! Component: 1100 - total flux cleaned = -0.000683953 Jy ! Component: 1150 - total flux cleaned = -0.000743398 Jy ! Component: 1200 - total flux cleaned = -0.000644986 Jy ! Component: 1250 - total flux cleaned = -0.000684019 Jy ! Component: 1300 - total flux cleaned = -0.000664877 Jy ! Component: 1350 - total flux cleaned = -0.000664855 Jy ! Component: 1400 - total flux cleaned = -0.000627364 Jy ! Component: 1450 - total flux cleaned = -0.000646107 Jy ! Component: 1500 - total flux cleaned = -0.000645695 Jy ! Component: 1550 - total flux cleaned = -0.000536907 Jy ! Component: 1600 - total flux cleaned = -0.000590829 Jy ! Component: 1650 - total flux cleaned = -0.000555108 Jy ! Component: 1700 - total flux cleaned = -0.000466945 Jy ! Component: 1750 - total flux cleaned = -0.000501617 Jy ! Component: 1800 - total flux cleaned = -0.000415184 Jy ! Component: 1850 - total flux cleaned = -0.000364127 Jy ! Component: 1900 - total flux cleaned = -0.000398032 Jy ! Component: 1950 - total flux cleaned = -0.000347963 Jy ! Component: 2000 - total flux cleaned = -0.000381209 Jy ! Component: 2050 - total flux cleaned = -0.00031536 Jy ! Component: 2100 - total flux cleaned = -0.000315438 Jy ! Component: 2150 - total flux cleaned = -0.000331784 Jy ! Component: 2200 - total flux cleaned = -0.000315609 Jy ! Component: 2250 - total flux cleaned = -0.000283827 Jy ! Component: 2300 - total flux cleaned = -0.000346843 Jy ! Component: 2350 - total flux cleaned = -0.000362351 Jy ! Component: 2400 - total flux cleaned = -0.000393274 Jy ! Component: 2450 - total flux cleaned = -0.000408568 Jy ! Component: 2500 - total flux cleaned = -0.000408577 Jy ! Component: 2550 - total flux cleaned = -0.000378567 Jy ! Component: 2600 - total flux cleaned = -0.00040845 Jy ! Component: 2650 - total flux cleaned = -0.000497606 Jy ! Component: 2700 - total flux cleaned = -0.000482939 Jy ! Component: 2750 - total flux cleaned = -0.000409738 Jy ! Component: 2800 - total flux cleaned = -0.00046778 Jy ! Component: 2850 - total flux cleaned = -0.000496475 Jy ! Component: 2900 - total flux cleaned = -0.000453864 Jy ! Component: 2950 - total flux cleaned = -0.000538857 Jy ! Component: 3000 - total flux cleaned = -0.000623239 Jy ! Component: 3050 - total flux cleaned = -0.000623241 Jy ! Component: 3100 - total flux cleaned = -0.0006511 Jy ! Component: 3150 - total flux cleaned = -0.000692211 Jy ! Component: 3200 - total flux cleaned = -0.000719419 Jy ! Component: 3250 - total flux cleaned = -0.000705904 Jy ! Component: 3300 - total flux cleaned = -0.000638491 Jy ! Component: 3350 - total flux cleaned = -0.000625206 Jy ! Component: 3400 - total flux cleaned = -0.000651792 Jy ! Component: 3450 - total flux cleaned = -0.000612088 Jy ! Component: 3500 - total flux cleaned = -0.000638243 Jy ! Component: 3550 - total flux cleaned = -0.000625155 Jy ! Component: 3600 - total flux cleaned = -0.000625063 Jy ! Component: 3650 - total flux cleaned = -0.000522057 Jy ! Component: 3700 - total flux cleaned = -0.000509356 Jy ! Component: 3750 - total flux cleaned = -0.000458535 Jy ! Component: 3800 - total flux cleaned = -0.000420481 Jy ! Component: 3850 - total flux cleaned = -0.000395437 Jy ! Component: 3900 - total flux cleaned = -0.000332942 Jy ! Component: 3950 - total flux cleaned = -0.000283168 Jy ! Component: 4000 - total flux cleaned = -0.000270803 Jy ! Component: 4050 - total flux cleaned = -0.000221774 Jy ! Total flux subtracted in 4096 components = -0.000246203 Jy ! Clean residual min=-0.000861 max=0.000666 Jy/beam ! Clean residual mean=-0.000001 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.0621307 Jy keep ! Adding 324 model components to the UV plane model. ! The established model now contains 405 components and 0.0621306 Jy ![Exited script file: muppet] wmap "J1350+2331_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.509 x 7.672 at 1.931 degrees (North through East) ! Clean map min=-0.0014428 max=0.051658 Jy/beam ! Writing clean map to FITS file: J1350+2331_S_2017_07_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.051658 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000231441 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.34408 1.34408 2.68815 5.37631 10.7526 21.5052 43.0104 86.0209 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.051 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.509 x 7.672 at 1.931 degrees (North through East) ! Clean map min=-0.0014428 max=0.051658 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 J1350+2331_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:49:47 2019