! Started logfile: J0429+2724_S_2017_02_24_pus_uvs.log on Sat May 4 11:17:46 2019 obs J0429+2724_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J0429+2724_S_2017_02_24_pus_uva.fits ! AN table 1: 39 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.706553 visibilities/baseline/integration-bin. ! Found source: J0429+2724 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 823 lines of history. ! ! Reading 4960 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 J0429+2724_S_2017_02_24_pus] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 83 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 83 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 83 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 173 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.648209Jy sigma=0.006063 ! Fit after self-cal, rms=0.643836Jy sigma=0.006020 ! 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.998 mas, bmaj=6.056 mas, bpa=-4.107 degrees ! Estimated noise=1392.16 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.293354 Jy ! Component: 100 - total flux cleaned = 0.362315 Jy ! Total flux subtracted in 100 components = 0.362315 Jy ! Clean residual min=-0.022502 max=0.085517 Jy/beam ! Clean residual mean=0.000035 rms=0.006969 Jy/beam ! Combined flux in latest and established models = 0.362315 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.362315 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.168448Jy sigma=0.001602 ! Fit after self-cal, rms=0.168465Jy sigma=0.001602 ! Inverting map ! Added new window around map position (-6.5, -3.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0679484 Jy ! Component: 100 - total flux cleaned = 0.0925354 Jy ! Total flux subtracted in 100 components = 0.0925354 Jy ! Clean residual min=-0.017131 max=0.028885 Jy/beam ! Clean residual mean=0.000035 rms=0.004964 Jy/beam ! Combined flux in latest and established models = 0.45485 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.45485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143884Jy sigma=0.001387 ! Fit after self-cal, rms=0.139211Jy sigma=0.001344 ! 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.612 mas, bmaj=6.883 mas, bpa=-1.867 degrees ! Estimated noise=1163.87 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.0122001 Jy ! Component: 100 - total flux cleaned = 0.00954653 Jy ! Component: 150 - total flux cleaned = 0.00855666 Jy ! Component: 200 - total flux cleaned = 0.00805236 Jy ! Total flux subtracted in 200 components = 0.00805236 Jy ! Clean residual min=-0.019981 max=0.026291 Jy/beam ! Clean residual mean=0.000104 rms=0.006622 Jy/beam ! Combined flux in latest and established models = 0.462903 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 26 components and 0.462902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135991Jy sigma=0.001316 ! Fit after self-cal, rms=0.135638Jy sigma=0.001312 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 0.99 HN 1.00 KP 0.90 ! LA 0.89 MK 1.02 NL 1.00 OV 0.97 ! PT 1.27 SC 0.93 ! ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.94 HN 1.07 KP 0.88 ! LA 0.86 MK 0.99 NL 0.95 OV 1.01 ! PT 1.23 SC 0.96 ! ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 1.02 KP 0.96 ! LA 0.95 MK 1.04 NL 1.11 OV 0.92 ! PT 1.18 SC 0.98 ! ! ! Correcting IF 4. ! A total of 33 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 0.98 KP 1.00* ! LA 0.94 MK 1.18 NL 1.00* OV 0.96 ! PT 1.31 SC 1.00* ! ! ! Fit before self-cal, rms=0.135638Jy sigma=0.001312 ! Fit after self-cal, rms=0.138203Jy sigma=0.001221 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.601 mas, bmaj=6.798 mas, bpa=-0.5688 degrees ! Estimated noise=1162 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.00063379 Jy ! Component: 100 - total flux cleaned = -0.00145842 Jy ! Component: 150 - total flux cleaned = -0.00230825 Jy ! Component: 200 - total flux cleaned = -0.00288453 Jy ! Total flux subtracted in 200 components = -0.00288453 Jy ! Clean residual min=-0.020159 max=0.020834 Jy/beam ! Clean residual mean=0.000127 rms=0.005949 Jy/beam ! Combined flux in latest and established models = 0.460018 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 44 components and 0.460018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.137491Jy sigma=0.001217 ! Fit after self-cal, rms=0.137513Jy sigma=0.001216 ! 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.137513Jy sigma=0.001216 ! Fit after self-cal, rms=0.347225Jy sigma=0.000731 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.603 mas, bmaj=6.822 mas, bpa=-0.4591 degrees ! Estimated noise=1192.35 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00942704 Jy ! Component: 100 - total flux cleaned = 0.0149757 Jy ! Component: 150 - total flux cleaned = 0.0185664 Jy ! Component: 200 - total flux cleaned = 0.021005 Jy ! Total flux subtracted in 200 components = 0.021005 Jy ! Clean residual min=-0.006340 max=0.006167 Jy/beam ! Clean residual mean=0.000038 rms=0.001696 Jy/beam ! Combined flux in latest and established models = 0.481023 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 69 components and 0.481023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.346960Jy sigma=0.000718 ! Fit after self-cal, rms=0.348071Jy sigma=0.000716 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.00235855 Jy ! Component: 100 - total flux cleaned = 0.00263086 Jy ! Component: 150 - total flux cleaned = 0.00274546 Jy ! Component: 200 - total flux cleaned = 0.00284471 Jy ! Total flux subtracted in 200 components = 0.00284471 Jy ! Clean residual min=-0.006251 max=0.005875 Jy/beam ! Clean residual mean=0.000038 rms=0.001666 Jy/beam ! Combined flux in latest and established models = 0.483868 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 75 components and 0.483868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.348054Jy sigma=0.000715 ! Fit after self-cal, rms=0.348056Jy sigma=0.000715 ! 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.348056Jy sigma=0.000715 ! Fit after self-cal, rms=0.375933Jy sigma=0.000679 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.589 mas, bmaj=6.826 mas, bpa=-0.5655 degrees ! Estimated noise=1194.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144705 Jy ! Component: 100 - total flux cleaned = 0.00201408 Jy ! Component: 150 - total flux cleaned = 0.00252934 Jy ! Component: 200 - total flux cleaned = 0.00275452 Jy ! Total flux subtracted in 200 components = 0.00275452 Jy ! Clean residual min=-0.004130 max=0.003630 Jy/beam ! Clean residual mean=0.000004 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.486622 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 82 components and 0.486622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.375902Jy sigma=0.000677 ! Fit after self-cal, rms=0.375872Jy sigma=0.000677 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.000244262 Jy ! Component: 100 - total flux cleaned = 0.000340666 Jy ! Component: 150 - total flux cleaned = 0.000467734 Jy ! Component: 200 - total flux cleaned = 0.000582779 Jy ! Total flux subtracted in 200 components = 0.000582779 Jy ! Clean residual min=-0.004054 max=0.003512 Jy/beam ! Clean residual mean=0.000004 rms=0.000873 Jy/beam ! Combined flux in latest and established models = 0.487205 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 84 components and 0.487205 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.375855Jy sigma=0.000677 ! Fit after self-cal, rms=0.375856Jy sigma=0.000677 ! 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.375856Jy sigma=0.000677 ! Fit after self-cal, rms=0.377756Jy sigma=0.000676 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.551 mas, bmaj=9.974 mas, bpa=2.945 degrees ! Estimated noise=1462.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00218114 Jy ! Component: 100 - total flux cleaned = 0.00311004 Jy ! Component: 150 - total flux cleaned = 0.00337763 Jy ! Component: 200 - total flux cleaned = 0.00358258 Jy ! Total flux subtracted in 200 components = 0.00358258 Jy ! Clean residual min=-0.003749 max=0.003770 Jy/beam ! Clean residual mean=0.000004 rms=0.000997 Jy/beam ! Combined flux in latest and established models = 0.490787 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 95 components and 0.490787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.377745Jy sigma=0.000676 ! Fit after self-cal, rms=0.377750Jy sigma=0.000676 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.000139246 Jy ! Component: 100 - total flux cleaned = 0.000160039 Jy ! Component: 150 - total flux cleaned = 0.000160346 Jy ! Component: 200 - total flux cleaned = 0.000192801 Jy ! Total flux subtracted in 200 components = 0.000192801 Jy ! Clean residual min=-0.003709 max=0.003809 Jy/beam ! Clean residual mean=0.000004 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.49098 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 102 components and 0.49098 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.377748Jy sigma=0.000676 ! Fit after self-cal, rms=0.377751Jy sigma=0.000676 ! 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.579 mas, bmaj=6.825 mas, bpa=-0.5956 degrees ! Estimated noise=1195.04 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.579 x 6.825 at -0.5956 degrees (North through East) ! Clean map min=-0.0036928 max=0.36465 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.004 mas, bmaj=6.063 mas, bpa=-3.002 degrees ! Estimated noise=1418.27 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.297524 Jy ! Component: 100 - total flux cleaned = 0.392572 Jy ! Component: 150 - total flux cleaned = 0.436451 Jy ! Component: 200 - total flux cleaned = 0.461129 Jy ! Total flux subtracted in 200 components = 0.461129 Jy ! Clean residual min=-0.006473 max=0.012505 Jy/beam ! Clean residual mean=0.000003 rms=0.001696 Jy/beam ! Combined flux in latest and established models = 0.461129 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.461129 Jy ! Inverting map and beam ! Estimated beam: bmin=3.579 mas, bmaj=6.825 mas, bpa=-0.5956 degrees ! Estimated noise=1195.04 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.0165015 Jy ! Component: 100 - total flux cleaned = 0.025709 Jy ! Component: 150 - total flux cleaned = 0.0290645 Jy ! Component: 200 - total flux cleaned = 0.0297613 Jy ! Total flux subtracted in 200 components = 0.0297613 Jy ! Clean residual min=-0.003887 max=0.003951 Jy/beam ! Clean residual mean=0.000003 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.49089 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 35 components and 0.49089 Jy ! Inverting map ! Added new window around map position (29.5, 15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0021077 Jy ! Component: 100 - total flux cleaned = 0.00235834 Jy ! Component: 150 - total flux cleaned = 0.00225811 Jy ! Component: 200 - total flux cleaned = 0.00226146 Jy ! Total flux subtracted in 200 components = 0.00226146 Jy ! Clean residual min=-0.003492 max=0.003180 Jy/beam ! Clean residual mean=0.000002 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.493151 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 51 components and 0.493151 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.551 mas, bmaj=9.974 mas, bpa=2.945 degrees ! Estimated noise=1462.3 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000974896 Jy ! Component: 100 - total flux cleaned = 0.000511556 Jy ! Component: 150 - total flux cleaned = 0.000180527 Jy ! Component: 200 - total flux cleaned = 2.25004e-05 Jy ! Total flux subtracted in 200 components = 2.25004e-05 Jy ! Clean residual min=-0.003596 max=0.003692 Jy/beam ! Clean residual mean=0.000003 rms=0.000971 Jy/beam ! Combined flux in latest and established models = 0.493174 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 = -6.80251e-05 Jy ! Component: 100 - total flux cleaned = -9.87758e-05 Jy ! Component: 150 - total flux cleaned = -0.00015665 Jy ! Component: 200 - total flux cleaned = -0.000182989 Jy ! Total flux subtracted in 200 components = -0.000182989 Jy ! Clean residual min=-0.003540 max=0.003671 Jy/beam ! Clean residual mean=0.000003 rms=0.000963 Jy/beam ! Combined flux in latest and established models = 0.492991 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 83 components and 0.492991 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.579 mas, bmaj=6.825 mas, bpa=-0.5956 degrees ! Estimated noise=1195.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.02163e-05 Jy ! Component: 100 - total flux cleaned = 0.000156244 Jy ! Component: 150 - total flux cleaned = 0.000217505 Jy ! Component: 200 - total flux cleaned = 0.000273423 Jy ! Total flux subtracted in 200 components = 0.000273423 Jy ! Clean residual min=-0.003403 max=0.003355 Jy/beam ! Clean residual mean=0.000002 rms=0.000823 Jy/beam ! Combined flux in latest and established models = 0.493264 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 101 components and 0.493264 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.377718Jy sigma=0.000675 ! Fit after self-cal, rms=0.377725Jy sigma=0.000675 wmodel J0429+2724_S_2017_02_24_pus_map.mod ! Writing 101 model components to file: J0429+2724_S_2017_02_24_pus_map.mod wobs J0429+2724_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J0429+2724_S_2017_02_24_pus_uvs.fits wwins J0429+2724_S_2017_02_24_pus_map.win ! wwins: Wrote 3 windows to J0429+2724_S_2017_02_24_pus_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000650632 Jy ! Component: 100 - total flux cleaned = -0.00116673 Jy ! Component: 150 - total flux cleaned = -0.00165275 Jy ! Component: 200 - total flux cleaned = -0.00196564 Jy ! Component: 250 - total flux cleaned = -0.00211837 Jy ! Component: 300 - total flux cleaned = -0.00216781 Jy ! Component: 350 - total flux cleaned = -0.00226386 Jy ! Component: 400 - total flux cleaned = -0.00231026 Jy ! Component: 450 - total flux cleaned = -0.00231014 Jy ! Component: 500 - total flux cleaned = -0.0024463 Jy ! Component: 550 - total flux cleaned = -0.00257967 Jy ! Component: 600 - total flux cleaned = -0.00262373 Jy ! Component: 650 - total flux cleaned = -0.00283993 Jy ! Component: 700 - total flux cleaned = -0.00305235 Jy ! Component: 750 - total flux cleaned = -0.00330344 Jy ! Component: 800 - total flux cleaned = -0.00350958 Jy ! Component: 850 - total flux cleaned = -0.00367203 Jy ! Component: 900 - total flux cleaned = -0.00387271 Jy ! Component: 950 - total flux cleaned = -0.00403087 Jy ! Component: 1000 - total flux cleaned = -0.00403056 Jy ! Component: 1050 - total flux cleaned = -0.00422399 Jy ! Component: 1100 - total flux cleaned = -0.00437621 Jy ! Component: 1150 - total flux cleaned = -0.00437608 Jy ! Component: 1200 - total flux cleaned = -0.00456287 Jy ! Component: 1250 - total flux cleaned = -0.00467327 Jy ! Component: 1300 - total flux cleaned = -0.00496541 Jy ! Component: 1350 - total flux cleaned = -0.00489291 Jy ! Component: 1400 - total flux cleaned = -0.00517904 Jy ! Component: 1450 - total flux cleaned = -0.00517835 Jy ! Component: 1500 - total flux cleaned = -0.00517835 Jy ! Component: 1550 - total flux cleaned = -0.00528203 Jy ! Component: 1600 - total flux cleaned = -0.00535061 Jy ! Component: 1650 - total flux cleaned = -0.00535065 Jy ! Component: 1700 - total flux cleaned = -0.00548525 Jy ! Component: 1750 - total flux cleaned = -0.00545207 Jy ! Component: 1800 - total flux cleaned = -0.00551775 Jy ! Component: 1850 - total flux cleaned = -0.00548524 Jy ! Component: 1900 - total flux cleaned = -0.00564756 Jy ! Component: 1950 - total flux cleaned = -0.00571204 Jy ! Component: 2000 - total flux cleaned = -0.00580724 Jy ! Component: 2050 - total flux cleaned = -0.00580696 Jy ! Component: 2100 - total flux cleaned = -0.00587034 Jy ! Component: 2150 - total flux cleaned = -0.0058705 Jy ! Component: 2200 - total flux cleaned = -0.00608602 Jy ! Component: 2250 - total flux cleaned = -0.00602493 Jy ! Component: 2300 - total flux cleaned = -0.00623761 Jy ! Component: 2350 - total flux cleaned = -0.00641789 Jy ! Component: 2400 - total flux cleaned = -0.00650777 Jy ! Component: 2450 - total flux cleaned = -0.00662609 Jy ! Component: 2500 - total flux cleaned = -0.00683192 Jy ! Component: 2550 - total flux cleaned = -0.00686096 Jy ! Component: 2600 - total flux cleaned = -0.00689005 Jy ! Component: 2650 - total flux cleaned = -0.00697626 Jy ! Component: 2700 - total flux cleaned = -0.00706212 Jy ! Component: 2750 - total flux cleaned = -0.0071471 Jy ! Component: 2800 - total flux cleaned = -0.00720317 Jy ! Component: 2850 - total flux cleaned = -0.00717538 Jy ! Component: 2900 - total flux cleaned = -0.00731432 Jy ! Component: 2950 - total flux cleaned = -0.00745215 Jy ! Component: 3000 - total flux cleaned = -0.00756197 Jy ! Component: 3050 - total flux cleaned = -0.00750772 Jy ! Component: 3100 - total flux cleaned = -0.00772453 Jy ! Component: 3150 - total flux cleaned = -0.0078863 Jy ! Component: 3200 - total flux cleaned = -0.00793967 Jy ! Component: 3250 - total flux cleaned = -0.0081524 Jy ! Component: 3300 - total flux cleaned = -0.00807316 Jy ! Component: 3350 - total flux cleaned = -0.00830948 Jy ! Component: 3400 - total flux cleaned = -0.00833572 Jy ! Component: 3450 - total flux cleaned = -0.00856933 Jy ! Component: 3500 - total flux cleaned = -0.00869804 Jy ! Component: 3550 - total flux cleaned = -0.00867239 Jy ! Component: 3600 - total flux cleaned = -0.00885105 Jy ! Component: 3650 - total flux cleaned = -0.00892754 Jy ! Component: 3700 - total flux cleaned = -0.00887693 Jy ! Component: 3750 - total flux cleaned = -0.00900231 Jy ! Component: 3800 - total flux cleaned = -0.00915203 Jy ! Component: 3850 - total flux cleaned = -0.00920181 Jy ! Component: 3900 - total flux cleaned = -0.00925112 Jy ! Component: 3950 - total flux cleaned = -0.00925118 Jy ! Component: 4000 - total flux cleaned = -0.00937315 Jy ! Component: 4050 - total flux cleaned = -0.00949439 Jy ! Total flux subtracted in 4096 components = -0.00949426 Jy ! Clean residual min=-0.001509 max=0.001310 Jy/beam ! Clean residual mean=0.000001 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.48377 Jy keep ! Adding 305 model components to the UV plane model. ! The established model now contains 406 components and 0.48377 Jy ![Exited script file: muppet] wmap "J0429+2724_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.579 x 6.825 at -0.5956 degrees (North through East) ! Clean map min=-0.0025221 max=0.3634 Jy/beam ! Writing clean map to FITS file: J0429+2724_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.363404 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000443497 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.366119 0.366119 0.732238 1.46448 2.92895 5.8579 11.7158 23.4316 46.8632 93.7264 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.363 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.579 x 6.825 at -0.5956 degrees (North through East) ! Clean map min=-0.0025221 max=0.3634 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 J0429+2724_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:17:51 2019