! Started logfile: J1208+5413_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:26:48 2016 obs J1208+5413_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J1208+5413_S_2014_08_05_pus_uva.fits ! AN table 1: 101 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.70253 visibilities/baseline/integration-bin. ! Found source: J1208+5413 ! ! 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 12772 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 J1208+5413_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 157 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 157 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.734460Jy sigma=0.007830 ! Fit after self-cal, rms=0.697332Jy sigma=0.007479 ! 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.605 mas, bmaj=7.155 mas, bpa=48.56 degrees ! Estimated noise=868.571 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.228472 Jy ! Component: 100 - total flux cleaned = 0.3092 Jy ! Total flux subtracted in 100 components = 0.3092 Jy ! Clean residual min=-0.015193 max=0.033930 Jy/beam ! Clean residual mean=-0.000092 rms=0.004601 Jy/beam ! Combined flux in latest and established models = 0.3092 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.3092 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122795Jy sigma=0.001140 ! Fit after self-cal, rms=0.122377Jy sigma=0.001135 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0375891 Jy ! Component: 100 - total flux cleaned = 0.0595791 Jy ! Total flux subtracted in 100 components = 0.0595791 Jy ! Clean residual min=-0.008608 max=0.013574 Jy/beam ! Clean residual mean=-0.000029 rms=0.002667 Jy/beam ! Combined flux in latest and established models = 0.368779 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 29 components and 0.368779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107815Jy sigma=0.000937 ! Fit after self-cal, rms=0.107702Jy sigma=0.000936 ! 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.48 mas, bmaj=7.709 mas, bpa=50.98 degrees ! Estimated noise=594.321 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.0185135 Jy ! Component: 100 - total flux cleaned = 0.0287409 Jy ! Component: 150 - total flux cleaned = 0.0347966 Jy ! Component: 200 - total flux cleaned = 0.0385715 Jy ! Total flux subtracted in 200 components = 0.0385715 Jy ! Clean residual min=-0.007670 max=0.009487 Jy/beam ! Clean residual mean=0.000044 rms=0.002255 Jy/beam ! Combined flux in latest and established models = 0.40735 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 55 components and 0.40735 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104146Jy sigma=0.000900 ! Fit after self-cal, rms=0.104095Jy sigma=0.000900 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.87 HN 0.96 KP 1.05 ! LA 1.13 MK 1.00* NL 0.99 OV 0.98 ! PT 1.01 SC 1.10 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.02 HN 1.00 KP 1.01 ! LA 1.08 MK 1.00* NL 1.02 OV 1.02 ! PT 1.02 SC 1.18 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.17 HN 1.00 KP 0.90 ! LA 0.85 MK 1.00* NL 1.00 OV 0.94 ! PT 1.00 SC 1.17 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 1.00 KP 0.86 ! LA 0.82 MK 1.00* NL 1.08 OV 1.01 ! PT 1.04 SC 1.14 ! ! ! Fit before self-cal, rms=0.104095Jy sigma=0.000900 ! Fit after self-cal, rms=0.096290Jy sigma=0.000804 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.606 mas, bmaj=7.724 mas, bpa=51.02 degrees ! Estimated noise=596.048 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.00439139 Jy ! Component: 100 - total flux cleaned = -0.00472141 Jy ! Component: 150 - total flux cleaned = -0.00455934 Jy ! Component: 200 - total flux cleaned = -0.00456068 Jy ! Total flux subtracted in 200 components = -0.00456068 Jy ! Clean residual min=-0.004902 max=0.006468 Jy/beam ! Clean residual mean=0.000028 rms=0.001463 Jy/beam ! Combined flux in latest and established models = 0.40279 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 67 components and 0.40279 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095836Jy sigma=0.000803 ! Fit after self-cal, rms=0.095851Jy sigma=0.000802 ! 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.095851Jy sigma=0.000802 ! Fit after self-cal, rms=0.100722Jy sigma=0.000787 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.496 mas, bmaj=7.856 mas, bpa=50.48 degrees ! Estimated noise=591.044 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00343416 Jy ! Component: 100 - total flux cleaned = -0.00390265 Jy ! Component: 150 - total flux cleaned = -0.00390746 Jy ! Component: 200 - total flux cleaned = -0.00390785 Jy ! Total flux subtracted in 200 components = -0.00390785 Jy ! Clean residual min=-0.003422 max=0.003629 Jy/beam ! Clean residual mean=0.000019 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.398882 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 79 components and 0.398882 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100605Jy sigma=0.000785 ! Fit after self-cal, rms=0.100643Jy sigma=0.000785 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 (-88, 41.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0036973 Jy ! Component: 100 - total flux cleaned = 0.00538079 Jy ! Component: 150 - total flux cleaned = 0.00637325 Jy ! Component: 200 - total flux cleaned = 0.00673869 Jy ! Total flux subtracted in 200 components = 0.00673869 Jy ! Clean residual min=-0.002792 max=0.002439 Jy/beam ! Clean residual mean=0.000012 rms=0.000689 Jy/beam ! Combined flux in latest and established models = 0.40562 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 108 components and 0.40562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100437Jy sigma=0.000782 ! Fit after self-cal, rms=0.100430Jy sigma=0.000782 ! 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.100430Jy sigma=0.000782 ! Fit after self-cal, rms=0.100762Jy sigma=0.000782 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.482 mas, bmaj=7.882 mas, bpa=50.38 degrees ! Estimated noise=588.857 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00056839 Jy ! Component: 100 - total flux cleaned = -0.000197378 Jy ! Component: 150 - total flux cleaned = 2.16371e-05 Jy ! Component: 200 - total flux cleaned = 0.000171536 Jy ! Total flux subtracted in 200 components = 0.000171536 Jy ! Clean residual min=-0.002644 max=0.002063 Jy/beam ! Clean residual mean=0.000013 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.405792 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 123 components and 0.405792 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100676Jy sigma=0.000781 ! Fit after self-cal, rms=0.100677Jy 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.000337599 Jy ! Component: 100 - total flux cleaned = 0.000467061 Jy ! Component: 150 - total flux cleaned = 0.000585191 Jy ! Component: 200 - total flux cleaned = 0.000658584 Jy ! Total flux subtracted in 200 components = 0.000658584 Jy ! Clean residual min=-0.002619 max=0.002021 Jy/beam ! Clean residual mean=0.000011 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.406451 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 133 components and 0.406451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100640Jy sigma=0.000780 ! Fit after self-cal, rms=0.100640Jy sigma=0.000780 ! 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.100640Jy sigma=0.000780 ! Fit after self-cal, rms=0.100701Jy sigma=0.000780 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.083 mas, bmaj=9.872 mas, bpa=65.07 degrees ! Estimated noise=669.792 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000902142 Jy ! Component: 100 - total flux cleaned = -0.00073073 Jy ! Component: 150 - total flux cleaned = -0.000499872 Jy ! Component: 200 - total flux cleaned = -0.00028291 Jy ! Total flux subtracted in 200 components = -0.00028291 Jy ! Clean residual min=-0.002350 max=0.002011 Jy/beam ! Clean residual mean=0.000019 rms=0.000619 Jy/beam ! Combined flux in latest and established models = 0.406168 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 152 components and 0.406168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100675Jy sigma=0.000780 ! Fit after self-cal, rms=0.100675Jy sigma=0.000780 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.000309203 Jy ! Component: 100 - total flux cleaned = 0.00050542 Jy ! Component: 150 - total flux cleaned = 0.000676493 Jy ! Component: 200 - total flux cleaned = 0.000753829 Jy ! Total flux subtracted in 200 components = 0.000753829 Jy ! Clean residual min=-0.002316 max=0.001998 Jy/beam ! Clean residual mean=0.000017 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.406921 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 160 components and 0.406921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100665Jy sigma=0.000780 ! Fit after self-cal, rms=0.100665Jy sigma=0.000780 ! 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.479 mas, bmaj=7.893 mas, bpa=50.31 degrees ! Estimated noise=587.756 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.479 x 7.893 at 50.31 degrees (North through East) ! Clean map min=-0.0024134 max=0.30479 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.582 mas, bmaj=7.343 mas, bpa=48.17 degrees ! Estimated noise=864.464 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.228121 Jy ! Component: 100 - total flux cleaned = 0.310539 Jy ! Component: 150 - total flux cleaned = 0.345958 Jy ! Component: 200 - total flux cleaned = 0.362926 Jy ! Total flux subtracted in 200 components = 0.362926 Jy ! Clean residual min=-0.004640 max=0.008404 Jy/beam ! Clean residual mean=-0.000024 rms=0.001369 Jy/beam ! Combined flux in latest and established models = 0.362926 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.362926 Jy ! Inverting map and beam ! Estimated beam: bmin=4.479 mas, bmaj=7.893 mas, bpa=50.31 degrees ! Estimated noise=587.756 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.0128271 Jy ! Component: 100 - total flux cleaned = 0.0197549 Jy ! Component: 150 - total flux cleaned = 0.0242036 Jy ! Component: 200 - total flux cleaned = 0.0277028 Jy ! Total flux subtracted in 200 components = 0.0277028 Jy ! Clean residual min=-0.002695 max=0.002830 Jy/beam ! Clean residual mean=0.000007 rms=0.000733 Jy/beam ! Combined flux in latest and established models = 0.390629 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 62 components and 0.390629 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.083 mas, bmaj=9.872 mas, bpa=65.07 degrees ! Estimated noise=669.792 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00380387 Jy ! Component: 100 - total flux cleaned = 0.00661713 Jy ! Component: 150 - total flux cleaned = 0.00878764 Jy ! Component: 200 - total flux cleaned = 0.0104756 Jy ! Total flux subtracted in 200 components = 0.0104756 Jy ! Clean residual min=-0.002370 max=0.002574 Jy/beam ! Clean residual mean=0.000014 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.401105 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.00131957 Jy ! Component: 100 - total flux cleaned = 0.00228149 Jy ! Component: 150 - total flux cleaned = 0.00280084 Jy ! Component: 200 - total flux cleaned = 0.00322491 Jy ! Total flux subtracted in 200 components = 0.00322491 Jy ! Clean residual min=-0.002364 max=0.002124 Jy/beam ! Clean residual mean=0.000015 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.40433 Jy ! Adding 76 model components to the UV plane model. ! The established model now contains 127 components and 0.404329 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.479 mas, bmaj=7.893 mas, bpa=50.31 degrees ! Estimated noise=587.756 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000430763 Jy ! Component: 100 - total flux cleaned = 0.000743787 Jy ! Component: 150 - total flux cleaned = 0.000987947 Jy ! Component: 200 - total flux cleaned = 0.00110086 Jy ! Total flux subtracted in 200 components = 0.00110086 Jy ! Clean residual min=-0.001996 max=0.002033 Jy/beam ! Clean residual mean=0.000007 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.40543 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 147 components and 0.40543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100894Jy sigma=0.000779 ! Fit after self-cal, rms=0.100905Jy sigma=0.000779 wmodel J1208+5413_S_2014_08_05_pus_map.mod ! Writing 147 model components to file: J1208+5413_S_2014_08_05_pus_map.mod wobs J1208+5413_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J1208+5413_S_2014_08_05_pus_uvs.fits wwins J1208+5413_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J1208+5413_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 = -4.20637e-05 Jy ! Component: 100 - total flux cleaned = 9.68826e-05 Jy ! Component: 150 - total flux cleaned = 0.000195122 Jy ! Component: 200 - total flux cleaned = 9.94067e-05 Jy ! Component: 250 - total flux cleaned = 0.000160255 Jy ! Component: 300 - total flux cleaned = 0.000159649 Jy ! Component: 350 - total flux cleaned = 0.000247121 Jy ! Component: 400 - total flux cleaned = 0.000275955 Jy ! Component: 450 - total flux cleaned = 0.000331353 Jy ! Component: 500 - total flux cleaned = 0.000277072 Jy ! Component: 550 - total flux cleaned = 0.000170791 Jy ! Component: 600 - total flux cleaned = 6.6348e-05 Jy ! Component: 650 - total flux cleaned = -1.06693e-05 Jy ! Component: 700 - total flux cleaned = -6.11686e-05 Jy ! Component: 750 - total flux cleaned = -0.000136012 Jy ! Component: 800 - total flux cleaned = -0.000135932 Jy ! Component: 850 - total flux cleaned = -0.000160274 Jy ! Component: 900 - total flux cleaned = -0.000184338 Jy ! Component: 950 - total flux cleaned = -0.000184443 Jy ! Component: 1000 - total flux cleaned = -0.000254663 Jy ! Component: 1050 - total flux cleaned = -0.000231281 Jy ! Component: 1100 - total flux cleaned = -0.000277168 Jy ! Component: 1150 - total flux cleaned = -0.000299555 Jy ! Component: 1200 - total flux cleaned = -0.000322129 Jy ! Component: 1250 - total flux cleaned = -0.000388559 Jy ! Component: 1300 - total flux cleaned = -0.000344205 Jy ! Component: 1350 - total flux cleaned = -0.000388077 Jy ! Component: 1400 - total flux cleaned = -0.000474859 Jy ! Component: 1450 - total flux cleaned = -0.00045339 Jy ! Component: 1500 - total flux cleaned = -0.000517655 Jy ! Component: 1550 - total flux cleaned = -0.000580951 Jy ! Component: 1600 - total flux cleaned = -0.000664916 Jy ! Component: 1650 - total flux cleaned = -0.000685577 Jy ! Component: 1700 - total flux cleaned = -0.000644355 Jy ! Component: 1750 - total flux cleaned = -0.000685324 Jy ! Component: 1800 - total flux cleaned = -0.00068524 Jy ! Component: 1850 - total flux cleaned = -0.000685045 Jy ! Component: 1900 - total flux cleaned = -0.000684932 Jy ! Component: 1950 - total flux cleaned = -0.000645105 Jy ! Component: 2000 - total flux cleaned = -0.000605707 Jy ! Component: 2050 - total flux cleaned = -0.00062546 Jy ! Component: 2100 - total flux cleaned = -0.000644937 Jy ! Component: 2150 - total flux cleaned = -0.000625671 Jy ! Component: 2200 - total flux cleaned = -0.000625842 Jy ! Component: 2250 - total flux cleaned = -0.000625764 Jy ! Component: 2300 - total flux cleaned = -0.000625647 Jy ! Component: 2350 - total flux cleaned = -0.000644492 Jy ! Component: 2400 - total flux cleaned = -0.000644514 Jy ! Component: 2450 - total flux cleaned = -0.000644502 Jy ! Component: 2500 - total flux cleaned = -0.000644453 Jy ! Component: 2550 - total flux cleaned = -0.000607506 Jy ! Component: 2600 - total flux cleaned = -0.000607492 Jy ! Component: 2650 - total flux cleaned = -0.000643935 Jy ! Component: 2700 - total flux cleaned = -0.000625976 Jy ! Component: 2750 - total flux cleaned = -0.000553719 Jy ! Component: 2800 - total flux cleaned = -0.000661626 Jy ! Component: 2850 - total flux cleaned = -0.000661584 Jy ! Component: 2900 - total flux cleaned = -0.000679366 Jy ! Component: 2950 - total flux cleaned = -0.000644121 Jy ! Component: 3000 - total flux cleaned = -0.000644227 Jy ! Component: 3050 - total flux cleaned = -0.000626931 Jy ! Component: 3100 - total flux cleaned = -0.000592192 Jy ! Component: 3150 - total flux cleaned = -0.000609557 Jy ! Component: 3200 - total flux cleaned = -0.00060953 Jy ! Component: 3250 - total flux cleaned = -0.000609556 Jy ! Component: 3300 - total flux cleaned = -0.000643561 Jy ! Component: 3350 - total flux cleaned = -0.000643566 Jy ! Component: 3400 - total flux cleaned = -0.000677338 Jy ! Component: 3450 - total flux cleaned = -0.000643587 Jy ! Component: 3500 - total flux cleaned = -0.000677056 Jy ! Component: 3550 - total flux cleaned = -0.000643639 Jy ! Component: 3600 - total flux cleaned = -0.000660138 Jy ! Component: 3650 - total flux cleaned = -0.000643521 Jy ! Component: 3700 - total flux cleaned = -0.000577648 Jy ! Component: 3750 - total flux cleaned = -0.0006105 Jy ! Component: 3800 - total flux cleaned = -0.000577824 Jy ! Component: 3850 - total flux cleaned = -0.000610446 Jy ! Component: 3900 - total flux cleaned = -0.000561726 Jy ! Component: 3950 - total flux cleaned = -0.000545609 Jy ! Component: 4000 - total flux cleaned = -0.000545631 Jy ! Component: 4050 - total flux cleaned = -0.000481503 Jy ! Total flux subtracted in 4096 components = -0.000481473 Jy ! Clean residual min=-0.000848 max=0.001230 Jy/beam ! Clean residual mean=0.000004 rms=0.000310 Jy/beam ! Combined flux in latest and established models = 0.404949 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 445 components and 0.404949 Jy ![Exited script file: muppet] wmap "J1208+5413_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.479 x 7.893 at 50.31 degrees (North through East) ! Clean map min=-0.0020198 max=0.30557 Jy/beam ! Writing clean map to FITS file: J1208+5413_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.305567 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000310372 device "J1208+5413_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J1208+5413_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.304717 0.304717 0.609434 1.21887 2.43774 4.87547 9.75095 19.5019 39.0038 78.0076 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.305 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.479 x 7.893 at 50.31 degrees (North through East) ! Clean map min=-0.0020198 max=0.30557 Jy/beam quit ! Quitting program ! Log file J1208+5413_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:26:53 2016