! Started logfile: J2205+7436_S_2014_06_09_pus_uvs.log on Wed Nov 16 20:05:57 2016 obs J2205+7436_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J2205+7436_S_2014_06_09_pus_uva.fits ! AN table 1: 71 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.688576 visibilities/baseline/integration-bin. ! Found source: J2205+7436 ! ! 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 336 lines of history. ! ! Reading 8800 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 J2205+7436_S_2014_06_09_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 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.793551Jy sigma=0.008827 ! Fit after self-cal, rms=0.770323Jy sigma=0.008563 ! 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.861 mas, bmaj=8.812 mas, bpa=-76.72 degrees ! Estimated noise=1091.84 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.177076 Jy ! Component: 100 - total flux cleaned = 0.21704 Jy ! Total flux subtracted in 100 components = 0.21704 Jy ! Clean residual min=-0.006281 max=0.014019 Jy/beam ! Clean residual mean=0.000053 rms=0.002160 Jy/beam ! Combined flux in latest and established models = 0.21704 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.21704 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083241Jy sigma=0.000867 ! Fit after self-cal, rms=0.083245Jy sigma=0.000867 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0151196 Jy ! Component: 100 - total flux cleaned = 0.023852 Jy ! Total flux subtracted in 100 components = 0.023852 Jy ! Clean residual min=-0.005478 max=0.007001 Jy/beam ! Clean residual mean=0.000025 rms=0.001506 Jy/beam ! Combined flux in latest and established models = 0.240892 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 24 components and 0.240892 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079570Jy sigma=0.000828 ! Fit after self-cal, rms=0.079565Jy sigma=0.000828 ! 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.553 mas, bmaj=9.823 mas, bpa=-76.57 degrees ! Estimated noise=689.039 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.00739268 Jy ! Component: 100 - total flux cleaned = 0.0114971 Jy ! Component: 150 - total flux cleaned = 0.0139131 Jy ! Component: 200 - total flux cleaned = 0.0153802 Jy ! Total flux subtracted in 200 components = 0.0153802 Jy ! Clean residual min=-0.004255 max=0.004008 Jy/beam ! Clean residual mean=0.000000 rms=0.001041 Jy/beam ! Combined flux in latest and established models = 0.256272 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 50 components and 0.256272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078711Jy sigma=0.000822 ! Fit after self-cal, rms=0.078719Jy sigma=0.000822 ! 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.00* FD 0.86 HN 0.95 KP 1.04 ! LA 1.18 MK 1.01 NL 0.98 OV 0.97 ! PT 0.98 SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.03 KP 1.02 ! LA 1.13 MK 1.07 NL 1.02 OV 1.02 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.15 HN 1.01 KP 0.91 ! LA 0.91 MK 1.07 NL 1.02 OV 0.94 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.03 HN 1.01 KP 0.89 ! LA 0.88 MK 1.07 NL 1.05 OV 1.03 ! PT 1.00 SC 0.95 ! ! ! Fit before self-cal, rms=0.078719Jy sigma=0.000822 ! Fit after self-cal, rms=0.074983Jy sigma=0.000783 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.57 mas, bmaj=9.783 mas, bpa=-76.6 degrees ! Estimated noise=689.121 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.0001908 Jy ! Component: 100 - total flux cleaned = 0.000158333 Jy ! Component: 150 - total flux cleaned = 0.000157903 Jy ! Component: 200 - total flux cleaned = 0.000159227 Jy ! Total flux subtracted in 200 components = 0.000159227 Jy ! Clean residual min=-0.002562 max=0.002528 Jy/beam ! Clean residual mean=-0.000015 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.256431 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 68 components and 0.256431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074955Jy sigma=0.000783 ! Fit after self-cal, rms=0.074954Jy sigma=0.000782 ! 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.074954Jy sigma=0.000782 ! Fit after self-cal, rms=0.074857Jy sigma=0.000780 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.57 mas, bmaj=9.79 mas, bpa=-76.68 degrees ! Estimated noise=689.803 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.30983e-05 Jy ! Component: 100 - total flux cleaned = -6.60971e-05 Jy ! Component: 150 - total flux cleaned = -1.71746e-05 Jy ! Component: 200 - total flux cleaned = 2.47171e-05 Jy ! Total flux subtracted in 200 components = 2.47171e-05 Jy ! Clean residual min=-0.002110 max=0.002372 Jy/beam ! Clean residual mean=-0.000003 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.256456 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 75 components and 0.256456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074837Jy sigma=0.000780 ! Fit after self-cal, rms=0.074838Jy 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) ! Added new window around map position (-14, 10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00192057 Jy ! Component: 100 - total flux cleaned = 0.00187182 Jy ! Component: 150 - total flux cleaned = 0.00187161 Jy ! Component: 200 - total flux cleaned = 0.00180099 Jy ! Total flux subtracted in 200 components = 0.00180099 Jy ! Clean residual min=-0.002126 max=0.001993 Jy/beam ! Clean residual mean=-0.000002 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.258257 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 95 components and 0.258257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074764Jy sigma=0.000779 ! Fit after self-cal, rms=0.074759Jy sigma=0.000779 ! 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.074759Jy sigma=0.000779 ! Fit after self-cal, rms=0.074707Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.57 mas, bmaj=9.781 mas, bpa=-76.72 degrees ! Estimated noise=689.342 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000625708 Jy ! Component: 100 - total flux cleaned = 0.000724567 Jy ! Component: 150 - total flux cleaned = 0.000839966 Jy ! Component: 200 - total flux cleaned = 0.000865232 Jy ! Total flux subtracted in 200 components = 0.000865232 Jy ! Clean residual min=-0.002062 max=0.001914 Jy/beam ! Clean residual mean=-0.000001 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.259122 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 109 components and 0.259122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074679Jy sigma=0.000779 ! Fit after self-cal, rms=0.074677Jy sigma=0.000779 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 = 9.35668e-05 Jy ! Component: 100 - total flux cleaned = 7.0464e-05 Jy ! Component: 150 - total flux cleaned = 2.89457e-05 Jy ! Component: 200 - total flux cleaned = -9.22029e-06 Jy ! Total flux subtracted in 200 components = -9.22029e-06 Jy ! Clean residual min=-0.002010 max=0.001886 Jy/beam ! Clean residual mean=-0.000001 rms=0.000461 Jy/beam ! Combined flux in latest and established models = 0.259113 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 120 components and 0.259113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074664Jy sigma=0.000779 ! Fit after self-cal, rms=0.074664Jy sigma=0.000779 ! 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.074664Jy sigma=0.000779 ! Fit after self-cal, rms=0.074590Jy sigma=0.000779 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.476 mas, bmaj=14.18 mas, bpa=-77.05 degrees ! Estimated noise=818.528 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000395826 Jy ! Component: 100 - total flux cleaned = 0.000425219 Jy ! Component: 150 - total flux cleaned = 0.000438751 Jy ! Component: 200 - total flux cleaned = 0.000439295 Jy ! Total flux subtracted in 200 components = 0.000439295 Jy ! Clean residual min=-0.001736 max=0.001904 Jy/beam ! Clean residual mean=-0.000003 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.259552 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 134 components and 0.259552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074586Jy sigma=0.000779 ! Fit after self-cal, rms=0.074585Jy sigma=0.000779 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 = -7.50366e-06 Jy ! Component: 100 - total flux cleaned = 3.05658e-06 Jy ! Component: 150 - total flux cleaned = -7.11244e-06 Jy ! Component: 200 - total flux cleaned = -7.38724e-06 Jy ! Total flux subtracted in 200 components = -7.38724e-06 Jy ! Clean residual min=-0.001741 max=0.001891 Jy/beam ! Clean residual mean=-0.000003 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.259545 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 143 components and 0.259545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074583Jy sigma=0.000778 ! Fit after self-cal, rms=0.074582Jy sigma=0.000778 ! 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.57 mas, bmaj=9.774 mas, bpa=-76.74 degrees ! Estimated noise=688.703 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.57 x 9.774 at -76.74 degrees (North through East) ! Clean map min=-0.0018966 max=0.23029 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.875 mas, bmaj=8.742 mas, bpa=-76.73 degrees ! Estimated noise=1092.15 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.177033 Jy ! Component: 100 - total flux cleaned = 0.217037 Jy ! Component: 150 - total flux cleaned = 0.231978 Jy ! Component: 200 - total flux cleaned = 0.240566 Jy ! Total flux subtracted in 200 components = 0.240566 Jy ! Clean residual min=-0.004166 max=0.004921 Jy/beam ! Clean residual mean=0.000018 rms=0.001103 Jy/beam ! Combined flux in latest and established models = 0.240566 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.240566 Jy ! Inverting map and beam ! Estimated beam: bmin=3.57 mas, bmaj=9.774 mas, bpa=-76.74 degrees ! Estimated noise=688.703 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.00724659 Jy ! Component: 100 - total flux cleaned = 0.011483 Jy ! Component: 150 - total flux cleaned = 0.0141878 Jy ! Component: 200 - total flux cleaned = 0.0160191 Jy ! Total flux subtracted in 200 components = 0.0160191 Jy ! Clean residual min=-0.002014 max=0.002040 Jy/beam ! Clean residual mean=0.000001 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.256585 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 65 components and 0.256585 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.476 mas, bmaj=14.18 mas, bpa=-77.05 degrees ! Estimated noise=818.528 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00175062 Jy ! Component: 100 - total flux cleaned = 0.00205873 Jy ! Component: 150 - total flux cleaned = 0.00225521 Jy ! Component: 200 - total flux cleaned = 0.00243731 Jy ! Total flux subtracted in 200 components = 0.00243731 Jy ! Clean residual min=-0.001762 max=0.002010 Jy/beam ! Clean residual mean=-0.000003 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.259022 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.000125373 Jy ! Component: 100 - total flux cleaned = 0.000228296 Jy ! Component: 150 - total flux cleaned = 0.000243269 Jy ! Component: 200 - total flux cleaned = 0.000284244 Jy ! Total flux subtracted in 200 components = 0.000284244 Jy ! Clean residual min=-0.001769 max=0.001970 Jy/beam ! Clean residual mean=-0.000003 rms=0.000542 Jy/beam ! Combined flux in latest and established models = 0.259306 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 105 components and 0.259306 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.57 mas, bmaj=9.774 mas, bpa=-76.74 degrees ! Estimated noise=688.703 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000156585 Jy ! Component: 100 - total flux cleaned = -0.000128437 Jy ! Component: 150 - total flux cleaned = -0.000129071 Jy ! Component: 200 - total flux cleaned = -0.000128195 Jy ! Total flux subtracted in 200 components = -0.000128195 Jy ! Clean residual min=-0.001963 max=0.001922 Jy/beam ! Clean residual mean=-0.000001 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.259178 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 123 components and 0.259178 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074585Jy sigma=0.000779 ! Fit after self-cal, rms=0.074581Jy sigma=0.000779 wmodel J2205+7436_S_2014_06_09_pus_map.mod ! Writing 123 model components to file: J2205+7436_S_2014_06_09_pus_map.mod wobs J2205+7436_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J2205+7436_S_2014_06_09_pus_uvs.fits wwins J2205+7436_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J2205+7436_S_2014_06_09_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.000262936 Jy ! Component: 100 - total flux cleaned = 0.000702231 Jy ! Component: 150 - total flux cleaned = 0.000966956 Jy ! Component: 200 - total flux cleaned = 0.00116311 Jy ! Component: 250 - total flux cleaned = 0.0012981 Jy ! Component: 300 - total flux cleaned = 0.00134998 Jy ! Component: 350 - total flux cleaned = 0.00132529 Jy ! Component: 400 - total flux cleaned = 0.00132576 Jy ! Component: 450 - total flux cleaned = 0.00137293 Jy ! Component: 500 - total flux cleaned = 0.00141918 Jy ! Component: 550 - total flux cleaned = 0.0015086 Jy ! Component: 600 - total flux cleaned = 0.00153034 Jy ! Component: 650 - total flux cleaned = 0.00155201 Jy ! Component: 700 - total flux cleaned = 0.00157287 Jy ! Component: 750 - total flux cleaned = 0.00163398 Jy ! Component: 800 - total flux cleaned = 0.00169403 Jy ! Component: 850 - total flux cleaned = 0.00173306 Jy ! Component: 900 - total flux cleaned = 0.0017522 Jy ! Component: 950 - total flux cleaned = 0.00179005 Jy ! Component: 1000 - total flux cleaned = 0.00190178 Jy ! Component: 1050 - total flux cleaned = 0.00197463 Jy ! Component: 1100 - total flux cleaned = 0.00202858 Jy ! Component: 1150 - total flux cleaned = 0.0020999 Jy ! Component: 1200 - total flux cleaned = 0.00215264 Jy ! Component: 1250 - total flux cleaned = 0.00223893 Jy ! Component: 1300 - total flux cleaned = 0.00228989 Jy ! Component: 1350 - total flux cleaned = 0.00228955 Jy ! Component: 1400 - total flux cleaned = 0.00232279 Jy ! Component: 1450 - total flux cleaned = 0.00243803 Jy ! Component: 1500 - total flux cleaned = 0.0024705 Jy ! Component: 1550 - total flux cleaned = 0.00251877 Jy ! Component: 1600 - total flux cleaned = 0.00251876 Jy ! Component: 1650 - total flux cleaned = 0.0025504 Jy ! Component: 1700 - total flux cleaned = 0.00253515 Jy ! Component: 1750 - total flux cleaned = 0.00253521 Jy ! Component: 1800 - total flux cleaned = 0.00256562 Jy ! Component: 1850 - total flux cleaned = 0.00259582 Jy ! Component: 1900 - total flux cleaned = 0.00252108 Jy ! Component: 1950 - total flux cleaned = 0.00250657 Jy ! Component: 2000 - total flux cleaned = 0.00253606 Jy ! Component: 2050 - total flux cleaned = 0.00253606 Jy ! Component: 2100 - total flux cleaned = 0.00256485 Jy ! Component: 2150 - total flux cleaned = 0.00257912 Jy ! Component: 2200 - total flux cleaned = 0.00259321 Jy ! Component: 2250 - total flux cleaned = 0.00262109 Jy ! Component: 2300 - total flux cleaned = 0.0026762 Jy ! Component: 2350 - total flux cleaned = 0.00267621 Jy ! Component: 2400 - total flux cleaned = 0.00270346 Jy ! Component: 2450 - total flux cleaned = 0.00278426 Jy ! Component: 2500 - total flux cleaned = 0.00279751 Jy ! Component: 2550 - total flux cleaned = 0.00283739 Jy ! Component: 2600 - total flux cleaned = 0.00286378 Jy ! Component: 2650 - total flux cleaned = 0.00291589 Jy ! Component: 2700 - total flux cleaned = 0.00292873 Jy ! Component: 2750 - total flux cleaned = 0.00294158 Jy ! Component: 2800 - total flux cleaned = 0.00300524 Jy ! Component: 2850 - total flux cleaned = 0.00306863 Jy ! Component: 2900 - total flux cleaned = 0.00306864 Jy ! Component: 2950 - total flux cleaned = 0.00311843 Jy ! Component: 3000 - total flux cleaned = 0.00318023 Jy ! Component: 3050 - total flux cleaned = 0.00318019 Jy ! Component: 3100 - total flux cleaned = 0.00321679 Jy ! Component: 3150 - total flux cleaned = 0.00328954 Jy ! Component: 3200 - total flux cleaned = 0.00332571 Jy ! Component: 3250 - total flux cleaned = 0.00336158 Jy ! Component: 3300 - total flux cleaned = 0.0034091 Jy ! Component: 3350 - total flux cleaned = 0.00346816 Jy ! Component: 3400 - total flux cleaned = 0.00351517 Jy ! Component: 3450 - total flux cleaned = 0.00355014 Jy ! Component: 3500 - total flux cleaned = 0.00353847 Jy ! Component: 3550 - total flux cleaned = 0.00361948 Jy ! Component: 3600 - total flux cleaned = 0.00366533 Jy ! Component: 3650 - total flux cleaned = 0.00366539 Jy ! Component: 3700 - total flux cleaned = 0.00373358 Jy ! Component: 3750 - total flux cleaned = 0.00379006 Jy ! Component: 3800 - total flux cleaned = 0.00375633 Jy ! Component: 3850 - total flux cleaned = 0.00384568 Jy ! Component: 3900 - total flux cleaned = 0.00382341 Jy ! Component: 3950 - total flux cleaned = 0.00384553 Jy ! Component: 4000 - total flux cleaned = 0.00386741 Jy ! Component: 4050 - total flux cleaned = 0.00386748 Jy ! Total flux subtracted in 4096 components = 0.00393279 Jy ! Clean residual min=-0.000577 max=0.000597 Jy/beam ! Clean residual mean=0.000001 rms=0.000198 Jy/beam ! Combined flux in latest and established models = 0.263111 Jy keep ! Adding 250 model components to the UV plane model. ! The established model now contains 373 components and 0.263111 Jy ![Exited script file: muppet] wmap "J2205+7436_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.57 x 9.774 at -76.74 degrees (North through East) ! Clean map min=-0.0015296 max=0.23035 Jy/beam ! Writing clean map to FITS file: J2205+7436_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.23035 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000198278 device "J2205+7436_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J2205+7436_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.258231 0.258231 0.516462 1.03292 2.06585 4.13169 8.26339 16.5268 33.0535 66.1071 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.23 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.57 x 9.774 at -76.74 degrees (North through East) ! Clean map min=-0.0015296 max=0.23035 Jy/beam quit ! Quitting program ! Log file J2205+7436_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 20:06:02 2016