! Started logfile: J0717+1001_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:18:44 2016 obs J0717+1001_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0717+1001_S_2014_08_05_pus_uva.fits ! AN table 1: 122 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.781785 visibilities/baseline/integration-bin. ! Found source: J0717+1001 ! ! 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 364 lines of history. ! ! Reading 17168 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 J0717+1001_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 174 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 136 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005248Jy sigma=0.010412 ! Fit after self-cal, rms=0.962877Jy sigma=0.010005 ! 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.773 mas, bmaj=9.039 mas, bpa=18.03 degrees ! Estimated noise=848.32 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.0313191 Jy ! Component: 100 - total flux cleaned = 0.0382327 Jy ! Total flux subtracted in 100 components = 0.0382327 Jy ! Clean residual min=-0.002675 max=0.002654 Jy/beam ! Clean residual mean=0.000004 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.0382327 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0382327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083507Jy sigma=0.000761 ! Fit after self-cal, rms=0.081529Jy sigma=0.000739 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00423658 Jy ! Component: 100 - total flux cleaned = 0.00391596 Jy ! Total flux subtracted in 100 components = 0.00391596 Jy ! Clean residual min=-0.002824 max=0.002745 Jy/beam ! Clean residual mean=0.000003 rms=0.000662 Jy/beam ! Combined flux in latest and established models = 0.0421487 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0421487 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081251Jy sigma=0.000738 ! Fit after self-cal, rms=0.081225Jy sigma=0.000738 ! 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.571 mas, bmaj=9.762 mas, bpa=17.34 degrees ! Estimated noise=540.511 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.000265578 Jy ! Component: 100 - total flux cleaned = -0.000302093 Jy ! Component: 150 - total flux cleaned = -0.000333861 Jy ! Component: 200 - total flux cleaned = -0.000347823 Jy ! Total flux subtracted in 200 components = -0.000347823 Jy ! Clean residual min=-0.001856 max=0.001760 Jy/beam ! Clean residual mean=0.000007 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0418009 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.0418009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081212Jy sigma=0.000738 ! Fit after self-cal, rms=0.081202Jy sigma=0.000738 ! 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.93 FD 0.83 HN 0.95 KP 0.98 ! LA 1.02 MK 1.00* NL 0.88 OV 1.06 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.04 HN 1.11 KP 1.11 ! LA 1.06 MK 1.00* NL 1.03 OV 1.10 ! PT 1.07 SC 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.11 HN 0.97 KP 0.99 ! LA 0.86 MK 1.00* NL 0.98 OV 1.07 ! PT 1.10 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.00 HN 0.81 KP 1.00 ! LA 0.84 MK 1.00* NL 1.00 OV 1.00 ! PT 1.11 SC 0.90 ! ! ! Fit before self-cal, rms=0.081202Jy sigma=0.000738 ! Fit after self-cal, rms=0.078376Jy sigma=0.000736 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.537 mas, bmaj=9.666 mas, bpa=17.27 degrees ! Estimated noise=545.522 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.000569923 Jy ! Component: 100 - total flux cleaned = 0.000770957 Jy ! Component: 150 - total flux cleaned = 0.000854894 Jy ! Component: 200 - total flux cleaned = 0.000880386 Jy ! Total flux subtracted in 200 components = 0.000880386 Jy ! Clean residual min=-0.001858 max=0.001643 Jy/beam ! Clean residual mean=0.000006 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.0426812 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 37 components and 0.0426812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078358Jy sigma=0.000736 ! Fit after self-cal, rms=0.078228Jy sigma=0.000735 ! 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.078228Jy sigma=0.000735 ! Fit after self-cal, rms=0.074772Jy sigma=0.000733 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.566 mas, bmaj=9.625 mas, bpa=17.24 degrees ! Estimated noise=543.615 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000425656 Jy ! Component: 100 - total flux cleaned = 0.000516917 Jy ! Component: 150 - total flux cleaned = 0.000581968 Jy ! Component: 200 - total flux cleaned = 0.000609873 Jy ! Total flux subtracted in 200 components = 0.000609873 Jy ! Clean residual min=-0.001415 max=0.001488 Jy/beam ! Clean residual mean=0.000006 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.0432911 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 49 components and 0.0432911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074768Jy sigma=0.000733 ! Fit after self-cal, rms=0.074710Jy sigma=0.000733 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 = -5.58839e-05 Jy ! Component: 100 - total flux cleaned = -3.39977e-05 Jy ! Component: 150 - total flux cleaned = -3.35646e-05 Jy ! Component: 200 - total flux cleaned = -2.50462e-05 Jy ! Total flux subtracted in 200 components = -2.50462e-05 Jy ! Clean residual min=-0.001406 max=0.001445 Jy/beam ! Clean residual mean=0.000008 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.0432661 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 52 components and 0.0432661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074708Jy sigma=0.000733 ! Fit after self-cal, rms=0.074706Jy sigma=0.000733 ! 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.074706Jy sigma=0.000733 ! Fit after self-cal, rms=0.074851Jy sigma=0.000733 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.566 mas, bmaj=9.593 mas, bpa=17.15 degrees ! Estimated noise=545.266 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000403126 Jy ! Component: 100 - total flux cleaned = 0.000490734 Jy ! Component: 150 - total flux cleaned = 0.000547278 Jy ! Component: 200 - total flux cleaned = 0.000604651 Jy ! Total flux subtracted in 200 components = 0.000604651 Jy ! Clean residual min=-0.001417 max=0.001454 Jy/beam ! Clean residual mean=0.000006 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.0438707 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 55 components and 0.0438707 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074848Jy sigma=0.000733 ! Fit after self-cal, rms=0.074849Jy sigma=0.000733 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.9293e-05 Jy ! Component: 100 - total flux cleaned = 3.79637e-05 Jy ! Component: 150 - total flux cleaned = 3.80307e-05 Jy ! Component: 200 - total flux cleaned = 4.52006e-05 Jy ! Total flux subtracted in 200 components = 4.52006e-05 Jy ! Clean residual min=-0.001443 max=0.001431 Jy/beam ! Clean residual mean=0.000007 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.0439159 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 57 components and 0.0439159 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074847Jy sigma=0.000733 ! Fit after self-cal, rms=0.074847Jy sigma=0.000733 ! 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.074847Jy sigma=0.000733 ! Fit after self-cal, rms=0.075113Jy sigma=0.000733 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.2 mas, bmaj=11.16 mas, bpa=12.92 degrees ! Estimated noise=616.757 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000426674 Jy ! Component: 100 - total flux cleaned = 0.000466267 Jy ! Component: 150 - total flux cleaned = 0.000498973 Jy ! Component: 200 - total flux cleaned = 0.000512368 Jy ! Total flux subtracted in 200 components = 0.000512368 Jy ! Clean residual min=-0.001625 max=0.001449 Jy/beam ! Clean residual mean=0.000011 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.0444283 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 68 components and 0.0444283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075113Jy sigma=0.000733 ! Fit after self-cal, rms=0.075117Jy sigma=0.000733 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.78234e-05 Jy ! Component: 100 - total flux cleaned = 1.86455e-05 Jy ! Component: 150 - total flux cleaned = 2.55783e-05 Jy ! Component: 200 - total flux cleaned = 1.34731e-05 Jy ! Total flux subtracted in 200 components = 1.34731e-05 Jy ! Clean residual min=-0.001638 max=0.001468 Jy/beam ! Clean residual mean=0.000012 rms=0.000410 Jy/beam ! Combined flux in latest and established models = 0.0444418 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 69 components and 0.0444418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075118Jy sigma=0.000733 ! Fit after self-cal, rms=0.075118Jy sigma=0.000733 ! 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.564 mas, bmaj=9.57 mas, bpa=17.09 degrees ! Estimated noise=547.002 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.564 x 9.57 at 17.09 degrees (North through East) ! Clean map min=-0.0014162 max=0.044309 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.781 mas, bmaj=8.889 mas, bpa=17.47 degrees ! Estimated noise=822.693 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0336426 Jy ! Component: 100 - total flux cleaned = 0.0411539 Jy ! Component: 150 - total flux cleaned = 0.0416219 Jy ! Component: 200 - total flux cleaned = 0.0416934 Jy ! Total flux subtracted in 200 components = 0.0416934 Jy ! Clean residual min=-0.002233 max=0.001996 Jy/beam ! Clean residual mean=0.000000 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.0416934 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0416934 Jy ! Inverting map and beam ! Estimated beam: bmin=4.564 mas, bmaj=9.57 mas, bpa=17.09 degrees ! Estimated noise=547.002 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.00173355 Jy ! Component: 100 - total flux cleaned = 0.00253316 Jy ! Component: 150 - total flux cleaned = 0.00264639 Jy ! Component: 200 - total flux cleaned = 0.00264572 Jy ! Total flux subtracted in 200 components = 0.00264572 Jy ! Clean residual min=-0.001483 max=0.001486 Jy/beam ! Clean residual mean=0.000007 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.0443391 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 36 components and 0.0443391 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.2 mas, bmaj=11.16 mas, bpa=12.92 degrees ! Estimated noise=616.757 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.85179e-06 Jy ! Component: 100 - total flux cleaned = -9.81474e-06 Jy ! Component: 150 - total flux cleaned = -9.54023e-06 Jy ! Component: 200 - total flux cleaned = -9.74091e-06 Jy ! Total flux subtracted in 200 components = -9.74091e-06 Jy ! Clean residual min=-0.001631 max=0.001453 Jy/beam ! Clean residual mean=0.000011 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0443294 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 = -7.29349e-06 Jy ! Component: 100 - total flux cleaned = -2.03434e-05 Jy ! Component: 150 - total flux cleaned = -2.036e-05 Jy ! Component: 200 - total flux cleaned = -2.02233e-05 Jy ! Total flux subtracted in 200 components = -2.02233e-05 Jy ! Clean residual min=-0.001629 max=0.001455 Jy/beam ! Clean residual mean=0.000011 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.0443092 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 48 components and 0.0443092 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.564 mas, bmaj=9.57 mas, bpa=17.09 degrees ! Estimated noise=547.002 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000125924 Jy ! Component: 100 - total flux cleaned = -9.62778e-05 Jy ! Component: 150 - total flux cleaned = -5.74459e-05 Jy ! Component: 200 - total flux cleaned = -3.47722e-05 Jy ! Total flux subtracted in 200 components = -3.47722e-05 Jy ! Clean residual min=-0.001439 max=0.001455 Jy/beam ! Clean residual mean=0.000007 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0442744 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 55 components and 0.0442744 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075122Jy sigma=0.000733 ! Fit after self-cal, rms=0.075122Jy sigma=0.000733 wmodel J0717+1001_S_2014_08_05_pus_map.mod ! Writing 55 model components to file: J0717+1001_S_2014_08_05_pus_map.mod wobs J0717+1001_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0717+1001_S_2014_08_05_pus_uvs.fits wwins J0717+1001_S_2014_08_05_pus_map.win ! wwins: Wrote 1 windows to J0717+1001_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 = 0.000166347 Jy ! Component: 100 - total flux cleaned = 0.000369263 Jy ! Component: 150 - total flux cleaned = 0.000513372 Jy ! Component: 200 - total flux cleaned = 0.000719663 Jy ! Component: 250 - total flux cleaned = 0.000917518 Jy ! Component: 300 - total flux cleaned = 0.00110793 Jy ! Component: 350 - total flux cleaned = 0.00114874 Jy ! Component: 400 - total flux cleaned = 0.00126832 Jy ! Component: 450 - total flux cleaned = 0.00130777 Jy ! Component: 500 - total flux cleaned = 0.00142171 Jy ! Component: 550 - total flux cleaned = 0.00149567 Jy ! Component: 600 - total flux cleaned = 0.00155022 Jy ! Component: 650 - total flux cleaned = 0.00162155 Jy ! Component: 700 - total flux cleaned = 0.00169101 Jy ! Component: 750 - total flux cleaned = 0.00175914 Jy ! Component: 800 - total flux cleaned = 0.0017929 Jy ! Component: 850 - total flux cleaned = 0.00187564 Jy ! Component: 900 - total flux cleaned = 0.00192425 Jy ! Component: 950 - total flux cleaned = 0.00197212 Jy ! Component: 1000 - total flux cleaned = 0.00201925 Jy ! Component: 1050 - total flux cleaned = 0.0020808 Jy ! Component: 1100 - total flux cleaned = 0.00217144 Jy ! Component: 1150 - total flux cleaned = 0.00217141 Jy ! Component: 1200 - total flux cleaned = 0.00225966 Jy ! Component: 1250 - total flux cleaned = 0.00233204 Jy ! Component: 1300 - total flux cleaned = 0.00236041 Jy ! Component: 1350 - total flux cleaned = 0.00237432 Jy ! Component: 1400 - total flux cleaned = 0.00241595 Jy ! Component: 1450 - total flux cleaned = 0.00240231 Jy ! Component: 1500 - total flux cleaned = 0.00248337 Jy ! Component: 1550 - total flux cleaned = 0.00252344 Jy ! Component: 1600 - total flux cleaned = 0.00252358 Jy ! Component: 1650 - total flux cleaned = 0.00257573 Jy ! Component: 1700 - total flux cleaned = 0.00253717 Jy ! Component: 1750 - total flux cleaned = 0.00260096 Jy ! Component: 1800 - total flux cleaned = 0.00261349 Jy ! Component: 1850 - total flux cleaned = 0.0026134 Jy ! Component: 1900 - total flux cleaned = 0.00262565 Jy ! Component: 1950 - total flux cleaned = 0.00255242 Jy ! Component: 2000 - total flux cleaned = 0.00258871 Jy ! Component: 2050 - total flux cleaned = 0.00255261 Jy ! Component: 2100 - total flux cleaned = 0.00255268 Jy ! Component: 2150 - total flux cleaned = 0.00254086 Jy ! Component: 2200 - total flux cleaned = 0.0025524 Jy ! Component: 2250 - total flux cleaned = 0.00252948 Jy ! Component: 2300 - total flux cleaned = 0.0025637 Jy ! Component: 2350 - total flux cleaned = 0.00252965 Jy ! Component: 2400 - total flux cleaned = 0.00254091 Jy ! Component: 2450 - total flux cleaned = 0.0024968 Jy ! Component: 2500 - total flux cleaned = 0.00247486 Jy ! Component: 2550 - total flux cleaned = 0.0024314 Jy ! Component: 2600 - total flux cleaned = 0.00239927 Jy ! Component: 2650 - total flux cleaned = 0.00235664 Jy ! Component: 2700 - total flux cleaned = 0.0023251 Jy ! Component: 2750 - total flux cleaned = 0.00233559 Jy ! Component: 2800 - total flux cleaned = 0.00227326 Jy ! Component: 2850 - total flux cleaned = 0.00223212 Jy ! Component: 2900 - total flux cleaned = 0.0022014 Jy ! Component: 2950 - total flux cleaned = 0.00216082 Jy ! Component: 3000 - total flux cleaned = 0.00210054 Jy ! Component: 3050 - total flux cleaned = 0.00207074 Jy ! Component: 3100 - total flux cleaned = 0.00205101 Jy ! Component: 3150 - total flux cleaned = 0.00202154 Jy ! Component: 3200 - total flux cleaned = 0.00198269 Jy ! Component: 3250 - total flux cleaned = 0.00200193 Jy ! Component: 3300 - total flux cleaned = 0.00191575 Jy ! Component: 3350 - total flux cleaned = 0.00190625 Jy ! Component: 3400 - total flux cleaned = 0.00186855 Jy ! Component: 3450 - total flux cleaned = 0.00185916 Jy ! Component: 3500 - total flux cleaned = 0.0017941 Jy ! Component: 3550 - total flux cleaned = 0.00176646 Jy ! Component: 3600 - total flux cleaned = 0.00175736 Jy ! Component: 3650 - total flux cleaned = 0.00176647 Jy ! Component: 3700 - total flux cleaned = 0.00174844 Jy ! Component: 3750 - total flux cleaned = 0.00176631 Jy ! Component: 3800 - total flux cleaned = 0.00178407 Jy ! Component: 3850 - total flux cleaned = 0.00176645 Jy ! Component: 3900 - total flux cleaned = 0.00178398 Jy ! Component: 3950 - total flux cleaned = 0.00177533 Jy ! Component: 4000 - total flux cleaned = 0.00177531 Jy ! Component: 4050 - total flux cleaned = 0.00175809 Jy ! Total flux subtracted in 4096 components = 0.00175806 Jy ! Clean residual min=-0.000486 max=0.000462 Jy/beam ! Clean residual mean=0.000001 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.0460325 Jy keep ! Adding 277 model components to the UV plane model. ! The established model now contains 332 components and 0.0460325 Jy ![Exited script file: muppet] wmap "J0717+1001_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.564 x 9.57 at 17.09 degrees (North through East) ! Clean map min=-0.0013291 max=0.044244 Jy/beam ! Writing clean map to FITS file: J0717+1001_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.0442437 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000161735 device "J0717+1001_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0717+1001_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.09666 1.09666 2.19333 4.38666 8.77332 17.5466 35.0933 70.1866 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.044 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.564 x 9.57 at 17.09 degrees (North through East) ! Clean map min=-0.0013291 max=0.044244 Jy/beam quit ! Quitting program ! Log file J0717+1001_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:18:50 2016