! Started logfile: J1851+6100_S_2014_06_09_pus_uvs.log on Wed Nov 16 20:01:29 2016 obs J1851+6100_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J1851+6100_S_2014_06_09_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.703245 visibilities/baseline/integration-bin. ! Found source: J1851+6100 ! ! 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 14304 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 J1851+6100_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 175 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 175 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 175 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 175 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.874870Jy sigma=0.010064 ! Fit after self-cal, rms=0.852763Jy sigma=0.009828 ! 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.202 mas, bmaj=6.431 mas, bpa=65.29 degrees ! Estimated noise=985.158 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.113725 Jy ! Component: 100 - total flux cleaned = 0.14147 Jy ! Total flux subtracted in 100 components = 0.14147 Jy ! Clean residual min=-0.005377 max=0.011028 Jy/beam ! Clean residual mean=-0.000029 rms=0.001643 Jy/beam ! Combined flux in latest and established models = 0.14147 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.14147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078015Jy sigma=0.000829 ! Fit after self-cal, rms=0.077994Jy sigma=0.000829 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0120308 Jy ! Component: 100 - total flux cleaned = 0.0184153 Jy ! Total flux subtracted in 100 components = 0.0184153 Jy ! Clean residual min=-0.004458 max=0.005921 Jy/beam ! Clean residual mean=-0.000006 rms=0.001206 Jy/beam ! Combined flux in latest and established models = 0.159886 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 20 components and 0.159886 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075692Jy sigma=0.000802 ! Fit after self-cal, rms=0.075678Jy sigma=0.000802 ! 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.103 mas, bmaj=7.15 mas, bpa=66.9 degrees ! Estimated noise=521.61 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.00593662 Jy ! Component: 100 - total flux cleaned = 0.00939567 Jy ! Component: 150 - total flux cleaned = 0.01147 Jy ! Component: 200 - total flux cleaned = 0.0127256 Jy ! Total flux subtracted in 200 components = 0.0127256 Jy ! Clean residual min=-0.003162 max=0.003974 Jy/beam ! Clean residual mean=0.000023 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.172611 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 34 components and 0.172611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075111Jy sigma=0.000797 ! Fit after self-cal, rms=0.075117Jy sigma=0.000797 ! 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.91 HN 0.97 KP 1.06 ! LA 1.16 MK 1.09 NL 0.94 OV 0.96 ! PT 1.00 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.11 HN 1.03 KP 1.03 ! LA 1.13 MK 1.08 NL 0.98 OV 1.00 ! PT 0.99 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.21 HN 1.01 KP 0.92 ! LA 0.90 MK 1.11 NL 0.98 OV 0.94 ! PT 0.97 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.01 KP 0.88 ! LA 0.86 MK 1.15 NL 1.07 OV 0.98 ! PT 1.00 SC 0.93 ! ! ! Fit before self-cal, rms=0.075117Jy sigma=0.000797 ! Fit after self-cal, rms=0.072522Jy sigma=0.000774 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.135 mas, bmaj=7.077 mas, bpa=67.05 degrees ! Estimated noise=520.59 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.000133886 Jy ! Component: 100 - total flux cleaned = 0.00013271 Jy ! Component: 150 - total flux cleaned = 0.000138417 Jy ! Component: 200 - total flux cleaned = 0.000142208 Jy ! Total flux subtracted in 200 components = 0.000142208 Jy ! Clean residual min=-0.001902 max=0.001997 Jy/beam ! Clean residual mean=0.000007 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.172754 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 43 components and 0.172754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072428Jy sigma=0.000773 ! Fit after self-cal, rms=0.072438Jy sigma=0.000773 ! 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.072438Jy sigma=0.000773 ! Fit after self-cal, rms=0.072952Jy sigma=0.000771 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.122 mas, bmaj=7.12 mas, bpa=66.91 degrees ! Estimated noise=521.971 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000208588 Jy ! Component: 100 - total flux cleaned = -0.00029822 Jy ! Component: 150 - total flux cleaned = -0.000335001 Jy ! Component: 200 - total flux cleaned = -0.000367124 Jy ! Total flux subtracted in 200 components = -0.000367124 Jy ! Clean residual min=-0.001636 max=0.001623 Jy/beam ! Clean residual mean=-0.000001 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.172386 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 49 components and 0.172386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072935Jy sigma=0.000771 ! Fit after self-cal, rms=0.072944Jy 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 = -3.95123e-05 Jy ! Component: 100 - total flux cleaned = -3.94169e-05 Jy ! Component: 150 - total flux cleaned = -5.14001e-05 Jy ! Component: 200 - total flux cleaned = -6.24056e-05 Jy ! Total flux subtracted in 200 components = -6.24056e-05 Jy ! Clean residual min=-0.001641 max=0.001622 Jy/beam ! Clean residual mean=-0.000001 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.172324 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 55 components and 0.172324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072938Jy sigma=0.000771 ! Fit after self-cal, rms=0.072937Jy 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.072937Jy sigma=0.000771 ! Fit after self-cal, rms=0.072913Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.121 mas, bmaj=7.116 mas, bpa=66.85 degrees ! Estimated noise=521.874 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000129489 Jy ! Component: 100 - total flux cleaned = -0.000180517 Jy ! Component: 150 - total flux cleaned = -0.000191513 Jy ! Component: 200 - total flux cleaned = -0.000201934 Jy ! Total flux subtracted in 200 components = -0.000201934 Jy ! Clean residual min=-0.001653 max=0.001589 Jy/beam ! Clean residual mean=-0.000000 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.172122 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 56 components and 0.172122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072907Jy sigma=0.000771 ! Fit after self-cal, rms=0.072907Jy 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.13619e-05 Jy ! Component: 100 - total flux cleaned = -8.54883e-06 Jy ! Component: 150 - total flux cleaned = -2.68567e-05 Jy ! Component: 200 - total flux cleaned = -3.56509e-05 Jy ! Total flux subtracted in 200 components = -3.56509e-05 Jy ! Clean residual min=-0.001656 max=0.001587 Jy/beam ! Clean residual mean=-0.000000 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.172087 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.172086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072904Jy sigma=0.000771 ! Fit after self-cal, rms=0.072903Jy 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.072903Jy sigma=0.000771 ! Fit after self-cal, rms=0.072873Jy sigma=0.000771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.313 mas, bmaj=10.38 mas, bpa=80.98 degrees ! Estimated noise=606.987 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000173385 Jy ! Component: 100 - total flux cleaned = 0.000203996 Jy ! Component: 150 - total flux cleaned = 0.000222648 Jy ! Component: 200 - total flux cleaned = 0.000233512 Jy ! Total flux subtracted in 200 components = 0.000233512 Jy ! Clean residual min=-0.001452 max=0.001761 Jy/beam ! Clean residual mean=0.000002 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.17232 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 66 components and 0.17232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072873Jy sigma=0.000771 ! Fit after self-cal, rms=0.072874Jy 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 = 9.82696e-06 Jy ! Component: 100 - total flux cleaned = 1.98911e-05 Jy ! Component: 150 - total flux cleaned = 2.77311e-05 Jy ! Component: 200 - total flux cleaned = 3.75479e-05 Jy ! Total flux subtracted in 200 components = 3.75479e-05 Jy ! Clean residual min=-0.001454 max=0.001758 Jy/beam ! Clean residual mean=0.000002 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.172358 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 69 components and 0.172358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072874Jy sigma=0.000771 ! Fit after self-cal, rms=0.072874Jy 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=4.121 mas, bmaj=7.112 mas, bpa=66.83 degrees ! Estimated noise=521.703 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.121 x 7.112 at 66.83 degrees (North through East) ! Clean map min=-0.0016192 max=0.14834 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.22 mas, bmaj=6.4 mas, bpa=65.26 degrees ! Estimated noise=987.888 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.113894 Jy ! Component: 100 - total flux cleaned = 0.142444 Jy ! Component: 150 - total flux cleaned = 0.155071 Jy ! Component: 200 - total flux cleaned = 0.161476 Jy ! Total flux subtracted in 200 components = 0.161476 Jy ! Clean residual min=-0.003157 max=0.003753 Jy/beam ! Clean residual mean=-0.000012 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.161476 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.161476 Jy ! Inverting map and beam ! Estimated beam: bmin=4.121 mas, bmaj=7.112 mas, bpa=66.83 degrees ! Estimated noise=521.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.00479683 Jy ! Component: 100 - total flux cleaned = 0.00739729 Jy ! Component: 150 - total flux cleaned = 0.00895515 Jy ! Component: 200 - total flux cleaned = 0.00963962 Jy ! Total flux subtracted in 200 components = 0.00963962 Jy ! Clean residual min=-0.001734 max=0.001764 Jy/beam ! Clean residual mean=-0.000002 rms=0.000404 Jy/beam ! Combined flux in latest and established models = 0.171115 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 35 components and 0.171115 Jy ! Inverting map ! Added new window around map position (11, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000310647 Jy ! Component: 100 - total flux cleaned = 0.000531398 Jy ! Component: 150 - total flux cleaned = 0.000659821 Jy ! Component: 200 - total flux cleaned = 0.000713137 Jy ! Total flux subtracted in 200 components = 0.000713137 Jy ! Clean residual min=-0.001714 max=0.001609 Jy/beam ! Clean residual mean=0.000000 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.171829 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 59 components and 0.171829 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.313 mas, bmaj=10.38 mas, bpa=80.98 degrees ! Estimated noise=606.987 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00034777 Jy ! Component: 100 - total flux cleaned = 0.000318333 Jy ! Component: 150 - total flux cleaned = 0.000303762 Jy ! Component: 200 - total flux cleaned = 0.000290024 Jy ! Total flux subtracted in 200 components = 0.000290024 Jy ! Clean residual min=-0.001300 max=0.001471 Jy/beam ! Clean residual mean=0.000002 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.172119 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.32814e-05 Jy ! Component: 100 - total flux cleaned = -2.57664e-05 Jy ! Component: 150 - total flux cleaned = -3.75125e-05 Jy ! Component: 200 - total flux cleaned = -3.74014e-05 Jy ! Total flux subtracted in 200 components = -3.74014e-05 Jy ! Clean residual min=-0.001287 max=0.001463 Jy/beam ! Clean residual mean=0.000002 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.172081 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 91 components and 0.172081 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.121 mas, bmaj=7.112 mas, bpa=66.83 degrees ! Estimated noise=521.703 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000126384 Jy ! Component: 100 - total flux cleaned = -0.000126028 Jy ! Component: 150 - total flux cleaned = -0.000107539 Jy ! Component: 200 - total flux cleaned = -0.000108068 Jy ! Total flux subtracted in 200 components = -0.000108068 Jy ! Clean residual min=-0.001641 max=0.001596 Jy/beam ! Clean residual mean=0.000001 rms=0.000351 Jy/beam ! Combined flux in latest and established models = 0.171973 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 109 components and 0.171973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072826Jy sigma=0.000771 ! Fit after self-cal, rms=0.072821Jy sigma=0.000771 wmodel J1851+6100_S_2014_06_09_pus_map.mod ! Writing 109 model components to file: J1851+6100_S_2014_06_09_pus_map.mod wobs J1851+6100_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J1851+6100_S_2014_06_09_pus_uvs.fits wwins J1851+6100_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J1851+6100_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 = -3.56744e-05 Jy ! Component: 100 - total flux cleaned = 6.56152e-05 Jy ! Component: 150 - total flux cleaned = 6.55725e-05 Jy ! Component: 200 - total flux cleaned = 8.8127e-05 Jy ! Component: 250 - total flux cleaned = 6.69521e-05 Jy ! Component: 300 - total flux cleaned = -3.2386e-05 Jy ! Component: 350 - total flux cleaned = -7.04447e-05 Jy ! Component: 400 - total flux cleaned = -0.000126437 Jy ! Component: 450 - total flux cleaned = -0.000181181 Jy ! Component: 500 - total flux cleaned = -0.000269706 Jy ! Component: 550 - total flux cleaned = -0.000321877 Jy ! Component: 600 - total flux cleaned = -0.000389865 Jy ! Component: 650 - total flux cleaned = -0.000439617 Jy ! Component: 700 - total flux cleaned = -0.000488667 Jy ! Component: 750 - total flux cleaned = -0.000537018 Jy ! Component: 800 - total flux cleaned = -0.000630806 Jy ! Component: 850 - total flux cleaned = -0.000753646 Jy ! Component: 900 - total flux cleaned = -0.000829314 Jy ! Component: 950 - total flux cleaned = -0.000918659 Jy ! Component: 1000 - total flux cleaned = -0.00102134 Jy ! Component: 1050 - total flux cleaned = -0.00103569 Jy ! Component: 1100 - total flux cleaned = -0.00113552 Jy ! Component: 1150 - total flux cleaned = -0.00112139 Jy ! Component: 1200 - total flux cleaned = -0.0011775 Jy ! Component: 1250 - total flux cleaned = -0.00126067 Jy ! Component: 1300 - total flux cleaned = -0.0013152 Jy ! Component: 1350 - total flux cleaned = -0.00138248 Jy ! Component: 1400 - total flux cleaned = -0.00140897 Jy ! Component: 1450 - total flux cleaned = -0.0014615 Jy ! Component: 1500 - total flux cleaned = -0.00148751 Jy ! Component: 1550 - total flux cleaned = -0.00157788 Jy ! Component: 1600 - total flux cleaned = -0.00160333 Jy ! Component: 1650 - total flux cleaned = -0.00161611 Jy ! Component: 1700 - total flux cleaned = -0.00169099 Jy ! Component: 1750 - total flux cleaned = -0.00166614 Jy ! Component: 1800 - total flux cleaned = -0.00172756 Jy ! Component: 1850 - total flux cleaned = -0.00173989 Jy ! Component: 1900 - total flux cleaned = -0.00169172 Jy ! Component: 1950 - total flux cleaned = -0.00176325 Jy ! Component: 2000 - total flux cleaned = -0.00175129 Jy ! Component: 2050 - total flux cleaned = -0.00171629 Jy ! Component: 2100 - total flux cleaned = -0.00173971 Jy ! Component: 2150 - total flux cleaned = -0.00178577 Jy ! Component: 2200 - total flux cleaned = -0.00176292 Jy ! Component: 2250 - total flux cleaned = -0.00184209 Jy ! Component: 2300 - total flux cleaned = -0.00186444 Jy ! Component: 2350 - total flux cleaned = -0.00183117 Jy ! Component: 2400 - total flux cleaned = -0.00187528 Jy ! Component: 2450 - total flux cleaned = -0.00185334 Jy ! Component: 2500 - total flux cleaned = -0.00189683 Jy ! Component: 2550 - total flux cleaned = -0.00192931 Jy ! Component: 2600 - total flux cleaned = -0.00195078 Jy ! Component: 2650 - total flux cleaned = -0.00200394 Jy ! Component: 2700 - total flux cleaned = -0.00201463 Jy ! Component: 2750 - total flux cleaned = -0.00208775 Jy ! Component: 2800 - total flux cleaned = -0.00210848 Jy ! Component: 2850 - total flux cleaned = -0.00212911 Jy ! Component: 2900 - total flux cleaned = -0.00211874 Jy ! Component: 2950 - total flux cleaned = -0.00217975 Jy ! Component: 3000 - total flux cleaned = -0.00219984 Jy ! Component: 3050 - total flux cleaned = -0.0022399 Jy ! Component: 3100 - total flux cleaned = -0.00222988 Jy ! Component: 3150 - total flux cleaned = -0.00229896 Jy ! Component: 3200 - total flux cleaned = -0.00229885 Jy ! Component: 3250 - total flux cleaned = -0.00228915 Jy ! Component: 3300 - total flux cleaned = -0.00231825 Jy ! Component: 3350 - total flux cleaned = -0.00229904 Jy ! Component: 3400 - total flux cleaned = -0.00228943 Jy ! Component: 3450 - total flux cleaned = -0.00226092 Jy ! Component: 3500 - total flux cleaned = -0.00230808 Jy ! Component: 3550 - total flux cleaned = -0.00228937 Jy ! Component: 3600 - total flux cleaned = -0.00232662 Jy ! Component: 3650 - total flux cleaned = -0.0023173 Jy ! Component: 3700 - total flux cleaned = -0.00233568 Jy ! Component: 3750 - total flux cleaned = -0.00233557 Jy ! Component: 3800 - total flux cleaned = -0.0023355 Jy ! Component: 3850 - total flux cleaned = -0.00230821 Jy ! Component: 3900 - total flux cleaned = -0.00231722 Jy ! Component: 3950 - total flux cleaned = -0.0022992 Jy ! Component: 4000 - total flux cleaned = -0.00229921 Jy ! Component: 4050 - total flux cleaned = -0.00229032 Jy ! Total flux subtracted in 4096 components = -0.00229032 Jy ! Clean residual min=-0.000539 max=0.000745 Jy/beam ! Clean residual mean=-0.000000 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.169683 Jy keep ! Adding 274 model components to the UV plane model. ! The established model now contains 383 components and 0.169683 Jy ![Exited script file: muppet] wmap "J1851+6100_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.121 x 7.112 at 66.83 degrees (North through East) ! Clean map min=-0.0014531 max=0.14876 Jy/beam ! Writing clean map to FITS file: J1851+6100_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.148761 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000156853 device "J1851+6100_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J1851+6100_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.316318 0.316318 0.632637 1.26527 2.53055 5.06109 10.1222 20.2444 40.4887 80.9775 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.148 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.121 x 7.112 at 66.83 degrees (North through East) ! Clean map min=-0.0014531 max=0.14876 Jy/beam quit ! Quitting program ! Log file J1851+6100_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 20:01:34 2016