! Started logfile: J0203+7232_S_2017_08_05_pus_uvs.log on Thu May 9 19:17:16 2019 obs J0203+7232_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0203+7232_S_2017_08_05_pus_uva.fits ! AN table 1: 19 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.869006 visibilities/baseline/integration-bin. ! Found source: J0203+7232 ! ! 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 2972 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 J0203+7232_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 111 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.572154Jy sigma=0.005462 ! Fit after self-cal, rms=0.566145Jy sigma=0.005405 ! 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.067 mas, bmaj=4.293 mas, bpa=10.19 degrees ! Estimated noise=1852.26 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.332427 Jy ! Component: 100 - total flux cleaned = 0.407761 Jy ! Total flux subtracted in 100 components = 0.407761 Jy ! Clean residual min=-0.011842 max=0.027176 Jy/beam ! Clean residual mean=-0.000070 rms=0.003519 Jy/beam ! Combined flux in latest and established models = 0.407761 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.407761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105017Jy sigma=0.000877 ! Fit after self-cal, rms=0.105013Jy sigma=0.000877 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0290915 Jy ! Component: 100 - total flux cleaned = 0.0434811 Jy ! Total flux subtracted in 100 components = 0.0434811 Jy ! Clean residual min=-0.010423 max=0.013000 Jy/beam ! Clean residual mean=-0.000037 rms=0.002585 Jy/beam ! Combined flux in latest and established models = 0.451242 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 17 components and 0.451242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094005Jy sigma=0.000794 ! Fit after self-cal, rms=0.093996Jy sigma=0.000794 ! 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.603 mas, bmaj=5.013 mas, bpa=13.09 degrees ! Estimated noise=1564.21 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 (7.5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0141546 Jy ! Component: 100 - total flux cleaned = 0.0222145 Jy ! Component: 150 - total flux cleaned = 0.0277628 Jy ! Component: 200 - total flux cleaned = 0.0319225 Jy ! Total flux subtracted in 200 components = 0.0319225 Jy ! Clean residual min=-0.008441 max=0.008091 Jy/beam ! Clean residual mean=-0.000039 rms=0.002030 Jy/beam ! Combined flux in latest and established models = 0.483165 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 39 components and 0.483165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090926Jy sigma=0.000777 ! Fit after self-cal, rms=0.090846Jy sigma=0.000776 ! 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 1.01 HN 0.97 KP 1.07 ! LA 1.04 MK 1.02 NL 0.90 OV 1.03 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.06 HN 1.00 KP 1.02 ! LA 0.99 MK 0.99 NL 1.02 OV 1.06 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.07 HN 0.99 KP 0.88 ! LA 0.78 MK 1.03 NL 1.15 OV 0.99 ! PT 1.01 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 1.01 KP 1.00* ! LA 0.79 MK 1.21 NL 1.00* OV 1.00* ! PT 1.01 SC 1.00* ! ! ! Fit before self-cal, rms=0.090846Jy sigma=0.000776 ! Fit after self-cal, rms=0.072732Jy sigma=0.000659 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.621 mas, bmaj=5.035 mas, bpa=13.42 degrees ! Estimated noise=1560 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.000634542 Jy ! Component: 100 - total flux cleaned = 0.000632777 Jy ! Component: 150 - total flux cleaned = 0.000577036 Jy ! Component: 200 - total flux cleaned = 0.000573422 Jy ! Total flux subtracted in 200 components = 0.000573422 Jy ! Clean residual min=-0.004506 max=0.004354 Jy/beam ! Clean residual mean=0.000017 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.483738 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 59 components and 0.483738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072610Jy sigma=0.000658 ! Fit after self-cal, rms=0.072541Jy sigma=0.000657 ! 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.072541Jy sigma=0.000657 ! Fit after self-cal, rms=0.071680Jy sigma=0.000652 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.621 mas, bmaj=5.03 mas, bpa=13.46 degrees ! Estimated noise=1559.81 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000411422 Jy ! Component: 100 - total flux cleaned = 0.000162611 Jy ! Component: 150 - total flux cleaned = 7.98602e-05 Jy ! Component: 200 - total flux cleaned = -0.000101613 Jy ! Total flux subtracted in 200 components = -0.000101613 Jy ! Clean residual min=-0.004355 max=0.004194 Jy/beam ! Clean residual mean=0.000008 rms=0.000942 Jy/beam ! Combined flux in latest and established models = 0.483636 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 63 components and 0.483637 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071628Jy sigma=0.000651 ! Fit after self-cal, rms=0.071619Jy sigma=0.000651 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.00489e-05 Jy ! Component: 100 - total flux cleaned = -7.73394e-05 Jy ! Component: 150 - total flux cleaned = -0.000135776 Jy ! Component: 200 - total flux cleaned = -0.000214381 Jy ! Total flux subtracted in 200 components = -0.000214381 Jy ! Clean residual min=-0.004316 max=0.004074 Jy/beam ! Clean residual mean=0.000008 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.483422 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 71 components and 0.483422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071597Jy sigma=0.000651 ! Fit after self-cal, rms=0.071594Jy sigma=0.000651 ! 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.071594Jy sigma=0.000651 ! Fit after self-cal, rms=0.071581Jy sigma=0.000651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.623 mas, bmaj=5.032 mas, bpa=13.47 degrees ! Estimated noise=1559.78 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000106615 Jy ! Component: 100 - total flux cleaned = 7.75296e-05 Jy ! Component: 150 - total flux cleaned = 2.51549e-05 Jy ! Component: 200 - total flux cleaned = 1.04234e-06 Jy ! Total flux subtracted in 200 components = 1.04234e-06 Jy ! Clean residual min=-0.004290 max=0.004042 Jy/beam ! Clean residual mean=0.000007 rms=0.000931 Jy/beam ! Combined flux in latest and established models = 0.483423 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 76 components and 0.483423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071563Jy sigma=0.000651 ! Fit after self-cal, rms=0.071561Jy sigma=0.000651 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 = 3.3072e-05 Jy ! Component: 100 - total flux cleaned = 1.13502e-05 Jy ! Component: 150 - total flux cleaned = 1.12461e-05 Jy ! Component: 200 - total flux cleaned = 1.10764e-05 Jy ! Total flux subtracted in 200 components = 1.10764e-05 Jy ! Clean residual min=-0.004286 max=0.003987 Jy/beam ! Clean residual mean=0.000007 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.483434 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 80 components and 0.483434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071550Jy sigma=0.000650 ! Fit after self-cal, rms=0.071549Jy sigma=0.000650 ! 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.071549Jy sigma=0.000650 ! Fit after self-cal, rms=0.071536Jy sigma=0.000650 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.953 mas, bmaj=9.362 mas, bpa=17.68 degrees ! Estimated noise=1985.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.7157e-05 Jy ! Component: 100 - total flux cleaned = 0.000255587 Jy ! Component: 150 - total flux cleaned = 0.00030633 Jy ! Component: 200 - total flux cleaned = 0.000306923 Jy ! Total flux subtracted in 200 components = 0.000306923 Jy ! Clean residual min=-0.004765 max=0.004632 Jy/beam ! Clean residual mean=0.000019 rms=0.001185 Jy/beam ! Combined flux in latest and established models = 0.483741 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 89 components and 0.483741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071539Jy sigma=0.000650 ! Fit after self-cal, rms=0.071538Jy sigma=0.000650 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 = 3.39697e-05 Jy ! Component: 100 - total flux cleaned = 3.44148e-05 Jy ! Component: 150 - total flux cleaned = 3.43762e-05 Jy ! Component: 200 - total flux cleaned = 3.4874e-05 Jy ! Total flux subtracted in 200 components = 3.4874e-05 Jy ! Clean residual min=-0.004736 max=0.004690 Jy/beam ! Clean residual mean=0.000019 rms=0.001178 Jy/beam ! Combined flux in latest and established models = 0.483776 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 91 components and 0.483776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071542Jy sigma=0.000651 ! Fit after self-cal, rms=0.071542Jy sigma=0.000650 ! 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.624 mas, bmaj=5.033 mas, bpa=13.45 degrees ! Estimated noise=1559.47 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.624 x 5.033 at 13.45 degrees (North through East) ! Clean map min=-0.0040777 max=0.42936 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.089 mas, bmaj=4.312 mas, bpa=10.57 degrees ! Estimated noise=1856.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.332585 Jy ! Component: 100 - total flux cleaned = 0.406982 Jy ! Component: 150 - total flux cleaned = 0.433973 Jy ! Component: 200 - total flux cleaned = 0.448477 Jy ! Total flux subtracted in 200 components = 0.448477 Jy ! Clean residual min=-0.006542 max=0.007789 Jy/beam ! Clean residual mean=-0.000026 rms=0.001500 Jy/beam ! Combined flux in latest and established models = 0.448477 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.448477 Jy ! Inverting map and beam ! Estimated beam: bmin=3.624 mas, bmaj=5.033 mas, bpa=13.45 degrees ! Estimated noise=1559.47 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.0126806 Jy ! Component: 100 - total flux cleaned = 0.0201895 Jy ! Component: 150 - total flux cleaned = 0.0248669 Jy ! Component: 200 - total flux cleaned = 0.0281015 Jy ! Total flux subtracted in 200 components = 0.0281015 Jy ! Clean residual min=-0.004665 max=0.004170 Jy/beam ! Clean residual mean=-0.000004 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.476579 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 47 components and 0.476579 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.953 mas, bmaj=9.362 mas, bpa=17.68 degrees ! Estimated noise=1985.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00398084 Jy ! Component: 100 - total flux cleaned = 0.00621602 Jy ! Component: 150 - total flux cleaned = 0.00658343 Jy ! Component: 200 - total flux cleaned = 0.00682171 Jy ! Total flux subtracted in 200 components = 0.00682171 Jy ! Clean residual min=-0.004926 max=0.004641 Jy/beam ! Clean residual mean=0.000017 rms=0.001206 Jy/beam ! Combined flux in latest and established models = 0.483401 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.000118953 Jy ! Component: 100 - total flux cleaned = 0.000188416 Jy ! Component: 150 - total flux cleaned = 0.000218584 Jy ! Component: 200 - total flux cleaned = 0.000247717 Jy ! Total flux subtracted in 200 components = 0.000247717 Jy ! Clean residual min=-0.004832 max=0.004663 Jy/beam ! Clean residual mean=0.000018 rms=0.001191 Jy/beam ! Combined flux in latest and established models = 0.483648 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 84 components and 0.483648 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.624 mas, bmaj=5.033 mas, bpa=13.45 degrees ! Estimated noise=1559.47 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000257353 Jy ! Component: 100 - total flux cleaned = -0.0002545 Jy ! Component: 150 - total flux cleaned = -0.000159006 Jy ! Component: 200 - total flux cleaned = -0.000114669 Jy ! Total flux subtracted in 200 components = -0.000114669 Jy ! Clean residual min=-0.004223 max=0.004104 Jy/beam ! Clean residual mean=0.000007 rms=0.000937 Jy/beam ! Combined flux in latest and established models = 0.483534 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 96 components and 0.483534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071585Jy sigma=0.000651 ! Fit after self-cal, rms=0.071578Jy sigma=0.000651 wmodel J0203+7232_S_2017_08_05_pus_map.mod ! Writing 96 model components to file: J0203+7232_S_2017_08_05_pus_map.mod wobs J0203+7232_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0203+7232_S_2017_08_05_pus_uvs.fits wwins J0203+7232_S_2017_08_05_pus_map.win ! wwins: Wrote 2 windows to J0203+7232_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.000243431 Jy ! Component: 100 - total flux cleaned = 3.53439e-05 Jy ! Component: 150 - total flux cleaned = 0.000294558 Jy ! Component: 200 - total flux cleaned = 0.000664711 Jy ! Component: 250 - total flux cleaned = 0.00119162 Jy ! Component: 300 - total flux cleaned = 0.00147135 Jy ! Component: 350 - total flux cleaned = 0.00184757 Jy ! Component: 400 - total flux cleaned = 0.00231476 Jy ! Component: 450 - total flux cleaned = 0.00256589 Jy ! Component: 500 - total flux cleaned = 0.00281062 Jy ! Component: 550 - total flux cleaned = 0.00299944 Jy ! Component: 600 - total flux cleaned = 0.00309177 Jy ! Component: 650 - total flux cleaned = 0.0031824 Jy ! Component: 700 - total flux cleaned = 0.00331413 Jy ! Component: 750 - total flux cleaned = 0.00344287 Jy ! Component: 800 - total flux cleaned = 0.00356971 Jy ! Component: 850 - total flux cleaned = 0.00365308 Jy ! Component: 900 - total flux cleaned = 0.00381687 Jy ! Component: 950 - total flux cleaned = 0.00381709 Jy ! Component: 1000 - total flux cleaned = 0.00385669 Jy ! Component: 1050 - total flux cleaned = 0.00404951 Jy ! Component: 1100 - total flux cleaned = 0.00416376 Jy ! Component: 1150 - total flux cleaned = 0.00435108 Jy ! Component: 1200 - total flux cleaned = 0.00446163 Jy ! Component: 1250 - total flux cleaned = 0.00453456 Jy ! Component: 1300 - total flux cleaned = 0.00464243 Jy ! Component: 1350 - total flux cleaned = 0.00474928 Jy ! Component: 1400 - total flux cleaned = 0.00481925 Jy ! Component: 1450 - total flux cleaned = 0.00495721 Jy ! Component: 1500 - total flux cleaned = 0.00502467 Jy ! Component: 1550 - total flux cleaned = 0.00509165 Jy ! Component: 1600 - total flux cleaned = 0.00512435 Jy ! Component: 1650 - total flux cleaned = 0.00512471 Jy ! Component: 1700 - total flux cleaned = 0.00518896 Jy ! Component: 1750 - total flux cleaned = 0.00528396 Jy ! Component: 1800 - total flux cleaned = 0.00525197 Jy ! Component: 1850 - total flux cleaned = 0.00537578 Jy ! Component: 1900 - total flux cleaned = 0.0052831 Jy ! Component: 1950 - total flux cleaned = 0.00537419 Jy ! Component: 2000 - total flux cleaned = 0.00534419 Jy ! Component: 2050 - total flux cleaned = 0.00549282 Jy ! Component: 2100 - total flux cleaned = 0.00537535 Jy ! Component: 2150 - total flux cleaned = 0.00554919 Jy ! Component: 2200 - total flux cleaned = 0.00543403 Jy ! Component: 2250 - total flux cleaned = 0.00551949 Jy ! Component: 2300 - total flux cleaned = 0.00549158 Jy ! Component: 2350 - total flux cleaned = 0.00554758 Jy ! Component: 2400 - total flux cleaned = 0.00551987 Jy ! Component: 2450 - total flux cleaned = 0.0054929 Jy ! Component: 2500 - total flux cleaned = 0.00554721 Jy ! Component: 2550 - total flux cleaned = 0.0055208 Jy ! Component: 2600 - total flux cleaned = 0.00549457 Jy ! Component: 2650 - total flux cleaned = 0.00546888 Jy ! Component: 2700 - total flux cleaned = 0.00546926 Jy ! Component: 2750 - total flux cleaned = 0.00541769 Jy ! Component: 2800 - total flux cleaned = 0.00539182 Jy ! Component: 2850 - total flux cleaned = 0.00529059 Jy ! Component: 2900 - total flux cleaned = 0.00529046 Jy ! Component: 2950 - total flux cleaned = 0.00521597 Jy ! Component: 3000 - total flux cleaned = 0.00514226 Jy ! Component: 3050 - total flux cleaned = 0.00523996 Jy ! Component: 3100 - total flux cleaned = 0.00519117 Jy ! Component: 3150 - total flux cleaned = 0.00519106 Jy ! Component: 3200 - total flux cleaned = 0.00521477 Jy ! Component: 3250 - total flux cleaned = 0.00514389 Jy ! Component: 3300 - total flux cleaned = 0.00526123 Jy ! Component: 3350 - total flux cleaned = 0.00526118 Jy ! Component: 3400 - total flux cleaned = 0.00521512 Jy ! Component: 3450 - total flux cleaned = 0.0053297 Jy ! Component: 3500 - total flux cleaned = 0.00526139 Jy ! Component: 3550 - total flux cleaned = 0.00526142 Jy ! Component: 3600 - total flux cleaned = 0.00523915 Jy ! Component: 3650 - total flux cleaned = 0.00523942 Jy ! Component: 3700 - total flux cleaned = 0.00523942 Jy ! Component: 3750 - total flux cleaned = 0.00532739 Jy ! Component: 3800 - total flux cleaned = 0.00528365 Jy ! Component: 3850 - total flux cleaned = 0.00528357 Jy ! Component: 3900 - total flux cleaned = 0.00534808 Jy ! Component: 3950 - total flux cleaned = 0.00532652 Jy ! Component: 4000 - total flux cleaned = 0.0053265 Jy ! Component: 4050 - total flux cleaned = 0.00528416 Jy ! Total flux subtracted in 4096 components = 0.00524226 Jy ! Clean residual min=-0.001308 max=0.001340 Jy/beam ! Clean residual mean=0.000001 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.488776 Jy keep ! Adding 264 model components to the UV plane model. ! The established model now contains 360 components and 0.488776 Jy ![Exited script file: muppet] wmap "J0203+7232_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.624 x 5.033 at 13.45 degrees (North through East) ! Clean map min=-0.0028705 max=0.43015 Jy/beam ! Writing clean map to FITS file: J0203+7232_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.430153 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000361567 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.252166 0.252166 0.504333 1.00867 2.01733 4.03466 8.06932 16.1386 32.2773 64.5546 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.43 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.624 x 5.033 at 13.45 degrees (North through East) ! Clean map min=-0.0028705 max=0.43015 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 J0203+7232_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:17:21 2019