! Started logfile: J1153+0955_S_2017_02_19_pus_uvs.log on Sat May 4 18:50:43 2019 obs J1153+0955_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J1153+0955_S_2017_02_19_pus_uva.fits ! AN table 1: 107 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.549117 visibilities/baseline/integration-bin. ! Found source: J1153+0955 ! ! 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 482 lines of history. ! ! Reading 10576 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 J1153+0955_S_2017_02_19_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 284 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 284 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 284 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 561 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.803737Jy sigma=0.006873 ! Fit after self-cal, rms=0.796737Jy sigma=0.006819 ! 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.372 mas, bmaj=6.444 mas, bpa=0.2088 degrees ! Estimated noise=1143.17 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.159636 Jy ! Component: 100 - total flux cleaned = 0.194531 Jy ! Total flux subtracted in 100 components = 0.194531 Jy ! Clean residual min=-0.007789 max=0.012952 Jy/beam ! Clean residual mean=-0.000005 rms=0.002008 Jy/beam ! Combined flux in latest and established models = 0.194531 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.194531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092829Jy sigma=0.000724 ! Fit after self-cal, rms=0.092825Jy sigma=0.000724 ! Inverting map ! Added new window around map position (-2, 9.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0130409 Jy ! Component: 100 - total flux cleaned = 0.0214526 Jy ! Total flux subtracted in 100 components = 0.0214526 Jy ! Clean residual min=-0.006624 max=0.006661 Jy/beam ! Clean residual mean=-0.000001 rms=0.001638 Jy/beam ! Combined flux in latest and established models = 0.215984 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 29 components and 0.215984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090554Jy sigma=0.000707 ! Fit after self-cal, rms=0.090463Jy sigma=0.000706 ! 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.938 mas, bmaj=7.205 mas, bpa=3.097 degrees ! Estimated noise=891.38 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.00733705 Jy ! Component: 100 - total flux cleaned = 0.0123583 Jy ! Component: 150 - total flux cleaned = 0.0160729 Jy ! Component: 200 - total flux cleaned = 0.0189797 Jy ! Total flux subtracted in 200 components = 0.0189797 Jy ! Clean residual min=-0.005544 max=0.004645 Jy/beam ! Clean residual mean=0.000002 rms=0.001272 Jy/beam ! Combined flux in latest and established models = 0.234964 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 76 components and 0.234964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089550Jy sigma=0.000700 ! Fit after self-cal, rms=0.089496Jy sigma=0.000700 ! 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.98 FD 0.98 HN 0.97 KP 1.03 ! LA 1.02 MK 0.95 NL 0.90 OV 1.05 ! PT 1.00* SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.02 HN 1.00 KP 1.00 ! LA 1.00 MK 0.96 NL 1.03 OV 1.07 ! PT 1.00* SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.03 HN 0.97 KP 0.89 ! LA 0.77 MK 1.06 NL 1.17 OV 0.97 ! PT 1.00* SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.10 HN 0.94 KP 1.00* ! LA 0.80 MK 1.59 NL 1.00* OV 1.29 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.089496Jy sigma=0.000700 ! Fit after self-cal, rms=0.084064Jy sigma=0.000666 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.959 mas, bmaj=7.271 mas, bpa=3.463 degrees ! Estimated noise=887.689 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.00146632 Jy ! Component: 100 - total flux cleaned = 0.00188318 Jy ! Component: 150 - total flux cleaned = 0.00196689 Jy ! Component: 200 - total flux cleaned = 0.0019664 Jy ! Total flux subtracted in 200 components = 0.0019664 Jy ! Clean residual min=-0.002802 max=0.003212 Jy/beam ! Clean residual mean=0.000007 rms=0.000764 Jy/beam ! Combined flux in latest and established models = 0.23693 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 92 components and 0.23693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084026Jy sigma=0.000665 ! Fit after self-cal, rms=0.084040Jy sigma=0.000665 ! 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.084040Jy sigma=0.000665 ! Fit after self-cal, rms=0.083444Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.957 mas, bmaj=7.266 mas, bpa=3.382 degrees ! Estimated noise=886.938 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000498032 Jy ! Component: 100 - total flux cleaned = 0.000566309 Jy ! Component: 150 - total flux cleaned = 0.000649262 Jy ! Component: 200 - total flux cleaned = 0.000738838 Jy ! Total flux subtracted in 200 components = 0.000738838 Jy ! Clean residual min=-0.001982 max=0.001992 Jy/beam ! Clean residual mean=0.000002 rms=0.000493 Jy/beam ! Combined flux in latest and established models = 0.237669 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 97 components and 0.237669 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083432Jy sigma=0.000660 ! Fit after self-cal, rms=0.083440Jy sigma=0.000659 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.000134695 Jy ! Component: 100 - total flux cleaned = 0.000202854 Jy ! Component: 150 - total flux cleaned = 0.000250869 Jy ! Component: 200 - total flux cleaned = 0.000272782 Jy ! Total flux subtracted in 200 components = 0.000272782 Jy ! Clean residual min=-0.001961 max=0.001986 Jy/beam ! Clean residual mean=0.000002 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.237942 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 103 components and 0.237942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083436Jy sigma=0.000659 ! Fit after self-cal, rms=0.083435Jy sigma=0.000659 ! 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.083435Jy sigma=0.000659 ! Fit after self-cal, rms=0.083489Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.958 mas, bmaj=7.27 mas, bpa=3.423 degrees ! Estimated noise=887.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.32452e-05 Jy ! Component: 100 - total flux cleaned = 0.000105761 Jy ! Component: 150 - total flux cleaned = 0.000143576 Jy ! Component: 200 - total flux cleaned = 0.000197917 Jy ! Total flux subtracted in 200 components = 0.000197917 Jy ! Clean residual min=-0.001980 max=0.001911 Jy/beam ! Clean residual mean=0.000001 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.238139 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 109 components and 0.238139 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083485Jy sigma=0.000659 ! Fit after self-cal, rms=0.083484Jy sigma=0.000659 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.61754e-05 Jy ! Component: 100 - total flux cleaned = 4.64564e-05 Jy ! Component: 150 - total flux cleaned = 7.57337e-05 Jy ! Component: 200 - total flux cleaned = 9.41643e-05 Jy ! Total flux subtracted in 200 components = 9.41643e-05 Jy ! Clean residual min=-0.001967 max=0.001912 Jy/beam ! Clean residual mean=0.000001 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.238234 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 112 components and 0.238234 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083482Jy sigma=0.000659 ! Fit after self-cal, rms=0.083482Jy sigma=0.000659 ! 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.083482Jy sigma=0.000659 ! Fit after self-cal, rms=0.083497Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.688 mas, bmaj=10.21 mas, bpa=7.983 degrees ! Estimated noise=1073.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00033471 Jy ! Component: 100 - total flux cleaned = 0.000477446 Jy ! Component: 150 - total flux cleaned = 0.000544224 Jy ! Component: 200 - total flux cleaned = 0.00061459 Jy ! Total flux subtracted in 200 components = 0.00061459 Jy ! Clean residual min=-0.001847 max=0.002111 Jy/beam ! Clean residual mean=0.000002 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.238848 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 118 components and 0.238848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083497Jy sigma=0.000659 ! Fit after self-cal, rms=0.083495Jy sigma=0.000659 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.19932e-05 Jy ! Component: 100 - total flux cleaned = 0.000116013 Jy ! Component: 150 - total flux cleaned = 0.000165502 Jy ! Component: 200 - total flux cleaned = 0.000210038 Jy ! Total flux subtracted in 200 components = 0.000210038 Jy ! Clean residual min=-0.001863 max=0.002126 Jy/beam ! Clean residual mean=0.000002 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.239058 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 123 components and 0.239058 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083497Jy sigma=0.000659 ! Fit after self-cal, rms=0.083496Jy sigma=0.000659 ! 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.957 mas, bmaj=7.272 mas, bpa=3.457 degrees ! Estimated noise=887.218 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.957 x 7.272 at 3.457 degrees (North through East) ! Clean map min=-0.0018351 max=0.20389 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.388 mas, bmaj=6.513 mas, bpa=0.8059 degrees ! Estimated noise=1151.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.159644 Jy ! Component: 100 - total flux cleaned = 0.194813 Jy ! Component: 150 - total flux cleaned = 0.206874 Jy ! Component: 200 - total flux cleaned = 0.214193 Jy ! Total flux subtracted in 200 components = 0.214193 Jy ! Clean residual min=-0.003610 max=0.004071 Jy/beam ! Clean residual mean=-0.000004 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.214193 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.214193 Jy ! Inverting map and beam ! Estimated beam: bmin=3.957 mas, bmaj=7.272 mas, bpa=3.457 degrees ! Estimated noise=887.218 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.00671716 Jy ! Component: 100 - total flux cleaned = 0.0113435 Jy ! Component: 150 - total flux cleaned = 0.0147604 Jy ! Component: 200 - total flux cleaned = 0.0173119 Jy ! Total flux subtracted in 200 components = 0.0173119 Jy ! Clean residual min=-0.002419 max=0.002086 Jy/beam ! Clean residual mean=0.000000 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.231505 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 74 components and 0.231505 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.688 mas, bmaj=10.21 mas, bpa=7.983 degrees ! Estimated noise=1073.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00295517 Jy ! Component: 100 - total flux cleaned = 0.00473696 Jy ! Component: 150 - total flux cleaned = 0.00588379 Jy ! Component: 200 - total flux cleaned = 0.00664065 Jy ! Total flux subtracted in 200 components = 0.00664065 Jy ! Clean residual min=-0.001929 max=0.002060 Jy/beam ! Clean residual mean=0.000002 rms=0.000518 Jy/beam ! Combined flux in latest and established models = 0.238145 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 = 0.000437647 Jy ! Component: 100 - total flux cleaned = 0.00061814 Jy ! Component: 150 - total flux cleaned = 0.000725058 Jy ! Component: 200 - total flux cleaned = 0.000786695 Jy ! Total flux subtracted in 200 components = 0.000786695 Jy ! Clean residual min=-0.001912 max=0.002135 Jy/beam ! Clean residual mean=0.000002 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.238932 Jy ! Adding 51 model components to the UV plane model. ! The established model now contains 117 components and 0.238932 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.957 mas, bmaj=7.272 mas, bpa=3.457 degrees ! Estimated noise=887.218 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000354419 Jy ! Component: 100 - total flux cleaned = -0.000460117 Jy ! Component: 150 - total flux cleaned = -0.000481672 Jy ! Component: 200 - total flux cleaned = -0.000461221 Jy ! Total flux subtracted in 200 components = -0.000461221 Jy ! Clean residual min=-0.001987 max=0.001965 Jy/beam ! Clean residual mean=0.000001 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.238471 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 127 components and 0.238471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083507Jy sigma=0.000659 ! Fit after self-cal, rms=0.083506Jy sigma=0.000659 wmodel J1153+0955_S_2017_02_19_pus_map.mod ! Writing 127 model components to file: J1153+0955_S_2017_02_19_pus_map.mod wobs J1153+0955_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J1153+0955_S_2017_02_19_pus_uvs.fits wwins J1153+0955_S_2017_02_19_pus_map.win ! wwins: Wrote 2 windows to J1153+0955_S_2017_02_19_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.000252027 Jy ! Component: 100 - total flux cleaned = -0.000483425 Jy ! Component: 150 - total flux cleaned = -0.000577187 Jy ! Component: 200 - total flux cleaned = -0.000695569 Jy ! Component: 250 - total flux cleaned = -0.00086616 Jy ! Component: 300 - total flux cleaned = -0.000976611 Jy ! Component: 350 - total flux cleaned = -0.00105727 Jy ! Component: 400 - total flux cleaned = -0.00110987 Jy ! Component: 450 - total flux cleaned = -0.00118651 Jy ! Component: 500 - total flux cleaned = -0.00118637 Jy ! Component: 550 - total flux cleaned = -0.00126152 Jy ! Component: 600 - total flux cleaned = -0.00138325 Jy ! Component: 650 - total flux cleaned = -0.00143108 Jy ! Component: 700 - total flux cleaned = -0.00150185 Jy ! Component: 750 - total flux cleaned = -0.00159426 Jy ! Component: 800 - total flux cleaned = -0.00161706 Jy ! Component: 850 - total flux cleaned = -0.00166172 Jy ! Component: 900 - total flux cleaned = -0.00175014 Jy ! Component: 950 - total flux cleaned = -0.00177184 Jy ! Component: 1000 - total flux cleaned = -0.00177209 Jy ! Component: 1050 - total flux cleaned = -0.00179376 Jy ! Component: 1100 - total flux cleaned = -0.0018775 Jy ! Component: 1150 - total flux cleaned = -0.00187738 Jy ! Component: 1200 - total flux cleaned = -0.00191825 Jy ! Component: 1250 - total flux cleaned = -0.00191853 Jy ! Component: 1300 - total flux cleaned = -0.00199832 Jy ! Component: 1350 - total flux cleaned = -0.00211623 Jy ! Component: 1400 - total flux cleaned = -0.00215457 Jy ! Component: 1450 - total flux cleaned = -0.00215452 Jy ! Component: 1500 - total flux cleaned = -0.00217367 Jy ! Component: 1550 - total flux cleaned = -0.00228633 Jy ! Component: 1600 - total flux cleaned = -0.00228641 Jy ! Component: 1650 - total flux cleaned = -0.00234152 Jy ! Component: 1700 - total flux cleaned = -0.00234148 Jy ! Component: 1750 - total flux cleaned = -0.00239557 Jy ! Component: 1800 - total flux cleaned = -0.00235982 Jy ! Component: 1850 - total flux cleaned = -0.0023776 Jy ! Component: 1900 - total flux cleaned = -0.00243042 Jy ! Component: 1950 - total flux cleaned = -0.00249981 Jy ! Component: 2000 - total flux cleaned = -0.00253427 Jy ! Component: 2050 - total flux cleaned = -0.00258524 Jy ! Component: 2100 - total flux cleaned = -0.00263592 Jy ! Component: 2150 - total flux cleaned = -0.00265273 Jy ! Component: 2200 - total flux cleaned = -0.00270255 Jy ! Component: 2250 - total flux cleaned = -0.00273567 Jy ! Component: 2300 - total flux cleaned = -0.0028336 Jy ! Component: 2350 - total flux cleaned = -0.00283368 Jy ! Component: 2400 - total flux cleaned = -0.00288193 Jy ! Component: 2450 - total flux cleaned = -0.00291382 Jy ! Component: 2500 - total flux cleaned = -0.00302439 Jy ! Component: 2550 - total flux cleaned = -0.00307122 Jy ! Component: 2600 - total flux cleaned = -0.00311785 Jy ! Component: 2650 - total flux cleaned = -0.00314865 Jy ! Component: 2700 - total flux cleaned = -0.00314869 Jy ! Component: 2750 - total flux cleaned = -0.00320948 Jy ! Component: 2800 - total flux cleaned = -0.00323955 Jy ! Component: 2850 - total flux cleaned = -0.00325468 Jy ! Component: 2900 - total flux cleaned = -0.0033438 Jy ! Component: 2950 - total flux cleaned = -0.00331427 Jy ! Component: 3000 - total flux cleaned = -0.00334352 Jy ! Component: 3050 - total flux cleaned = -0.00340173 Jy ! Component: 3100 - total flux cleaned = -0.003445 Jy ! Component: 3150 - total flux cleaned = -0.00344487 Jy ! Component: 3200 - total flux cleaned = -0.00347323 Jy ! Component: 3250 - total flux cleaned = -0.00350128 Jy ! Component: 3300 - total flux cleaned = -0.00347313 Jy ! Component: 3350 - total flux cleaned = -0.00351492 Jy ! Component: 3400 - total flux cleaned = -0.00351496 Jy ! Component: 3450 - total flux cleaned = -0.00348733 Jy ! Component: 3500 - total flux cleaned = -0.00347383 Jy ! Component: 3550 - total flux cleaned = -0.0035011 Jy ! Component: 3600 - total flux cleaned = -0.00348761 Jy ! Component: 3650 - total flux cleaned = -0.00355474 Jy ! Component: 3700 - total flux cleaned = -0.00354131 Jy ! Component: 3750 - total flux cleaned = -0.00352812 Jy ! Component: 3800 - total flux cleaned = -0.00362007 Jy ! Component: 3850 - total flux cleaned = -0.00359392 Jy ! Component: 3900 - total flux cleaned = -0.00360686 Jy ! Component: 3950 - total flux cleaned = -0.00367146 Jy ! Component: 4000 - total flux cleaned = -0.00364589 Jy ! Component: 4050 - total flux cleaned = -0.00369694 Jy ! Total flux subtracted in 4096 components = -0.00370961 Jy ! Clean residual min=-0.000918 max=0.000715 Jy/beam ! Clean residual mean=-0.000002 rms=0.000237 Jy/beam ! Combined flux in latest and established models = 0.234761 Jy keep ! Adding 261 model components to the UV plane model. ! The established model now contains 388 components and 0.234761 Jy ![Exited script file: muppet] wmap "J1153+0955_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.957 x 7.272 at 3.457 degrees (North through East) ! Clean map min=-0.0014522 max=0.20386 Jy/beam ! Writing clean map to FITS file: J1153+0955_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.203864 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000234598 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.345227 0.345227 0.690455 1.38091 2.76182 5.52364 11.0473 22.0946 44.1891 88.3782 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.203 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.957 x 7.272 at 3.457 degrees (North through East) ! Clean map min=-0.0014522 max=0.20386 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 J1153+0955_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:50:48 2019