! Started logfile: J1726+0639_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:33:18 2017 obs J1726+0639_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J1726+0639_S_2014_01_04_pus_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.5 visibilities/baseline/integration-bin. ! Found source: J1726+0639 ! ! 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 370 lines of history. ! ! Reading 4320 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 J1726+0639_S_2014_01_04_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 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.854698Jy sigma=0.011151 ! Fit after self-cal, rms=0.841120Jy sigma=0.010969 ! 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.837 mas, bmaj=5.491 mas, bpa=-1.253 degrees ! Estimated noise=1211.67 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.121056 Jy ! Component: 100 - total flux cleaned = 0.151313 Jy ! Total flux subtracted in 100 components = 0.151313 Jy ! Clean residual min=-0.007599 max=0.012195 Jy/beam ! Clean residual mean=0.000020 rms=0.001922 Jy/beam ! Combined flux in latest and established models = 0.151314 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.151314 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084774Jy sigma=0.000929 ! Fit after self-cal, rms=0.084799Jy sigma=0.000929 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0124727 Jy ! Component: 100 - total flux cleaned = 0.017673 Jy ! Total flux subtracted in 100 components = 0.017673 Jy ! Clean residual min=-0.005612 max=0.008146 Jy/beam ! Clean residual mean=0.000010 rms=0.001477 Jy/beam ! Combined flux in latest and established models = 0.168986 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 11 components and 0.168986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082451Jy sigma=0.000909 ! Fit after self-cal, rms=0.082472Jy sigma=0.000909 ! 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.333 mas, bmaj=6.231 mas, bpa=0.9416 degrees ! Estimated noise=880.871 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.00319835 Jy ! Component: 100 - total flux cleaned = 0.00431769 Jy ! Component: 150 - total flux cleaned = 0.0047603 Jy ! Component: 200 - total flux cleaned = 0.00503396 Jy ! Total flux subtracted in 200 components = 0.00503396 Jy ! Clean residual min=-0.006515 max=0.007914 Jy/beam ! Clean residual mean=0.000015 rms=0.001623 Jy/beam ! Combined flux in latest and established models = 0.17402 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 28 components and 0.17402 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082211Jy sigma=0.000909 ! Fit after self-cal, rms=0.082208Jy sigma=0.000909 ! 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.01 FD 1.00* KP 1.00* LA 1.02 ! MK 1.00 NL 1.03 OV 0.98 PT 0.94 ! SC 0.93 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.00* KP 1.00* LA 0.96 ! MK 0.99 NL 1.06 OV 1.01 PT 0.96 ! SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00* KP 1.00* LA 0.81 ! MK 0.95 NL 1.04 OV 0.96 PT 0.95 ! SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.21 FD 1.00* KP 1.00* LA 0.88 ! MK 0.99 NL 1.11 OV 0.99 PT 0.94 ! SC 0.94 ! ! ! Fit before self-cal, rms=0.082208Jy sigma=0.000909 ! Fit after self-cal, rms=0.078269Jy sigma=0.000876 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.31 mas, bmaj=6.29 mas, bpa=1.114 degrees ! Estimated noise=880.727 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.000389734 Jy ! Component: 100 - total flux cleaned = 0.000297121 Jy ! Component: 150 - total flux cleaned = 0.000216468 Jy ! Component: 200 - total flux cleaned = 0.000144758 Jy ! Total flux subtracted in 200 components = 0.000144758 Jy ! Clean residual min=-0.003330 max=0.003455 Jy/beam ! Clean residual mean=-0.000000 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.174165 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 35 components and 0.174165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078201Jy sigma=0.000876 ! Fit after self-cal, rms=0.077839Jy sigma=0.000875 ! 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.077839Jy sigma=0.000875 ! Fit after self-cal, rms=0.077391Jy sigma=0.000872 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.306 mas, bmaj=6.302 mas, bpa=1.084 degrees ! Estimated noise=881.017 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.65634e-05 Jy ! Component: 100 - total flux cleaned = 3.81228e-06 Jy ! Component: 150 - total flux cleaned = 2.57651e-06 Jy ! Component: 200 - total flux cleaned = -2.36369e-05 Jy ! Total flux subtracted in 200 components = -2.36369e-05 Jy ! Clean residual min=-0.002885 max=0.003206 Jy/beam ! Clean residual mean=0.000003 rms=0.000776 Jy/beam ! Combined flux in latest and established models = 0.174142 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 39 components and 0.174142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077352Jy sigma=0.000872 ! Fit after self-cal, rms=0.077332Jy sigma=0.000872 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 = -8.2687e-05 Jy ! Component: 100 - total flux cleaned = -0.00012857 Jy ! Component: 150 - total flux cleaned = -0.000168924 Jy ! Component: 200 - total flux cleaned = -0.000224816 Jy ! Total flux subtracted in 200 components = -0.000224816 Jy ! Clean residual min=-0.002844 max=0.003280 Jy/beam ! Clean residual mean=0.000003 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.173917 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 42 components and 0.173917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077317Jy sigma=0.000872 ! Fit after self-cal, rms=0.077320Jy sigma=0.000872 ! 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.077320Jy sigma=0.000872 ! Fit after self-cal, rms=0.077246Jy sigma=0.000872 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.304 mas, bmaj=6.307 mas, bpa=0.981 degrees ! Estimated noise=881.056 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.20327e-06 Jy ! Component: 100 - total flux cleaned = -3.82185e-05 Jy ! Component: 150 - total flux cleaned = -7.62856e-05 Jy ! Component: 200 - total flux cleaned = -0.000127863 Jy ! Total flux subtracted in 200 components = -0.000127863 Jy ! Clean residual min=-0.002845 max=0.003176 Jy/beam ! Clean residual mean=0.000003 rms=0.000759 Jy/beam ! Combined flux in latest and established models = 0.173789 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 48 components and 0.173789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077231Jy sigma=0.000872 ! Fit after self-cal, rms=0.077217Jy sigma=0.000872 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -6.43561e-05 Jy ! Component: 100 - total flux cleaned = -0.000111428 Jy ! Component: 150 - total flux cleaned = -0.000154575 Jy ! Component: 200 - total flux cleaned = -0.000194788 Jy ! Total flux subtracted in 200 components = -0.000194788 Jy ! Clean residual min=-0.002832 max=0.003221 Jy/beam ! Clean residual mean=0.000003 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.173594 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.173594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077211Jy sigma=0.000872 ! Fit after self-cal, rms=0.077213Jy sigma=0.000872 ! 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.077213Jy sigma=0.000872 ! Fit after self-cal, rms=0.077148Jy sigma=0.000872 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.348 mas, bmaj=10.47 mas, bpa=2.969 degrees ! Estimated noise=1054.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000193373 Jy ! Component: 100 - total flux cleaned = 0.000215257 Jy ! Component: 150 - total flux cleaned = 0.000246498 Jy ! Component: 200 - total flux cleaned = 0.000256543 Jy ! Total flux subtracted in 200 components = 0.000256543 Jy ! Clean residual min=-0.003773 max=0.003520 Jy/beam ! Clean residual mean=0.000005 rms=0.001139 Jy/beam ! Combined flux in latest and established models = 0.173851 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 52 components and 0.173851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077145Jy sigma=0.000872 ! Fit after self-cal, rms=0.077135Jy sigma=0.000872 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.90404e-05 Jy ! Component: 100 - total flux cleaned = 2.85112e-05 Jy ! Component: 150 - total flux cleaned = 2.81247e-05 Jy ! Component: 200 - total flux cleaned = 4.65092e-05 Jy ! Total flux subtracted in 200 components = 4.65092e-05 Jy ! Clean residual min=-0.003744 max=0.003514 Jy/beam ! Clean residual mean=0.000005 rms=0.001134 Jy/beam ! Combined flux in latest and established models = 0.173897 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 54 components and 0.173897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077136Jy sigma=0.000872 ! Fit after self-cal, rms=0.077137Jy sigma=0.000872 ! 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.302 mas, bmaj=6.31 mas, bpa=0.8856 degrees ! Estimated noise=880.54 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.302 x 6.31 at 0.8856 degrees (North through East) ! Clean map min=-0.0026749 max=0.15843 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.804 mas, bmaj=5.557 mas, bpa=-0.8959 degrees ! Estimated noise=1217.17 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.121603 Jy ! Component: 100 - total flux cleaned = 0.152291 Jy ! Component: 150 - total flux cleaned = 0.164904 Jy ! Component: 200 - total flux cleaned = 0.170307 Jy ! Total flux subtracted in 200 components = 0.170307 Jy ! Clean residual min=-0.003472 max=0.003240 Jy/beam ! Clean residual mean=0.000004 rms=0.000839 Jy/beam ! Combined flux in latest and established models = 0.170307 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 9 model components to the UV plane model. ! The established model now contains 9 components and 0.170307 Jy ! Inverting map and beam ! Estimated beam: bmin=3.302 mas, bmaj=6.31 mas, bpa=0.8856 degrees ! Estimated noise=880.54 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.00256139 Jy ! Component: 100 - total flux cleaned = 0.0029604 Jy ! Component: 150 - total flux cleaned = 0.00303145 Jy ! Component: 200 - total flux cleaned = 0.00294587 Jy ! Total flux subtracted in 200 components = 0.00294587 Jy ! Clean residual min=-0.002811 max=0.003069 Jy/beam ! Clean residual mean=0.000003 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.173252 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 26 components and 0.173252 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.348 mas, bmaj=10.47 mas, bpa=2.969 degrees ! Estimated noise=1054.12 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000433576 Jy ! Component: 100 - total flux cleaned = 0.000525762 Jy ! Component: 150 - total flux cleaned = 0.000560628 Jy ! Component: 200 - total flux cleaned = 0.000547153 Jy ! Total flux subtracted in 200 components = 0.000547153 Jy ! Clean residual min=-0.003754 max=0.003500 Jy/beam ! Clean residual mean=0.000005 rms=0.001140 Jy/beam ! Combined flux in latest and established models = 0.1738 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 = 1.21544e-05 Jy ! Component: 100 - total flux cleaned = 1.19483e-05 Jy ! Component: 150 - total flux cleaned = 2.31061e-05 Jy ! Component: 200 - total flux cleaned = 3.35114e-05 Jy ! Total flux subtracted in 200 components = 3.35114e-05 Jy ! Clean residual min=-0.003728 max=0.003491 Jy/beam ! Clean residual mean=0.000005 rms=0.001135 Jy/beam ! Combined flux in latest and established models = 0.173833 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 31 components and 0.173833 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.302 mas, bmaj=6.31 mas, bpa=0.8856 degrees ! Estimated noise=880.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000601815 Jy ! Component: 100 - total flux cleaned = -0.000705284 Jy ! Component: 150 - total flux cleaned = -0.000741527 Jy ! Component: 200 - total flux cleaned = -0.000790638 Jy ! Total flux subtracted in 200 components = -0.000790638 Jy ! Clean residual min=-0.002828 max=0.003086 Jy/beam ! Clean residual mean=0.000003 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.173042 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.173042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077137Jy sigma=0.000872 ! Fit after self-cal, rms=0.077139Jy sigma=0.000872 wmodel J1726+0639_S_2014_01_04_pus_map.mod ! Writing 39 model components to file: J1726+0639_S_2014_01_04_pus_map.mod wobs J1726+0639_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J1726+0639_S_2014_01_04_pus_uvs.fits wwins J1726+0639_S_2014_01_04_pus_map.win ! wwins: Wrote 1 windows to J1726+0639_S_2014_01_04_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.000683085 Jy ! Component: 100 - total flux cleaned = 0.000730493 Jy ! Component: 150 - total flux cleaned = 0.000643314 Jy ! Component: 200 - total flux cleaned = 0.000681598 Jy ! Component: 250 - total flux cleaned = 0.000606699 Jy ! Component: 300 - total flux cleaned = 0.000535758 Jy ! Component: 350 - total flux cleaned = 0.00060383 Jy ! Component: 400 - total flux cleaned = 0.000537164 Jy ! Component: 450 - total flux cleaned = 0.000569696 Jy ! Component: 500 - total flux cleaned = 0.000570356 Jy ! Component: 550 - total flux cleaned = 0.000600715 Jy ! Component: 600 - total flux cleaned = 0.000600871 Jy ! Component: 650 - total flux cleaned = 0.000490102 Jy ! Component: 700 - total flux cleaned = 0.000382097 Jy ! Component: 750 - total flux cleaned = 0.000329997 Jy ! Component: 800 - total flux cleaned = 0.000176268 Jy ! Component: 850 - total flux cleaned = 5.15279e-05 Jy ! Component: 900 - total flux cleaned = -4.66617e-05 Jy ! Component: 950 - total flux cleaned = -0.000261685 Jy ! Component: 1000 - total flux cleaned = -0.000354645 Jy ! Component: 1050 - total flux cleaned = -0.000514953 Jy ! Component: 1100 - total flux cleaned = -0.000649158 Jy ! Component: 1150 - total flux cleaned = -0.00073695 Jy ! Component: 1200 - total flux cleaned = -0.000887477 Jy ! Component: 1250 - total flux cleaned = -0.00105662 Jy ! Component: 1300 - total flux cleaned = -0.00109845 Jy ! Component: 1350 - total flux cleaned = -0.00126201 Jy ! Component: 1400 - total flux cleaned = -0.00136239 Jy ! Component: 1450 - total flux cleaned = -0.00144176 Jy ! Component: 1500 - total flux cleaned = -0.00155892 Jy ! Component: 1550 - total flux cleaned = -0.00165508 Jy ! Component: 1600 - total flux cleaned = -0.00169317 Jy ! Component: 1650 - total flux cleaned = -0.00178625 Jy ! Component: 1700 - total flux cleaned = -0.00182297 Jy ! Component: 1750 - total flux cleaned = -0.00189574 Jy ! Component: 1800 - total flux cleaned = -0.00193173 Jy ! Component: 1850 - total flux cleaned = -0.00194944 Jy ! Component: 1900 - total flux cleaned = -0.00198451 Jy ! Component: 1950 - total flux cleaned = -0.00201905 Jy ! Component: 2000 - total flux cleaned = -0.00200195 Jy ! Component: 2050 - total flux cleaned = -0.00195135 Jy ! Component: 2100 - total flux cleaned = -0.00195181 Jy ! Component: 2150 - total flux cleaned = -0.00200185 Jy ! Component: 2200 - total flux cleaned = -0.0020185 Jy ! Component: 2250 - total flux cleaned = -0.00208357 Jy ! Component: 2300 - total flux cleaned = -0.00214781 Jy ! Component: 2350 - total flux cleaned = -0.00211577 Jy ! Component: 2400 - total flux cleaned = -0.00211566 Jy ! Component: 2450 - total flux cleaned = -0.00211592 Jy ! Component: 2500 - total flux cleaned = -0.00214685 Jy ! Component: 2550 - total flux cleaned = -0.00214653 Jy ! Component: 2600 - total flux cleaned = -0.00216164 Jy ! Component: 2650 - total flux cleaned = -0.00216157 Jy ! Component: 2700 - total flux cleaned = -0.00222119 Jy ! Component: 2750 - total flux cleaned = -0.00219165 Jy ! Component: 2800 - total flux cleaned = -0.00223568 Jy ! Component: 2850 - total flux cleaned = -0.00226466 Jy ! Component: 2900 - total flux cleaned = -0.00223592 Jy ! Component: 2950 - total flux cleaned = -0.00227873 Jy ! Component: 3000 - total flux cleaned = -0.0023212 Jy ! Component: 3050 - total flux cleaned = -0.00232109 Jy ! Component: 3100 - total flux cleaned = -0.00234901 Jy ! Component: 3150 - total flux cleaned = -0.00234893 Jy ! Component: 3200 - total flux cleaned = -0.00240376 Jy ! Component: 3250 - total flux cleaned = -0.00240359 Jy ! Component: 3300 - total flux cleaned = -0.00237663 Jy ! Component: 3350 - total flux cleaned = -0.00241697 Jy ! Component: 3400 - total flux cleaned = -0.00245702 Jy ! Component: 3450 - total flux cleaned = -0.00244373 Jy ! Component: 3500 - total flux cleaned = -0.00243066 Jy ! Component: 3550 - total flux cleaned = -0.00246994 Jy ! Component: 3600 - total flux cleaned = -0.00244403 Jy ! Component: 3650 - total flux cleaned = -0.00248269 Jy ! Component: 3700 - total flux cleaned = -0.00246987 Jy ! Component: 3750 - total flux cleaned = -0.00246977 Jy ! Component: 3800 - total flux cleaned = -0.00246975 Jy ! Component: 3850 - total flux cleaned = -0.00245713 Jy ! Component: 3900 - total flux cleaned = -0.00240719 Jy ! Component: 3950 - total flux cleaned = -0.00240714 Jy ! Component: 4000 - total flux cleaned = -0.00238244 Jy ! Component: 4050 - total flux cleaned = -0.00238243 Jy ! Total flux subtracted in 4096 components = -0.00234575 Jy ! Clean residual min=-0.000792 max=0.000794 Jy/beam ! Clean residual mean=0.000001 rms=0.000209 Jy/beam ! Combined flux in latest and established models = 0.170697 Jy keep ! Adding 262 model components to the UV plane model. ! The established model now contains 301 components and 0.170697 Jy ![Exited script file: muppet] wmap "J1726+0639_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.302 x 6.31 at 0.8856 degrees (North through East) ! Clean map min=-0.0018932 max=0.15887 Jy/beam ! Writing clean map to FITS file: J1726+0639_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.158866 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000199074 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.375928 0.375928 0.751857 1.50371 3.00743 6.01485 12.0297 24.0594 48.1188 96.2376 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.158 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.302 x 6.31 at 0.8856 degrees (North through East) ! Clean map min=-0.0018932 max=0.15887 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 J1726+0639_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:33:23 2017