! Started logfile: J0424+0036_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:15:27 2016 obs J0424+0036_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0424+0036_S_2014_08_05_pus_uva.fits ! AN table 1: 65 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.699487 visibilities/baseline/integration-bin. ! Found source: J0424+0036 ! ! 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 360 lines of history. ! ! Reading 8184 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 J0424+0036_S_2014_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 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.711194Jy sigma=0.007036 ! Fit after self-cal, rms=0.705154Jy sigma=0.006983 ! 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.714 mas, bmaj=9.042 mas, bpa=18.93 degrees ! Estimated noise=1059.18 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.226483 Jy ! Component: 100 - total flux cleaned = 0.277722 Jy ! Total flux subtracted in 100 components = 0.277722 Jy ! Clean residual min=-0.010220 max=0.018860 Jy/beam ! Clean residual mean=-0.000040 rms=0.002485 Jy/beam ! Combined flux in latest and established models = 0.277722 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.277722 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.124577Jy sigma=0.000974 ! Fit after self-cal, rms=0.124573Jy sigma=0.000974 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0221759 Jy ! Component: 100 - total flux cleaned = 0.03661 Jy ! Total flux subtracted in 100 components = 0.03661 Jy ! Clean residual min=-0.007933 max=0.008282 Jy/beam ! Clean residual mean=-0.000018 rms=0.001787 Jy/beam ! Combined flux in latest and established models = 0.314332 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 32 components and 0.314332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118180Jy sigma=0.000896 ! Fit after self-cal, rms=0.118174Jy sigma=0.000896 ! 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=4.627 mas, bmaj=10.21 mas, bpa=18.55 degrees ! Estimated noise=808.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.0151298 Jy ! Component: 100 - total flux cleaned = 0.0238638 Jy ! Component: 150 - total flux cleaned = 0.0292251 Jy ! Component: 200 - total flux cleaned = 0.0325877 Jy ! Total flux subtracted in 200 components = 0.0325877 Jy ! Clean residual min=-0.005846 max=0.005683 Jy/beam ! Clean residual mean=-0.000003 rms=0.001406 Jy/beam ! Combined flux in latest and established models = 0.34692 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 83 components and 0.34692 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115919Jy sigma=0.000874 ! Fit after self-cal, rms=0.115939Jy sigma=0.000874 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.86 HN 1.02 KP 1.06 ! LA 1.12 MK 1.00* NL 0.91 OV 0.99 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.01 HN 1.06 KP 1.02 ! LA 1.08 MK 1.00* NL 0.99 OV 1.02 ! PT 1.00 SC 1.08 ! ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.17 HN 1.07 KP 0.89 ! LA 0.86 MK 1.00* NL 1.00 OV 0.94 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.01 HN 1.02 KP 0.87 ! LA 0.81 MK 1.00* NL 1.06 OV 1.00 ! PT 1.03 SC 0.99 ! ! ! Fit before self-cal, rms=0.115939Jy sigma=0.000874 ! Fit after self-cal, rms=0.109256Jy sigma=0.000811 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.651 mas, bmaj=10.26 mas, bpa=18.51 degrees ! Estimated noise=809.423 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.00271743 Jy ! Component: 100 - total flux cleaned = -0.00406161 Jy ! Component: 150 - total flux cleaned = -0.00432035 Jy ! Component: 200 - total flux cleaned = -0.0044697 Jy ! Total flux subtracted in 200 components = -0.0044697 Jy ! Clean residual min=-0.005036 max=0.004994 Jy/beam ! Clean residual mean=-0.000008 rms=0.001159 Jy/beam ! Combined flux in latest and established models = 0.34245 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 98 components and 0.34245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109178Jy sigma=0.000810 ! Fit after self-cal, rms=0.109169Jy sigma=0.000810 ! 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.109169Jy sigma=0.000810 ! Fit after self-cal, rms=0.112195Jy sigma=0.000785 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.627 mas, bmaj=10.3 mas, bpa=18.41 degrees ! Estimated noise=809.36 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0013824 Jy ! Component: 100 - total flux cleaned = -0.00148976 Jy ! Component: 150 - total flux cleaned = -0.00138871 Jy ! Component: 200 - total flux cleaned = -0.00133263 Jy ! Total flux subtracted in 200 components = -0.00133263 Jy ! Clean residual min=-0.002479 max=0.002640 Jy/beam ! Clean residual mean=-0.000007 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.341117 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 109 components and 0.341117 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112144Jy sigma=0.000784 ! Fit after self-cal, rms=0.112164Jy sigma=0.000784 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.000115588 Jy ! Component: 100 - total flux cleaned = 7.51312e-05 Jy ! Component: 150 - total flux cleaned = 7.60641e-05 Jy ! Component: 200 - total flux cleaned = 7.63233e-05 Jy ! Total flux subtracted in 200 components = 7.63233e-05 Jy ! Clean residual min=-0.002454 max=0.002658 Jy/beam ! Clean residual mean=-0.000007 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.341193 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 125 components and 0.341194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112157Jy sigma=0.000784 ! Fit after self-cal, rms=0.112159Jy sigma=0.000784 ! 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.112159Jy sigma=0.000784 ! Fit after self-cal, rms=0.112761Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.623 mas, bmaj=10.31 mas, bpa=18.4 degrees ! Estimated noise=809.092 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000707551 Jy ! Component: 100 - total flux cleaned = -0.000794425 Jy ! Component: 150 - total flux cleaned = -0.000812814 Jy ! Component: 200 - total flux cleaned = -0.000828788 Jy ! Total flux subtracted in 200 components = -0.000828788 Jy ! Clean residual min=-0.002096 max=0.002599 Jy/beam ! Clean residual mean=-0.000003 rms=0.000602 Jy/beam ! Combined flux in latest and established models = 0.340365 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 135 components and 0.340365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112747Jy sigma=0.000782 ! Fit after self-cal, rms=0.112763Jy sigma=0.000782 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 (4.5, -34). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000959655 Jy ! Component: 100 - total flux cleaned = 0.000802077 Jy ! Component: 150 - total flux cleaned = 0.000669904 Jy ! Component: 200 - total flux cleaned = 0.000561117 Jy ! Total flux subtracted in 200 components = 0.000561117 Jy ! Clean residual min=-0.002084 max=0.002121 Jy/beam ! Clean residual mean=-0.000003 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.340926 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 154 components and 0.340926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112687Jy sigma=0.000781 ! Fit after self-cal, rms=0.112683Jy sigma=0.000781 ! 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.112683Jy sigma=0.000781 ! Fit after self-cal, rms=0.112746Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.42 mas, bmaj=12.48 mas, bpa=8.221 degrees ! Estimated noise=902.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.96583e-05 Jy ! Component: 100 - total flux cleaned = -0.000115592 Jy ! Component: 150 - total flux cleaned = -0.000262925 Jy ! Component: 200 - total flux cleaned = -0.000391616 Jy ! Total flux subtracted in 200 components = -0.000391616 Jy ! Clean residual min=-0.001992 max=0.001997 Jy/beam ! Clean residual mean=-0.000003 rms=0.000581 Jy/beam ! Combined flux in latest and established models = 0.340534 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 180 components and 0.340534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112733Jy sigma=0.000781 ! Fit after self-cal, rms=0.112735Jy sigma=0.000781 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.00012803 Jy ! Component: 100 - total flux cleaned = -0.000184489 Jy ! Component: 150 - total flux cleaned = -0.00021751 Jy ! Component: 200 - total flux cleaned = -0.000232744 Jy ! Total flux subtracted in 200 components = -0.000232744 Jy ! Clean residual min=-0.001946 max=0.001992 Jy/beam ! Clean residual mean=-0.000003 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.340302 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 188 components and 0.340302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112731Jy sigma=0.000781 ! Fit after self-cal, rms=0.112733Jy sigma=0.000781 ! 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=4.624 mas, bmaj=10.32 mas, bpa=18.42 degrees ! Estimated noise=809.055 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.624 x 10.32 at 18.42 degrees (North through East) ! Clean map min=-0.0019988 max=0.2988 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.712 mas, bmaj=9.12 mas, bpa=18.72 degrees ! Estimated noise=1063.45 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.227153 Jy ! Component: 100 - total flux cleaned = 0.278595 Jy ! Component: 150 - total flux cleaned = 0.299096 Jy ! Component: 200 - total flux cleaned = 0.310994 Jy ! Total flux subtracted in 200 components = 0.310994 Jy ! Clean residual min=-0.004070 max=0.006265 Jy/beam ! Clean residual mean=-0.000015 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 0.310994 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.310994 Jy ! Inverting map and beam ! Estimated beam: bmin=4.624 mas, bmaj=10.32 mas, bpa=18.42 degrees ! Estimated noise=809.055 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.011395 Jy ! Component: 100 - total flux cleaned = 0.0178068 Jy ! Component: 150 - total flux cleaned = 0.0217498 Jy ! Component: 200 - total flux cleaned = 0.0243196 Jy ! Total flux subtracted in 200 components = 0.0243196 Jy ! Clean residual min=-0.002436 max=0.002342 Jy/beam ! Clean residual mean=-0.000007 rms=0.000644 Jy/beam ! Combined flux in latest and established models = 0.335314 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 89 components and 0.335314 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=8.42 mas, bmaj=12.48 mas, bpa=8.221 degrees ! Estimated noise=902.11 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0018929 Jy ! Component: 100 - total flux cleaned = 0.00293942 Jy ! Component: 150 - total flux cleaned = 0.0038222 Jy ! Component: 200 - total flux cleaned = 0.0041413 Jy ! Total flux subtracted in 200 components = 0.0041413 Jy ! Clean residual min=-0.002093 max=0.002077 Jy/beam ! Clean residual mean=-0.000006 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.339455 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.000236013 Jy ! Component: 100 - total flux cleaned = 0.000338441 Jy ! Component: 150 - total flux cleaned = 0.000488425 Jy ! Component: 200 - total flux cleaned = 0.000566049 Jy ! Total flux subtracted in 200 components = 0.000566049 Jy ! Clean residual min=-0.002001 max=0.002004 Jy/beam ! Clean residual mean=-0.000005 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.340021 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 131 components and 0.340021 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.624 mas, bmaj=10.32 mas, bpa=18.42 degrees ! Estimated noise=809.055 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000151004 Jy ! Component: 100 - total flux cleaned = -0.000149757 Jy ! Component: 150 - total flux cleaned = -0.000255671 Jy ! Component: 200 - total flux cleaned = -0.000446423 Jy ! Total flux subtracted in 200 components = -0.000446423 Jy ! Clean residual min=-0.002301 max=0.002085 Jy/beam ! Clean residual mean=-0.000003 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.339575 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 154 components and 0.339574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112765Jy sigma=0.000781 ! Fit after self-cal, rms=0.112748Jy sigma=0.000781 wmodel J0424+0036_S_2014_08_05_pus_map.mod ! Writing 154 model components to file: J0424+0036_S_2014_08_05_pus_map.mod wobs J0424+0036_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0424+0036_S_2014_08_05_pus_uvs.fits wwins J0424+0036_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J0424+0036_S_2014_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.000224541 Jy ! Component: 100 - total flux cleaned = -8.26089e-06 Jy ! Component: 150 - total flux cleaned = 0.000233742 Jy ! Component: 200 - total flux cleaned = 0.000467052 Jy ! Component: 250 - total flux cleaned = 0.000694865 Jy ! Component: 300 - total flux cleaned = 0.000949065 Jy ! Component: 350 - total flux cleaned = 0.00119717 Jy ! Component: 400 - total flux cleaned = 0.00137911 Jy ! Component: 450 - total flux cleaned = 0.0014988 Jy ! Component: 500 - total flux cleaned = 0.00167504 Jy ! Component: 550 - total flux cleaned = 0.00170404 Jy ! Component: 600 - total flux cleaned = 0.00178941 Jy ! Component: 650 - total flux cleaned = 0.00187277 Jy ! Component: 700 - total flux cleaned = 0.00184442 Jy ! Component: 750 - total flux cleaned = 0.00181695 Jy ! Component: 800 - total flux cleaned = 0.00195133 Jy ! Component: 850 - total flux cleaned = 0.00189826 Jy ! Component: 900 - total flux cleaned = 0.00197749 Jy ! Component: 950 - total flux cleaned = 0.00202935 Jy ! Component: 1000 - total flux cleaned = 0.00202946 Jy ! Component: 1050 - total flux cleaned = 0.00207992 Jy ! Component: 1100 - total flux cleaned = 0.00210459 Jy ! Component: 1150 - total flux cleaned = 0.00200576 Jy ! Component: 1200 - total flux cleaned = 0.00200576 Jy ! Component: 1250 - total flux cleaned = 0.00195717 Jy ! Component: 1300 - total flux cleaned = 0.00198125 Jy ! Component: 1350 - total flux cleaned = 0.00198119 Jy ! Component: 1400 - total flux cleaned = 0.00198127 Jy ! Component: 1450 - total flux cleaned = 0.00195785 Jy ! Component: 1500 - total flux cleaned = 0.00200412 Jy ! Component: 1550 - total flux cleaned = 0.00207244 Jy ! Component: 1600 - total flux cleaned = 0.0020042 Jy ! Component: 1650 - total flux cleaned = 0.00202682 Jy ! Component: 1700 - total flux cleaned = 0.0020268 Jy ! Component: 1750 - total flux cleaned = 0.00200461 Jy ! Component: 1800 - total flux cleaned = 0.00204839 Jy ! Component: 1850 - total flux cleaned = 0.00207011 Jy ! Component: 1900 - total flux cleaned = 0.00200522 Jy ! Component: 1950 - total flux cleaned = 0.00202686 Jy ! Component: 2000 - total flux cleaned = 0.00196285 Jy ! Component: 2050 - total flux cleaned = 0.0019843 Jy ! Component: 2100 - total flux cleaned = 0.00196316 Jy ! Component: 2150 - total flux cleaned = 0.00194253 Jy ! Component: 2200 - total flux cleaned = 0.00200462 Jy ! Component: 2250 - total flux cleaned = 0.00196324 Jy ! Component: 2300 - total flux cleaned = 0.00184063 Jy ! Component: 2350 - total flux cleaned = 0.00178004 Jy ! Component: 2400 - total flux cleaned = 0.00180018 Jy ! Component: 2450 - total flux cleaned = 0.00180038 Jy ! Component: 2500 - total flux cleaned = 0.00172071 Jy ! Component: 2550 - total flux cleaned = 0.00170102 Jy ! Component: 2600 - total flux cleaned = 0.00170109 Jy ! Component: 2650 - total flux cleaned = 0.00166234 Jy ! Component: 2700 - total flux cleaned = 0.00158477 Jy ! Component: 2750 - total flux cleaned = 0.00158486 Jy ! Component: 2800 - total flux cleaned = 0.001623 Jy ! Component: 2850 - total flux cleaned = 0.0015471 Jy ! Component: 2900 - total flux cleaned = 0.00147131 Jy ! Component: 2950 - total flux cleaned = 0.00147146 Jy ! Component: 3000 - total flux cleaned = 0.0014716 Jy ! Component: 3050 - total flux cleaned = 0.00147163 Jy ! Component: 3100 - total flux cleaned = 0.00139763 Jy ! Component: 3150 - total flux cleaned = 0.00145266 Jy ! Component: 3200 - total flux cleaned = 0.00137973 Jy ! Component: 3250 - total flux cleaned = 0.00136169 Jy ! Component: 3300 - total flux cleaned = 0.00128943 Jy ! Component: 3350 - total flux cleaned = 0.00134352 Jy ! Component: 3400 - total flux cleaned = 0.00136143 Jy ! Component: 3450 - total flux cleaned = 0.00129054 Jy ! Component: 3500 - total flux cleaned = 0.00129042 Jy ! Component: 3550 - total flux cleaned = 0.00127266 Jy ! Component: 3600 - total flux cleaned = 0.00125495 Jy ! Component: 3650 - total flux cleaned = 0.00123743 Jy ! Component: 3700 - total flux cleaned = 0.00116801 Jy ! Component: 3750 - total flux cleaned = 0.00111635 Jy ! Component: 3800 - total flux cleaned = 0.00115079 Jy ! Component: 3850 - total flux cleaned = 0.00108256 Jy ! Component: 3900 - total flux cleaned = 0.000997767 Jy ! Component: 3950 - total flux cleaned = 0.00109907 Jy ! Component: 4000 - total flux cleaned = 0.00104866 Jy ! Component: 4050 - total flux cleaned = 0.00108208 Jy ! Total flux subtracted in 4096 components = 0.00108212 Jy ! Clean residual min=-0.000932 max=0.001140 Jy/beam ! Clean residual mean=-0.000001 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.340657 Jy keep ! Adding 317 model components to the UV plane model. ! The established model now contains 471 components and 0.340656 Jy ![Exited script file: muppet] wmap "J0424+0036_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.624 x 10.32 at 18.42 degrees (North through East) ! Clean map min=-0.0019382 max=0.29956 Jy/beam ! Writing clean map to FITS file: J0424+0036_S_2014_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.299558 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000336581 device "J0424+0036_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0424+0036_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.337078 0.337078 0.674155 1.34831 2.69662 5.39324 10.7865 21.573 43.1459 86.2918 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.299 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.624 x 10.32 at 18.42 degrees (North through East) ! Clean map min=-0.0019382 max=0.29956 Jy/beam quit ! Quitting program ! Log file J0424+0036_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:15:33 2016