! Started logfile: J1727+5510_S_2017_06_15_pus_uvs.log on Tue May 7 15:24:46 2019 obs J1727+5510_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J1727+5510_S_2017_06_15_pus_uva.fits ! AN table 1: 150 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.736444 visibilities/baseline/integration-bin. ! Found source: J1727+5510 ! ! 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 19884 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 J1727+5510_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 270 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 285 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 270 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 979 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.871674Jy sigma=0.008303 ! Fit after self-cal, rms=0.860849Jy sigma=0.008208 ! 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.136 mas, bmaj=4.01 mas, bpa=-6.217 degrees ! Estimated noise=979.288 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.108151 Jy ! Component: 100 - total flux cleaned = 0.132906 Jy ! Total flux subtracted in 100 components = 0.132906 Jy ! Clean residual min=-0.003715 max=0.009062 Jy/beam ! Clean residual mean=-0.000013 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.132906 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.132906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076416Jy sigma=0.000684 ! Fit after self-cal, rms=0.076414Jy sigma=0.000684 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00962946 Jy ! Component: 100 - total flux cleaned = 0.015145 Jy ! Total flux subtracted in 100 components = 0.015145 Jy ! Clean residual min=-0.003484 max=0.003738 Jy/beam ! Clean residual mean=0.000002 rms=0.000815 Jy/beam ! Combined flux in latest and established models = 0.148051 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 20 components and 0.148051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074973Jy sigma=0.000668 ! Fit after self-cal, rms=0.074979Jy 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.848 mas, bmaj=4.857 mas, bpa=-6.741 degrees ! Estimated noise=597.93 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.00438033 Jy ! Component: 100 - total flux cleaned = 0.00672591 Jy ! Component: 150 - total flux cleaned = 0.00810486 Jy ! Component: 200 - total flux cleaned = 0.00892736 Jy ! Total flux subtracted in 200 components = 0.00892736 Jy ! Clean residual min=-0.002294 max=0.002031 Jy/beam ! Clean residual mean=0.000017 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.156979 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 41 components and 0.156979 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074725Jy sigma=0.000666 ! Fit after self-cal, rms=0.074731Jy sigma=0.000666 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 HN 0.97 KP 1.03 ! LA 1.01 MK 1.03 NL 0.91 OV 1.00 ! PT 1.05 SC 0.96 ! ! ! Correcting IF 2. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.02 HN 1.02 KP 0.98 ! LA 0.97 MK 1.03 NL 1.04 OV 1.03 ! PT 1.03 SC 1.03 ! ! ! Correcting IF 3. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.07 HN 1.02 KP 1.01 ! LA 0.98 MK 1.07 NL 0.99 OV 0.95 ! PT 0.99 SC 0.99 ! ! ! 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.10 HN 1.01 KP 1.00* ! LA 0.89 MK 1.07 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.074731Jy sigma=0.000666 ! Fit after self-cal, rms=0.073791Jy sigma=0.000661 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.884 mas, bmaj=4.884 mas, bpa=-5.886 degrees ! Estimated noise=597.965 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.000597425 Jy ! Component: 100 - total flux cleaned = -0.000682956 Jy ! Component: 150 - total flux cleaned = -0.000681905 Jy ! Component: 200 - total flux cleaned = -0.000668642 Jy ! Total flux subtracted in 200 components = -0.000668642 Jy ! Clean residual min=-0.001886 max=0.001729 Jy/beam ! Clean residual mean=0.000005 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.15631 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 45 components and 0.15631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073775Jy sigma=0.000660 ! Fit after self-cal, rms=0.073756Jy sigma=0.000660 ! 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.073756Jy sigma=0.000660 ! Fit after self-cal, rms=0.074685Jy sigma=0.000658 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.882 mas, bmaj=4.893 mas, bpa=-6.209 degrees ! Estimated noise=598.025 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000150363 Jy ! Component: 100 - total flux cleaned = -0.000107417 Jy ! Component: 150 - total flux cleaned = -9.85309e-05 Jy ! Component: 200 - total flux cleaned = -9.83723e-05 Jy ! Total flux subtracted in 200 components = -9.83723e-05 Jy ! Clean residual min=-0.001617 max=0.001436 Jy/beam ! Clean residual mean=0.000001 rms=0.000379 Jy/beam ! Combined flux in latest and established models = 0.156212 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 52 components and 0.156212 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074681Jy sigma=0.000658 ! Fit after self-cal, rms=0.074712Jy sigma=0.000658 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.57773e-05 Jy ! Component: 100 - total flux cleaned = -7.6528e-06 Jy ! Component: 150 - total flux cleaned = -7.50116e-06 Jy ! Component: 200 - total flux cleaned = -7.3861e-06 Jy ! Total flux subtracted in 200 components = -7.3861e-06 Jy ! Clean residual min=-0.001629 max=0.001435 Jy/beam ! Clean residual mean=0.000001 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.156204 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.156204 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074710Jy sigma=0.000658 ! Fit after self-cal, rms=0.074709Jy sigma=0.000658 ! 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.074709Jy sigma=0.000658 ! Fit after self-cal, rms=0.074757Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.883 mas, bmaj=4.893 mas, bpa=-6.314 degrees ! Estimated noise=597.976 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.76314e-05 Jy ! Component: 100 - total flux cleaned = -8.33998e-05 Jy ! Component: 150 - total flux cleaned = -9.01259e-05 Jy ! Component: 200 - total flux cleaned = -9.69593e-05 Jy ! Total flux subtracted in 200 components = -9.69593e-05 Jy ! Clean residual min=-0.001635 max=0.001432 Jy/beam ! Clean residual mean=0.000001 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.156107 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.156107 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074754Jy sigma=0.000658 ! Fit after self-cal, rms=0.074756Jy sigma=0.000658 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.16954e-05 Jy ! Component: 100 - total flux cleaned = 1.12483e-05 Jy ! Component: 150 - total flux cleaned = 4.26569e-06 Jy ! Component: 200 - total flux cleaned = 4.42206e-06 Jy ! Total flux subtracted in 200 components = 4.42206e-06 Jy ! Clean residual min=-0.001639 max=0.001435 Jy/beam ! Clean residual mean=0.000001 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.156112 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 56 components and 0.156112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074754Jy sigma=0.000658 ! Fit after self-cal, rms=0.074754Jy sigma=0.000658 ! 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.074754Jy sigma=0.000658 ! Fit after self-cal, rms=0.074744Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.288 mas, bmaj=8.665 mas, bpa=14.46 degrees ! Estimated noise=737.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000184333 Jy ! Component: 100 - total flux cleaned = 0.000183782 Jy ! Component: 150 - total flux cleaned = 0.000188648 Jy ! Component: 200 - total flux cleaned = 0.000203207 Jy ! Total flux subtracted in 200 components = 0.000203207 Jy ! Clean residual min=-0.001646 max=0.001716 Jy/beam ! Clean residual mean=0.000003 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.156315 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 59 components and 0.156315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074745Jy sigma=0.000658 ! Fit after self-cal, rms=0.074746Jy sigma=0.000658 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.70801e-05 Jy ! Component: 100 - total flux cleaned = 3.27957e-05 Jy ! Component: 150 - total flux cleaned = 4.22632e-05 Jy ! Component: 200 - total flux cleaned = 4.60341e-05 Jy ! Total flux subtracted in 200 components = 4.60341e-05 Jy ! Clean residual min=-0.001648 max=0.001715 Jy/beam ! Clean residual mean=0.000003 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.156361 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 64 components and 0.156361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074747Jy sigma=0.000658 ! Fit after self-cal, rms=0.074747Jy sigma=0.000658 ! 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.883 mas, bmaj=4.894 mas, bpa=-6.392 degrees ! Estimated noise=597.852 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.883 x 4.894 at -6.392 degrees (North through East) ! Clean map min=-0.0015816 max=0.14048 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.167 mas, bmaj=4.043 mas, bpa=-5.703 degrees ! Estimated noise=981.149 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.108183 Jy ! Component: 100 - total flux cleaned = 0.132838 Jy ! Component: 150 - total flux cleaned = 0.142016 Jy ! Component: 200 - total flux cleaned = 0.146872 Jy ! Total flux subtracted in 200 components = 0.146872 Jy ! Clean residual min=-0.002915 max=0.003231 Jy/beam ! Clean residual mean=-0.000009 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.146871 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.146871 Jy ! Inverting map and beam ! Estimated beam: bmin=3.883 mas, bmaj=4.894 mas, bpa=-6.392 degrees ! Estimated noise=597.852 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.00419354 Jy ! Component: 100 - total flux cleaned = 0.00635297 Jy ! Component: 150 - total flux cleaned = 0.0076306 Jy ! Component: 200 - total flux cleaned = 0.00840063 Jy ! Total flux subtracted in 200 components = 0.00840063 Jy ! Clean residual min=-0.001654 max=0.001443 Jy/beam ! Clean residual mean=0.000000 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.155272 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 51 components and 0.155272 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.288 mas, bmaj=8.665 mas, bpa=14.46 degrees ! Estimated noise=737.65 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000806479 Jy ! Component: 100 - total flux cleaned = 0.000990225 Jy ! Component: 150 - total flux cleaned = 0.00101598 Jy ! Component: 200 - total flux cleaned = 0.00104543 Jy ! Total flux subtracted in 200 components = 0.00104543 Jy ! Clean residual min=-0.001656 max=0.001718 Jy/beam ! Clean residual mean=0.000003 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.156318 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.92821e-05 Jy ! Component: 100 - total flux cleaned = 3.64864e-05 Jy ! Component: 150 - total flux cleaned = 5.203e-05 Jy ! Component: 200 - total flux cleaned = 6.59017e-05 Jy ! Total flux subtracted in 200 components = 6.59017e-05 Jy ! Clean residual min=-0.001652 max=0.001714 Jy/beam ! Clean residual mean=0.000003 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.156384 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 57 components and 0.156383 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.883 mas, bmaj=4.894 mas, bpa=-6.392 degrees ! Estimated noise=597.852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000155744 Jy ! Component: 100 - total flux cleaned = -0.00015307 Jy ! Component: 150 - total flux cleaned = -0.000186982 Jy ! Component: 200 - total flux cleaned = -0.000196871 Jy ! Total flux subtracted in 200 components = -0.000196871 Jy ! Clean residual min=-0.001635 max=0.001431 Jy/beam ! Clean residual mean=0.000001 rms=0.000378 Jy/beam ! Combined flux in latest and established models = 0.156187 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 63 components and 0.156187 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074746Jy sigma=0.000658 ! Fit after self-cal, rms=0.074743Jy sigma=0.000658 wmodel J1727+5510_S_2017_06_15_pus_map.mod ! Writing 63 model components to file: J1727+5510_S_2017_06_15_pus_map.mod wobs J1727+5510_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J1727+5510_S_2017_06_15_pus_uvs.fits wwins J1727+5510_S_2017_06_15_pus_map.win ! wwins: Wrote 1 windows to J1727+5510_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.000614791 Jy ! Component: 100 - total flux cleaned = -0.000801906 Jy ! Component: 150 - total flux cleaned = -0.000929356 Jy ! Component: 200 - total flux cleaned = -0.00110224 Jy ! Component: 250 - total flux cleaned = -0.00117448 Jy ! Component: 300 - total flux cleaned = -0.00129228 Jy ! Component: 350 - total flux cleaned = -0.00133783 Jy ! Component: 400 - total flux cleaned = -0.00131499 Jy ! Component: 450 - total flux cleaned = -0.0013151 Jy ! Component: 500 - total flux cleaned = -0.00138063 Jy ! Component: 550 - total flux cleaned = -0.00142333 Jy ! Component: 600 - total flux cleaned = -0.00142297 Jy ! Component: 650 - total flux cleaned = -0.00142261 Jy ! Component: 700 - total flux cleaned = -0.00144332 Jy ! Component: 750 - total flux cleaned = -0.00142312 Jy ! Component: 800 - total flux cleaned = -0.00142319 Jy ! Component: 850 - total flux cleaned = -0.00142353 Jy ! Component: 900 - total flux cleaned = -0.0015011 Jy ! Component: 950 - total flux cleaned = -0.00148185 Jy ! Component: 1000 - total flux cleaned = -0.00146291 Jy ! Component: 1050 - total flux cleaned = -0.00150068 Jy ! Component: 1100 - total flux cleaned = -0.00157489 Jy ! Component: 1150 - total flux cleaned = -0.001538 Jy ! Component: 1200 - total flux cleaned = -0.00151995 Jy ! Component: 1250 - total flux cleaned = -0.00164599 Jy ! Component: 1300 - total flux cleaned = -0.0016813 Jy ! Component: 1350 - total flux cleaned = -0.00169871 Jy ! Component: 1400 - total flux cleaned = -0.00175075 Jy ! Component: 1450 - total flux cleaned = -0.00175073 Jy ! Component: 1500 - total flux cleaned = -0.00180236 Jy ! Component: 1550 - total flux cleaned = -0.00180232 Jy ! Component: 1600 - total flux cleaned = -0.00187 Jy ! Component: 1650 - total flux cleaned = -0.00192018 Jy ! Component: 1700 - total flux cleaned = -0.00200299 Jy ! Component: 1750 - total flux cleaned = -0.00205241 Jy ! Component: 1800 - total flux cleaned = -0.00219902 Jy ! Component: 1850 - total flux cleaned = -0.00216655 Jy ! Component: 1900 - total flux cleaned = -0.00218258 Jy ! Component: 1950 - total flux cleaned = -0.00224635 Jy ! Component: 2000 - total flux cleaned = -0.00229407 Jy ! Component: 2050 - total flux cleaned = -0.00234126 Jy ! Component: 2100 - total flux cleaned = -0.00245023 Jy ! Component: 2150 - total flux cleaned = -0.00245 Jy ! Component: 2200 - total flux cleaned = -0.00252687 Jy ! Component: 2250 - total flux cleaned = -0.00260289 Jy ! Component: 2300 - total flux cleaned = -0.00264827 Jy ! Component: 2350 - total flux cleaned = -0.00264839 Jy ! Component: 2400 - total flux cleaned = -0.00272317 Jy ! Component: 2450 - total flux cleaned = -0.00275288 Jy ! Component: 2500 - total flux cleaned = -0.00276778 Jy ! Component: 2550 - total flux cleaned = -0.00284115 Jy ! Component: 2600 - total flux cleaned = -0.00289937 Jy ! Component: 2650 - total flux cleaned = -0.00291389 Jy ! Component: 2700 - total flux cleaned = -0.00294267 Jy ! Component: 2750 - total flux cleaned = -0.00297138 Jy ! Component: 2800 - total flux cleaned = -0.00299982 Jy ! Component: 2850 - total flux cleaned = -0.0030563 Jy ! Component: 2900 - total flux cleaned = -0.00305624 Jy ! Component: 2950 - total flux cleaned = -0.00311224 Jy ! Component: 3000 - total flux cleaned = -0.00307064 Jy ! Component: 3050 - total flux cleaned = -0.00301555 Jy ! Component: 3100 - total flux cleaned = -0.00312525 Jy ! Component: 3150 - total flux cleaned = -0.00319348 Jy ! Component: 3200 - total flux cleaned = -0.00319334 Jy ! Component: 3250 - total flux cleaned = -0.00319336 Jy ! Component: 3300 - total flux cleaned = -0.00327385 Jy ! Component: 3350 - total flux cleaned = -0.00326037 Jy ! Component: 3400 - total flux cleaned = -0.00327369 Jy ! Component: 3450 - total flux cleaned = -0.0032869 Jy ! Component: 3500 - total flux cleaned = -0.0033654 Jy ! Component: 3550 - total flux cleaned = -0.00335225 Jy ! Component: 3600 - total flux cleaned = -0.00336526 Jy ! Component: 3650 - total flux cleaned = -0.0033395 Jy ! Component: 3700 - total flux cleaned = -0.00344206 Jy ! Component: 3750 - total flux cleaned = -0.0034547 Jy ! Component: 3800 - total flux cleaned = -0.00344205 Jy ! Component: 3850 - total flux cleaned = -0.00349258 Jy ! Component: 3900 - total flux cleaned = -0.00350517 Jy ! Component: 3950 - total flux cleaned = -0.00346769 Jy ! Component: 4000 - total flux cleaned = -0.00357955 Jy ! Component: 4050 - total flux cleaned = -0.00359178 Jy ! Total flux subtracted in 4096 components = -0.0036286 Jy ! Clean residual min=-0.000741 max=0.000920 Jy/beam ! Clean residual mean=-0.000000 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.152558 Jy keep ! Adding 309 model components to the UV plane model. ! The established model now contains 372 components and 0.152558 Jy ![Exited script file: muppet] wmap "J1727+5510_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.883 x 4.894 at -6.392 degrees (North through East) ! Clean map min=-0.0012359 max=0.14055 Jy/beam ! Writing clean map to FITS file: J1727+5510_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.140554 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000228567 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.487854 0.487854 0.975708 1.95142 3.90283 7.80567 15.6113 31.2227 62.4453 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.14 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.883 x 4.894 at -6.392 degrees (North through East) ! Clean map min=-0.0012359 max=0.14055 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 J1727+5510_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:24:51 2019