! Started logfile: J1149+3559_S_2017_03_23_pus_uvs.log on Mon May 13 09:58:48 2019 obs J1149+3559_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J1149+3559_S_2017_03_23_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.967251 visibilities/baseline/integration-bin. ! Found source: J1149+3559 ! ! 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 481 lines of history. ! ! Reading 19848 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 J1149+3559_S_2017_03_23_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 364 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.835192Jy sigma=0.007787 ! Fit after self-cal, rms=0.815665Jy sigma=0.007614 ! 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.962 mas, bmaj=5.267 mas, bpa=-1.248 degrees ! Estimated noise=928.541 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.144456 Jy ! Component: 100 - total flux cleaned = 0.176034 Jy ! Total flux subtracted in 100 components = 0.176034 Jy ! Clean residual min=-0.005714 max=0.009367 Jy/beam ! Clean residual mean=0.000004 rms=0.001363 Jy/beam ! Combined flux in latest and established models = 0.176034 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.176034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087364Jy sigma=0.000725 ! Fit after self-cal, rms=0.087340Jy sigma=0.000725 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00883948 Jy ! Component: 100 - total flux cleaned = 0.0113903 Jy ! Total flux subtracted in 100 components = 0.0113903 Jy ! Clean residual min=-0.005034 max=0.004654 Jy/beam ! Clean residual mean=0.000004 rms=0.001218 Jy/beam ! Combined flux in latest and established models = 0.187424 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 18 components and 0.187424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086219Jy sigma=0.000715 ! Fit after self-cal, rms=0.086218Jy sigma=0.000715 ! 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.605 mas, bmaj=6.117 mas, bpa=-0.796 degrees ! Estimated noise=590.22 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.00424656 Jy ! Component: 100 - total flux cleaned = 0.0066136 Jy ! Component: 150 - total flux cleaned = 0.00748271 Jy ! Component: 200 - total flux cleaned = 0.00762395 Jy ! Total flux subtracted in 200 components = 0.00762395 Jy ! Clean residual min=-0.004443 max=0.004016 Jy/beam ! Clean residual mean=0.000008 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.195048 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 38 components and 0.195048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085956Jy sigma=0.000713 ! Fit after self-cal, rms=0.085959Jy sigma=0.000713 ! 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.99 FD 1.00 HN 0.93 KP 1.03 ! LA 1.01 MK 1.02 NL 0.87 OV 1.02 ! PT 1.00 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.03 HN 0.97 KP 0.98 ! LA 0.96 MK 1.01 NL 0.99 OV 1.04 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.05 HN 0.97 KP 0.86 ! LA 0.75 MK 1.02 NL 1.15 OV 0.96 ! PT 0.97 SC 1.02 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.11 HN 0.93 KP 1.00* ! LA 0.81 MK 1.35 NL 1.00* OV 2.47 ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.085959Jy sigma=0.000713 ! Fit after self-cal, rms=0.090874Jy sigma=0.000667 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.625 mas, bmaj=6.143 mas, bpa=-0.4952 degrees ! Estimated noise=588.299 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.00104683 Jy ! Component: 100 - total flux cleaned = -0.00156945 Jy ! Component: 150 - total flux cleaned = -0.00168603 Jy ! Component: 200 - total flux cleaned = -0.00175064 Jy ! Total flux subtracted in 200 components = -0.00175064 Jy ! Clean residual min=-0.001956 max=0.001870 Jy/beam ! Clean residual mean=0.000004 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.193297 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 0.193297 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090855Jy sigma=0.000667 ! Fit after self-cal, rms=0.091282Jy 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.091282Jy sigma=0.000666 ! Fit after self-cal, rms=0.098762Jy sigma=0.000663 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.623 mas, bmaj=6.148 mas, bpa=-0.5286 degrees ! Estimated noise=587.94 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000309266 Jy ! Component: 100 - total flux cleaned = -0.000391636 Jy ! Component: 150 - total flux cleaned = -0.000420868 Jy ! Component: 200 - total flux cleaned = -0.000429536 Jy ! Total flux subtracted in 200 components = -0.000429536 Jy ! Clean residual min=-0.001719 max=0.001410 Jy/beam ! Clean residual mean=0.000004 rms=0.000361 Jy/beam ! Combined flux in latest and established models = 0.192868 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 50 components and 0.192868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098758Jy sigma=0.000663 ! Fit after self-cal, rms=0.098868Jy 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 = 2.65634e-06 Jy ! Component: 100 - total flux cleaned = 2.8977e-06 Jy ! Component: 150 - total flux cleaned = 1.08208e-05 Jy ! Component: 200 - total flux cleaned = 3.48928e-06 Jy ! Total flux subtracted in 200 components = 3.48928e-06 Jy ! Clean residual min=-0.001725 max=0.001397 Jy/beam ! Clean residual mean=0.000004 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.192871 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.192871 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098865Jy sigma=0.000663 ! Fit after self-cal, rms=0.098869Jy 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.098869Jy sigma=0.000663 ! Fit after self-cal, rms=0.099200Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.624 mas, bmaj=6.147 mas, bpa=-0.5281 degrees ! Estimated noise=587.664 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000192718 Jy ! Component: 100 - total flux cleaned = -0.000234925 Jy ! Component: 150 - total flux cleaned = -0.000250577 Jy ! Component: 200 - total flux cleaned = -0.000257694 Jy ! Total flux subtracted in 200 components = -0.000257694 Jy ! Clean residual min=-0.001722 max=0.001408 Jy/beam ! Clean residual mean=0.000004 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.192614 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 53 components and 0.192614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099198Jy sigma=0.000663 ! Fit after self-cal, rms=0.099203Jy 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 = -9.66866e-06 Jy ! Component: 100 - total flux cleaned = -9.50012e-06 Jy ! Component: 150 - total flux cleaned = -9.22921e-06 Jy ! Component: 200 - total flux cleaned = -8.8385e-06 Jy ! Total flux subtracted in 200 components = -8.8385e-06 Jy ! Clean residual min=-0.001724 max=0.001402 Jy/beam ! Clean residual mean=0.000004 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.192605 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.192605 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099202Jy sigma=0.000663 ! Fit after self-cal, rms=0.099202Jy 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.099202Jy sigma=0.000663 ! Fit after self-cal, rms=0.099213Jy sigma=0.000663 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.596 mas, bmaj=9.422 mas, bpa=1.869 degrees ! Estimated noise=725.282 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.25961e-05 Jy ! Component: 100 - total flux cleaned = -0.000109047 Jy ! Component: 150 - total flux cleaned = -0.000137092 Jy ! Component: 200 - total flux cleaned = -0.000158484 Jy ! Total flux subtracted in 200 components = -0.000158484 Jy ! Clean residual min=-0.001732 max=0.001555 Jy/beam ! Clean residual mean=0.000009 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.192446 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 56 components and 0.192446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099215Jy sigma=0.000663 ! Fit after self-cal, rms=0.099219Jy 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 = 2.15562e-06 Jy ! Component: 100 - total flux cleaned = 2.33868e-06 Jy ! Component: 150 - total flux cleaned = 2.38989e-06 Jy ! Component: 200 - total flux cleaned = 6.56447e-06 Jy ! Total flux subtracted in 200 components = 6.56447e-06 Jy ! Clean residual min=-0.001724 max=0.001553 Jy/beam ! Clean residual mean=0.000009 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.192453 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 60 components and 0.192453 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099221Jy sigma=0.000663 ! Fit after self-cal, rms=0.099221Jy 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.625 mas, bmaj=6.147 mas, bpa=-0.5026 degrees ! Estimated noise=587.444 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.625 x 6.147 at -0.5026 degrees (North through East) ! Clean map min=-0.0016441 max=0.18688 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.972 mas, bmaj=5.303 mas, bpa=-0.5318 degrees ! Estimated noise=933.528 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.145164 Jy ! Component: 100 - total flux cleaned = 0.176933 Jy ! Component: 150 - total flux cleaned = 0.184806 Jy ! Component: 200 - total flux cleaned = 0.188233 Jy ! Total flux subtracted in 200 components = 0.188233 Jy ! Clean residual min=-0.002076 max=0.002340 Jy/beam ! Clean residual mean=0.000002 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.188233 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.188233 Jy ! Inverting map and beam ! Estimated beam: bmin=3.625 mas, bmaj=6.147 mas, bpa=-0.5026 degrees ! Estimated noise=587.444 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.00236253 Jy ! Component: 100 - total flux cleaned = 0.00346173 Jy ! Component: 150 - total flux cleaned = 0.00367768 Jy ! Component: 200 - total flux cleaned = 0.00384456 Jy ! Total flux subtracted in 200 components = 0.00384456 Jy ! Clean residual min=-0.001685 max=0.001432 Jy/beam ! Clean residual mean=0.000004 rms=0.000360 Jy/beam ! Combined flux in latest and established models = 0.192078 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 31 components and 0.192078 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.596 mas, bmaj=9.422 mas, bpa=1.869 degrees ! Estimated noise=725.282 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000444 Jy ! Component: 100 - total flux cleaned = 0.000446004 Jy ! Component: 150 - total flux cleaned = 0.000458952 Jy ! Component: 200 - total flux cleaned = 0.000461868 Jy ! Total flux subtracted in 200 components = 0.000461868 Jy ! Clean residual min=-0.001721 max=0.001551 Jy/beam ! Clean residual mean=0.000009 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.19254 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 = 2.74813e-06 Jy ! Component: 100 - total flux cleaned = 5.36721e-06 Jy ! Component: 150 - total flux cleaned = 5.36792e-06 Jy ! Component: 200 - total flux cleaned = 7.80733e-06 Jy ! Total flux subtracted in 200 components = 7.80733e-06 Jy ! Clean residual min=-0.001720 max=0.001550 Jy/beam ! Clean residual mean=0.000009 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.192548 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 42 components and 0.192548 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.625 mas, bmaj=6.147 mas, bpa=-0.5026 degrees ! Estimated noise=587.444 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.77112e-05 Jy ! Component: 100 - total flux cleaned = -0.000121298 Jy ! Component: 150 - total flux cleaned = -0.00012173 Jy ! Component: 200 - total flux cleaned = -0.000121664 Jy ! Total flux subtracted in 200 components = -0.000121664 Jy ! Clean residual min=-0.001690 max=0.001380 Jy/beam ! Clean residual mean=0.000004 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.192426 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 47 components and 0.192426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099221Jy sigma=0.000663 ! Fit after self-cal, rms=0.099214Jy sigma=0.000663 wmodel J1149+3559_S_2017_03_23_pus_map.mod ! Writing 47 model components to file: J1149+3559_S_2017_03_23_pus_map.mod wobs J1149+3559_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J1149+3559_S_2017_03_23_pus_uvs.fits wwins J1149+3559_S_2017_03_23_pus_map.win ! wwins: Wrote 1 windows to J1149+3559_S_2017_03_23_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.000682623 Jy ! Component: 100 - total flux cleaned = -0.00102363 Jy ! Component: 150 - total flux cleaned = -0.00117175 Jy ! Component: 200 - total flux cleaned = -0.00131252 Jy ! Component: 250 - total flux cleaned = -0.00135767 Jy ! Component: 300 - total flux cleaned = -0.00142384 Jy ! Component: 350 - total flux cleaned = -0.00155096 Jy ! Component: 400 - total flux cleaned = -0.00163294 Jy ! Component: 450 - total flux cleaned = -0.00173322 Jy ! Component: 500 - total flux cleaned = -0.00173344 Jy ! Component: 550 - total flux cleaned = -0.00181048 Jy ! Component: 600 - total flux cleaned = -0.00184807 Jy ! Component: 650 - total flux cleaned = -0.00182931 Jy ! Component: 700 - total flux cleaned = -0.00181108 Jy ! Component: 750 - total flux cleaned = -0.00181147 Jy ! Component: 800 - total flux cleaned = -0.00182941 Jy ! Component: 850 - total flux cleaned = -0.00181173 Jy ! Component: 900 - total flux cleaned = -0.00174315 Jy ! Component: 950 - total flux cleaned = -0.00182844 Jy ! Component: 1000 - total flux cleaned = -0.00182818 Jy ! Component: 1050 - total flux cleaned = -0.00182787 Jy ! Component: 1100 - total flux cleaned = -0.0017945 Jy ! Component: 1150 - total flux cleaned = -0.00184346 Jy ! Component: 1200 - total flux cleaned = -0.00184341 Jy ! Component: 1250 - total flux cleaned = -0.00189111 Jy ! Component: 1300 - total flux cleaned = -0.0019224 Jy ! Component: 1350 - total flux cleaned = -0.00193762 Jy ! Component: 1400 - total flux cleaned = -0.00190631 Jy ! Component: 1450 - total flux cleaned = -0.00184509 Jy ! Component: 1500 - total flux cleaned = -0.0018149 Jy ! Component: 1550 - total flux cleaned = -0.00181489 Jy ! Component: 1600 - total flux cleaned = -0.00177014 Jy ! Component: 1650 - total flux cleaned = -0.00171105 Jy ! Component: 1700 - total flux cleaned = -0.00168195 Jy ! Component: 1750 - total flux cleaned = -0.00166738 Jy ! Component: 1800 - total flux cleaned = -0.00160984 Jy ! Component: 1850 - total flux cleaned = -0.00159561 Jy ! Component: 1900 - total flux cleaned = -0.00155304 Jy ! Component: 1950 - total flux cleaned = -0.00151119 Jy ! Component: 2000 - total flux cleaned = -0.00151131 Jy ! Component: 2050 - total flux cleaned = -0.00145624 Jy ! Component: 2100 - total flux cleaned = -0.00141545 Jy ! Component: 2150 - total flux cleaned = -0.00141548 Jy ! Component: 2200 - total flux cleaned = -0.00137517 Jy ! Component: 2250 - total flux cleaned = -0.00140177 Jy ! Component: 2300 - total flux cleaned = -0.00138849 Jy ! Component: 2350 - total flux cleaned = -0.00136218 Jy ! Component: 2400 - total flux cleaned = -0.00134921 Jy ! Component: 2450 - total flux cleaned = -0.00129751 Jy ! Component: 2500 - total flux cleaned = -0.00127204 Jy ! Component: 2550 - total flux cleaned = -0.00125933 Jy ! Component: 2600 - total flux cleaned = -0.00120874 Jy ! Component: 2650 - total flux cleaned = -0.00124636 Jy ! Component: 2700 - total flux cleaned = -0.00123392 Jy ! Component: 2750 - total flux cleaned = -0.00122164 Jy ! Component: 2800 - total flux cleaned = -0.00119703 Jy ! Component: 2850 - total flux cleaned = -0.00119714 Jy ! Component: 2900 - total flux cleaned = -0.00119705 Jy ! Component: 2950 - total flux cleaned = -0.00117291 Jy ! Component: 3000 - total flux cleaned = -0.00117285 Jy ! Component: 3050 - total flux cleaned = -0.00110138 Jy ! Component: 3100 - total flux cleaned = -0.00108945 Jy ! Component: 3150 - total flux cleaned = -0.00113648 Jy ! Component: 3200 - total flux cleaned = -0.00111301 Jy ! Component: 3250 - total flux cleaned = -0.00105485 Jy ! Component: 3300 - total flux cleaned = -0.00103178 Jy ! Component: 3350 - total flux cleaned = -0.00103162 Jy ! Component: 3400 - total flux cleaned = -0.00105454 Jy ! Component: 3450 - total flux cleaned = -0.00102034 Jy ! Component: 3500 - total flux cleaned = -0.00104302 Jy ! Component: 3550 - total flux cleaned = -0.00104302 Jy ! Component: 3600 - total flux cleaned = -0.0010206 Jy ! Component: 3650 - total flux cleaned = -0.000987265 Jy ! Component: 3700 - total flux cleaned = -0.000987243 Jy ! Component: 3750 - total flux cleaned = -0.000965148 Jy ! Component: 3800 - total flux cleaned = -0.00096523 Jy ! Component: 3850 - total flux cleaned = -0.000954327 Jy ! Component: 3900 - total flux cleaned = -0.000932622 Jy ! Component: 3950 - total flux cleaned = -0.000921723 Jy ! Component: 4000 - total flux cleaned = -0.000889513 Jy ! Component: 4050 - total flux cleaned = -0.000825487 Jy ! Total flux subtracted in 4096 components = -0.000857351 Jy ! Clean residual min=-0.000588 max=0.000664 Jy/beam ! Clean residual mean=0.000002 rms=0.000197 Jy/beam ! Combined flux in latest and established models = 0.191569 Jy keep ! Adding 312 model components to the UV plane model. ! The established model now contains 359 components and 0.191569 Jy ![Exited script file: muppet] wmap "J1149+3559_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.625 x 6.147 at -0.5026 degrees (North through East) ! Clean map min=-0.0011293 max=0.18696 Jy/beam ! Writing clean map to FITS file: J1149+3559_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.186958 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000195889 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.314332 0.314332 0.628663 1.25733 2.51465 5.02931 10.0586 20.1172 40.2345 80.4689 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.186 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.625 x 6.147 at -0.5026 degrees (North through East) ! Clean map min=-0.0011293 max=0.18696 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 J1149+3559_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:58:53 2019