! Started logfile: J1010+0803_S_2014_08_09_pus_uvs.log on Tue Nov 29 23:02:02 2016 obs J1010+0803_S_2014_08_09_pus_uva.fits ! Reading UV FITS file: J1010+0803_S_2014_08_09_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.877049 visibilities/baseline/integration-bin. ! Found source: J1010+0803 ! ! 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 342 lines of history. ! ! Reading 19260 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 J1010+0803_S_2014_08_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 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 80 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.945634Jy sigma=0.009999 ! Fit after self-cal, rms=0.920146Jy sigma=0.009743 ! 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.17 mas, bmaj=6.497 mas, bpa=1.131 degrees ! Estimated noise=656.426 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.0637676 Jy ! Component: 100 - total flux cleaned = 0.0776907 Jy ! Total flux subtracted in 100 components = 0.0776907 Jy ! Clean residual min=-0.002910 max=0.004074 Jy/beam ! Clean residual mean=-0.000002 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.0776907 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0776907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078695Jy sigma=0.000778 ! Fit after self-cal, rms=0.078683Jy sigma=0.000778 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00387286 Jy ! Component: 100 - total flux cleaned = 0.00567498 Jy ! Total flux subtracted in 100 components = 0.00567498 Jy ! Clean residual min=-0.002872 max=0.002369 Jy/beam ! Clean residual mean=0.000000 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.0833657 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 18 components and 0.0833657 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078448Jy sigma=0.000776 ! Fit after self-cal, rms=0.078444Jy sigma=0.000776 ! 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.742 mas, bmaj=7.508 mas, bpa=0.5 degrees ! Estimated noise=488.368 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.00112082 Jy ! Component: 100 - total flux cleaned = 0.00173213 Jy ! Component: 150 - total flux cleaned = 0.00208722 Jy ! Component: 200 - total flux cleaned = 0.00219685 Jy ! Total flux subtracted in 200 components = 0.00219685 Jy ! Clean residual min=-0.002343 max=0.001850 Jy/beam ! Clean residual mean=0.000003 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.0855625 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 32 components and 0.0855625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078415Jy sigma=0.000776 ! Fit after self-cal, rms=0.078416Jy sigma=0.000776 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.90 HN 0.97 KP 1.04 ! LA 1.09 MK 0.98 NL 0.95 OV 1.04 ! PT 1.06 SC 0.96 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.05 HN 1.03 KP 1.01 ! LA 1.01 MK 1.03 NL 1.05 OV 1.07 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.17 HN 1.02 KP 0.90 ! LA 0.83 MK 1.04 NL 1.04 OV 0.95 ! PT 0.99 SC 1.05 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.03 HN 0.96 KP 0.86 ! LA 0.81 MK 1.00 NL 1.04 OV 0.98 ! PT 1.05 SC 0.96 ! ! ! Fit before self-cal, rms=0.078416Jy sigma=0.000776 ! Fit after self-cal, rms=0.076333Jy sigma=0.000771 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.743 mas, bmaj=7.527 mas, bpa=0.6108 degrees ! Estimated noise=488.565 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.000377996 Jy ! Component: 100 - total flux cleaned = -0.00048285 Jy ! Component: 150 - total flux cleaned = -0.000548873 Jy ! Component: 200 - total flux cleaned = -0.000568503 Jy ! Total flux subtracted in 200 components = -0.000568503 Jy ! Clean residual min=-0.001805 max=0.001522 Jy/beam ! Clean residual mean=0.000003 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.084994 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.084994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076329Jy sigma=0.000771 ! Fit after self-cal, rms=0.076310Jy sigma=0.000771 ! 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.076310Jy sigma=0.000771 ! Fit after self-cal, rms=0.076237Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.746 mas, bmaj=7.54 mas, bpa=0.5868 degrees ! Estimated noise=487.865 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000314782 Jy ! Component: 100 - total flux cleaned = -0.000369112 Jy ! Component: 150 - total flux cleaned = -0.000392778 Jy ! Component: 200 - total flux cleaned = -0.000406781 Jy ! Total flux subtracted in 200 components = -0.000406781 Jy ! Clean residual min=-0.001772 max=0.001538 Jy/beam ! Clean residual mean=0.000004 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.0845873 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.0845873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076235Jy sigma=0.000771 ! Fit after self-cal, rms=0.076242Jy sigma=0.000771 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.40299e-06 Jy ! Component: 100 - total flux cleaned = -2.64387e-05 Jy ! Component: 150 - total flux cleaned = -3.87828e-05 Jy ! Component: 200 - total flux cleaned = -4.96774e-05 Jy ! Total flux subtracted in 200 components = -4.96774e-05 Jy ! Clean residual min=-0.001766 max=0.001540 Jy/beam ! Clean residual mean=0.000004 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.0845376 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.0845376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076241Jy sigma=0.000771 ! Fit after self-cal, rms=0.076241Jy sigma=0.000771 ! 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.076241Jy sigma=0.000771 ! Fit after self-cal, rms=0.076203Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.749 mas, bmaj=7.547 mas, bpa=0.6034 degrees ! Estimated noise=487.454 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000210377 Jy ! Component: 100 - total flux cleaned = -0.000241838 Jy ! Component: 150 - total flux cleaned = -0.000258102 Jy ! Component: 200 - total flux cleaned = -0.00026778 Jy ! Total flux subtracted in 200 components = -0.00026778 Jy ! Clean residual min=-0.001758 max=0.001540 Jy/beam ! Clean residual mean=0.000004 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.0842698 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.0842698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076202Jy sigma=0.000771 ! Fit after self-cal, rms=0.076203Jy sigma=0.000771 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 = 1.74737e-06 Jy ! Component: 100 - total flux cleaned = -1.77015e-05 Jy ! Component: 150 - total flux cleaned = -2.18273e-05 Jy ! Component: 200 - total flux cleaned = -2.17364e-05 Jy ! Total flux subtracted in 200 components = -2.17364e-05 Jy ! Clean residual min=-0.001754 max=0.001542 Jy/beam ! Clean residual mean=0.000004 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.0842481 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.0842481 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076202Jy sigma=0.000771 ! Fit after self-cal, rms=0.076202Jy sigma=0.000771 ! 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.076202Jy sigma=0.000771 ! Fit after self-cal, rms=0.076176Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.839 mas, bmaj=11.23 mas, bpa=2.869 degrees ! Estimated noise=584.925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000283442 Jy ! Component: 100 - total flux cleaned = -0.000306463 Jy ! Component: 150 - total flux cleaned = -0.000306345 Jy ! Component: 200 - total flux cleaned = -0.000306079 Jy ! Total flux subtracted in 200 components = -0.000306079 Jy ! Clean residual min=-0.002038 max=0.001978 Jy/beam ! Clean residual mean=0.000007 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.083942 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 56 components and 0.083942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076176Jy sigma=0.000771 ! Fit after self-cal, rms=0.076175Jy sigma=0.000771 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 = -1.56052e-05 Jy ! Component: 100 - total flux cleaned = -1.57817e-05 Jy ! Component: 150 - total flux cleaned = -1.54843e-05 Jy ! Component: 200 - total flux cleaned = -1.53904e-05 Jy ! Total flux subtracted in 200 components = -1.53904e-05 Jy ! Clean residual min=-0.002042 max=0.001974 Jy/beam ! Clean residual mean=0.000007 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.0839266 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 58 components and 0.0839266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076175Jy sigma=0.000771 ! Fit after self-cal, rms=0.076175Jy sigma=0.000771 ! 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.752 mas, bmaj=7.552 mas, bpa=0.608 degrees ! Estimated noise=487.172 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.752 x 7.552 at 0.608 degrees (North through East) ! Clean map min=-0.0017229 max=0.081931 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.179 mas, bmaj=6.54 mas, bpa=1.21 degrees ! Estimated noise=653.195 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.063415 Jy ! Component: 100 - total flux cleaned = 0.0772599 Jy ! Component: 150 - total flux cleaned = 0.0810453 Jy ! Component: 200 - total flux cleaned = 0.0827708 Jy ! Total flux subtracted in 200 components = 0.0827708 Jy ! Clean residual min=-0.002045 max=0.001782 Jy/beam ! Clean residual mean=0.000003 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.0827707 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.0827707 Jy ! Inverting map and beam ! Estimated beam: bmin=3.752 mas, bmaj=7.552 mas, bpa=0.608 degrees ! Estimated noise=487.172 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.00112534 Jy ! Component: 100 - total flux cleaned = 0.00133602 Jy ! Component: 150 - total flux cleaned = 0.00139043 Jy ! Component: 200 - total flux cleaned = 0.00139122 Jy ! Total flux subtracted in 200 components = 0.00139122 Jy ! Clean residual min=-0.001787 max=0.001514 Jy/beam ! Clean residual mean=0.000004 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.0841619 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 42 components and 0.0841619 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.839 mas, bmaj=11.23 mas, bpa=2.869 degrees ! Estimated noise=584.925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.3845e-05 Jy ! Component: 100 - total flux cleaned = -0.000129416 Jy ! Component: 150 - total flux cleaned = -0.000159036 Jy ! Component: 200 - total flux cleaned = -0.000171969 Jy ! Total flux subtracted in 200 components = -0.000171969 Jy ! Clean residual min=-0.002047 max=0.001975 Jy/beam ! Clean residual mean=0.000007 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.0839899 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.11336e-05 Jy ! Component: 100 - total flux cleaned = -1.63392e-05 Jy ! Component: 150 - total flux cleaned = -2.11411e-05 Jy ! Component: 200 - total flux cleaned = -2.55534e-05 Jy ! Total flux subtracted in 200 components = -2.55534e-05 Jy ! Clean residual min=-0.002044 max=0.001968 Jy/beam ! Clean residual mean=0.000007 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.0839644 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 57 components and 0.0839644 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.752 mas, bmaj=7.552 mas, bpa=0.608 degrees ! Estimated noise=487.172 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.49261e-05 Jy ! Component: 100 - total flux cleaned = -2.32276e-05 Jy ! Component: 150 - total flux cleaned = -1.25774e-05 Jy ! Component: 200 - total flux cleaned = 6.08364e-06 Jy ! Total flux subtracted in 200 components = 6.08364e-06 Jy ! Clean residual min=-0.001743 max=0.001529 Jy/beam ! Clean residual mean=0.000004 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.0839705 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 63 components and 0.0839705 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076179Jy sigma=0.000771 ! Fit after self-cal, rms=0.076178Jy sigma=0.000771 wmodel J1010+0803_S_2014_08_09_pus_map.mod ! Writing 63 model components to file: J1010+0803_S_2014_08_09_pus_map.mod wobs J1010+0803_S_2014_08_09_pus_uvs.fits ! Writing UV FITS file: J1010+0803_S_2014_08_09_pus_uvs.fits wwins J1010+0803_S_2014_08_09_pus_map.win ! wwins: Wrote 1 windows to J1010+0803_S_2014_08_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.000630212 Jy ! Component: 100 - total flux cleaned = -0.000847174 Jy ! Component: 150 - total flux cleaned = -0.000970815 Jy ! Component: 200 - total flux cleaned = -0.00106351 Jy ! Component: 250 - total flux cleaned = -0.00108564 Jy ! Component: 300 - total flux cleaned = -0.00114923 Jy ! Component: 350 - total flux cleaned = -0.00114887 Jy ! Component: 400 - total flux cleaned = -0.00110952 Jy ! Component: 450 - total flux cleaned = -0.00110975 Jy ! Component: 500 - total flux cleaned = -0.00105404 Jy ! Component: 550 - total flux cleaned = -0.00103596 Jy ! Component: 600 - total flux cleaned = -0.000983375 Jy ! Component: 650 - total flux cleaned = -0.000983249 Jy ! Component: 700 - total flux cleaned = -0.000966461 Jy ! Component: 750 - total flux cleaned = -0.00098293 Jy ! Component: 800 - total flux cleaned = -0.00101478 Jy ! Component: 850 - total flux cleaned = -0.00106154 Jy ! Component: 900 - total flux cleaned = -0.00113795 Jy ! Component: 950 - total flux cleaned = -0.00113765 Jy ! Component: 1000 - total flux cleaned = -0.00121172 Jy ! Component: 1050 - total flux cleaned = -0.0012262 Jy ! Component: 1100 - total flux cleaned = -0.00129799 Jy ! Component: 1150 - total flux cleaned = -0.00134026 Jy ! Component: 1200 - total flux cleaned = -0.00135447 Jy ! Component: 1250 - total flux cleaned = -0.00142297 Jy ! Component: 1300 - total flux cleaned = -0.00147677 Jy ! Component: 1350 - total flux cleaned = -0.00150327 Jy ! Component: 1400 - total flux cleaned = -0.00154245 Jy ! Component: 1450 - total flux cleaned = -0.00151678 Jy ! Component: 1500 - total flux cleaned = -0.00163119 Jy ! Component: 1550 - total flux cleaned = -0.00161852 Jy ! Component: 1600 - total flux cleaned = -0.00168051 Jy ! Component: 1650 - total flux cleaned = -0.00175401 Jy ! Component: 1700 - total flux cleaned = -0.00180246 Jy ! Component: 1750 - total flux cleaned = -0.00181462 Jy ! Component: 1800 - total flux cleaned = -0.00182656 Jy ! Component: 1850 - total flux cleaned = -0.0018383 Jy ! Component: 1900 - total flux cleaned = -0.00188444 Jy ! Component: 1950 - total flux cleaned = -0.00186166 Jy ! Component: 2000 - total flux cleaned = -0.0018956 Jy ! Component: 2050 - total flux cleaned = -0.00187311 Jy ! Component: 2100 - total flux cleaned = -0.0019063 Jy ! Component: 2150 - total flux cleaned = -0.00189548 Jy ! Component: 2200 - total flux cleaned = -0.00189562 Jy ! Component: 2250 - total flux cleaned = -0.00189562 Jy ! Component: 2300 - total flux cleaned = -0.00192738 Jy ! Component: 2350 - total flux cleaned = -0.00190635 Jy ! Component: 2400 - total flux cleaned = -0.00192727 Jy ! Component: 2450 - total flux cleaned = -0.00194777 Jy ! Component: 2500 - total flux cleaned = -0.00197841 Jy ! Component: 2550 - total flux cleaned = -0.00193813 Jy ! Component: 2600 - total flux cleaned = -0.00199808 Jy ! Component: 2650 - total flux cleaned = -0.00200802 Jy ! Component: 2700 - total flux cleaned = -0.00200799 Jy ! Component: 2750 - total flux cleaned = -0.00204699 Jy ! Component: 2800 - total flux cleaned = -0.00205652 Jy ! Component: 2850 - total flux cleaned = -0.00208516 Jy ! Component: 2900 - total flux cleaned = -0.00211361 Jy ! Component: 2950 - total flux cleaned = -0.00212299 Jy ! Component: 3000 - total flux cleaned = -0.00216046 Jy ! Component: 3050 - total flux cleaned = -0.00220679 Jy ! Component: 3100 - total flux cleaned = -0.00221597 Jy ! Component: 3150 - total flux cleaned = -0.00225225 Jy ! Component: 3200 - total flux cleaned = -0.00222524 Jy ! Component: 3250 - total flux cleaned = -0.00227009 Jy ! Component: 3300 - total flux cleaned = -0.00224337 Jy ! Component: 3350 - total flux cleaned = -0.00226975 Jy ! Component: 3400 - total flux cleaned = -0.00230479 Jy ! Component: 3450 - total flux cleaned = -0.00228741 Jy ! Component: 3500 - total flux cleaned = -0.00229602 Jy ! Component: 3550 - total flux cleaned = -0.00231318 Jy ! Component: 3600 - total flux cleaned = -0.0023641 Jy ! Component: 3650 - total flux cleaned = -0.00233039 Jy ! Component: 3700 - total flux cleaned = -0.00241416 Jy ! Component: 3750 - total flux cleaned = -0.00245566 Jy ! Component: 3800 - total flux cleaned = -0.00247216 Jy ! Component: 3850 - total flux cleaned = -0.00249678 Jy ! Component: 3900 - total flux cleaned = -0.00249679 Jy ! Component: 3950 - total flux cleaned = -0.00252116 Jy ! Component: 4000 - total flux cleaned = -0.00254532 Jy ! Component: 4050 - total flux cleaned = -0.00258523 Jy ! Total flux subtracted in 4096 components = -0.00263272 Jy ! Clean residual min=-0.000476 max=0.000424 Jy/beam ! Clean residual mean=-0.000001 rms=0.000149 Jy/beam ! Combined flux in latest and established models = 0.0813377 Jy keep ! Adding 290 model components to the UV plane model. ! The established model now contains 353 components and 0.0813377 Jy ![Exited script file: muppet] wmap "J1010+0803_S_2014_08_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.752 x 7.552 at 0.608 degrees (North through East) ! Clean map min=-0.0012841 max=0.082023 Jy/beam ! Writing clean map to FITS file: J1010+0803_S_2014_08_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0820225 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000147399 device "J1010+0803_S_2014_08_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1010+0803_S_2014_08_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.539115 0.539115 1.07823 2.15646 4.31292 8.62584 17.2517 34.5033 69.0067 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.082 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.752 x 7.552 at 0.608 degrees (North through East) ! Clean map min=-0.0012841 max=0.082023 Jy/beam quit ! Quitting program ! Log file J1010+0803_S_2014_08_09_pus_uvs.log closed on Tue Nov 29 23:02:08 2016