! Started logfile: J0929+8612_S_2014_08_05_pus_uvs.log on Sun Nov 13 17:23:03 2016 obs J0929+8612_S_2014_08_05_pus_uva.fits ! Reading UV FITS file: J0929+8612_S_2014_08_05_pus_uva.fits ! AN table 1: 103 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.769364 visibilities/baseline/integration-bin. ! Found source: J0929+8612 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23588e+09 3.2e+07 1 3.2e+07 ! 02 2 2.26788e+09 3.2e+07 1 3.2e+07 ! 03 3 2.29988e+09 3.2e+07 1 3.2e+07 ! 04 4 2.36388e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 360 lines of history. ! ! Reading 14264 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 J0929+8612_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 124 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 124 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 124 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 124 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.832633Jy sigma=0.008992 ! Fit after self-cal, rms=0.697454Jy sigma=0.007525 ! 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.712 mas, bmaj=5.651 mas, bpa=84.52 degrees ! Estimated noise=889.52 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.234519 Jy ! Component: 100 - total flux cleaned = 0.286109 Jy ! Total flux subtracted in 100 components = 0.286109 Jy ! Clean residual min=-0.008049 max=0.016051 Jy/beam ! Clean residual mean=-0.000015 rms=0.002153 Jy/beam ! Combined flux in latest and established models = 0.286109 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.286109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090862Jy sigma=0.000895 ! Fit after self-cal, rms=0.090836Jy sigma=0.000895 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0167552 Jy ! Component: 100 - total flux cleaned = 0.0252812 Jy ! Total flux subtracted in 100 components = 0.0252812 Jy ! Clean residual min=-0.005915 max=0.007220 Jy/beam ! Clean residual mean=-0.000010 rms=0.001503 Jy/beam ! Combined flux in latest and established models = 0.311391 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 27 components and 0.311391 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086822Jy sigma=0.000862 ! Fit after self-cal, rms=0.086780Jy sigma=0.000861 ! 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.517 mas, bmaj=6.674 mas, bpa=87.73 degrees ! Estimated noise=560.447 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.5, 5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00741741 Jy ! Component: 100 - total flux cleaned = 0.0113477 Jy ! Component: 150 - total flux cleaned = 0.014077 Jy ! Component: 200 - total flux cleaned = 0.0156325 Jy ! Total flux subtracted in 200 components = 0.0156325 Jy ! Clean residual min=-0.004358 max=0.004993 Jy/beam ! Clean residual mean=-0.000010 rms=0.001153 Jy/beam ! Combined flux in latest and established models = 0.327023 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 63 components and 0.327023 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085907Jy sigma=0.000856 ! Fit after self-cal, rms=0.085871Jy sigma=0.000855 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.87 HN 0.98 KP 1.04 ! LA 1.16 MK 1.00* NL 0.97 OV 0.99 ! PT 1.03 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.01 KP 1.02 ! LA 1.12 MK 1.00* NL 1.01 OV 1.03 ! PT 1.02 SC 1.05 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.15 HN 1.03 KP 0.90 ! LA 0.88 MK 1.00* NL 0.99 OV 0.94 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.99 HN 1.01 KP 0.86 ! LA 0.83 MK 1.00* NL 1.07 OV 0.99 ! PT 1.02 SC 0.97 ! ! ! Fit before self-cal, rms=0.085871Jy sigma=0.000855 ! Fit after self-cal, rms=0.077826Jy sigma=0.000794 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.523 mas, bmaj=6.682 mas, bpa=87.71 degrees ! Estimated noise=558.918 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 = -8.088e-05 Jy ! Component: 100 - total flux cleaned = -0.000393721 Jy ! Component: 150 - total flux cleaned = -0.000519455 Jy ! Component: 200 - total flux cleaned = -0.000599363 Jy ! Total flux subtracted in 200 components = -0.000599363 Jy ! Clean residual min=-0.002944 max=0.002722 Jy/beam ! Clean residual mean=-0.000033 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.326424 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 79 components and 0.326424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077788Jy sigma=0.000793 ! Fit after self-cal, rms=0.077779Jy sigma=0.000793 ! 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.077779Jy sigma=0.000793 ! Fit after self-cal, rms=0.077483Jy sigma=0.000788 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.526 mas, bmaj=6.682 mas, bpa=87.93 degrees ! Estimated noise=558.751 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000497752 Jy ! Component: 100 - total flux cleaned = -0.000471813 Jy ! Component: 150 - total flux cleaned = -0.000447224 Jy ! Component: 200 - total flux cleaned = -0.000406452 Jy ! Total flux subtracted in 200 components = -0.000406452 Jy ! Clean residual min=-0.001562 max=0.001520 Jy/beam ! Clean residual mean=-0.000004 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.326017 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 93 components and 0.326017 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077463Jy sigma=0.000788 ! Fit after self-cal, rms=0.077466Jy sigma=0.000788 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.90702e-05 Jy ! Component: 100 - total flux cleaned = 6.19138e-05 Jy ! Component: 150 - total flux cleaned = 9.08416e-05 Jy ! Component: 200 - total flux cleaned = 0.000117094 Jy ! Total flux subtracted in 200 components = 0.000117094 Jy ! Clean residual min=-0.001548 max=0.001458 Jy/beam ! Clean residual mean=-0.000004 rms=0.000397 Jy/beam ! Combined flux in latest and established models = 0.326134 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 116 components and 0.326134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077460Jy sigma=0.000788 ! Fit after self-cal, rms=0.077460Jy sigma=0.000788 ! 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.077460Jy sigma=0.000788 ! Fit after self-cal, rms=0.077433Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.526 mas, bmaj=6.683 mas, bpa=88.09 degrees ! Estimated noise=558.482 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000220316 Jy ! Component: 100 - total flux cleaned = -0.000256172 Jy ! Component: 150 - total flux cleaned = -0.000270865 Jy ! Component: 200 - total flux cleaned = -0.00028398 Jy ! Total flux subtracted in 200 components = -0.00028398 Jy ! Clean residual min=-0.001525 max=0.001389 Jy/beam ! Clean residual mean=-0.000002 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.32585 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 128 components and 0.32585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077425Jy sigma=0.000788 ! Fit after self-cal, rms=0.077425Jy sigma=0.000788 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.87543e-05 Jy ! Component: 100 - total flux cleaned = 7.31685e-06 Jy ! Component: 150 - total flux cleaned = 7.16058e-06 Jy ! Component: 200 - total flux cleaned = -3.06231e-06 Jy ! Total flux subtracted in 200 components = -3.06231e-06 Jy ! Clean residual min=-0.001526 max=0.001357 Jy/beam ! Clean residual mean=-0.000002 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.325847 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 135 components and 0.325847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077422Jy sigma=0.000788 ! Fit after self-cal, rms=0.077422Jy sigma=0.000788 ! 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.077422Jy sigma=0.000788 ! Fit after self-cal, rms=0.077394Jy sigma=0.000788 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.258 mas, bmaj=10.5 mas, bpa=-87.22 degrees ! Estimated noise=655.267 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.98659e-05 Jy ! Component: 100 - total flux cleaned = -1.38393e-05 Jy ! Component: 150 - total flux cleaned = -4.56941e-05 Jy ! Component: 200 - total flux cleaned = -5.45923e-05 Jy ! Total flux subtracted in 200 components = -5.45923e-05 Jy ! Clean residual min=-0.001948 max=0.001454 Jy/beam ! Clean residual mean=-0.000001 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.325793 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 146 components and 0.325793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077392Jy sigma=0.000788 ! Fit after self-cal, rms=0.077391Jy sigma=0.000788 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.95116e-05 Jy ! Component: 100 - total flux cleaned = 4.7115e-05 Jy ! Component: 150 - total flux cleaned = 3.99265e-05 Jy ! Component: 200 - total flux cleaned = 3.34856e-05 Jy ! Total flux subtracted in 200 components = 3.34856e-05 Jy ! Clean residual min=-0.001935 max=0.001454 Jy/beam ! Clean residual mean=-0.000001 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.325826 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 153 components and 0.325826 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077391Jy sigma=0.000788 ! Fit after self-cal, rms=0.077391Jy sigma=0.000788 ! 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.527 mas, bmaj=6.684 mas, bpa=88.2 degrees ! Estimated noise=558.271 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.527 x 6.684 at 88.2 degrees (North through East) ! Clean map min=-0.0014652 max=0.30117 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.723 mas, bmaj=5.655 mas, bpa=85.33 degrees ! Estimated noise=887.729 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.233846 Jy ! Component: 100 - total flux cleaned = 0.285542 Jy ! Component: 150 - total flux cleaned = 0.301398 Jy ! Component: 200 - total flux cleaned = 0.309614 Jy ! Total flux subtracted in 200 components = 0.309614 Jy ! Clean residual min=-0.003960 max=0.004126 Jy/beam ! Clean residual mean=-0.000002 rms=0.000855 Jy/beam ! Combined flux in latest and established models = 0.309614 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.309614 Jy ! Inverting map and beam ! Estimated beam: bmin=4.527 mas, bmaj=6.684 mas, bpa=88.2 degrees ! Estimated noise=558.271 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.00610956 Jy ! Component: 100 - total flux cleaned = 0.00918164 Jy ! Component: 150 - total flux cleaned = 0.011146 Jy ! Component: 200 - total flux cleaned = 0.0125388 Jy ! Total flux subtracted in 200 components = 0.0125388 Jy ! Clean residual min=-0.001718 max=0.001371 Jy/beam ! Clean residual mean=-0.000000 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.322153 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 68 components and 0.322153 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.258 mas, bmaj=10.5 mas, bpa=-87.22 degrees ! Estimated noise=655.267 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146691 Jy ! Component: 100 - total flux cleaned = 0.00232237 Jy ! Component: 150 - total flux cleaned = 0.00287237 Jy ! Component: 200 - total flux cleaned = 0.00323486 Jy ! Total flux subtracted in 200 components = 0.00323486 Jy ! Clean residual min=-0.002031 max=0.001425 Jy/beam ! Clean residual mean=-0.000000 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.325387 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.000209277 Jy ! Component: 100 - total flux cleaned = 0.000286997 Jy ! Component: 150 - total flux cleaned = 0.000327998 Jy ! Component: 200 - total flux cleaned = 0.000352992 Jy ! Total flux subtracted in 200 components = 0.000352992 Jy ! Clean residual min=-0.001988 max=0.001445 Jy/beam ! Clean residual mean=-0.000000 rms=0.000469 Jy/beam ! Combined flux in latest and established models = 0.32574 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 119 components and 0.325741 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.527 mas, bmaj=6.684 mas, bpa=88.2 degrees ! Estimated noise=558.271 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000227585 Jy ! Component: 100 - total flux cleaned = 0.000246094 Jy ! Component: 150 - total flux cleaned = 0.000230068 Jy ! Component: 200 - total flux cleaned = 0.000215859 Jy ! Total flux subtracted in 200 components = 0.000215859 Jy ! Clean residual min=-0.001566 max=0.001378 Jy/beam ! Clean residual mean=-0.000000 rms=0.000377 Jy/beam ! Combined flux in latest and established models = 0.325956 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 135 components and 0.325956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077395Jy sigma=0.000788 ! Fit after self-cal, rms=0.077394Jy sigma=0.000788 wmodel J0929+8612_S_2014_08_05_pus_map.mod ! Writing 135 model components to file: J0929+8612_S_2014_08_05_pus_map.mod wobs J0929+8612_S_2014_08_05_pus_uvs.fits ! Writing UV FITS file: J0929+8612_S_2014_08_05_pus_uvs.fits wwins J0929+8612_S_2014_08_05_pus_map.win ! wwins: Wrote 2 windows to J0929+8612_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.000682036 Jy ! Component: 100 - total flux cleaned = -0.000890237 Jy ! Component: 150 - total flux cleaned = -0.000987618 Jy ! Component: 200 - total flux cleaned = -0.00112683 Jy ! Component: 250 - total flux cleaned = -0.00125967 Jy ! Component: 300 - total flux cleaned = -0.00136565 Jy ! Component: 350 - total flux cleaned = -0.00140669 Jy ! Component: 400 - total flux cleaned = -0.00146634 Jy ! Component: 450 - total flux cleaned = -0.00148549 Jy ! Component: 500 - total flux cleaned = -0.00148553 Jy ! Component: 550 - total flux cleaned = -0.00148567 Jy ! Component: 600 - total flux cleaned = -0.00153985 Jy ! Component: 650 - total flux cleaned = -0.00148686 Jy ! Component: 700 - total flux cleaned = -0.0015904 Jy ! Component: 750 - total flux cleaned = -0.00157324 Jy ! Component: 800 - total flux cleaned = -0.00157356 Jy ! Component: 850 - total flux cleaned = -0.00159027 Jy ! Component: 900 - total flux cleaned = -0.0015903 Jy ! Component: 950 - total flux cleaned = -0.00157453 Jy ! Component: 1000 - total flux cleaned = -0.00154346 Jy ! Component: 1050 - total flux cleaned = -0.00148235 Jy ! Component: 1100 - total flux cleaned = -0.00143715 Jy ! Component: 1150 - total flux cleaned = -0.0013779 Jy ! Component: 1200 - total flux cleaned = -0.00131943 Jy ! Component: 1250 - total flux cleaned = -0.001305 Jy ! Component: 1300 - total flux cleaned = -0.00126203 Jy ! Component: 1350 - total flux cleaned = -0.00121973 Jy ! Component: 1400 - total flux cleaned = -0.00116412 Jy ! Component: 1450 - total flux cleaned = -0.00113672 Jy ! Component: 1500 - total flux cleaned = -0.00105564 Jy ! Component: 1550 - total flux cleaned = -0.00104234 Jy ! Component: 1600 - total flux cleaned = -0.000963431 Jy ! Component: 1650 - total flux cleaned = -0.000950645 Jy ! Component: 1700 - total flux cleaned = -0.000847717 Jy ! Component: 1750 - total flux cleaned = -0.000809576 Jy ! Component: 1800 - total flux cleaned = -0.000670954 Jy ! Component: 1850 - total flux cleaned = -0.000596195 Jy ! Component: 1900 - total flux cleaned = -0.000497367 Jy ! Component: 1950 - total flux cleaned = -0.000436295 Jy ! Component: 2000 - total flux cleaned = -0.000339504 Jy ! Component: 2050 - total flux cleaned = -0.000219789 Jy ! Component: 2100 - total flux cleaned = -0.000160529 Jy ! Component: 2150 - total flux cleaned = -9.00383e-05 Jy ! Component: 2200 - total flux cleaned = -8.59009e-06 Jy ! Component: 2250 - total flux cleaned = 0.00013001 Jy ! Component: 2300 - total flux cleaned = 0.000175787 Jy ! Component: 2350 - total flux cleaned = 0.000288986 Jy ! Component: 2400 - total flux cleaned = 0.00037884 Jy ! Component: 2450 - total flux cleaned = 0.000434421 Jy ! Component: 2500 - total flux cleaned = 0.000511645 Jy ! Component: 2550 - total flux cleaned = 0.000609981 Jy ! Component: 2600 - total flux cleaned = 0.000718169 Jy ! Component: 2650 - total flux cleaned = 0.000771667 Jy ! Component: 2700 - total flux cleaned = 0.000824856 Jy ! Component: 2750 - total flux cleaned = 0.000909286 Jy ! Component: 2800 - total flux cleaned = 0.00104517 Jy ! Component: 2850 - total flux cleaned = 0.00106594 Jy ! Component: 2900 - total flux cleaned = 0.00115871 Jy ! Component: 2950 - total flux cleaned = 0.00125059 Jy ! Component: 3000 - total flux cleaned = 0.00131137 Jy ! Component: 3050 - total flux cleaned = 0.00138173 Jy ! Component: 3100 - total flux cleaned = 0.0014516 Jy ! Component: 3150 - total flux cleaned = 0.001511 Jy ! Component: 3200 - total flux cleaned = 0.00158969 Jy ! Component: 3250 - total flux cleaned = 0.00164827 Jy ! Component: 3300 - total flux cleaned = 0.00167741 Jy ! Component: 3350 - total flux cleaned = 0.00175443 Jy ! Component: 3400 - total flux cleaned = 0.00178312 Jy ! Component: 3450 - total flux cleaned = 0.00184021 Jy ! Component: 3500 - total flux cleaned = 0.00187804 Jy ! Component: 3550 - total flux cleaned = 0.00197198 Jy ! Component: 3600 - total flux cleaned = 0.00203723 Jy ! Component: 3650 - total flux cleaned = 0.00210214 Jy ! Component: 3700 - total flux cleaned = 0.00215731 Jy ! Component: 3750 - total flux cleaned = 0.00219393 Jy ! Component: 3800 - total flux cleaned = 0.00226676 Jy ! Component: 3850 - total flux cleaned = 0.0023119 Jy ! Component: 3900 - total flux cleaned = 0.00234776 Jy ! Component: 3950 - total flux cleaned = 0.00240137 Jy ! Component: 4000 - total flux cleaned = 0.00241904 Jy ! Component: 4050 - total flux cleaned = 0.00242792 Jy ! Total flux subtracted in 4096 components = 0.00246312 Jy ! Clean residual min=-0.000480 max=0.000494 Jy/beam ! Clean residual mean=0.000001 rms=0.000160 Jy/beam ! Combined flux in latest and established models = 0.32842 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 424 components and 0.328419 Jy ![Exited script file: muppet] wmap "J0929+8612_S_2014_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.527 x 6.684 at 88.2 degrees (North through East) ! Clean map min=-0.0011553 max=0.30207 Jy/beam ! Writing clean map to FITS file: J0929+8612_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.302065 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000161064 device "J0929+8612_S_2014_08_05_pus\_map.eps/VPS" ! Attempting to open device: 'J0929+8612_S_2014_08_05_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.159962 0.159962 0.319924 0.639849 1.2797 2.5594 5.11879 10.2376 20.4752 40.9503 81.9007 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.302 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.527 x 6.684 at 88.2 degrees (North through East) ! Clean map min=-0.0011553 max=0.30207 Jy/beam quit ! Quitting program ! Log file J0929+8612_S_2014_08_05_pus_uvs.log closed on Sun Nov 13 17:23:09 2016