! Started logfile: J0345+1453_S_2017_02_24_pus_uvs.log on Sat May 4 11:16:59 2019 obs J0345+1453_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0345+1453_S_2017_02_24_pus_uva.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.882222 visibilities/baseline/integration-bin. ! Found source: J0345+1453 ! ! 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 823 lines of history. ! ! Reading 1588 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 J0345+1453_S_2017_02_24_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 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.732941Jy sigma=0.006648 ! Fit after self-cal, rms=0.729918Jy sigma=0.006622 ! 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.984 mas, bmaj=7.091 mas, bpa=7.409 degrees ! Estimated noise=2618.25 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.211617 Jy ! Component: 100 - total flux cleaned = 0.257763 Jy ! Total flux subtracted in 100 components = 0.257763 Jy ! Clean residual min=-0.011438 max=0.024672 Jy/beam ! Clean residual mean=-0.000027 rms=0.003513 Jy/beam ! Combined flux in latest and established models = 0.257763 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.257763 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084628Jy sigma=0.000737 ! Fit after self-cal, rms=0.084628Jy sigma=0.000737 ! Inverting map ! Added new window around map position (-7, -0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0202179 Jy ! Component: 100 - total flux cleaned = 0.0294225 Jy ! Total flux subtracted in 100 components = 0.0294225 Jy ! Clean residual min=-0.010120 max=0.012813 Jy/beam ! Clean residual mean=-0.000016 rms=0.002661 Jy/beam ! Combined flux in latest and established models = 0.287186 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 19 components and 0.287185 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079398Jy sigma=0.000686 ! Fit after self-cal, rms=0.078732Jy sigma=0.000680 ! 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.517 mas, bmaj=7.875 mas, bpa=8.199 degrees ! Estimated noise=2126.2 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.0103118 Jy ! Component: 100 - total flux cleaned = 0.015199 Jy ! Component: 150 - total flux cleaned = 0.0168039 Jy ! Component: 200 - total flux cleaned = 0.017537 Jy ! Total flux subtracted in 200 components = 0.017537 Jy ! Clean residual min=-0.006312 max=0.006344 Jy/beam ! Clean residual mean=-0.000016 rms=0.001665 Jy/beam ! Combined flux in latest and established models = 0.304722 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 55 components and 0.304722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077313Jy sigma=0.000667 ! Fit after self-cal, rms=0.077120Jy sigma=0.000665 ! 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.96 FD 1.01 HN 1.06 KP 0.96 ! LA 0.97 MK 1.04 NL 1.07 OV 1.06 ! PT 1.01 SC 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.93 HN 1.05 KP 0.97 ! LA 0.93 MK 1.00 NL 0.97 OV 1.09 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.99 HN 0.97 KP 1.03 ! LA 1.03 MK 0.99 NL 1.05 OV 0.98 ! PT 0.97 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.99 HN 0.94 KP 1.00* ! LA 1.03 MK 1.01 NL 1.00* OV 0.95 ! PT 1.00 SC 1.00* ! ! ! Fit before self-cal, rms=0.077120Jy sigma=0.000665 ! Fit after self-cal, rms=0.075597Jy sigma=0.000651 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.514 mas, bmaj=7.865 mas, bpa=8.566 degrees ! Estimated noise=2119.42 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.00135737 Jy ! Component: 100 - total flux cleaned = 0.00136149 Jy ! Component: 150 - total flux cleaned = 0.00136505 Jy ! Component: 200 - total flux cleaned = 0.00130876 Jy ! Total flux subtracted in 200 components = 0.00130876 Jy ! Clean residual min=-0.004841 max=0.005432 Jy/beam ! Clean residual mean=-0.000012 rms=0.001239 Jy/beam ! Combined flux in latest and established models = 0.306031 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 65 components and 0.306031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075379Jy sigma=0.000649 ! Fit after self-cal, rms=0.075373Jy sigma=0.000649 ! 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.075373Jy sigma=0.000649 ! Fit after self-cal, rms=0.075232Jy sigma=0.000649 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.508 mas, bmaj=7.861 mas, bpa=8.642 degrees ! Estimated noise=2116.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000924906 Jy ! Component: 100 - total flux cleaned = 0.00087042 Jy ! Component: 150 - total flux cleaned = 0.000771127 Jy ! Component: 200 - total flux cleaned = 0.00072793 Jy ! Total flux subtracted in 200 components = 0.00072793 Jy ! Clean residual min=-0.004665 max=0.005046 Jy/beam ! Clean residual mean=-0.000011 rms=0.001201 Jy/beam ! Combined flux in latest and established models = 0.306759 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 74 components and 0.306759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075136Jy sigma=0.000648 ! Fit after self-cal, rms=0.075130Jy sigma=0.000648 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 = 0.000443211 Jy ! Component: 100 - total flux cleaned = 0.000365823 Jy ! Component: 150 - total flux cleaned = 0.000364886 Jy ! Component: 200 - total flux cleaned = 0.000332236 Jy ! Total flux subtracted in 200 components = 0.000332236 Jy ! Clean residual min=-0.004644 max=0.004902 Jy/beam ! Clean residual mean=-0.000011 rms=0.001188 Jy/beam ! Combined flux in latest and established models = 0.307091 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 84 components and 0.307092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075086Jy sigma=0.000648 ! Fit after self-cal, rms=0.075084Jy sigma=0.000648 ! 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.075084Jy sigma=0.000648 ! Fit after self-cal, rms=0.075011Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.502 mas, bmaj=7.857 mas, bpa=8.692 degrees ! Estimated noise=2114.5 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000793271 Jy ! Component: 100 - total flux cleaned = 0.000722004 Jy ! Component: 150 - total flux cleaned = 0.00071964 Jy ! Component: 200 - total flux cleaned = 0.000689887 Jy ! Total flux subtracted in 200 components = 0.000689887 Jy ! Clean residual min=-0.004721 max=0.004655 Jy/beam ! Clean residual mean=-0.000011 rms=0.001173 Jy/beam ! Combined flux in latest and established models = 0.307781 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 93 components and 0.307781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074972Jy sigma=0.000648 ! Fit after self-cal, rms=0.074972Jy sigma=0.000648 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 = 0.000186129 Jy ! Component: 100 - total flux cleaned = 0.000186174 Jy ! Component: 150 - total flux cleaned = 0.000213139 Jy ! Component: 200 - total flux cleaned = 0.000213398 Jy ! Total flux subtracted in 200 components = 0.000213398 Jy ! Clean residual min=-0.004686 max=0.004587 Jy/beam ! Clean residual mean=-0.000011 rms=0.001166 Jy/beam ! Combined flux in latest and established models = 0.307995 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 96 components and 0.307995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074949Jy sigma=0.000648 ! Fit after self-cal, rms=0.074948Jy sigma=0.000648 ! 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.074948Jy sigma=0.000648 ! Fit after self-cal, rms=0.074907Jy sigma=0.000648 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.405 mas, bmaj=10.89 mas, bpa=-3.303 degrees ! Estimated noise=2621.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117366 Jy ! Component: 100 - total flux cleaned = 0.00140127 Jy ! Component: 150 - total flux cleaned = 0.00144753 Jy ! Component: 200 - total flux cleaned = 0.00148943 Jy ! Total flux subtracted in 200 components = 0.00148943 Jy ! Clean residual min=-0.004638 max=0.004869 Jy/beam ! Clean residual mean=-0.000022 rms=0.001350 Jy/beam ! Combined flux in latest and established models = 0.309484 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 101 components and 0.309484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074909Jy sigma=0.000648 ! Fit after self-cal, rms=0.074905Jy sigma=0.000648 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.51841e-05 Jy ! Component: 100 - total flux cleaned = 6.48161e-05 Jy ! Component: 150 - total flux cleaned = 9.92035e-05 Jy ! Component: 200 - total flux cleaned = 0.000114163 Jy ! Total flux subtracted in 200 components = 0.000114163 Jy ! Clean residual min=-0.004664 max=0.004868 Jy/beam ! Clean residual mean=-0.000022 rms=0.001341 Jy/beam ! Combined flux in latest and established models = 0.309598 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 105 components and 0.309598 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074910Jy sigma=0.000648 ! Fit after self-cal, rms=0.074907Jy sigma=0.000648 ! 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.499 mas, bmaj=7.854 mas, bpa=8.72 degrees ! Estimated noise=2113.84 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.499 x 7.854 at 8.72 degrees (North through East) ! Clean map min=-0.0045803 max=0.25989 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.968 mas, bmaj=7.066 mas, bpa=7.895 degrees ! Estimated noise=2598.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.209631 Jy ! Component: 100 - total flux cleaned = 0.260377 Jy ! Component: 150 - total flux cleaned = 0.279214 Jy ! Component: 200 - total flux cleaned = 0.289214 Jy ! Total flux subtracted in 200 components = 0.289214 Jy ! Clean residual min=-0.007185 max=0.008194 Jy/beam ! Clean residual mean=-0.000015 rms=0.001903 Jy/beam ! Combined flux in latest and established models = 0.289214 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 24 model components to the UV plane model. ! The established model now contains 24 components and 0.289214 Jy ! Inverting map and beam ! Estimated beam: bmin=3.499 mas, bmaj=7.854 mas, bpa=8.72 degrees ! Estimated noise=2113.84 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.00843188 Jy ! Component: 100 - total flux cleaned = 0.0134269 Jy ! Component: 150 - total flux cleaned = 0.0163623 Jy ! Component: 200 - total flux cleaned = 0.0168742 Jy ! Total flux subtracted in 200 components = 0.0168742 Jy ! Clean residual min=-0.005158 max=0.005029 Jy/beam ! Clean residual mean=-0.000013 rms=0.001258 Jy/beam ! Combined flux in latest and established models = 0.306088 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 53 components and 0.306088 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.405 mas, bmaj=10.89 mas, bpa=-3.303 degrees ! Estimated noise=2621.97 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0025073 Jy ! Component: 100 - total flux cleaned = 0.0032721 Jy ! Component: 150 - total flux cleaned = 0.00330801 Jy ! Component: 200 - total flux cleaned = 0.00337176 Jy ! Total flux subtracted in 200 components = 0.00337176 Jy ! Clean residual min=-0.004628 max=0.004791 Jy/beam ! Clean residual mean=-0.000023 rms=0.001346 Jy/beam ! Combined flux in latest and established models = 0.30946 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 = -7.17554e-07 Jy ! Component: 100 - total flux cleaned = 7.11098e-07 Jy ! Component: 150 - total flux cleaned = 1.08977e-06 Jy ! Component: 200 - total flux cleaned = 2.55111e-05 Jy ! Total flux subtracted in 200 components = 2.55111e-05 Jy ! Clean residual min=-0.004638 max=0.004833 Jy/beam ! Clean residual mean=-0.000023 rms=0.001341 Jy/beam ! Combined flux in latest and established models = 0.309485 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 72 components and 0.309485 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.499 mas, bmaj=7.854 mas, bpa=8.72 degrees ! Estimated noise=2113.84 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00112426 Jy ! Component: 100 - total flux cleaned = -0.00118295 Jy ! Component: 150 - total flux cleaned = -0.00117981 Jy ! Component: 200 - total flux cleaned = -0.00117659 Jy ! Total flux subtracted in 200 components = -0.00117659 Jy ! Clean residual min=-0.004793 max=0.004786 Jy/beam ! Clean residual mean=-0.000011 rms=0.001193 Jy/beam ! Combined flux in latest and established models = 0.308309 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 84 components and 0.308309 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075037Jy sigma=0.000648 ! Fit after self-cal, rms=0.075043Jy sigma=0.000648 wmodel J0345+1453_S_2017_02_24_pus_map.mod ! Writing 84 model components to file: J0345+1453_S_2017_02_24_pus_map.mod wobs J0345+1453_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0345+1453_S_2017_02_24_pus_uvs.fits wwins J0345+1453_S_2017_02_24_pus_map.win ! wwins: Wrote 2 windows to J0345+1453_S_2017_02_24_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.000454931 Jy ! Component: 100 - total flux cleaned = -5.54466e-05 Jy ! Component: 150 - total flux cleaned = 0.000397054 Jy ! Component: 200 - total flux cleaned = 0.000685094 Jy ! Component: 250 - total flux cleaned = 0.000957842 Jy ! Component: 300 - total flux cleaned = 0.00115055 Jy ! Component: 350 - total flux cleaned = 0.00139627 Jy ! Component: 400 - total flux cleaned = 0.00163412 Jy ! Component: 450 - total flux cleaned = 0.00186485 Jy ! Component: 500 - total flux cleaned = 0.00214234 Jy ! Component: 550 - total flux cleaned = 0.0024123 Jy ! Component: 600 - total flux cleaned = 0.00272585 Jy ! Component: 650 - total flux cleaned = 0.00282726 Jy ! Component: 700 - total flux cleaned = 0.00272871 Jy ! Component: 750 - total flux cleaned = 0.0030225 Jy ! Component: 800 - total flux cleaned = 0.00311685 Jy ! Component: 850 - total flux cleaned = 0.00325578 Jy ! Component: 900 - total flux cleaned = 0.00334619 Jy ! Component: 950 - total flux cleaned = 0.00334592 Jy ! Component: 1000 - total flux cleaned = 0.00343377 Jy ! Component: 1050 - total flux cleaned = 0.00351927 Jy ! Component: 1100 - total flux cleaned = 0.00360263 Jy ! Component: 1150 - total flux cleaned = 0.0037249 Jy ! Component: 1200 - total flux cleaned = 0.00380504 Jy ! Component: 1250 - total flux cleaned = 0.0038435 Jy ! Component: 1300 - total flux cleaned = 0.00384352 Jy ! Component: 1350 - total flux cleaned = 0.00380509 Jy ! Component: 1400 - total flux cleaned = 0.00380422 Jy ! Component: 1450 - total flux cleaned = 0.00369385 Jy ! Component: 1500 - total flux cleaned = 0.00373024 Jy ! Component: 1550 - total flux cleaned = 0.00358731 Jy ! Component: 1600 - total flux cleaned = 0.0035878 Jy ! Component: 1650 - total flux cleaned = 0.00351854 Jy ! Component: 1700 - total flux cleaned = 0.00355229 Jy ! Component: 1750 - total flux cleaned = 0.00338298 Jy ! Component: 1800 - total flux cleaned = 0.00328329 Jy ! Component: 1850 - total flux cleaned = 0.0032834 Jy ! Component: 1900 - total flux cleaned = 0.00321821 Jy ! Component: 1950 - total flux cleaned = 0.00315423 Jy ! Component: 2000 - total flux cleaned = 0.00312262 Jy ! Component: 2050 - total flux cleaned = 0.00309083 Jy ! Component: 2100 - total flux cleaned = 0.00296758 Jy ! Component: 2150 - total flux cleaned = 0.00284598 Jy ! Component: 2200 - total flux cleaned = 0.00272587 Jy ! Component: 2250 - total flux cleaned = 0.00257718 Jy ! Component: 2300 - total flux cleaned = 0.00245996 Jy ! Component: 2350 - total flux cleaned = 0.00234389 Jy ! Component: 2400 - total flux cleaned = 0.00220083 Jy ! Component: 2450 - total flux cleaned = 0.00211559 Jy ! Component: 2500 - total flux cleaned = 0.00194692 Jy ! Component: 2550 - total flux cleaned = 0.00180771 Jy ! Component: 2600 - total flux cleaned = 0.00169749 Jy ! Component: 2650 - total flux cleaned = 0.00156095 Jy ! Component: 2700 - total flux cleaned = 0.00137129 Jy ! Component: 2750 - total flux cleaned = 0.00126402 Jy ! Component: 2800 - total flux cleaned = 0.00115806 Jy ! Component: 2850 - total flux cleaned = 0.00102657 Jy ! Component: 2900 - total flux cleaned = 0.000896034 Jy ! Component: 2950 - total flux cleaned = 0.000766699 Jy ! Component: 3000 - total flux cleaned = 0.000664013 Jy ! Component: 3050 - total flux cleaned = 0.00058761 Jy ! Component: 3100 - total flux cleaned = 0.000537029 Jy ! Component: 3150 - total flux cleaned = 0.000536719 Jy ! Component: 3200 - total flux cleaned = 0.000387074 Jy ! Component: 3250 - total flux cleaned = 0.000312737 Jy ! Component: 3300 - total flux cleaned = 0.000214463 Jy ! Component: 3350 - total flux cleaned = 0.000190217 Jy ! Component: 3400 - total flux cleaned = 0.000165989 Jy ! Component: 3450 - total flux cleaned = 2.14255e-05 Jy ! Component: 3500 - total flux cleaned = -2.64973e-05 Jy ! Component: 3550 - total flux cleaned = -9.78322e-05 Jy ! Component: 3600 - total flux cleaned = -0.000144976 Jy ! Component: 3650 - total flux cleaned = -0.000262314 Jy ! Component: 3700 - total flux cleaned = -0.000238725 Jy ! Component: 3750 - total flux cleaned = -0.000331658 Jy ! Component: 3800 - total flux cleaned = -0.000354897 Jy ! Component: 3850 - total flux cleaned = -0.000423542 Jy ! Component: 3900 - total flux cleaned = -0.000469166 Jy ! Component: 3950 - total flux cleaned = -0.000537233 Jy ! Component: 4000 - total flux cleaned = -0.000604812 Jy ! Component: 4050 - total flux cleaned = -0.000649643 Jy ! Total flux subtracted in 4096 components = -0.000739008 Jy ! Clean residual min=-0.001262 max=0.001448 Jy/beam ! Clean residual mean=-0.000001 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.30757 Jy keep ! Adding 271 model components to the UV plane model. ! The established model now contains 355 components and 0.30757 Jy ![Exited script file: muppet] wmap "J0345+1453_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.499 x 7.854 at 8.72 degrees (North through East) ! Clean map min=-0.0029734 max=0.25882 Jy/beam ! Writing clean map to FITS file: J0345+1453_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.25882 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000388799 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.450661 0.450661 0.901321 1.80264 3.60529 7.21057 14.4211 28.8423 57.6846 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.258 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.499 x 7.854 at 8.72 degrees (North through East) ! Clean map min=-0.0029734 max=0.25882 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 J0345+1453_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:17:03 2019