! Started logfile: J0305+1734_S_2017_08_12_pus_uvs.log on Fri May 10 14:50:51 2019 obs J0305+1734_S_2017_08_12_pus_uva.fits ! Reading UV FITS file: J0305+1734_S_2017_08_12_pus_uva.fits ! AN table 1: 114 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.962378 visibilities/baseline/integration-bin. ! Found source: J0305+1734 ! ! 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 594 lines of history. ! ! Reading 19748 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 J0305+1734_S_2017_08_12_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 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 707 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.916749Jy sigma=0.009172 ! Fit after self-cal, rms=0.911221Jy sigma=0.009122 ! 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.708 mas, bmaj=6.606 mas, bpa=-2.212 degrees ! Estimated noise=770.491 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.0698609 Jy ! Component: 100 - total flux cleaned = 0.0884985 Jy ! Total flux subtracted in 100 components = 0.0884985 Jy ! Clean residual min=-0.003674 max=0.007709 Jy/beam ! Clean residual mean=-0.000006 rms=0.000902 Jy/beam ! Combined flux in latest and established models = 0.0884985 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0884985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070961Jy sigma=0.000677 ! Fit after self-cal, rms=0.070939Jy sigma=0.000676 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00845925 Jy ! Component: 100 - total flux cleaned = 0.0123907 Jy ! Total flux subtracted in 100 components = 0.0123907 Jy ! Clean residual min=-0.002843 max=0.003219 Jy/beam ! Clean residual mean=-0.000002 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.100889 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 17 components and 0.100889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070013Jy sigma=0.000666 ! Fit after self-cal, rms=0.070000Jy sigma=0.000666 ! 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.252 mas, bmaj=7.38 mas, bpa=-3.216 degrees ! Estimated noise=574.601 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.00238472 Jy ! Component: 100 - total flux cleaned = 0.00363466 Jy ! Component: 150 - total flux cleaned = 0.00442267 Jy ! Component: 200 - total flux cleaned = 0.00492724 Jy ! Total flux subtracted in 200 components = 0.00492724 Jy ! Clean residual min=-0.002011 max=0.001890 Jy/beam ! Clean residual mean=-0.000001 rms=0.000487 Jy/beam ! Combined flux in latest and established models = 0.105816 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 28 components and 0.105816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069918Jy sigma=0.000665 ! Fit after self-cal, rms=0.069921Jy 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 1.04 FD 0.96 HN 0.96 KP 1.02 ! LA 1.03 MK 1.01 NL 0.89 OV 1.02 ! PT 1.02 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.99 HN 0.99 KP 1.01 ! LA 0.98 MK 1.05 NL 1.05 OV 1.04 ! PT 0.98 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.02 HN 0.97 KP 0.96 ! LA 1.01 MK 1.07 NL 1.03 OV 0.97 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 0.91 KP 1.00* ! LA 1.00* MK 0.93 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.069921Jy sigma=0.000665 ! Fit after self-cal, rms=0.069738Jy sigma=0.000663 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.26 mas, bmaj=7.391 mas, bpa=-3.151 degrees ! Estimated noise=575.9 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.000312581 Jy ! Component: 100 - total flux cleaned = 0.000311627 Jy ! Component: 150 - total flux cleaned = 0.000311366 Jy ! Component: 200 - total flux cleaned = 0.000323313 Jy ! Total flux subtracted in 200 components = 0.000323313 Jy ! Clean residual min=-0.001984 max=0.001671 Jy/beam ! Clean residual mean=-0.000001 rms=0.000451 Jy/beam ! Combined flux in latest and established models = 0.10614 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 37 components and 0.10614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069731Jy sigma=0.000662 ! Fit after self-cal, rms=0.069735Jy sigma=0.000662 ! 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.069735Jy sigma=0.000662 ! Fit after self-cal, rms=0.070258Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.262 mas, bmaj=7.377 mas, bpa=-3.337 degrees ! Estimated noise=576.637 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000159241 Jy ! Component: 100 - total flux cleaned = 0.000158038 Jy ! Component: 150 - total flux cleaned = 0.00015797 Jy ! Component: 200 - total flux cleaned = 0.000147784 Jy ! Total flux subtracted in 200 components = 0.000147784 Jy ! Clean residual min=-0.001504 max=0.001525 Jy/beam ! Clean residual mean=0.000001 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.106288 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 41 components and 0.106287 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070252Jy sigma=0.000660 ! Fit after self-cal, rms=0.070276Jy sigma=0.000660 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.01526e-05 Jy ! Component: 100 - total flux cleaned = -6.85446e-05 Jy ! Component: 150 - total flux cleaned = -8.56545e-05 Jy ! Component: 200 - total flux cleaned = -0.000101792 Jy ! Total flux subtracted in 200 components = -0.000101792 Jy ! Clean residual min=-0.001513 max=0.001509 Jy/beam ! Clean residual mean=0.000001 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.106186 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 0.106186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070273Jy sigma=0.000660 ! Fit after self-cal, rms=0.070273Jy sigma=0.000660 ! 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.070273Jy sigma=0.000660 ! Fit after self-cal, rms=0.070551Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.265 mas, bmaj=7.366 mas, bpa=-3.304 degrees ! Estimated noise=576.672 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.96122e-05 Jy ! Component: 100 - total flux cleaned = 9.67992e-05 Jy ! Component: 150 - total flux cleaned = 0.000112196 Jy ! Component: 200 - total flux cleaned = 0.00010476 Jy ! Total flux subtracted in 200 components = 0.00010476 Jy ! Clean residual min=-0.001438 max=0.001443 Jy/beam ! Clean residual mean=0.000001 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.10629 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 44 components and 0.10629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070548Jy sigma=0.000659 ! Fit after self-cal, rms=0.070555Jy 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 = -1.93142e-05 Jy ! Component: 100 - total flux cleaned = -1.17047e-05 Jy ! Component: 150 - total flux cleaned = -1.19565e-05 Jy ! Component: 200 - total flux cleaned = -1.83769e-05 Jy ! Total flux subtracted in 200 components = -1.83769e-05 Jy ! Clean residual min=-0.001430 max=0.001431 Jy/beam ! Clean residual mean=0.000001 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.106272 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.106272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070553Jy sigma=0.000659 ! Fit after self-cal, rms=0.070553Jy 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.070553Jy sigma=0.000659 ! Fit after self-cal, rms=0.070576Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.211 mas, bmaj=10.67 mas, bpa=-4.598 degrees ! Estimated noise=725.917 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.86668e-05 Jy ! Component: 100 - total flux cleaned = -0.000118826 Jy ! Component: 150 - total flux cleaned = -0.000134587 Jy ! Component: 200 - total flux cleaned = -0.000153986 Jy ! Total flux subtracted in 200 components = -0.000153986 Jy ! Clean residual min=-0.001915 max=0.001813 Jy/beam ! Clean residual mean=0.000002 rms=0.000454 Jy/beam ! Combined flux in latest and established models = 0.106118 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 45 components and 0.106118 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070575Jy sigma=0.000659 ! Fit after self-cal, rms=0.070575Jy 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.05908e-05 Jy ! Component: 100 - total flux cleaned = -3.24103e-07 Jy ! Component: 150 - total flux cleaned = -1.13907e-05 Jy ! Component: 200 - total flux cleaned = -2.06305e-05 Jy ! Total flux subtracted in 200 components = -2.06305e-05 Jy ! Clean residual min=-0.001910 max=0.001807 Jy/beam ! Clean residual mean=0.000002 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.106097 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 46 components and 0.106097 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070576Jy sigma=0.000659 ! Fit after self-cal, rms=0.070575Jy 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.266 mas, bmaj=7.364 mas, bpa=-3.3 degrees ! Estimated noise=576.824 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.266 x 7.364 at -3.3 degrees (North through East) ! Clean map min=-0.0013662 max=0.090064 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.719 mas, bmaj=6.595 mas, bpa=-2.333 degrees ! Estimated noise=771.464 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.069648 Jy ! Component: 100 - total flux cleaned = 0.0893271 Jy ! Component: 150 - total flux cleaned = 0.0979402 Jy ! Component: 200 - total flux cleaned = 0.101958 Jy ! Total flux subtracted in 200 components = 0.101958 Jy ! Clean residual min=-0.002097 max=0.001927 Jy/beam ! Clean residual mean=-0.000002 rms=0.000516 Jy/beam ! Combined flux in latest and established models = 0.101958 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.101958 Jy ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=7.364 mas, bpa=-3.3 degrees ! Estimated noise=576.824 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.00214599 Jy ! Component: 100 - total flux cleaned = 0.00327833 Jy ! Component: 150 - total flux cleaned = 0.00369252 Jy ! Component: 200 - total flux cleaned = 0.00383537 Jy ! Total flux subtracted in 200 components = 0.00383537 Jy ! Clean residual min=-0.001468 max=0.001514 Jy/beam ! Clean residual mean=0.000000 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.105794 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 27 components and 0.105794 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.211 mas, bmaj=10.67 mas, bpa=-4.598 degrees ! Estimated noise=725.917 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000286843 Jy ! Component: 100 - total flux cleaned = 0.00024781 Jy ! Component: 150 - total flux cleaned = 0.00021823 Jy ! Component: 200 - total flux cleaned = 0.000217422 Jy ! Total flux subtracted in 200 components = 0.000217422 Jy ! Clean residual min=-0.001930 max=0.001830 Jy/beam ! Clean residual mean=0.000001 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.106011 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 = 8.33099e-08 Jy ! Component: 100 - total flux cleaned = 6.72353e-06 Jy ! Component: 150 - total flux cleaned = 6.83457e-06 Jy ! Component: 200 - total flux cleaned = 1.27648e-05 Jy ! Total flux subtracted in 200 components = 1.27648e-05 Jy ! Clean residual min=-0.001925 max=0.001820 Jy/beam ! Clean residual mean=0.000001 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.106024 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 37 components and 0.106024 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.266 mas, bmaj=7.364 mas, bpa=-3.3 degrees ! Estimated noise=576.824 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000114627 Jy ! Component: 100 - total flux cleaned = 0.000223081 Jy ! Component: 150 - total flux cleaned = 0.000211844 Jy ! Component: 200 - total flux cleaned = 0.000191424 Jy ! Total flux subtracted in 200 components = 0.000191424 Jy ! Clean residual min=-0.001447 max=0.001479 Jy/beam ! Clean residual mean=0.000001 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.106215 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.106215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070579Jy sigma=0.000659 ! Fit after self-cal, rms=0.070577Jy sigma=0.000659 wmodel J0305+1734_S_2017_08_12_pus_map.mod ! Writing 43 model components to file: J0305+1734_S_2017_08_12_pus_map.mod wobs J0305+1734_S_2017_08_12_pus_uvs.fits ! Writing UV FITS file: J0305+1734_S_2017_08_12_pus_uvs.fits wwins J0305+1734_S_2017_08_12_pus_map.win ! wwins: Wrote 1 windows to J0305+1734_S_2017_08_12_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.000108494 Jy ! Component: 100 - total flux cleaned = 0.00015743 Jy ! Component: 150 - total flux cleaned = 0.000253147 Jy ! Component: 200 - total flux cleaned = 0.000253692 Jy ! Component: 250 - total flux cleaned = 0.000231592 Jy ! Component: 300 - total flux cleaned = 0.000166718 Jy ! Component: 350 - total flux cleaned = 8.30835e-05 Jy ! Component: 400 - total flux cleaned = 1.50427e-06 Jy ! Component: 450 - total flux cleaned = -7.83029e-05 Jy ! Component: 500 - total flux cleaned = -0.000156148 Jy ! Component: 550 - total flux cleaned = -0.00028971 Jy ! Component: 600 - total flux cleaned = -0.000364745 Jy ! Component: 650 - total flux cleaned = -0.000475144 Jy ! Component: 700 - total flux cleaned = -0.000547202 Jy ! Component: 750 - total flux cleaned = -0.000635714 Jy ! Component: 800 - total flux cleaned = -0.000687849 Jy ! Component: 850 - total flux cleaned = -0.000807462 Jy ! Component: 900 - total flux cleaned = -0.00095871 Jy ! Component: 950 - total flux cleaned = -0.0011079 Jy ! Component: 1000 - total flux cleaned = -0.00112475 Jy ! Component: 1050 - total flux cleaned = -0.00135115 Jy ! Component: 1100 - total flux cleaned = -0.00146301 Jy ! Component: 1150 - total flux cleaned = -0.00158948 Jy ! Component: 1200 - total flux cleaned = -0.00173021 Jy ! Component: 1250 - total flux cleaned = -0.00190027 Jy ! Component: 1300 - total flux cleaned = -0.00197646 Jy ! Component: 1350 - total flux cleaned = -0.00205217 Jy ! Component: 1400 - total flux cleaned = -0.00220206 Jy ! Component: 1450 - total flux cleaned = -0.00227603 Jy ! Component: 1500 - total flux cleaned = -0.00239317 Jy ! Component: 1550 - total flux cleaned = -0.00245106 Jy ! Component: 1600 - total flux cleaned = -0.0025519 Jy ! Component: 1650 - total flux cleaned = -0.00266547 Jy ! Component: 1700 - total flux cleaned = -0.00276413 Jy ! Component: 1750 - total flux cleaned = -0.00289005 Jy ! Component: 1800 - total flux cleaned = -0.00297312 Jy ! Component: 1850 - total flux cleaned = -0.00306935 Jy ! Component: 1900 - total flux cleaned = -0.0031239 Jy ! Component: 1950 - total flux cleaned = -0.00324532 Jy ! Component: 2000 - total flux cleaned = -0.00327224 Jy ! Component: 2050 - total flux cleaned = -0.00337847 Jy ! Component: 2100 - total flux cleaned = -0.00348393 Jy ! Component: 2150 - total flux cleaned = -0.00354912 Jy ! Component: 2200 - total flux cleaned = -0.00362687 Jy ! Component: 2250 - total flux cleaned = -0.00371692 Jy ! Component: 2300 - total flux cleaned = -0.0037806 Jy ! Component: 2350 - total flux cleaned = -0.0038187 Jy ! Component: 2400 - total flux cleaned = -0.00389407 Jy ! Component: 2450 - total flux cleaned = -0.00395633 Jy ! Component: 2500 - total flux cleaned = -0.00403062 Jy ! Component: 2550 - total flux cleaned = -0.00405533 Jy ! Component: 2600 - total flux cleaned = -0.00410411 Jy ! Component: 2650 - total flux cleaned = -0.00417668 Jy ! Component: 2700 - total flux cleaned = -0.00420067 Jy ! Component: 2750 - total flux cleaned = -0.00426035 Jy ! Component: 2800 - total flux cleaned = -0.00430776 Jy ! Component: 2850 - total flux cleaned = -0.00437839 Jy ! Component: 2900 - total flux cleaned = -0.00442497 Jy ! Component: 2950 - total flux cleaned = -0.0044018 Jy ! Component: 3000 - total flux cleaned = -0.00449374 Jy ! Component: 3050 - total flux cleaned = -0.00452791 Jy ! Component: 3100 - total flux cleaned = -0.00453922 Jy ! Component: 3150 - total flux cleaned = -0.00455045 Jy ! Component: 3200 - total flux cleaned = -0.00458404 Jy ! Component: 3250 - total flux cleaned = -0.00465076 Jy ! Component: 3300 - total flux cleaned = -0.00463973 Jy ! Component: 3350 - total flux cleaned = -0.00466173 Jy ! Component: 3400 - total flux cleaned = -0.00469437 Jy ! Component: 3450 - total flux cleaned = -0.0047271 Jy ! Component: 3500 - total flux cleaned = -0.00473782 Jy ! Component: 3550 - total flux cleaned = -0.00479144 Jy ! Component: 3600 - total flux cleaned = -0.00485529 Jy ! Component: 3650 - total flux cleaned = -0.00487645 Jy ! Component: 3700 - total flux cleaned = -0.0048869 Jy ! Component: 3750 - total flux cleaned = -0.00495991 Jy ! Component: 3800 - total flux cleaned = -0.00497027 Jy ! Component: 3850 - total flux cleaned = -0.00501163 Jy ! Component: 3900 - total flux cleaned = -0.00509358 Jy ! Component: 3950 - total flux cleaned = -0.00509348 Jy ! Component: 4000 - total flux cleaned = -0.00509363 Jy ! Component: 4050 - total flux cleaned = -0.00520433 Jy ! Total flux subtracted in 4096 components = -0.00520444 Jy ! Clean residual min=-0.000664 max=0.000620 Jy/beam ! Clean residual mean=-0.000000 rms=0.000188 Jy/beam ! Combined flux in latest and established models = 0.101011 Jy keep ! Adding 313 model components to the UV plane model. ! The established model now contains 356 components and 0.101011 Jy ![Exited script file: muppet] wmap "J0305+1734_S_2017_08_12_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.266 x 7.364 at -3.3 degrees (North through East) ! Clean map min=-0.0010918 max=0.090184 Jy/beam ! Writing clean map to FITS file: J0305+1734_S_2017_08_12_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0901841 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000187306 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.623079 0.623079 1.24616 2.49232 4.98463 9.96927 19.9385 39.8771 79.7542 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.09 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.266 x 7.364 at -3.3 degrees (North through East) ! Clean map min=-0.0010918 max=0.090184 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 J0305+1734_S_2017_08_12_pus_uvs.log closed on Fri May 10 14:50:55 2019