! Started logfile: J0140+6346_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:17:09 2016 obs J0140+6346_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J0140+6346_S_2014_12_20_pus_uva.fits ! AN table 1: 116 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.788697 visibilities/baseline/integration-bin. ! Found source: J0140+6346 ! ! 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 344 lines of history. ! ! Reading 16468 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 J0140+6346_S_2014_12_20_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 136 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=0.816229Jy sigma=0.009166 ! Fit after self-cal, rms=0.760346Jy sigma=0.008554 ! 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.31 mas, bmaj=4.884 mas, bpa=52.65 degrees ! Estimated noise=776.07 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.176193 Jy ! Component: 100 - total flux cleaned = 0.238084 Jy ! Total flux subtracted in 100 components = 0.238084 Jy ! Clean residual min=-0.019143 max=0.041711 Jy/beam ! Clean residual mean=-0.000294 rms=0.005711 Jy/beam ! Combined flux in latest and established models = 0.238084 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.238084 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146048Jy sigma=0.001574 ! Fit after self-cal, rms=0.145979Jy sigma=0.001573 ! Inverting map ! Added new window around map position (2, 7). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0462461 Jy ! Component: 100 - total flux cleaned = 0.0779286 Jy ! Total flux subtracted in 100 components = 0.0779286 Jy ! Clean residual min=-0.015098 max=0.019505 Jy/beam ! Clean residual mean=-0.000220 rms=0.004114 Jy/beam ! Combined flux in latest and established models = 0.316013 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 34 components and 0.316013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119074Jy sigma=0.001257 ! Fit after self-cal, rms=0.117590Jy sigma=0.001240 ! 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.029 mas, bmaj=5.715 mas, bpa=50.62 degrees ! Estimated noise=495.033 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.0445675 Jy ! Component: 100 - total flux cleaned = 0.0745523 Jy ! Component: 150 - total flux cleaned = 0.0968987 Jy ! Component: 200 - total flux cleaned = 0.113966 Jy ! Total flux subtracted in 200 components = 0.113966 Jy ! Clean residual min=-0.014061 max=0.017496 Jy/beam ! Clean residual mean=-0.000318 rms=0.003331 Jy/beam ! Combined flux in latest and established models = 0.429978 Jy ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 109 components and 0.429978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093176Jy sigma=0.000968 ! Fit after self-cal, rms=0.092116Jy sigma=0.000956 ! 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.09 FD 0.88 HN 1.02 KP 1.03 ! LA 0.91 MK 1.07 NL 0.96 OV 1.00 ! PT 0.96 SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.04 HN 1.06 KP 1.00 ! LA 0.89 MK 1.04 NL 1.03 OV 1.02 ! PT 0.96 SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.17 HN 1.05 KP 0.90 ! LA 0.72 MK 1.02 NL 1.11 OV 0.95 ! PT 0.95 SC 1.09 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.03 HN 1.00 KP 0.87 ! LA 0.76 MK 1.00 NL 1.01 OV 0.98 ! PT 0.99 SC 0.97 ! ! ! Fit before self-cal, rms=0.092116Jy sigma=0.000956 ! Fit after self-cal, rms=0.077477Jy sigma=0.000834 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.121 mas, bmaj=5.799 mas, bpa=50.62 degrees ! Estimated noise=488.277 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 (10, 15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00987006 Jy ! Component: 100 - total flux cleaned = 0.0128923 Jy ! Component: 150 - total flux cleaned = 0.0148872 Jy ! Component: 200 - total flux cleaned = 0.0160361 Jy ! Total flux subtracted in 200 components = 0.0160361 Jy ! Clean residual min=-0.005082 max=0.004724 Jy/beam ! Clean residual mean=0.000004 rms=0.001291 Jy/beam ! Combined flux in latest and established models = 0.446014 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 142 components and 0.446014 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075905Jy sigma=0.000814 ! Fit after self-cal, rms=0.075746Jy sigma=0.000812 ! 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.075746Jy sigma=0.000812 ! Fit after self-cal, rms=0.075368Jy sigma=0.000802 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.086 mas, bmaj=5.784 mas, bpa=50.88 degrees ! Estimated noise=488.717 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00297768 Jy ! Component: 100 - total flux cleaned = 0.00325767 Jy ! Component: 150 - total flux cleaned = 0.00326476 Jy ! Component: 200 - total flux cleaned = 0.00346737 Jy ! Total flux subtracted in 200 components = 0.00346737 Jy ! Clean residual min=-0.004548 max=0.003761 Jy/beam ! Clean residual mean=0.000011 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.449482 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 167 components and 0.449482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074958Jy sigma=0.000797 ! Fit after self-cal, rms=0.074901Jy sigma=0.000796 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 = 0.000959136 Jy ! Component: 100 - total flux cleaned = 0.00124576 Jy ! Component: 150 - total flux cleaned = 0.0014944 Jy ! Component: 200 - total flux cleaned = 0.00179382 Jy ! Total flux subtracted in 200 components = 0.00179382 Jy ! Clean residual min=-0.004190 max=0.003439 Jy/beam ! Clean residual mean=0.000016 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.451276 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 186 components and 0.451276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074696Jy sigma=0.000794 ! Fit after self-cal, rms=0.074654Jy sigma=0.000794 ! 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.074654Jy sigma=0.000794 ! Fit after self-cal, rms=0.074488Jy sigma=0.000793 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.076 mas, bmaj=5.787 mas, bpa=50.93 degrees ! Estimated noise=487.673 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0018743 Jy ! Component: 100 - total flux cleaned = 0.0026855 Jy ! Component: 150 - total flux cleaned = 0.0031723 Jy ! Component: 200 - total flux cleaned = 0.00348512 Jy ! Total flux subtracted in 200 components = 0.00348512 Jy ! Clean residual min=-0.003638 max=0.002988 Jy/beam ! Clean residual mean=0.000013 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.454761 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 200 components and 0.454761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074333Jy sigma=0.000792 ! Fit after self-cal, rms=0.074302Jy sigma=0.000791 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 = 0.000486373 Jy ! Component: 100 - total flux cleaned = 0.000860384 Jy ! Component: 150 - total flux cleaned = 0.00108232 Jy ! Component: 200 - total flux cleaned = 0.0012816 Jy ! Total flux subtracted in 200 components = 0.0012816 Jy ! Clean residual min=-0.003456 max=0.002831 Jy/beam ! Clean residual mean=0.000017 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.456042 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 210 components and 0.456042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074208Jy sigma=0.000790 ! Fit after self-cal, rms=0.074188Jy sigma=0.000790 ! 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.074188Jy sigma=0.000790 ! Fit after self-cal, rms=0.074030Jy sigma=0.000790 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.818 mas, bmaj=8.979 mas, bpa=43.8 degrees ! Estimated noise=578.762 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00241003 Jy ! Component: 100 - total flux cleaned = 0.00325079 Jy ! Component: 150 - total flux cleaned = 0.00345997 Jy ! Component: 200 - total flux cleaned = 0.00357566 Jy ! Total flux subtracted in 200 components = 0.00357566 Jy ! Clean residual min=-0.003674 max=0.002800 Jy/beam ! Clean residual mean=0.000033 rms=0.000771 Jy/beam ! Combined flux in latest and established models = 0.459618 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 229 components and 0.459618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073992Jy sigma=0.000790 ! Fit after self-cal, rms=0.073978Jy sigma=0.000790 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 = 0.000239873 Jy ! Component: 100 - total flux cleaned = 0.00045353 Jy ! Component: 150 - total flux cleaned = 0.000574316 Jy ! Component: 200 - total flux cleaned = 0.000613559 Jy ! Total flux subtracted in 200 components = 0.000613559 Jy ! Clean residual min=-0.003644 max=0.002715 Jy/beam ! Clean residual mean=0.000037 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.460231 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 242 components and 0.460231 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073954Jy sigma=0.000789 ! Fit after self-cal, rms=0.073946Jy sigma=0.000789 ! 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.072 mas, bmaj=5.785 mas, bpa=50.89 degrees ! Estimated noise=486.852 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.072 x 5.785 at 50.89 degrees (North through East) ! Clean map min=-0.0031287 max=0.22165 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.326 mas, bmaj=4.92 mas, bpa=53 degrees ! Estimated noise=769.915 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.172601 Jy ! Component: 100 - total flux cleaned = 0.240864 Jy ! Component: 150 - total flux cleaned = 0.286262 Jy ! Component: 200 - total flux cleaned = 0.318328 Jy ! Total flux subtracted in 200 components = 0.318328 Jy ! Clean residual min=-0.009406 max=0.018186 Jy/beam ! Clean residual mean=-0.000154 rms=0.003102 Jy/beam ! Combined flux in latest and established models = 0.318328 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.318328 Jy ! Inverting map and beam ! Estimated beam: bmin=4.072 mas, bmaj=5.785 mas, bpa=50.89 degrees ! Estimated noise=486.852 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.0371876 Jy ! Component: 100 - total flux cleaned = 0.0620499 Jy ! Component: 150 - total flux cleaned = 0.0803609 Jy ! Component: 200 - total flux cleaned = 0.094164 Jy ! Total flux subtracted in 200 components = 0.094164 Jy ! Clean residual min=-0.004711 max=0.007958 Jy/beam ! Clean residual mean=-0.000138 rms=0.001661 Jy/beam ! Combined flux in latest and established models = 0.412492 Jy ! Adding 83 model components to the UV plane model. ! The established model now contains 109 components and 0.412492 Jy ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0105067 Jy ! Component: 100 - total flux cleaned = 0.0185809 Jy ! Component: 150 - total flux cleaned = 0.024875 Jy ! Component: 200 - total flux cleaned = 0.0298377 Jy ! Total flux subtracted in 200 components = 0.0298377 Jy ! Clean residual min=-0.003110 max=0.004115 Jy/beam ! Clean residual mean=-0.000042 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.442329 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 151 components and 0.442329 Jy ! Inverting map ! Added new window around map position (-6.5, 0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00439594 Jy ! Component: 100 - total flux cleaned = 0.00775386 Jy ! Component: 150 - total flux cleaned = 0.0100846 Jy ! Component: 200 - total flux cleaned = 0.0113951 Jy ! Total flux subtracted in 200 components = 0.0113951 Jy ! Clean residual min=-0.002810 max=0.002618 Jy/beam ! Clean residual mean=-0.000005 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.453725 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 183 components and 0.453725 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.818 mas, bmaj=8.979 mas, bpa=43.8 degrees ! Estimated noise=578.762 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00285497 Jy ! Component: 100 - total flux cleaned = 0.00398063 Jy ! Component: 150 - total flux cleaned = 0.00479624 Jy ! Component: 200 - total flux cleaned = 0.00520869 Jy ! Total flux subtracted in 200 components = 0.00520869 Jy ! Clean residual min=-0.003460 max=0.002661 Jy/beam ! Clean residual mean=0.000026 rms=0.000761 Jy/beam ! Combined flux in latest and established models = 0.458933 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.000215347 Jy ! Component: 100 - total flux cleaned = 0.000364371 Jy ! Component: 150 - total flux cleaned = 0.0003966 Jy ! Component: 200 - total flux cleaned = 0.000425378 Jy ! Total flux subtracted in 200 components = 0.000425378 Jy ! Clean residual min=-0.003572 max=0.002592 Jy/beam ! Clean residual mean=0.000030 rms=0.000737 Jy/beam ! Combined flux in latest and established models = 0.459359 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 252 components and 0.459358 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.072 mas, bmaj=5.785 mas, bpa=50.89 degrees ! Estimated noise=486.852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000925031 Jy ! Component: 100 - total flux cleaned = -0.000824044 Jy ! Component: 150 - total flux cleaned = -0.000824093 Jy ! Component: 200 - total flux cleaned = -0.000664731 Jy ! Total flux subtracted in 200 components = -0.000664731 Jy ! Clean residual min=-0.002865 max=0.002391 Jy/beam ! Clean residual mean=0.000013 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.458694 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 275 components and 0.458694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073861Jy sigma=0.000788 ! Fit after self-cal, rms=0.073821Jy sigma=0.000788 wmodel J0140+6346_S_2014_12_20_pus_map.mod ! Writing 275 model components to file: J0140+6346_S_2014_12_20_pus_map.mod wobs J0140+6346_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J0140+6346_S_2014_12_20_pus_uvs.fits wwins J0140+6346_S_2014_12_20_pus_map.win ! wwins: Wrote 4 windows to J0140+6346_S_2014_12_20_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.000340246 Jy ! Component: 100 - total flux cleaned = -0.000107607 Jy ! Component: 150 - total flux cleaned = 0.000242994 Jy ! Component: 200 - total flux cleaned = 0.00050719 Jy ! Component: 250 - total flux cleaned = 0.000948483 Jy ! Component: 300 - total flux cleaned = 0.00137383 Jy ! Component: 350 - total flux cleaned = 0.00175611 Jy ! Component: 400 - total flux cleaned = 0.00212543 Jy ! Component: 450 - total flux cleaned = 0.00242839 Jy ! Component: 500 - total flux cleaned = 0.00269605 Jy ! Component: 550 - total flux cleaned = 0.00292988 Jy ! Component: 600 - total flux cleaned = 0.00313267 Jy ! Component: 650 - total flux cleaned = 0.00325667 Jy ! Component: 700 - total flux cleaned = 0.00335387 Jy ! Component: 750 - total flux cleaned = 0.00347293 Jy ! Component: 800 - total flux cleaned = 0.00358899 Jy ! Component: 850 - total flux cleaned = 0.00361068 Jy ! Component: 900 - total flux cleaned = 0.00356612 Jy ! Component: 950 - total flux cleaned = 0.003654 Jy ! Component: 1000 - total flux cleaned = 0.0036533 Jy ! Component: 1050 - total flux cleaned = 0.0036528 Jy ! Component: 1100 - total flux cleaned = 0.00361125 Jy ! Component: 1150 - total flux cleaned = 0.00359119 Jy ! Component: 1200 - total flux cleaned = 0.00361155 Jy ! Component: 1250 - total flux cleaned = 0.00361163 Jy ! Component: 1300 - total flux cleaned = 0.00359226 Jy ! Component: 1350 - total flux cleaned = 0.0036112 Jy ! Component: 1400 - total flux cleaned = 0.00359263 Jy ! Component: 1450 - total flux cleaned = 0.00359275 Jy ! Component: 1500 - total flux cleaned = 0.00357429 Jy ! Component: 1550 - total flux cleaned = 0.00355684 Jy ! Component: 1600 - total flux cleaned = 0.00355667 Jy ! Component: 1650 - total flux cleaned = 0.00353899 Jy ! Component: 1700 - total flux cleaned = 0.0034532 Jy ! Component: 1750 - total flux cleaned = 0.00338562 Jy ! Component: 1800 - total flux cleaned = 0.00333547 Jy ! Component: 1850 - total flux cleaned = 0.00325284 Jy ! Component: 1900 - total flux cleaned = 0.00317168 Jy ! Component: 1950 - total flux cleaned = 0.00315563 Jy ! Component: 2000 - total flux cleaned = 0.0031238 Jy ! Component: 2050 - total flux cleaned = 0.00310796 Jy ! Component: 2100 - total flux cleaned = 0.00309251 Jy ! Component: 2150 - total flux cleaned = 0.00307735 Jy ! Component: 2200 - total flux cleaned = 0.00304735 Jy ! Component: 2250 - total flux cleaned = 0.00300243 Jy ! Component: 2300 - total flux cleaned = 0.00300268 Jy ! Component: 2350 - total flux cleaned = 0.00298812 Jy ! Component: 2400 - total flux cleaned = 0.00300249 Jy ! Component: 2450 - total flux cleaned = 0.00301662 Jy ! Component: 2500 - total flux cleaned = 0.00301644 Jy ! Component: 2550 - total flux cleaned = 0.00300236 Jy ! Component: 2600 - total flux cleaned = 0.00296079 Jy ! Component: 2650 - total flux cleaned = 0.00293341 Jy ! Component: 2700 - total flux cleaned = 0.00291987 Jy ! Component: 2750 - total flux cleaned = 0.00294679 Jy ! Component: 2800 - total flux cleaned = 0.00289326 Jy ! Component: 2850 - total flux cleaned = 0.00287997 Jy ! Component: 2900 - total flux cleaned = 0.00284091 Jy ! Component: 2950 - total flux cleaned = 0.00285384 Jy ! Component: 3000 - total flux cleaned = 0.00284099 Jy ! Component: 3050 - total flux cleaned = 0.00284092 Jy ! Component: 3100 - total flux cleaned = 0.00279069 Jy ! Component: 3150 - total flux cleaned = 0.00285313 Jy ! Component: 3200 - total flux cleaned = 0.00280354 Jy ! Component: 3250 - total flux cleaned = 0.00275473 Jy ! Component: 3300 - total flux cleaned = 0.00281546 Jy ! Component: 3350 - total flux cleaned = 0.00274319 Jy ! Component: 3400 - total flux cleaned = 0.00276725 Jy ! Component: 3450 - total flux cleaned = 0.0027791 Jy ! Component: 3500 - total flux cleaned = 0.00279082 Jy ! Component: 3550 - total flux cleaned = 0.00276757 Jy ! Component: 3600 - total flux cleaned = 0.00280221 Jy ! Component: 3650 - total flux cleaned = 0.00277926 Jy ! Component: 3700 - total flux cleaned = 0.0028248 Jy ! Component: 3750 - total flux cleaned = 0.00282468 Jy ! Component: 3800 - total flux cleaned = 0.00286945 Jy ! Component: 3850 - total flux cleaned = 0.00284716 Jy ! Component: 3900 - total flux cleaned = 0.00285804 Jy ! Component: 3950 - total flux cleaned = 0.00285805 Jy ! Component: 4000 - total flux cleaned = 0.0028366 Jy ! Component: 4050 - total flux cleaned = 0.0028366 Jy ! Total flux subtracted in 4096 components = 0.00284742 Jy ! Clean residual min=-0.000699 max=0.000792 Jy/beam ! Clean residual mean=0.000002 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 0.461541 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 561 components and 0.461541 Jy ![Exited script file: muppet] wmap "J0140+6346_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.072 x 5.785 at 50.89 degrees (North through East) ! Clean map min=-0.0021719 max=0.22151 Jy/beam ! Writing clean map to FITS file: J0140+6346_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.221508 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00019851 device "J0140+6346_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J0140+6346_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.268853 0.268853 0.537705 1.07541 2.15082 4.30164 8.60329 17.2066 34.4132 68.8263 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.221 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.072 x 5.785 at 50.89 degrees (North through East) ! Clean map min=-0.0021719 max=0.22151 Jy/beam quit ! Quitting program ! Log file J0140+6346_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:17:17 2016