! Started logfile: J1834+0506_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:20:42 2019 obs J1834+0506_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J1834+0506_S_2017_01_16_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.77232 visibilities/baseline/integration-bin. ! Found source: J1834+0506 ! ! 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 622 lines of history. ! ! Reading 15848 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 J1834+0506_S_2017_01_16_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 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 135 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 376 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.872783Jy sigma=0.006731 ! Fit after self-cal, rms=0.859782Jy sigma=0.006665 ! 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.529 mas, bmaj=8.726 mas, bpa=15.97 degrees ! Estimated noise=1098.71 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.109491 Jy ! Component: 100 - total flux cleaned = 0.144184 Jy ! Total flux subtracted in 100 components = 0.144184 Jy ! Clean residual min=-0.005690 max=0.015077 Jy/beam ! Clean residual mean=0.000011 rms=0.001753 Jy/beam ! Combined flux in latest and established models = 0.144184 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.144184 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.136546Jy sigma=0.000704 ! Fit after self-cal, rms=0.136567Jy sigma=0.000704 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0167658 Jy ! Component: 100 - total flux cleaned = 0.0250762 Jy ! Total flux subtracted in 100 components = 0.0250762 Jy ! Clean residual min=-0.004498 max=0.004561 Jy/beam ! Clean residual mean=0.000006 rms=0.001108 Jy/beam ! Combined flux in latest and established models = 0.16926 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 16 components and 0.16926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.134291Jy sigma=0.000678 ! Fit after self-cal, rms=0.134285Jy 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=4.13 mas, bmaj=9.622 mas, bpa=16.36 degrees ! Estimated noise=787.554 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.00579132 Jy ! Component: 100 - total flux cleaned = 0.0093744 Jy ! Component: 150 - total flux cleaned = 0.0117245 Jy ! Component: 200 - total flux cleaned = 0.013293 Jy ! Total flux subtracted in 200 components = 0.013293 Jy ! Clean residual min=-0.004197 max=0.003554 Jy/beam ! Clean residual mean=0.000014 rms=0.000909 Jy/beam ! Combined flux in latest and established models = 0.182553 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 31 components and 0.182553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.133941Jy sigma=0.000674 ! Fit after self-cal, rms=0.133922Jy sigma=0.000674 ! 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.03 FD 0.93 HN 0.97 KP 1.00 ! LA 1.01 MK 1.00* NL 0.93 OV 0.97 ! PT 1.05 SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.97 HN 1.03 KP 0.98 ! LA 0.96 MK 1.00* NL 1.04 OV 1.06 ! PT 1.04 SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.01 HN 1.01 KP 1.01 ! LA 0.99 MK 1.00* NL 0.99 OV 0.97 ! PT 1.06 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.03 HN 0.91 KP 1.00* ! LA 0.88 MK 1.00* NL 1.00* OV 0.92 ! PT 1.06 SC 0.95 ! ! ! Fit before self-cal, rms=0.133922Jy sigma=0.000674 ! Fit after self-cal, rms=0.122937Jy sigma=0.000670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.102 mas, bmaj=9.609 mas, bpa=16.35 degrees ! Estimated noise=783.719 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.00112591 Jy ! Component: 100 - total flux cleaned = 0.000947725 Jy ! Component: 150 - total flux cleaned = 0.000806697 Jy ! Component: 200 - total flux cleaned = 0.00077486 Jy ! Total flux subtracted in 200 components = 0.00077486 Jy ! Clean residual min=-0.003255 max=0.003005 Jy/beam ! Clean residual mean=0.000011 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.183328 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 42 components and 0.183328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122931Jy sigma=0.000670 ! Fit after self-cal, rms=0.122813Jy sigma=0.000669 ! 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.122813Jy sigma=0.000669 ! Fit after self-cal, rms=0.116664Jy sigma=0.000666 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.089 mas, bmaj=9.584 mas, bpa=16.34 degrees ! Estimated noise=785.088 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000701716 Jy ! Component: 100 - total flux cleaned = 0.000840706 Jy ! Component: 150 - total flux cleaned = 0.000864843 Jy ! Component: 200 - total flux cleaned = 0.000903089 Jy ! Total flux subtracted in 200 components = 0.000903089 Jy ! Clean residual min=-0.002320 max=0.002301 Jy/beam ! Clean residual mean=0.000003 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.184231 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 53 components and 0.184231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116659Jy sigma=0.000666 ! Fit after self-cal, rms=0.116707Jy sigma=0.000666 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.73887e-05 Jy ! Component: 100 - total flux cleaned = -2.706e-05 Jy ! Component: 150 - total flux cleaned = -4.29452e-05 Jy ! Component: 200 - total flux cleaned = -2.80786e-05 Jy ! Total flux subtracted in 200 components = -2.80786e-05 Jy ! Clean residual min=-0.002321 max=0.002273 Jy/beam ! Clean residual mean=0.000003 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.184203 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 63 components and 0.184203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116704Jy sigma=0.000666 ! Fit after self-cal, rms=0.116701Jy sigma=0.000666 ! 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.116701Jy sigma=0.000666 ! Fit after self-cal, rms=0.112412Jy sigma=0.000666 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.079 mas, bmaj=9.568 mas, bpa=16.36 degrees ! Estimated noise=784.586 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000122036 Jy ! Component: 100 - total flux cleaned = 0.000183282 Jy ! Component: 150 - total flux cleaned = 0.000245536 Jy ! Component: 200 - total flux cleaned = 0.000296931 Jy ! Total flux subtracted in 200 components = 0.000296931 Jy ! Clean residual min=-0.002225 max=0.002145 Jy/beam ! Clean residual mean=0.000002 rms=0.000520 Jy/beam ! Combined flux in latest and established models = 0.1845 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 77 components and 0.1845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112411Jy sigma=0.000666 ! Fit after self-cal, rms=0.112397Jy 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.85503e-05 Jy ! Component: 100 - total flux cleaned = 4.00994e-05 Jy ! Component: 150 - total flux cleaned = 3.9831e-05 Jy ! Component: 200 - total flux cleaned = 3.97792e-05 Jy ! Total flux subtracted in 200 components = 3.97792e-05 Jy ! Clean residual min=-0.002226 max=0.002142 Jy/beam ! Clean residual mean=0.000002 rms=0.000519 Jy/beam ! Combined flux in latest and established models = 0.184539 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 81 components and 0.184539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112395Jy sigma=0.000665 ! Fit after self-cal, rms=0.112393Jy 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.112393Jy sigma=0.000665 ! Fit after self-cal, rms=0.112384Jy sigma=0.000665 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.785 mas, bmaj=11.71 mas, bpa=5.98 degrees ! Estimated noise=929.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000608286 Jy ! Component: 100 - total flux cleaned = 0.000607105 Jy ! Component: 150 - total flux cleaned = 0.000589313 Jy ! Component: 200 - total flux cleaned = 0.000589063 Jy ! Total flux subtracted in 200 components = 0.000589063 Jy ! Clean residual min=-0.002315 max=0.001989 Jy/beam ! Clean residual mean=0.000004 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.185128 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 85 components and 0.185128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112386Jy sigma=0.000665 ! Fit after self-cal, rms=0.112385Jy 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 = 7.0108e-05 Jy ! Component: 100 - total flux cleaned = 3.85324e-05 Jy ! Component: 150 - total flux cleaned = 3.89452e-05 Jy ! Component: 200 - total flux cleaned = 4.64564e-05 Jy ! Total flux subtracted in 200 components = 4.64564e-05 Jy ! Clean residual min=-0.002311 max=0.001984 Jy/beam ! Clean residual mean=0.000004 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.185175 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 89 components and 0.185175 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112385Jy sigma=0.000665 ! Fit after self-cal, rms=0.112383Jy 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=4.073 mas, bmaj=9.558 mas, bpa=16.34 degrees ! Estimated noise=784.845 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.073 x 9.558 at 16.34 degrees (North through East) ! Clean map min=-0.0020893 max=0.14359 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.491 mas, bmaj=8.669 mas, bpa=16.01 degrees ! Estimated noise=1080.62 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.107728 Jy ! Component: 100 - total flux cleaned = 0.144208 Jy ! Component: 150 - total flux cleaned = 0.161745 Jy ! Component: 200 - total flux cleaned = 0.170623 Jy ! Total flux subtracted in 200 components = 0.170623 Jy ! Clean residual min=-0.003639 max=0.004164 Jy/beam ! Clean residual mean=0.000002 rms=0.000841 Jy/beam ! Combined flux in latest and established models = 0.170623 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.170623 Jy ! Inverting map and beam ! Estimated beam: bmin=4.073 mas, bmaj=9.558 mas, bpa=16.34 degrees ! Estimated noise=784.845 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.00596832 Jy ! Component: 100 - total flux cleaned = 0.00910286 Jy ! Component: 150 - total flux cleaned = 0.0108983 Jy ! Component: 200 - total flux cleaned = 0.0119188 Jy ! Total flux subtracted in 200 components = 0.0119188 Jy ! Clean residual min=-0.002467 max=0.002213 Jy/beam ! Clean residual mean=0.000003 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.182542 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 52 components and 0.182542 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.785 mas, bmaj=11.71 mas, bpa=5.98 degrees ! Estimated noise=929.14 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00128603 Jy ! Component: 100 - total flux cleaned = 0.00176506 Jy ! Component: 150 - total flux cleaned = 0.00183775 Jy ! Component: 200 - total flux cleaned = 0.00187831 Jy ! Total flux subtracted in 200 components = 0.00187831 Jy ! Clean residual min=-0.002313 max=0.002095 Jy/beam ! Clean residual mean=0.000004 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.18442 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.87201e-05 Jy ! Component: 100 - total flux cleaned = 6.3231e-05 Jy ! Component: 150 - total flux cleaned = 9.84008e-05 Jy ! Component: 200 - total flux cleaned = 0.00012056 Jy ! Total flux subtracted in 200 components = 0.00012056 Jy ! Clean residual min=-0.002313 max=0.002043 Jy/beam ! Clean residual mean=0.000004 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.18454 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 65 components and 0.18454 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.073 mas, bmaj=9.558 mas, bpa=16.34 degrees ! Estimated noise=784.845 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00034341 Jy ! Component: 100 - total flux cleaned = -0.000291423 Jy ! Component: 150 - total flux cleaned = -0.000291551 Jy ! Component: 200 - total flux cleaned = -0.000291265 Jy ! Total flux subtracted in 200 components = -0.000291265 Jy ! Clean residual min=-0.002268 max=0.002161 Jy/beam ! Clean residual mean=0.000002 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.184249 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 74 components and 0.184249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112388Jy sigma=0.000666 ! Fit after self-cal, rms=0.112382Jy sigma=0.000666 wmodel J1834+0506_S_2017_01_16_pus_map.mod ! Writing 74 model components to file: J1834+0506_S_2017_01_16_pus_map.mod wobs J1834+0506_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J1834+0506_S_2017_01_16_pus_uvs.fits wwins J1834+0506_S_2017_01_16_pus_map.win ! wwins: Wrote 1 windows to J1834+0506_S_2017_01_16_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.000493552 Jy ! Component: 100 - total flux cleaned = -0.000749019 Jy ! Component: 150 - total flux cleaned = -0.000990404 Jy ! Component: 200 - total flux cleaned = -0.00108808 Jy ! Component: 250 - total flux cleaned = -0.00114998 Jy ! Component: 300 - total flux cleaned = -0.00123994 Jy ! Component: 350 - total flux cleaned = -0.00135599 Jy ! Component: 400 - total flux cleaned = -0.0014402 Jy ! Component: 450 - total flux cleaned = -0.00152202 Jy ! Component: 500 - total flux cleaned = -0.00165593 Jy ! Component: 550 - total flux cleaned = -0.00176099 Jy ! Component: 600 - total flux cleaned = -0.00183838 Jy ! Component: 650 - total flux cleaned = -0.00191468 Jy ! Component: 700 - total flux cleaned = -0.00196478 Jy ! Component: 750 - total flux cleaned = -0.00206228 Jy ! Component: 800 - total flux cleaned = -0.00215756 Jy ! Component: 850 - total flux cleaned = -0.00222781 Jy ! Component: 900 - total flux cleaned = -0.00225058 Jy ! Component: 950 - total flux cleaned = -0.0022955 Jy ! Component: 1000 - total flux cleaned = -0.00227315 Jy ! Component: 1050 - total flux cleaned = -0.00231709 Jy ! Component: 1100 - total flux cleaned = -0.00229523 Jy ! Component: 1150 - total flux cleaned = -0.00225275 Jy ! Component: 1200 - total flux cleaned = -0.00231611 Jy ! Component: 1250 - total flux cleaned = -0.0023573 Jy ! Component: 1300 - total flux cleaned = -0.00229588 Jy ! Component: 1350 - total flux cleaned = -0.00229613 Jy ! Component: 1400 - total flux cleaned = -0.00227625 Jy ! Component: 1450 - total flux cleaned = -0.00229589 Jy ! Component: 1500 - total flux cleaned = -0.00231542 Jy ! Component: 1550 - total flux cleaned = -0.00235407 Jy ! Component: 1600 - total flux cleaned = -0.00241114 Jy ! Component: 1650 - total flux cleaned = -0.0023922 Jy ! Component: 1700 - total flux cleaned = -0.0024668 Jy ! Component: 1750 - total flux cleaned = -0.00252214 Jy ! Component: 1800 - total flux cleaned = -0.00259497 Jy ! Component: 1850 - total flux cleaned = -0.00268519 Jy ! Component: 1900 - total flux cleaned = -0.00272085 Jy ! Component: 1950 - total flux cleaned = -0.00273874 Jy ! Component: 2000 - total flux cleaned = -0.00279145 Jy ! Component: 2050 - total flux cleaned = -0.00286114 Jy ! Component: 2100 - total flux cleaned = -0.00287861 Jy ! Component: 2150 - total flux cleaned = -0.00292997 Jy ! Component: 2200 - total flux cleaned = -0.00294701 Jy ! Component: 2250 - total flux cleaned = -0.00304775 Jy ! Component: 2300 - total flux cleaned = -0.00308128 Jy ! Component: 2350 - total flux cleaned = -0.00311437 Jy ! Component: 2400 - total flux cleaned = -0.00317982 Jy ! Component: 2450 - total flux cleaned = -0.00313115 Jy ! Component: 2500 - total flux cleaned = -0.00327575 Jy ! Component: 2550 - total flux cleaned = -0.0032436 Jy ! Component: 2600 - total flux cleaned = -0.00332264 Jy ! Component: 2650 - total flux cleaned = -0.00324414 Jy ! Component: 2700 - total flux cleaned = -0.00329093 Jy ! Component: 2750 - total flux cleaned = -0.00330618 Jy ! Component: 2800 - total flux cleaned = -0.00329073 Jy ! Component: 2850 - total flux cleaned = -0.0032604 Jy ! Component: 2900 - total flux cleaned = -0.00327572 Jy ! Component: 2950 - total flux cleaned = -0.00333567 Jy ! Component: 3000 - total flux cleaned = -0.00332083 Jy ! Component: 3050 - total flux cleaned = -0.00327641 Jy ! Component: 3100 - total flux cleaned = -0.00332041 Jy ! Component: 3150 - total flux cleaned = -0.00330574 Jy ! Component: 3200 - total flux cleaned = -0.00333459 Jy ! Component: 3250 - total flux cleaned = -0.00329149 Jy ! Component: 3300 - total flux cleaned = -0.0033486 Jy ! Component: 3350 - total flux cleaned = -0.00334859 Jy ! Component: 3400 - total flux cleaned = -0.00336252 Jy ! Component: 3450 - total flux cleaned = -0.00337648 Jy ! Component: 3500 - total flux cleaned = -0.00333482 Jy ! Component: 3550 - total flux cleaned = -0.00340397 Jy ! Component: 3600 - total flux cleaned = -0.00344512 Jy ! Component: 3650 - total flux cleaned = -0.00339048 Jy ! Component: 3700 - total flux cleaned = -0.00343125 Jy ! Component: 3750 - total flux cleaned = -0.00340433 Jy ! Component: 3800 - total flux cleaned = -0.00337757 Jy ! Component: 3850 - total flux cleaned = -0.00337765 Jy ! Component: 3900 - total flux cleaned = -0.00341745 Jy ! Component: 3950 - total flux cleaned = -0.00341739 Jy ! Component: 4000 - total flux cleaned = -0.0034042 Jy ! Component: 4050 - total flux cleaned = -0.00343022 Jy ! Total flux subtracted in 4096 components = -0.00340443 Jy ! Clean residual min=-0.000855 max=0.000790 Jy/beam ! Clean residual mean=-0.000001 rms=0.000250 Jy/beam ! Combined flux in latest and established models = 0.180845 Jy keep ! Adding 296 model components to the UV plane model. ! The established model now contains 370 components and 0.180845 Jy ![Exited script file: muppet] wmap "J1834+0506_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.073 x 9.558 at 16.34 degrees (North through East) ! Clean map min=-0.0015624 max=0.14339 Jy/beam ! Writing clean map to FITS file: J1834+0506_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.143393 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000248751 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.520425 0.520425 1.04085 2.0817 4.1634 8.3268 16.6536 33.3072 66.6144 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.143 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.073 x 9.558 at 16.34 degrees (North through East) ! Clean map min=-0.0015624 max=0.14339 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 J1834+0506_S_2017_01_16_pus_uvs.log closed on Sun Apr 7 15:20:47 2019