! Started logfile: J2125+0441_S_2017_06_15_pus_uvs.log on Tue May 7 15:28:23 2019 obs J2125+0441_S_2017_06_15_pus_uva.fits ! Reading UV FITS file: J2125+0441_S_2017_06_15_pus_uva.fits ! AN table 1: 84 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.958466 visibilities/baseline/integration-bin. ! Found source: J2125+0441 ! ! 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 14492 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 J2125+0441_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 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 48 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 536 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.782056Jy sigma=0.007438 ! Fit after self-cal, rms=0.767881Jy sigma=0.007328 ! 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.691 mas, bmaj=7.343 mas, bpa=-6.364 degrees ! Estimated noise=963.449 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.181648 Jy ! Component: 100 - total flux cleaned = 0.221423 Jy ! Total flux subtracted in 100 components = 0.221423 Jy ! Clean residual min=-0.005881 max=0.012214 Jy/beam ! Clean residual mean=-0.000007 rms=0.001807 Jy/beam ! Combined flux in latest and established models = 0.221423 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.221423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086362Jy sigma=0.000764 ! Fit after self-cal, rms=0.086357Jy sigma=0.000764 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0133014 Jy ! Component: 100 - total flux cleaned = 0.021269 Jy ! Total flux subtracted in 100 components = 0.021269 Jy ! Clean residual min=-0.005311 max=0.006763 Jy/beam ! Clean residual mean=-0.000003 rms=0.001485 Jy/beam ! Combined flux in latest and established models = 0.242692 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 26 components and 0.242692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083931Jy sigma=0.000733 ! Fit after self-cal, rms=0.083937Jy sigma=0.000733 ! 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.205 mas, bmaj=7.994 mas, bpa=-5.054 degrees ! Estimated noise=724.61 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.0069578 Jy ! Component: 100 - total flux cleaned = 0.0106097 Jy ! Component: 150 - total flux cleaned = 0.0127676 Jy ! Component: 200 - total flux cleaned = 0.0136844 Jy ! Total flux subtracted in 200 components = 0.0136844 Jy ! Clean residual min=-0.004727 max=0.004738 Jy/beam ! Clean residual mean=-0.000008 rms=0.001126 Jy/beam ! Combined flux in latest and established models = 0.256376 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 52 components and 0.256376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083491Jy sigma=0.000727 ! Fit after self-cal, rms=0.083496Jy sigma=0.000726 ! 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.10 FD 0.94 HN 1.00 KP 1.02 ! LA 1.00 MK 1.11 NL 0.88 OV 1.00 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.98 HN 0.99 KP 0.97 ! LA 0.96 MK 0.97 NL 1.08 OV 1.05 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.02 HN 0.99 KP 0.99 ! LA 0.99 MK 0.99 NL 1.04 OV 0.94 ! PT 0.98 SC 1.02 ! ! ! Correcting IF 4. ! A total of 48 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.92 KP 1.00* ! LA 1.00* MK 1.18 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.083496Jy sigma=0.000726 ! Fit after self-cal, rms=0.082484Jy sigma=0.000712 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.232 mas, bmaj=8.016 mas, bpa=-4.769 degrees ! Estimated noise=723.908 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.00213929 Jy ! Component: 100 - total flux cleaned = -0.00293711 Jy ! Component: 150 - total flux cleaned = -0.00314801 Jy ! Component: 200 - total flux cleaned = -0.00323795 Jy ! Total flux subtracted in 200 components = -0.00323795 Jy ! Clean residual min=-0.004971 max=0.003675 Jy/beam ! Clean residual mean=-0.000006 rms=0.001043 Jy/beam ! Combined flux in latest and established models = 0.253139 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 65 components and 0.253139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082402Jy sigma=0.000712 ! Fit after self-cal, rms=0.082401Jy sigma=0.000711 ! 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.082401Jy sigma=0.000711 ! Fit after self-cal, rms=0.085867Jy sigma=0.000684 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.227 mas, bmaj=8.057 mas, bpa=-4.635 degrees ! Estimated noise=724.856 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000847878 Jy ! Component: 100 - total flux cleaned = -0.00101426 Jy ! Component: 150 - total flux cleaned = -0.00110528 Jy ! Component: 200 - total flux cleaned = -0.00110543 Jy ! Total flux subtracted in 200 components = -0.00110543 Jy ! Clean residual min=-0.001862 max=0.002306 Jy/beam ! Clean residual mean=0.000002 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.252033 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 70 components and 0.252033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085793Jy sigma=0.000683 ! Fit after self-cal, rms=0.085955Jy sigma=0.000683 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 (125, 88). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112481 Jy ! Component: 100 - total flux cleaned = 0.000946489 Jy ! Component: 150 - total flux cleaned = 0.000790731 Jy ! Component: 200 - total flux cleaned = 0.000688615 Jy ! Total flux subtracted in 200 components = 0.000688615 Jy ! Clean residual min=-0.001859 max=0.001861 Jy/beam ! Clean residual mean=0.000001 rms=0.000479 Jy/beam ! Combined flux in latest and established models = 0.252722 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 86 components and 0.252722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085893Jy sigma=0.000683 ! Fit after self-cal, rms=0.085891Jy sigma=0.000683 ! 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.085891Jy sigma=0.000683 ! Fit after self-cal, rms=0.087260Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.228 mas, bmaj=8.068 mas, bpa=-4.632 degrees ! Estimated noise=725.711 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000182682 Jy ! Component: 100 - total flux cleaned = -0.000296159 Jy ! Component: 150 - total flux cleaned = -0.000364353 Jy ! Component: 200 - total flux cleaned = -0.000397197 Jy ! Total flux subtracted in 200 components = -0.000397197 Jy ! Clean residual min=-0.001793 max=0.001816 Jy/beam ! Clean residual mean=0.000001 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.252325 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 92 components and 0.252325 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087224Jy sigma=0.000682 ! Fit after self-cal, rms=0.087238Jy sigma=0.000682 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 = -8.78989e-05 Jy ! Component: 100 - total flux cleaned = -0.000116691 Jy ! Component: 150 - total flux cleaned = -0.000143694 Jy ! Component: 200 - total flux cleaned = -0.000170064 Jy ! Total flux subtracted in 200 components = -0.000170064 Jy ! Clean residual min=-0.001729 max=0.001771 Jy/beam ! Clean residual mean=0.000001 rms=0.000448 Jy/beam ! Combined flux in latest and established models = 0.252155 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 96 components and 0.252155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087219Jy sigma=0.000682 ! Fit after self-cal, rms=0.087219Jy sigma=0.000682 ! 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.087219Jy sigma=0.000682 ! Fit after self-cal, rms=0.087483Jy sigma=0.000682 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.549 mas, bmaj=12.44 mas, bpa=-1.106 degrees ! Estimated noise=903.227 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.4454e-05 Jy ! Component: 100 - total flux cleaned = 0.000129938 Jy ! Component: 150 - total flux cleaned = 9.79454e-05 Jy ! Component: 200 - total flux cleaned = 5.4345e-05 Jy ! Total flux subtracted in 200 components = 5.4345e-05 Jy ! Clean residual min=-0.001789 max=0.001937 Jy/beam ! Clean residual mean=0.000003 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.252209 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 105 components and 0.252209 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087479Jy sigma=0.000682 ! Fit after self-cal, rms=0.087481Jy sigma=0.000682 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 = 4.38239e-05 Jy ! Component: 100 - total flux cleaned = 1.23718e-05 Jy ! Component: 150 - total flux cleaned = -1.51094e-05 Jy ! Component: 200 - total flux cleaned = -5.24386e-05 Jy ! Total flux subtracted in 200 components = -5.24386e-05 Jy ! Clean residual min=-0.001770 max=0.001908 Jy/beam ! Clean residual mean=0.000003 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.252156 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 111 components and 0.252157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087477Jy sigma=0.000682 ! Fit after self-cal, rms=0.087477Jy sigma=0.000682 ! 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.229 mas, bmaj=8.073 mas, bpa=-4.626 degrees ! Estimated noise=726.189 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.229 x 8.073 at -4.626 degrees (North through East) ! Clean map min=-0.001674 max=0.23557 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.706 mas, bmaj=7.398 mas, bpa=-5.849 degrees ! Estimated noise=926.403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.183738 Jy ! Component: 100 - total flux cleaned = 0.22383 Jy ! Component: 150 - total flux cleaned = 0.235312 Jy ! Component: 200 - total flux cleaned = 0.241403 Jy ! Total flux subtracted in 200 components = 0.241403 Jy ! Clean residual min=-0.002422 max=0.003070 Jy/beam ! Clean residual mean=-0.000001 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.241403 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.241403 Jy ! Inverting map and beam ! Estimated beam: bmin=3.229 mas, bmaj=8.073 mas, bpa=-4.626 degrees ! Estimated noise=726.189 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.00472576 Jy ! Component: 100 - total flux cleaned = 0.00759663 Jy ! Component: 150 - total flux cleaned = 0.00919442 Jy ! Component: 200 - total flux cleaned = 0.00973904 Jy ! Total flux subtracted in 200 components = 0.00973904 Jy ! Clean residual min=-0.001820 max=0.001853 Jy/beam ! Clean residual mean=-0.000000 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.251142 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 58 components and 0.251142 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.549 mas, bmaj=12.44 mas, bpa=-1.106 degrees ! Estimated noise=903.227 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00123669 Jy ! Component: 100 - total flux cleaned = 0.00116152 Jy ! Component: 150 - total flux cleaned = 0.00107054 Jy ! Component: 200 - total flux cleaned = 0.00106921 Jy ! Total flux subtracted in 200 components = 0.00106921 Jy ! Clean residual min=-0.001758 max=0.001920 Jy/beam ! Clean residual mean=0.000002 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.252211 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.02987e-05 Jy ! Component: 100 - total flux cleaned = 5.50012e-05 Jy ! Component: 150 - total flux cleaned = 6.95936e-05 Jy ! Component: 200 - total flux cleaned = 7.00626e-05 Jy ! Total flux subtracted in 200 components = 7.00626e-05 Jy ! Clean residual min=-0.001745 max=0.001878 Jy/beam ! Clean residual mean=0.000002 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.252281 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 86 components and 0.252281 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.229 mas, bmaj=8.073 mas, bpa=-4.626 degrees ! Estimated noise=726.189 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000257453 Jy ! Component: 100 - total flux cleaned = 0.000152326 Jy ! Component: 150 - total flux cleaned = 9.16305e-05 Jy ! Component: 200 - total flux cleaned = 0.000117346 Jy ! Total flux subtracted in 200 components = 0.000117346 Jy ! Clean residual min=-0.001669 max=0.001700 Jy/beam ! Clean residual mean=0.000001 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.252398 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 100 components and 0.252398 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087454Jy sigma=0.000682 ! Fit after self-cal, rms=0.087433Jy sigma=0.000682 wmodel J2125+0441_S_2017_06_15_pus_map.mod ! Writing 100 model components to file: J2125+0441_S_2017_06_15_pus_map.mod wobs J2125+0441_S_2017_06_15_pus_uvs.fits ! Writing UV FITS file: J2125+0441_S_2017_06_15_pus_uvs.fits wwins J2125+0441_S_2017_06_15_pus_map.win ! wwins: Wrote 2 windows to J2125+0441_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 = 9.81729e-05 Jy ! Component: 100 - total flux cleaned = 0.000302034 Jy ! Component: 150 - total flux cleaned = 0.000496136 Jy ! Component: 200 - total flux cleaned = 0.000469454 Jy ! Component: 250 - total flux cleaned = 0.00044408 Jy ! Component: 300 - total flux cleaned = 0.000393747 Jy ! Component: 350 - total flux cleaned = 0.00031982 Jy ! Component: 400 - total flux cleaned = 0.000296016 Jy ! Component: 450 - total flux cleaned = 0.000367142 Jy ! Component: 500 - total flux cleaned = 0.000367001 Jy ! Component: 550 - total flux cleaned = 0.000343859 Jy ! Component: 600 - total flux cleaned = 0.000231858 Jy ! Component: 650 - total flux cleaned = 0.00021005 Jy ! Component: 700 - total flux cleaned = 0.000231661 Jy ! Component: 750 - total flux cleaned = 0.000167508 Jy ! Component: 800 - total flux cleaned = 2.06473e-05 Jy ! Component: 850 - total flux cleaned = -4.13097e-05 Jy ! Component: 900 - total flux cleaned = -8.20196e-05 Jy ! Component: 950 - total flux cleaned = -8.19202e-05 Jy ! Component: 1000 - total flux cleaned = -0.000181704 Jy ! Component: 1050 - total flux cleaned = -0.000240745 Jy ! Component: 1100 - total flux cleaned = -0.000279411 Jy ! Component: 1150 - total flux cleaned = -0.000260462 Jy ! Component: 1200 - total flux cleaned = -0.000336419 Jy ! Component: 1250 - total flux cleaned = -0.000354924 Jy ! Component: 1300 - total flux cleaned = -0.000447194 Jy ! Component: 1350 - total flux cleaned = -0.000428635 Jy ! Component: 1400 - total flux cleaned = -0.000464844 Jy ! Component: 1450 - total flux cleaned = -0.000500792 Jy ! Component: 1500 - total flux cleaned = -0.000536252 Jy ! Component: 1550 - total flux cleaned = -0.00062428 Jy ! Component: 1600 - total flux cleaned = -0.000676274 Jy ! Component: 1650 - total flux cleaned = -0.000727486 Jy ! Component: 1700 - total flux cleaned = -0.000744378 Jy ! Component: 1750 - total flux cleaned = -0.000778044 Jy ! Component: 1800 - total flux cleaned = -0.000777929 Jy ! Component: 1850 - total flux cleaned = -0.000728847 Jy ! Component: 1900 - total flux cleaned = -0.000761516 Jy ! Component: 1950 - total flux cleaned = -0.000793626 Jy ! Component: 2000 - total flux cleaned = -0.000793585 Jy ! Component: 2050 - total flux cleaned = -0.000745974 Jy ! Component: 2100 - total flux cleaned = -0.000777162 Jy ! Component: 2150 - total flux cleaned = -0.000792549 Jy ! Component: 2200 - total flux cleaned = -0.000715608 Jy ! Component: 2250 - total flux cleaned = -0.000700411 Jy ! Component: 2300 - total flux cleaned = -0.000700445 Jy ! Component: 2350 - total flux cleaned = -0.000670475 Jy ! Component: 2400 - total flux cleaned = -0.000670565 Jy ! Component: 2450 - total flux cleaned = -0.000641294 Jy ! Component: 2500 - total flux cleaned = -0.000626427 Jy ! Component: 2550 - total flux cleaned = -0.000611917 Jy ! Component: 2600 - total flux cleaned = -0.00065468 Jy ! Component: 2650 - total flux cleaned = -0.000583532 Jy ! Component: 2700 - total flux cleaned = -0.000583764 Jy ! Component: 2750 - total flux cleaned = -0.00059769 Jy ! Component: 2800 - total flux cleaned = -0.000555714 Jy ! Component: 2850 - total flux cleaned = -0.000555589 Jy ! Component: 2900 - total flux cleaned = -0.000555659 Jy ! Component: 2950 - total flux cleaned = -0.000555553 Jy ! Component: 3000 - total flux cleaned = -0.000582886 Jy ! Component: 3050 - total flux cleaned = -0.000529101 Jy ! Component: 3100 - total flux cleaned = -0.000555762 Jy ! Component: 3150 - total flux cleaned = -0.000555795 Jy ! Component: 3200 - total flux cleaned = -0.000529404 Jy ! Component: 3250 - total flux cleaned = -0.000555791 Jy ! Component: 3300 - total flux cleaned = -0.000581683 Jy ! Component: 3350 - total flux cleaned = -0.000594637 Jy ! Component: 3400 - total flux cleaned = -0.000581893 Jy ! Component: 3450 - total flux cleaned = -0.000620192 Jy ! Component: 3500 - total flux cleaned = -0.000620328 Jy ! Component: 3550 - total flux cleaned = -0.000658216 Jy ! Component: 3600 - total flux cleaned = -0.000645557 Jy ! Component: 3650 - total flux cleaned = -0.000633111 Jy ! Component: 3700 - total flux cleaned = -0.000682675 Jy ! Component: 3750 - total flux cleaned = -0.000633235 Jy ! Component: 3800 - total flux cleaned = -0.000670146 Jy ! Component: 3850 - total flux cleaned = -0.000621524 Jy ! Component: 3900 - total flux cleaned = -0.000609512 Jy ! Component: 3950 - total flux cleaned = -0.000621661 Jy ! Component: 4000 - total flux cleaned = -0.000633648 Jy ! Component: 4050 - total flux cleaned = -0.000574001 Jy ! Total flux subtracted in 4096 components = -0.000562108 Jy ! Clean residual min=-0.000725 max=0.000655 Jy/beam ! Clean residual mean=0.000001 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.251836 Jy keep ! Adding 314 model components to the UV plane model. ! The established model now contains 414 components and 0.251836 Jy ![Exited script file: muppet] wmap "J2125+0441_S_2017_06_15_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.229 x 8.073 at -4.626 degrees (North through East) ! Clean map min=-0.0011803 max=0.236 Jy/beam ! Writing clean map to FITS file: J2125+0441_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.235996 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000221553 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.28164 0.28164 0.56328 1.12656 2.25312 4.50624 9.01247 18.0249 36.0499 72.0998 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.235 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.229 x 8.073 at -4.626 degrees (North through East) ! Clean map min=-0.0011803 max=0.236 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 J2125+0441_S_2017_06_15_pus_uvs.log closed on Tue May 7 15:28:28 2019