! Started logfile: J0027+0929_S_2017_08_05_pus_uvs.log on Thu May 9 19:15:46 2019 obs J0027+0929_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0027+0929_S_2017_08_05_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.963158 visibilities/baseline/integration-bin. ! Found source: J0027+0929 ! ! 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 513 lines of history. ! ! Reading 19764 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 J0027+0929_S_2017_08_05_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 64 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 49 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 708 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.839465Jy sigma=0.008033 ! Fit after self-cal, rms=0.825419Jy sigma=0.007909 ! 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.662 mas, bmaj=7.034 mas, bpa=-5.448 degrees ! Estimated noise=890.215 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.133947 Jy ! Component: 100 - total flux cleaned = 0.166657 Jy ! Total flux subtracted in 100 components = 0.166657 Jy ! Clean residual min=-0.005738 max=0.012965 Jy/beam ! Clean residual mean=-0.000001 rms=0.001645 Jy/beam ! Combined flux in latest and established models = 0.166657 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.166657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084406Jy sigma=0.000745 ! Fit after self-cal, rms=0.084403Jy sigma=0.000745 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0133416 Jy ! Component: 100 - total flux cleaned = 0.0198032 Jy ! Total flux subtracted in 100 components = 0.0198032 Jy ! Clean residual min=-0.005452 max=0.007058 Jy/beam ! Clean residual mean=0.000005 rms=0.001374 Jy/beam ! Combined flux in latest and established models = 0.18646 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.18646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081851Jy sigma=0.000726 ! Fit after self-cal, rms=0.081851Jy sigma=0.000726 ! 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.187 mas, bmaj=7.689 mas, bpa=-4.212 degrees ! Estimated noise=616.824 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 (8.5, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00776213 Jy ! Component: 100 - total flux cleaned = 0.0127793 Jy ! Component: 150 - total flux cleaned = 0.0165761 Jy ! Component: 200 - total flux cleaned = 0.0195087 Jy ! Total flux subtracted in 200 components = 0.0195087 Jy ! Clean residual min=-0.004266 max=0.005011 Jy/beam ! Clean residual mean=0.000009 rms=0.001094 Jy/beam ! Combined flux in latest and established models = 0.205969 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 54 components and 0.205969 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080879Jy sigma=0.000717 ! Fit after self-cal, rms=0.080825Jy sigma=0.000716 ! 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.94 FD 0.94 HN 0.94 KP 1.05 ! LA 1.00 MK 1.01 NL 0.90 OV 1.01 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.48 FD 0.98 HN 1.00 KP 1.01 ! LA 0.98 MK 0.99 NL 1.03 OV 1.04 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.01 HN 0.98 KP 0.89 ! LA 0.79 MK 1.01 NL 1.19 OV 0.95 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.05 HN 0.96 KP 1.00* ! LA 1.00* MK 1.28 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.080825Jy sigma=0.000716 ! Fit after self-cal, rms=0.077877Jy sigma=0.000687 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.206 mas, bmaj=7.777 mas, bpa=-4.134 degrees ! Estimated noise=618.401 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.00184828 Jy ! Component: 100 - total flux cleaned = 0.00184997 Jy ! Component: 150 - total flux cleaned = 0.00178733 Jy ! Component: 200 - total flux cleaned = 0.00167534 Jy ! Total flux subtracted in 200 components = 0.00167534 Jy ! Clean residual min=-0.003646 max=0.003731 Jy/beam ! Clean residual mean=0.000004 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.207644 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 76 components and 0.207644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077736Jy sigma=0.000686 ! Fit after self-cal, rms=0.077738Jy sigma=0.000686 ! 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.077738Jy sigma=0.000686 ! Fit after self-cal, rms=0.077504Jy sigma=0.000671 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.208 mas, bmaj=7.801 mas, bpa=-4.231 degrees ! Estimated noise=620.933 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000195614 Jy ! Component: 100 - total flux cleaned = 0.000262122 Jy ! Component: 150 - total flux cleaned = 0.000317557 Jy ! Component: 200 - total flux cleaned = 0.000363962 Jy ! Total flux subtracted in 200 components = 0.000363962 Jy ! Clean residual min=-0.002062 max=0.002676 Jy/beam ! Clean residual mean=-0.000001 rms=0.000482 Jy/beam ! Combined flux in latest and established models = 0.208008 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 94 components and 0.208008 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077404Jy sigma=0.000670 ! Fit after self-cal, rms=0.077429Jy sigma=0.000670 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 (21.5, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00233888 Jy ! Component: 100 - total flux cleaned = 0.00345733 Jy ! Component: 150 - total flux cleaned = 0.00395343 Jy ! Component: 200 - total flux cleaned = 0.00407316 Jy ! Total flux subtracted in 200 components = 0.00407316 Jy ! Clean residual min=-0.001972 max=0.001668 Jy/beam ! Clean residual mean=-0.000000 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.212082 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 115 components and 0.212082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077332Jy sigma=0.000669 ! Fit after self-cal, rms=0.077327Jy sigma=0.000669 ! 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.077327Jy sigma=0.000669 ! Fit after self-cal, rms=0.077447Jy sigma=0.000668 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.215 mas, bmaj=7.791 mas, bpa=-4.166 degrees ! Estimated noise=619.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000609515 Jy ! Component: 100 - total flux cleaned = 0.0006845 Jy ! Component: 150 - total flux cleaned = 0.000750961 Jy ! Component: 200 - total flux cleaned = 0.000719534 Jy ! Total flux subtracted in 200 components = 0.000719534 Jy ! Clean residual min=-0.001820 max=0.001621 Jy/beam ! Clean residual mean=-0.000001 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.212801 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 128 components and 0.212801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077410Jy sigma=0.000667 ! Fit after self-cal, rms=0.077411Jy sigma=0.000667 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 = 6.49934e-05 Jy ! Component: 100 - total flux cleaned = 9.2099e-05 Jy ! Component: 150 - total flux cleaned = 6.80507e-05 Jy ! Component: 200 - total flux cleaned = 6.83231e-05 Jy ! Total flux subtracted in 200 components = 6.83231e-05 Jy ! Clean residual min=-0.001753 max=0.001599 Jy/beam ! Clean residual mean=-0.000001 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.212869 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 134 components and 0.212869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077394Jy sigma=0.000667 ! Fit after self-cal, rms=0.077393Jy sigma=0.000667 ! 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.077393Jy sigma=0.000667 ! Fit after self-cal, rms=0.077493Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.284 mas, bmaj=11.71 mas, bpa=-6.715 degrees ! Estimated noise=778.201 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000103398 Jy ! Component: 100 - total flux cleaned = -0.000155253 Jy ! Component: 150 - total flux cleaned = -0.000198219 Jy ! Component: 200 - total flux cleaned = -0.000198318 Jy ! Total flux subtracted in 200 components = -0.000198318 Jy ! Clean residual min=-0.001728 max=0.001710 Jy/beam ! Clean residual mean=-0.000003 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.212671 Jy selfcal ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 167 components and 0.212671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077486Jy sigma=0.000667 ! Fit after self-cal, rms=0.077486Jy sigma=0.000667 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.07704e-05 Jy ! Component: 100 - total flux cleaned = -8.67729e-05 Jy ! Component: 150 - total flux cleaned = -5.70922e-05 Jy ! Component: 200 - total flux cleaned = -7.07087e-05 Jy ! Total flux subtracted in 200 components = -7.07087e-05 Jy ! Clean residual min=-0.001707 max=0.001721 Jy/beam ! Clean residual mean=-0.000003 rms=0.000415 Jy/beam ! Combined flux in latest and established models = 0.2126 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 182 components and 0.2126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077484Jy sigma=0.000667 ! Fit after self-cal, rms=0.077483Jy sigma=0.000667 ! 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.218 mas, bmaj=7.795 mas, bpa=-4.142 degrees ! Estimated noise=619.423 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.218 x 7.795 at -4.142 degrees (North through East) ! Clean map min=-0.001687 max=0.17346 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.69 mas, bmaj=7.118 mas, bpa=-5.186 degrees ! Estimated noise=895.702 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.134526 Jy ! Component: 100 - total flux cleaned = 0.166337 Jy ! Component: 150 - total flux cleaned = 0.179326 Jy ! Component: 200 - total flux cleaned = 0.18643 Jy ! Total flux subtracted in 200 components = 0.18643 Jy ! Clean residual min=-0.002733 max=0.003678 Jy/beam ! Clean residual mean=-0.000005 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.18643 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.18643 Jy ! Inverting map and beam ! Estimated beam: bmin=3.218 mas, bmaj=7.795 mas, bpa=-4.142 degrees ! Estimated noise=619.423 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.00623908 Jy ! Component: 100 - total flux cleaned = 0.0103071 Jy ! Component: 150 - total flux cleaned = 0.0132624 Jy ! Component: 200 - total flux cleaned = 0.015569 Jy ! Total flux subtracted in 200 components = 0.015569 Jy ! Clean residual min=-0.001932 max=0.001670 Jy/beam ! Clean residual mean=-0.000001 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.201999 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 58 components and 0.201999 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.284 mas, bmaj=11.71 mas, bpa=-6.715 degrees ! Estimated noise=778.201 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00311248 Jy ! Component: 100 - total flux cleaned = 0.00522932 Jy ! Component: 150 - total flux cleaned = 0.00676239 Jy ! Component: 200 - total flux cleaned = 0.0078981 Jy ! Total flux subtracted in 200 components = 0.0078981 Jy ! Clean residual min=-0.001771 max=0.001571 Jy/beam ! Clean residual mean=-0.000003 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.209897 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.000853863 Jy ! Component: 100 - total flux cleaned = 0.00150303 Jy ! Component: 150 - total flux cleaned = 0.00192889 Jy ! Component: 200 - total flux cleaned = 0.00212989 Jy ! Total flux subtracted in 200 components = 0.00212989 Jy ! Clean residual min=-0.001684 max=0.001677 Jy/beam ! Clean residual mean=-0.000003 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.212027 Jy ! Adding 85 model components to the UV plane model. ! The established model now contains 139 components and 0.212027 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.218 mas, bmaj=7.795 mas, bpa=-4.142 degrees ! Estimated noise=619.423 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000308425 Jy ! Component: 100 - total flux cleaned = 0.000491894 Jy ! Component: 150 - total flux cleaned = 0.000536502 Jy ! Component: 200 - total flux cleaned = 0.000599115 Jy ! Total flux subtracted in 200 components = 0.000599115 Jy ! Clean residual min=-0.001703 max=0.001526 Jy/beam ! Clean residual mean=-0.000001 rms=0.000365 Jy/beam ! Combined flux in latest and established models = 0.212626 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 162 components and 0.212626 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077494Jy sigma=0.000667 ! Fit after self-cal, rms=0.077484Jy sigma=0.000667 wmodel J0027+0929_S_2017_08_05_pus_map.mod ! Writing 162 model components to file: J0027+0929_S_2017_08_05_pus_map.mod wobs J0027+0929_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0027+0929_S_2017_08_05_pus_uvs.fits wwins J0027+0929_S_2017_08_05_pus_map.win ! wwins: Wrote 3 windows to J0027+0929_S_2017_08_05_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.000273303 Jy ! Component: 100 - total flux cleaned = -0.00045396 Jy ! Component: 150 - total flux cleaned = -0.000626195 Jy ! Component: 200 - total flux cleaned = -0.000743784 Jy ! Component: 250 - total flux cleaned = -0.000811551 Jy ! Component: 300 - total flux cleaned = -0.000811422 Jy ! Component: 350 - total flux cleaned = -0.000854593 Jy ! Component: 400 - total flux cleaned = -0.000917977 Jy ! Component: 450 - total flux cleaned = -0.000980397 Jy ! Component: 500 - total flux cleaned = -0.00102118 Jy ! Component: 550 - total flux cleaned = -0.00106091 Jy ! Component: 600 - total flux cleaned = -0.00108046 Jy ! Component: 650 - total flux cleaned = -0.00115779 Jy ! Component: 700 - total flux cleaned = -0.0012335 Jy ! Component: 750 - total flux cleaned = -0.00127082 Jy ! Component: 800 - total flux cleaned = -0.00128908 Jy ! Component: 850 - total flux cleaned = -0.00132524 Jy ! Component: 900 - total flux cleaned = -0.00136097 Jy ! Component: 950 - total flux cleaned = -0.00137848 Jy ! Component: 1000 - total flux cleaned = -0.00143106 Jy ! Component: 1050 - total flux cleaned = -0.00144812 Jy ! Component: 1100 - total flux cleaned = -0.00143079 Jy ! Component: 1150 - total flux cleaned = -0.00141367 Jy ! Component: 1200 - total flux cleaned = -0.00139704 Jy ! Component: 1250 - total flux cleaned = -0.00136404 Jy ! Component: 1300 - total flux cleaned = -0.001348 Jy ! Component: 1350 - total flux cleaned = -0.00131566 Jy ! Component: 1400 - total flux cleaned = -0.00133173 Jy ! Component: 1450 - total flux cleaned = -0.00133187 Jy ! Component: 1500 - total flux cleaned = -0.00134756 Jy ! Component: 1550 - total flux cleaned = -0.00131685 Jy ! Component: 1600 - total flux cleaned = -0.00133233 Jy ! Component: 1650 - total flux cleaned = -0.00133238 Jy ! Component: 1700 - total flux cleaned = -0.001287 Jy ! Component: 1750 - total flux cleaned = -0.00124216 Jy ! Component: 1800 - total flux cleaned = -0.00125728 Jy ! Component: 1850 - total flux cleaned = -0.00121306 Jy ! Component: 1900 - total flux cleaned = -0.00124214 Jy ! Component: 1950 - total flux cleaned = -0.00119896 Jy ! Component: 2000 - total flux cleaned = -0.00115622 Jy ! Component: 2050 - total flux cleaned = -0.00112796 Jy ! Component: 2100 - total flux cleaned = -0.00117011 Jy ! Component: 2150 - total flux cleaned = -0.00112834 Jy ! Component: 2200 - total flux cleaned = -0.00112837 Jy ! Component: 2250 - total flux cleaned = -0.00108711 Jy ! Component: 2300 - total flux cleaned = -0.00107367 Jy ! Component: 2350 - total flux cleaned = -0.00108715 Jy ! Component: 2400 - total flux cleaned = -0.00102018 Jy ! Component: 2450 - total flux cleaned = -0.00108646 Jy ! Component: 2500 - total flux cleaned = -0.000994292 Jy ! Component: 2550 - total flux cleaned = -0.00100749 Jy ! Component: 2600 - total flux cleaned = -0.000981691 Jy ! Component: 2650 - total flux cleaned = -0.000968868 Jy ! Component: 2700 - total flux cleaned = -0.000956139 Jy ! Component: 2750 - total flux cleaned = -0.000956264 Jy ! Component: 2800 - total flux cleaned = -0.00100652 Jy ! Component: 2850 - total flux cleaned = -0.000968864 Jy ! Component: 2900 - total flux cleaned = -0.000906733 Jy ! Component: 2950 - total flux cleaned = -0.000943772 Jy ! Component: 3000 - total flux cleaned = -0.00089466 Jy ! Component: 3050 - total flux cleaned = -0.000870404 Jy ! Component: 3100 - total flux cleaned = -0.000846303 Jy ! Component: 3150 - total flux cleaned = -0.000882314 Jy ! Component: 3200 - total flux cleaned = -0.000834603 Jy ! Component: 3250 - total flux cleaned = -0.000858082 Jy ! Component: 3300 - total flux cleaned = -0.000822657 Jy ! Component: 3350 - total flux cleaned = -0.000810914 Jy ! Component: 3400 - total flux cleaned = -0.00078771 Jy ! Component: 3450 - total flux cleaned = -0.000764769 Jy ! Component: 3500 - total flux cleaned = -0.000718907 Jy ! Component: 3550 - total flux cleaned = -0.000730412 Jy ! Component: 3600 - total flux cleaned = -0.000741744 Jy ! Component: 3650 - total flux cleaned = -0.000662914 Jy ! Component: 3700 - total flux cleaned = -0.000640571 Jy ! Component: 3750 - total flux cleaned = -0.000629415 Jy ! Component: 3800 - total flux cleaned = -0.000607445 Jy ! Component: 3850 - total flux cleaned = -0.00058546 Jy ! Component: 3900 - total flux cleaned = -0.000563649 Jy ! Component: 3950 - total flux cleaned = -0.000563735 Jy ! Component: 4000 - total flux cleaned = -0.000574486 Jy ! Component: 4050 - total flux cleaned = -0.000585122 Jy ! Total flux subtracted in 4096 components = -0.000521244 Jy ! Clean residual min=-0.000650 max=0.000818 Jy/beam ! Clean residual mean=0.000001 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.212104 Jy keep ! Adding 291 model components to the UV plane model. ! The established model now contains 453 components and 0.212104 Jy ![Exited script file: muppet] wmap "J0027+0929_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.218 x 7.795 at -4.142 degrees (North through East) ! Clean map min=-0.0012026 max=0.17403 Jy/beam ! Writing clean map to FITS file: J0027+0929_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.174032 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000196517 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.33876 0.33876 0.677521 1.35504 2.71008 5.42017 10.8403 21.6807 43.3613 86.7227 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.174 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.218 x 7.795 at -4.142 degrees (North through East) ! Clean map min=-0.0012026 max=0.17403 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 J0027+0929_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:15:52 2019