! Started logfile: J2004+7355_S_2017_08_12_pus_uvs.log on Fri May 10 15:07:04 2019 obs J2004+7355_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J2004+7355_S_2017_08_12_pus_uva.fits ! AN table 1: 111 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.807407 visibilities/baseline/integration-bin. ! Found source: J2004+7355 ! ! 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 16132 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 J2004+7355_S_2017_08_12_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 122 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 134 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 134 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 669 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.914119Jy sigma=0.007302 ! Fit after self-cal, rms=0.901634Jy sigma=0.007207 ! 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.012 mas, bmaj=5.477 mas, bpa=-66.01 degrees ! Estimated noise=1212.85 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.0761461 Jy ! Component: 100 - total flux cleaned = 0.0955647 Jy ! Total flux subtracted in 100 components = 0.0955647 Jy ! Clean residual min=-0.004443 max=0.008097 Jy/beam ! Clean residual mean=-0.000023 rms=0.001160 Jy/beam ! Combined flux in latest and established models = 0.0955648 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0955648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090859Jy sigma=0.000678 ! Fit after self-cal, rms=0.090852Jy sigma=0.000678 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00890921 Jy ! Component: 100 - total flux cleaned = 0.0135013 Jy ! Total flux subtracted in 100 components = 0.0135013 Jy ! Clean residual min=-0.004116 max=0.004054 Jy/beam ! Clean residual mean=-0.000011 rms=0.001019 Jy/beam ! Combined flux in latest and established models = 0.109066 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.109066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089829Jy sigma=0.000670 ! Fit after self-cal, rms=0.089829Jy sigma=0.000670 ! 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.799 mas, bmaj=6.338 mas, bpa=-66.22 degrees ! Estimated noise=803.443 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.00341083 Jy ! Component: 100 - total flux cleaned = 0.00434045 Jy ! Component: 150 - total flux cleaned = 0.0043019 Jy ! Component: 200 - total flux cleaned = 0.00426737 Jy ! Total flux subtracted in 200 components = 0.00426737 Jy ! Clean residual min=-0.002795 max=0.002648 Jy/beam ! Clean residual mean=-0.000013 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.113333 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 29 components and 0.113333 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089697Jy sigma=0.000669 ! Fit after self-cal, rms=0.089693Jy sigma=0.000669 ! 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 1.02 FD 0.92 HN 0.97 KP 1.07 ! LA 1.04 MK 1.12 NL 0.87 OV 1.05 ! PT 1.03 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.95 HN 1.04 KP 1.05 ! LA 0.96 MK 1.19 NL 1.07 OV 1.07 ! PT 1.02 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 0.95 HN 1.01 KP 0.95 ! LA 1.01 MK 1.13 NL 1.02 OV 0.98 ! PT 1.04 SC 0.97 ! ! ! Correcting IF 4. ! A total of 87 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 0.98 KP 1.00* ! LA 1.00 MK 0.85 NL 1.00* OV 1.00* ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.089693Jy sigma=0.000669 ! Fit after self-cal, rms=0.089457Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.865 mas, bmaj=6.282 mas, bpa=-65.86 degrees ! Estimated noise=807.728 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.000668758 Jy ! Component: 100 - total flux cleaned = -0.000702256 Jy ! Component: 150 - total flux cleaned = -0.000703817 Jy ! Component: 200 - total flux cleaned = -0.000758141 Jy ! Total flux subtracted in 200 components = -0.000758141 Jy ! Clean residual min=-0.002805 max=0.002359 Jy/beam ! Clean residual mean=-0.000020 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.112575 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 40 components and 0.112575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089434Jy sigma=0.000666 ! Fit after self-cal, rms=0.089441Jy 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.089441Jy sigma=0.000666 ! Fit after self-cal, rms=0.090403Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.843 mas, bmaj=6.332 mas, bpa=-66.9 degrees ! Estimated noise=806.395 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000396837 Jy ! Component: 100 - total flux cleaned = 0.000413861 Jy ! Component: 150 - total flux cleaned = 0.000384992 Jy ! Component: 200 - total flux cleaned = 0.000372965 Jy ! Total flux subtracted in 200 components = 0.000372965 Jy ! Clean residual min=-0.002098 max=0.001925 Jy/beam ! Clean residual mean=-0.000019 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.112948 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.112948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090395Jy sigma=0.000662 ! Fit after self-cal, rms=0.090443Jy sigma=0.000662 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.1097e-05 Jy ! Component: 100 - total flux cleaned = -9.79935e-06 Jy ! Component: 150 - total flux cleaned = -2.00659e-05 Jy ! Component: 200 - total flux cleaned = -2.05534e-05 Jy ! Total flux subtracted in 200 components = -2.05534e-05 Jy ! Clean residual min=-0.002111 max=0.001952 Jy/beam ! Clean residual mean=-0.000020 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.112928 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 54 components and 0.112928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090439Jy sigma=0.000662 ! Fit after self-cal, rms=0.090439Jy sigma=0.000662 ! 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.090439Jy sigma=0.000662 ! Fit after self-cal, rms=0.090489Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.836 mas, bmaj=6.337 mas, bpa=-66.93 degrees ! Estimated noise=805.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000255829 Jy ! Component: 100 - total flux cleaned = 0.000255252 Jy ! Component: 150 - total flux cleaned = 0.000244086 Jy ! Component: 200 - total flux cleaned = 0.000244536 Jy ! Total flux subtracted in 200 components = 0.000244536 Jy ! Clean residual min=-0.002105 max=0.001958 Jy/beam ! Clean residual mean=-0.000019 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.113172 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 55 components and 0.113172 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090485Jy sigma=0.000662 ! Fit after self-cal, rms=0.090488Jy sigma=0.000662 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.74492e-05 Jy ! Component: 100 - total flux cleaned = -1.71312e-05 Jy ! Component: 150 - total flux cleaned = -7.95357e-06 Jy ! Component: 200 - total flux cleaned = -7.84288e-06 Jy ! Total flux subtracted in 200 components = -7.84288e-06 Jy ! Clean residual min=-0.002102 max=0.001966 Jy/beam ! Clean residual mean=-0.000019 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.113164 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 55 components and 0.113164 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090486Jy sigma=0.000662 ! Fit after self-cal, rms=0.090485Jy sigma=0.000662 ! 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.090485Jy sigma=0.000662 ! Fit after self-cal, rms=0.090433Jy sigma=0.000662 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.247 mas, bmaj=10.06 mas, bpa=-59 degrees ! Estimated noise=988.539 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000407742 Jy ! Component: 100 - total flux cleaned = 0.000411085 Jy ! Component: 150 - total flux cleaned = 0.000411886 Jy ! Component: 200 - total flux cleaned = 0.000412326 Jy ! Total flux subtracted in 200 components = 0.000412326 Jy ! Clean residual min=-0.002425 max=0.002634 Jy/beam ! Clean residual mean=-0.000036 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.113577 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 60 components and 0.113577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090433Jy sigma=0.000662 ! Fit after self-cal, rms=0.090433Jy sigma=0.000662 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) ! Added new window around map position (92.5, 10.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0022575 Jy ! Component: 100 - total flux cleaned = 0.00266784 Jy ! Component: 150 - total flux cleaned = 0.0027439 Jy ! Component: 200 - total flux cleaned = 0.00287307 Jy ! Total flux subtracted in 200 components = 0.00287307 Jy ! Clean residual min=-0.002090 max=0.002160 Jy/beam ! Clean residual mean=-0.000026 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.11645 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 99 components and 0.11645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090391Jy sigma=0.000661 ! Fit after self-cal, rms=0.090385Jy sigma=0.000661 ! 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.83 mas, bmaj=6.34 mas, bpa=-66.97 degrees ! Estimated noise=805.165 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.83 x 6.34 at -66.97 degrees (North through East) ! Clean map min=-0.0019058 max=0.10019 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.05 mas, bmaj=5.514 mas, bpa=-67.27 degrees ! Estimated noise=1221.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0758775 Jy ! Component: 100 - total flux cleaned = 0.0957041 Jy ! Component: 150 - total flux cleaned = 0.104464 Jy ! Component: 200 - total flux cleaned = 0.108705 Jy ! Total flux subtracted in 200 components = 0.108705 Jy ! Clean residual min=-0.003289 max=0.003321 Jy/beam ! Clean residual mean=-0.000012 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.108705 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.108705 Jy ! Inverting map and beam ! Estimated beam: bmin=3.83 mas, bmaj=6.34 mas, bpa=-66.97 degrees ! Estimated noise=805.165 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.00331169 Jy ! Component: 100 - total flux cleaned = 0.00535629 Jy ! Component: 150 - total flux cleaned = 0.00633497 Jy ! Component: 200 - total flux cleaned = 0.00693225 Jy ! Total flux subtracted in 200 components = 0.00693225 Jy ! Clean residual min=-0.002019 max=0.001816 Jy/beam ! Clean residual mean=-0.000017 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.115638 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 44 components and 0.115638 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.247 mas, bmaj=10.06 mas, bpa=-59 degrees ! Estimated noise=988.539 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134308 Jy ! Component: 100 - total flux cleaned = 0.00160891 Jy ! Component: 150 - total flux cleaned = 0.0016458 Jy ! Component: 200 - total flux cleaned = 0.00161278 Jy ! Total flux subtracted in 200 components = 0.00161278 Jy ! Clean residual min=-0.002076 max=0.002145 Jy/beam ! Clean residual mean=-0.000024 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.11725 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.17398e-06 Jy ! Component: 100 - total flux cleaned = 5.09375e-05 Jy ! Component: 150 - total flux cleaned = 9.51553e-05 Jy ! Component: 200 - total flux cleaned = 0.000134788 Jy ! Total flux subtracted in 200 components = 0.000134788 Jy ! Clean residual min=-0.002016 max=0.002109 Jy/beam ! Clean residual mean=-0.000022 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.117385 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 105 components and 0.117385 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.83 mas, bmaj=6.34 mas, bpa=-66.97 degrees ! Estimated noise=805.165 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000128619 Jy ! Component: 100 - total flux cleaned = 0.000243061 Jy ! Component: 150 - total flux cleaned = 0.000383062 Jy ! Component: 200 - total flux cleaned = 0.000480647 Jy ! Total flux subtracted in 200 components = 0.000480647 Jy ! Clean residual min=-0.001864 max=0.001707 Jy/beam ! Clean residual mean=-0.000010 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.117866 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 130 components and 0.117866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090332Jy sigma=0.000661 ! Fit after self-cal, rms=0.090326Jy sigma=0.000661 wmodel J2004+7355_S_2017_08_12_pus_map.mod ! Writing 130 model components to file: J2004+7355_S_2017_08_12_pus_map.mod wobs J2004+7355_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J2004+7355_S_2017_08_12_pus_uvs.fits wwins J2004+7355_S_2017_08_12_pus_map.win ! wwins: Wrote 2 windows to J2004+7355_S_2017_08_12_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.000516626 Jy ! Component: 100 - total flux cleaned = -0.000517621 Jy ! Component: 150 - total flux cleaned = -0.000488208 Jy ! Component: 200 - total flux cleaned = -0.000403027 Jy ! Component: 250 - total flux cleaned = -0.000403 Jy ! Component: 300 - total flux cleaned = -0.000429566 Jy ! Component: 350 - total flux cleaned = -0.000402542 Jy ! Component: 400 - total flux cleaned = -0.000453548 Jy ! Component: 450 - total flux cleaned = -0.000325985 Jy ! Component: 500 - total flux cleaned = -0.000326328 Jy ! Component: 550 - total flux cleaned = -0.000252609 Jy ! Component: 600 - total flux cleaned = -0.000179943 Jy ! Component: 650 - total flux cleaned = -0.000132203 Jy ! Component: 700 - total flux cleaned = -0.000155757 Jy ! Component: 750 - total flux cleaned = -8.606e-05 Jy ! Component: 800 - total flux cleaned = -0.0001087 Jy ! Component: 850 - total flux cleaned = -4.06531e-05 Jy ! Component: 900 - total flux cleaned = -6.3151e-05 Jy ! Component: 950 - total flux cleaned = -8.44588e-05 Jy ! Component: 1000 - total flux cleaned = 2.49292e-05 Jy ! Component: 1050 - total flux cleaned = 2.52117e-05 Jy ! Component: 1100 - total flux cleaned = 0.000110376 Jy ! Component: 1150 - total flux cleaned = 4.73778e-05 Jy ! Component: 1200 - total flux cleaned = 0.000172042 Jy ! Component: 1250 - total flux cleaned = 0.000151149 Jy ! Component: 1300 - total flux cleaned = 0.000151421 Jy ! Component: 1350 - total flux cleaned = 0.00015159 Jy ! Component: 1400 - total flux cleaned = 0.000151767 Jy ! Component: 1450 - total flux cleaned = 0.000191139 Jy ! Component: 1500 - total flux cleaned = 0.000112529 Jy ! Component: 1550 - total flux cleaned = 9.3131e-05 Jy ! Component: 1600 - total flux cleaned = 7.4215e-05 Jy ! Component: 1650 - total flux cleaned = -1.78086e-06 Jy ! Component: 1700 - total flux cleaned = 3.58693e-05 Jy ! Component: 1750 - total flux cleaned = -5.7737e-05 Jy ! Component: 1800 - total flux cleaned = -9.47527e-05 Jy ! Component: 1850 - total flux cleaned = -7.6482e-05 Jy ! Component: 1900 - total flux cleaned = -0.000113027 Jy ! Component: 1950 - total flux cleaned = -0.00013108 Jy ! Component: 2000 - total flux cleaned = -0.000184823 Jy ! Component: 2050 - total flux cleaned = -0.000220274 Jy ! Component: 2100 - total flux cleaned = -0.000202429 Jy ! Component: 2150 - total flux cleaned = -0.000272617 Jy ! Component: 2200 - total flux cleaned = -0.000272518 Jy ! Component: 2250 - total flux cleaned = -0.000307065 Jy ! Component: 2300 - total flux cleaned = -0.000443795 Jy ! Component: 2350 - total flux cleaned = -0.000375467 Jy ! Component: 2400 - total flux cleaned = -0.000425856 Jy ! Component: 2450 - total flux cleaned = -0.000475889 Jy ! Component: 2500 - total flux cleaned = -0.000525896 Jy ! Component: 2550 - total flux cleaned = -0.000476488 Jy ! Component: 2600 - total flux cleaned = -0.000574642 Jy ! Component: 2650 - total flux cleaned = -0.000623471 Jy ! Component: 2700 - total flux cleaned = -0.000655982 Jy ! Component: 2750 - total flux cleaned = -0.000752062 Jy ! Component: 2800 - total flux cleaned = -0.000847595 Jy ! Component: 2850 - total flux cleaned = -0.000831861 Jy ! Component: 2900 - total flux cleaned = -0.000879006 Jy ! Component: 2950 - total flux cleaned = -0.00094149 Jy ! Component: 3000 - total flux cleaned = -0.000941582 Jy ! Component: 3050 - total flux cleaned = -0.000987648 Jy ! Component: 3100 - total flux cleaned = -0.000956927 Jy ! Component: 3150 - total flux cleaned = -0.00100241 Jy ! Component: 3200 - total flux cleaned = -0.0010629 Jy ! Component: 3250 - total flux cleaned = -0.00112291 Jy ! Component: 3300 - total flux cleaned = -0.00113775 Jy ! Component: 3350 - total flux cleaned = -0.00113777 Jy ! Component: 3400 - total flux cleaned = -0.00115263 Jy ! Component: 3450 - total flux cleaned = -0.00119661 Jy ! Component: 3500 - total flux cleaned = -0.00122576 Jy ! Component: 3550 - total flux cleaned = -0.00128377 Jy ! Component: 3600 - total flux cleaned = -0.00128373 Jy ! Component: 3650 - total flux cleaned = -0.00126945 Jy ! Component: 3700 - total flux cleaned = -0.00129802 Jy ! Component: 3750 - total flux cleaned = -0.00134054 Jy ! Component: 3800 - total flux cleaned = -0.00136881 Jy ! Component: 3850 - total flux cleaned = -0.00145297 Jy ! Component: 3900 - total flux cleaned = -0.00148085 Jy ! Component: 3950 - total flux cleaned = -0.00153619 Jy ! Component: 4000 - total flux cleaned = -0.00156378 Jy ! Component: 4050 - total flux cleaned = -0.00157757 Jy ! Total flux subtracted in 4096 components = -0.0016322 Jy ! Clean residual min=-0.000779 max=0.000838 Jy/beam ! Clean residual mean=-0.000006 rms=0.000252 Jy/beam ! Combined flux in latest and established models = 0.116234 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 440 components and 0.116234 Jy ![Exited script file: muppet] wmap "J2004+7355_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.83 x 6.34 at -66.97 degrees (North through East) ! Clean map min=-0.0014654 max=0.10004 Jy/beam ! Writing clean map to FITS file: J2004+7355_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.100041 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000251237 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.753402 0.753402 1.5068 3.01361 6.02722 12.0544 24.1089 48.2178 96.4355 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.1 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.83 x 6.34 at -66.97 degrees (North through East) ! Clean map min=-0.0014654 max=0.10004 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 J2004+7355_S_2017_08_12_pus_uvs.log closed on Fri May 10 15:07:08 2019