! Started logfile: J1535+8326_S_2017_07_09_pus_uvs.log on Wed May 8 14:52:11 2019 obs J1535+8326_S_2017_07_09_pus_uva.fits ! Reading UV FITS file: J1535+8326_S_2017_07_09_pus_uva.fits ! AN table 1: 112 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.945833 visibilities/baseline/integration-bin. ! Found source: J1535+8326 ! ! 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 19068 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 J1535+8326_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 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 34 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 588 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.929188Jy sigma=0.008077 ! Fit after self-cal, rms=0.919765Jy sigma=0.008000 ! 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.231 mas, bmaj=3.498 mas, bpa=60.45 degrees ! Estimated noise=965.894 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.0636003 Jy ! Component: 100 - total flux cleaned = 0.0791366 Jy ! Total flux subtracted in 100 components = 0.0791366 Jy ! Clean residual min=-0.003833 max=0.006466 Jy/beam ! Clean residual mean=-0.000020 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.0791366 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0791366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081690Jy sigma=0.000683 ! Fit after self-cal, rms=0.081684Jy sigma=0.000683 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00727965 Jy ! Component: 100 - total flux cleaned = 0.011108 Jy ! Total flux subtracted in 100 components = 0.011108 Jy ! Clean residual min=-0.003740 max=0.003293 Jy/beam ! Clean residual mean=-0.000009 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.0902446 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 14 components and 0.0902446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081043Jy sigma=0.000677 ! Fit after self-cal, rms=0.081048Jy sigma=0.000677 ! 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.902 mas, bmaj=4.276 mas, bpa=52.92 degrees ! Estimated noise=662.538 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 (-6, 6.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00375989 Jy ! Component: 100 - total flux cleaned = 0.00589886 Jy ! Component: 150 - total flux cleaned = 0.00738829 Jy ! Component: 200 - total flux cleaned = 0.00826091 Jy ! Total flux subtracted in 200 components = 0.00826091 Jy ! Clean residual min=-0.002887 max=0.002480 Jy/beam ! Clean residual mean=-0.000008 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.0985055 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 34 components and 0.0985055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080851Jy sigma=0.000675 ! Fit after self-cal, rms=0.080833Jy sigma=0.000675 ! 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.96 FD 0.99 HN 1.14 KP 1.00 ! LA 0.99 MK 1.10 NL 0.89 OV 1.03 ! PT 0.99 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00 HN 1.00 KP 0.98 ! LA 0.98 MK 1.04 NL 1.04 OV 1.17 ! PT 0.96 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.02 HN 0.97 KP 0.95 ! LA 0.99 MK 1.06 NL 0.97 OV 1.16 ! PT 0.97 SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 0.94 KP 1.00* ! LA 1.02 MK 0.92 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.080833Jy sigma=0.000675 ! Fit after self-cal, rms=0.080727Jy sigma=0.000673 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.926 mas, bmaj=4.301 mas, bpa=53.34 degrees ! Estimated noise=662.045 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.00109075 Jy ! Component: 100 - total flux cleaned = 0.00126696 Jy ! Component: 150 - total flux cleaned = 0.00135092 Jy ! Component: 200 - total flux cleaned = 0.00142089 Jy ! Total flux subtracted in 200 components = 0.00142089 Jy ! Clean residual min=-0.002712 max=0.002047 Jy/beam ! Clean residual mean=0.000006 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.0999264 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 53 components and 0.0999264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080697Jy sigma=0.000672 ! Fit after self-cal, rms=0.080701Jy sigma=0.000672 ! 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.080701Jy sigma=0.000672 ! Fit after self-cal, rms=0.084830Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.924 mas, bmaj=4.31 mas, bpa=55.54 degrees ! Estimated noise=660.185 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000143328 Jy ! Component: 100 - total flux cleaned = 0.00024638 Jy ! Component: 150 - total flux cleaned = 0.000245895 Jy ! Component: 200 - total flux cleaned = 0.000245551 Jy ! Total flux subtracted in 200 components = 0.000245551 Jy ! Clean residual min=-0.001692 max=0.001563 Jy/beam ! Clean residual mean=0.000001 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.100172 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 71 components and 0.100172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084819Jy sigma=0.000666 ! Fit after self-cal, rms=0.084986Jy sigma=0.000665 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.99202e-05 Jy ! Component: 100 - total flux cleaned = 3.01086e-05 Jy ! Component: 150 - total flux cleaned = 5.58996e-05 Jy ! Component: 200 - total flux cleaned = 5.52832e-05 Jy ! Total flux subtracted in 200 components = 5.52832e-05 Jy ! Clean residual min=-0.001707 max=0.001510 Jy/beam ! Clean residual mean=0.000002 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.100227 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 75 components and 0.100227 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084981Jy sigma=0.000665 ! Fit after self-cal, rms=0.084982Jy sigma=0.000665 ! 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.084982Jy sigma=0.000665 ! Fit after self-cal, rms=0.086226Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.923 mas, bmaj=4.31 mas, bpa=57.4 degrees ! Estimated noise=659.398 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.71804e-06 Jy ! Component: 100 - total flux cleaned = 6.95075e-06 Jy ! Component: 150 - total flux cleaned = 2.05171e-05 Jy ! Component: 200 - total flux cleaned = 4.49498e-05 Jy ! Total flux subtracted in 200 components = 4.49498e-05 Jy ! Clean residual min=-0.001697 max=0.001568 Jy/beam ! Clean residual mean=0.000001 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.100272 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 80 components and 0.100272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086220Jy sigma=0.000665 ! Fit after self-cal, rms=0.086237Jy sigma=0.000665 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.05262e-06 Jy ! Component: 100 - total flux cleaned = 8.28699e-06 Jy ! Component: 150 - total flux cleaned = 1.87342e-05 Jy ! Component: 200 - total flux cleaned = 9.13186e-06 Jy ! Total flux subtracted in 200 components = 9.13186e-06 Jy ! Clean residual min=-0.001705 max=0.001559 Jy/beam ! Clean residual mean=0.000001 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.100281 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 82 components and 0.100281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086234Jy sigma=0.000665 ! Fit after self-cal, rms=0.086235Jy sigma=0.000665 ! 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.086235Jy sigma=0.000665 ! Fit after self-cal, rms=0.086392Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.643 mas, bmaj=9.283 mas, bpa=52.91 degrees ! Estimated noise=838.617 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000162659 Jy ! Component: 100 - total flux cleaned = 0.000184607 Jy ! Component: 150 - total flux cleaned = 0.000193109 Jy ! Component: 200 - total flux cleaned = 0.000193029 Jy ! Total flux subtracted in 200 components = 0.000193029 Jy ! Clean residual min=-0.001713 max=0.001521 Jy/beam ! Clean residual mean=0.000003 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.100474 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 91 components and 0.100474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086392Jy sigma=0.000665 ! Fit after self-cal, rms=0.086394Jy sigma=0.000665 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 = 9.80943e-05 Jy ! Component: 100 - total flux cleaned = 9.00587e-05 Jy ! Component: 150 - total flux cleaned = 8.99266e-05 Jy ! Component: 200 - total flux cleaned = 8.98432e-05 Jy ! Total flux subtracted in 200 components = 8.98432e-05 Jy ! Clean residual min=-0.001717 max=0.001523 Jy/beam ! Clean residual mean=0.000003 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.100564 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 100 components and 0.100564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086394Jy sigma=0.000665 ! Fit after self-cal, rms=0.086394Jy sigma=0.000665 ! 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.921 mas, bmaj=4.309 mas, bpa=58.98 degrees ! Estimated noise=659.032 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.921 x 4.309 at 58.98 degrees (North through East) ! Clean map min=-0.0016149 max=0.081985 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.237 mas, bmaj=3.527 mas, bpa=67.69 degrees ! Estimated noise=956.641 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0627835 Jy ! Component: 100 - total flux cleaned = 0.0784953 Jy ! Component: 150 - total flux cleaned = 0.0855605 Jy ! Component: 200 - total flux cleaned = 0.0896428 Jy ! Total flux subtracted in 200 components = 0.0896428 Jy ! Clean residual min=-0.002816 max=0.002691 Jy/beam ! Clean residual mean=-0.000009 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.0896428 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0896428 Jy ! Inverting map and beam ! Estimated beam: bmin=3.921 mas, bmaj=4.309 mas, bpa=58.98 degrees ! Estimated noise=659.032 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.0036848 Jy ! Component: 100 - total flux cleaned = 0.00608237 Jy ! Component: 150 - total flux cleaned = 0.00777732 Jy ! Component: 200 - total flux cleaned = 0.00898638 Jy ! Total flux subtracted in 200 components = 0.00898638 Jy ! Clean residual min=-0.001729 max=0.001560 Jy/beam ! Clean residual mean=-0.000004 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.0986292 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 41 components and 0.0986292 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=8.643 mas, bmaj=9.283 mas, bpa=52.91 degrees ! Estimated noise=838.617 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124618 Jy ! Component: 100 - total flux cleaned = 0.00163612 Jy ! Component: 150 - total flux cleaned = 0.00175383 Jy ! Component: 200 - total flux cleaned = 0.00186153 Jy ! Total flux subtracted in 200 components = 0.00186153 Jy ! Clean residual min=-0.001739 max=0.001516 Jy/beam ! Clean residual mean=0.000003 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.100491 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 = 7.28177e-05 Jy ! Component: 100 - total flux cleaned = 0.000122171 Jy ! Component: 150 - total flux cleaned = 0.000155976 Jy ! Component: 200 - total flux cleaned = 0.000163527 Jy ! Total flux subtracted in 200 components = 0.000163527 Jy ! Clean residual min=-0.001740 max=0.001535 Jy/beam ! Clean residual mean=0.000004 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.100654 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 70 components and 0.100654 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.921 mas, bmaj=4.309 mas, bpa=58.98 degrees ! Estimated noise=659.032 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.92641e-05 Jy ! Component: 100 - total flux cleaned = 7.38702e-05 Jy ! Component: 150 - total flux cleaned = 8.95573e-05 Jy ! Component: 200 - total flux cleaned = 0.000104067 Jy ! Total flux subtracted in 200 components = 0.000104067 Jy ! Clean residual min=-0.001692 max=0.001527 Jy/beam ! Clean residual mean=0.000002 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.100758 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 81 components and 0.100758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086397Jy sigma=0.000665 ! Fit after self-cal, rms=0.086395Jy sigma=0.000665 wmodel J1535+8326_S_2017_07_09_pus_map.mod ! Writing 81 model components to file: J1535+8326_S_2017_07_09_pus_map.mod wobs J1535+8326_S_2017_07_09_pus_uvs.fits ! Writing UV FITS file: J1535+8326_S_2017_07_09_pus_uvs.fits wwins J1535+8326_S_2017_07_09_pus_map.win ! wwins: Wrote 2 windows to J1535+8326_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 = -0.000715245 Jy ! Component: 100 - total flux cleaned = -0.00112214 Jy ! Component: 150 - total flux cleaned = -0.00137177 Jy ! Component: 200 - total flux cleaned = -0.0015058 Jy ! Component: 250 - total flux cleaned = -0.00160963 Jy ! Component: 300 - total flux cleaned = -0.00173616 Jy ! Component: 350 - total flux cleaned = -0.00178512 Jy ! Component: 400 - total flux cleaned = -0.00178461 Jy ! Component: 450 - total flux cleaned = -0.00183157 Jy ! Component: 500 - total flux cleaned = -0.00185458 Jy ! Component: 550 - total flux cleaned = -0.00190032 Jy ! Component: 600 - total flux cleaned = -0.00194542 Jy ! Component: 650 - total flux cleaned = -0.00192341 Jy ! Component: 700 - total flux cleaned = -0.00192374 Jy ! Component: 750 - total flux cleaned = -0.00192373 Jy ! Component: 800 - total flux cleaned = -0.00194497 Jy ! Component: 850 - total flux cleaned = -0.0018611 Jy ! Component: 900 - total flux cleaned = -0.00184019 Jy ! Component: 950 - total flux cleaned = -0.00179908 Jy ! Component: 1000 - total flux cleaned = -0.00175835 Jy ! Component: 1050 - total flux cleaned = -0.00173806 Jy ! Component: 1100 - total flux cleaned = -0.00169829 Jy ! Component: 1150 - total flux cleaned = -0.0016195 Jy ! Component: 1200 - total flux cleaned = -0.00163898 Jy ! Component: 1250 - total flux cleaned = -0.00158102 Jy ! Component: 1300 - total flux cleaned = -0.00148536 Jy ! Component: 1350 - total flux cleaned = -0.00148582 Jy ! Component: 1400 - total flux cleaned = -0.0014671 Jy ! Component: 1450 - total flux cleaned = -0.00148574 Jy ! Component: 1500 - total flux cleaned = -0.0014486 Jy ! Component: 1550 - total flux cleaned = -0.00141191 Jy ! Component: 1600 - total flux cleaned = -0.00144858 Jy ! Component: 1650 - total flux cleaned = -0.00143046 Jy ! Component: 1700 - total flux cleaned = -0.00143046 Jy ! Component: 1750 - total flux cleaned = -0.00137711 Jy ! Component: 1800 - total flux cleaned = -0.00141256 Jy ! Component: 1850 - total flux cleaned = -0.00144781 Jy ! Component: 1900 - total flux cleaned = -0.00143053 Jy ! Component: 1950 - total flux cleaned = -0.00144783 Jy ! Component: 2000 - total flux cleaned = -0.00151648 Jy ! Component: 2050 - total flux cleaned = -0.00149947 Jy ! Component: 2100 - total flux cleaned = -0.0015502 Jy ! Component: 2150 - total flux cleaned = -0.00153338 Jy ! Component: 2200 - total flux cleaned = -0.00160037 Jy ! Component: 2250 - total flux cleaned = -0.00161704 Jy ! Component: 2300 - total flux cleaned = -0.00160035 Jy ! Component: 2350 - total flux cleaned = -0.0015842 Jy ! Component: 2400 - total flux cleaned = -0.00161666 Jy ! Component: 2450 - total flux cleaned = -0.0016329 Jy ! Component: 2500 - total flux cleaned = -0.00163277 Jy ! Component: 2550 - total flux cleaned = -0.0016328 Jy ! Component: 2600 - total flux cleaned = -0.00164854 Jy ! Component: 2650 - total flux cleaned = -0.00172731 Jy ! Component: 2700 - total flux cleaned = -0.00168002 Jy ! Component: 2750 - total flux cleaned = -0.00175784 Jy ! Component: 2800 - total flux cleaned = -0.00172684 Jy ! Component: 2850 - total flux cleaned = -0.00169608 Jy ! Component: 2900 - total flux cleaned = -0.00175724 Jy ! Component: 2950 - total flux cleaned = -0.00181797 Jy ! Component: 3000 - total flux cleaned = -0.00180277 Jy ! Component: 3050 - total flux cleaned = -0.00177265 Jy ! Component: 3100 - total flux cleaned = -0.0017725 Jy ! Component: 3150 - total flux cleaned = -0.00174283 Jy ! Component: 3200 - total flux cleaned = -0.00174265 Jy ! Component: 3250 - total flux cleaned = -0.00169852 Jy ! Component: 3300 - total flux cleaned = -0.00177181 Jy ! Component: 3350 - total flux cleaned = -0.00175728 Jy ! Component: 3400 - total flux cleaned = -0.00168487 Jy ! Component: 3450 - total flux cleaned = -0.0017281 Jy ! Component: 3500 - total flux cleaned = -0.00164213 Jy ! Component: 3550 - total flux cleaned = -0.00167056 Jy ! Component: 3600 - total flux cleaned = -0.00167051 Jy ! Component: 3650 - total flux cleaned = -0.00168455 Jy ! Component: 3700 - total flux cleaned = -0.00161438 Jy ! Component: 3750 - total flux cleaned = -0.00162823 Jy ! Component: 3800 - total flux cleaned = -0.00160045 Jy ! Component: 3850 - total flux cleaned = -0.00161429 Jy ! Component: 3900 - total flux cleaned = -0.00158676 Jy ! Component: 3950 - total flux cleaned = -0.00161417 Jy ! Component: 4000 - total flux cleaned = -0.00153262 Jy ! Component: 4050 - total flux cleaned = -0.00160039 Jy ! Total flux subtracted in 4096 components = -0.00155998 Jy ! Clean residual min=-0.000704 max=0.000714 Jy/beam ! Clean residual mean=0.000002 rms=0.000240 Jy/beam ! Combined flux in latest and established models = 0.0991983 Jy keep ! Adding 306 model components to the UV plane model. ! The established model now contains 387 components and 0.0991983 Jy ![Exited script file: muppet] wmap "J1535+8326_S_2017_07_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.921 x 4.309 at 58.98 degrees (North through East) ! Clean map min=-0.0012302 max=0.081677 Jy/beam ! Writing clean map to FITS file: J1535+8326_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.0816769 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000239261 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.87881 0.87881 1.75762 3.51524 7.03048 14.061 28.1219 56.2438 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.081 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.921 x 4.309 at 58.98 degrees (North through East) ! Clean map min=-0.0012302 max=0.081677 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 J1535+8326_S_2017_07_09_pus_uvs.log closed on Wed May 8 14:52:16 2019