! Started logfile: J0112+3522_S_2014_05_31_pus_uvs.log on Mon Nov 28 14:41:24 2016 obs J0112+3522_S_2014_05_31_pus_uva.fits ! Reading UV FITS file: J0112+3522_S_2014_05_31_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.888889 visibilities/baseline/integration-bin. ! Found source: J0112+3522 ! ! 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 13120 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 J0112+3522_S_2014_05_31_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 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 46 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.592378Jy sigma=0.007186 ! Fit after self-cal, rms=0.500399Jy sigma=0.006265 ! 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.398 mas, bmaj=7.048 mas, bpa=20.96 degrees ! Estimated noise=728.349 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.393487 Jy ! Component: 100 - total flux cleaned = 0.479293 Jy ! Total flux subtracted in 100 components = 0.479293 Jy ! Clean residual min=-0.009101 max=0.023938 Jy/beam ! Clean residual mean=0.000027 rms=0.002769 Jy/beam ! Combined flux in latest and established models = 0.479293 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.479293 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092005Jy sigma=0.001054 ! Fit after self-cal, rms=0.092003Jy sigma=0.001054 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.022427 Jy ! Component: 100 - total flux cleaned = 0.0327607 Jy ! Total flux subtracted in 100 components = 0.0327607 Jy ! Clean residual min=-0.008554 max=0.009010 Jy/beam ! Clean residual mean=0.000021 rms=0.002038 Jy/beam ! Combined flux in latest and established models = 0.512053 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.512053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086106Jy sigma=0.000998 ! Fit after self-cal, rms=0.086049Jy sigma=0.000997 ! 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.146 mas, bmaj=7.661 mas, bpa=18.04 degrees ! Estimated noise=506.419 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.00606492 Jy ! Component: 100 - total flux cleaned = 0.00954318 Jy ! Component: 150 - total flux cleaned = 0.0117649 Jy ! Component: 200 - total flux cleaned = 0.0128982 Jy ! Total flux subtracted in 200 components = 0.0128982 Jy ! Clean residual min=-0.007022 max=0.006765 Jy/beam ! Clean residual mean=0.000044 rms=0.001644 Jy/beam ! Combined flux in latest and established models = 0.524951 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 20 components and 0.524951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085369Jy sigma=0.000995 ! Fit after self-cal, rms=0.085358Jy sigma=0.000995 ! 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.98 FD 0.85 HN 1.00 KP 1.05 ! LA 1.20 MK 1.01 NL 0.96 OV 0.97 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 1.03 KP 1.01 ! LA 1.15 MK 1.02 NL 1.03 OV 1.01 ! PT 1.01 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.14 HN 1.03 KP 0.91 ! LA 0.90 MK 1.03 NL 1.00 OV 0.94 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00 HN 1.03 KP 0.88 ! LA 0.87 MK 1.04 NL 1.06 OV 0.98 ! PT 1.03 SC 0.95 ! ! ! Fit before self-cal, rms=0.085358Jy sigma=0.000995 ! Fit after self-cal, rms=0.067314Jy sigma=0.000781 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.143 mas, bmaj=7.655 mas, bpa=18.32 degrees ! Estimated noise=505.652 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.000982723 Jy ! Component: 100 - total flux cleaned = -0.00117565 Jy ! Component: 150 - total flux cleaned = -0.00133112 Jy ! Component: 200 - total flux cleaned = -0.0014605 Jy ! Total flux subtracted in 200 components = -0.0014605 Jy ! Clean residual min=-0.002741 max=0.002412 Jy/beam ! Clean residual mean=0.000005 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.523491 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 32 components and 0.523491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067255Jy sigma=0.000780 ! Fit after self-cal, rms=0.067255Jy sigma=0.000780 ! 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.067255Jy sigma=0.000780 ! Fit after self-cal, rms=0.066982Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.143 mas, bmaj=7.666 mas, bpa=18.28 degrees ! Estimated noise=505.539 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00114772 Jy ! Component: 100 - total flux cleaned = -0.00151344 Jy ! Component: 150 - total flux cleaned = -0.00161434 Jy ! Component: 200 - total flux cleaned = -0.00163722 Jy ! Total flux subtracted in 200 components = -0.00163722 Jy ! Clean residual min=-0.001783 max=0.001959 Jy/beam ! Clean residual mean=-0.000000 rms=0.000437 Jy/beam ! Combined flux in latest and established models = 0.521854 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 42 components and 0.521854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066954Jy sigma=0.000775 ! Fit after self-cal, rms=0.066956Jy sigma=0.000775 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) ! Added new window around map position (-16, -24). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00199668 Jy ! Component: 100 - total flux cleaned = 0.00273784 Jy ! Component: 150 - total flux cleaned = 0.00294376 Jy ! Component: 200 - total flux cleaned = 0.00311892 Jy ! Total flux subtracted in 200 components = 0.00311892 Jy ! Clean residual min=-0.001560 max=0.001512 Jy/beam ! Clean residual mean=0.000001 rms=0.000389 Jy/beam ! Combined flux in latest and established models = 0.524973 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 75 components and 0.524973 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066878Jy sigma=0.000774 ! Fit after self-cal, rms=0.066877Jy sigma=0.000774 ! 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.066877Jy sigma=0.000774 ! Fit after self-cal, rms=0.066847Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.145 mas, bmaj=7.67 mas, bpa=18.29 degrees ! Estimated noise=505.078 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.69944e-05 Jy ! Component: 100 - total flux cleaned = -8.14752e-05 Jy ! Component: 150 - total flux cleaned = -0.000187755 Jy ! Component: 200 - total flux cleaned = -0.000308516 Jy ! Total flux subtracted in 200 components = -0.000308516 Jy ! Clean residual min=-0.001494 max=0.001404 Jy/beam ! Clean residual mean=0.000001 rms=0.000368 Jy/beam ! Combined flux in latest and established models = 0.524664 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 91 components and 0.524664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066822Jy sigma=0.000774 ! Fit after self-cal, rms=0.066823Jy sigma=0.000774 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.000192737 Jy ! Component: 100 - total flux cleaned = -0.000315555 Jy ! Component: 150 - total flux cleaned = -0.000371844 Jy ! Component: 200 - total flux cleaned = -0.000406461 Jy ! Total flux subtracted in 200 components = -0.000406461 Jy ! Clean residual min=-0.001484 max=0.001380 Jy/beam ! Clean residual mean=0.000001 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.524258 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 101 components and 0.524258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066811Jy sigma=0.000774 ! Fit after self-cal, rms=0.066811Jy sigma=0.000774 ! 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.066811Jy sigma=0.000774 ! Fit after self-cal, rms=0.066796Jy sigma=0.000774 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.654 mas, bmaj=9.733 mas, bpa=4.567 degrees ! Estimated noise=575.589 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.99119e-05 Jy ! Component: 100 - total flux cleaned = -7.6541e-05 Jy ! Component: 150 - total flux cleaned = -0.000132739 Jy ! Component: 200 - total flux cleaned = -0.000170907 Jy ! Total flux subtracted in 200 components = -0.000170907 Jy ! Clean residual min=-0.001689 max=0.001669 Jy/beam ! Clean residual mean=0.000002 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.524087 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 117 components and 0.524087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066791Jy sigma=0.000774 ! Fit after self-cal, rms=0.066791Jy sigma=0.000774 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.54238e-05 Jy ! Component: 100 - total flux cleaned = -4.19646e-05 Jy ! Component: 150 - total flux cleaned = -7.36046e-05 Jy ! Component: 200 - total flux cleaned = -0.000112032 Jy ! Total flux subtracted in 200 components = -0.000112032 Jy ! Clean residual min=-0.001681 max=0.001656 Jy/beam ! Clean residual mean=0.000003 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.523975 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 123 components and 0.523975 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066789Jy sigma=0.000774 ! Fit after self-cal, rms=0.066789Jy sigma=0.000774 ! 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.146 mas, bmaj=7.672 mas, bpa=18.29 degrees ! Estimated noise=504.816 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.146 x 7.672 at 18.29 degrees (North through East) ! Clean map min=-0.0014302 max=0.50213 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066789Jy sigma=0.000774 ! Fit after self-cal, rms=0.062932Jy sigma=0.000722 ! Inverting map and beam ! Estimated beam: bmin=4.146 mas, bmaj=7.673 mas, bpa=18.28 degrees ! Estimated noise=504.677 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000336603 Jy ! Component: 100 - total flux cleaned = -0.000400121 Jy ! Component: 150 - total flux cleaned = -0.000454247 Jy ! Component: 200 - total flux cleaned = -0.00045387 Jy ! Total flux subtracted in 200 components = -0.00045387 Jy ! Clean residual min=-0.001436 max=0.001328 Jy/beam ! Clean residual mean=0.000001 rms=0.000348 Jy/beam ! Combined flux in latest and established models = 0.523521 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 139 components and 0.523521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062924Jy sigma=0.000722 ! Fit after self-cal, rms=0.062924Jy sigma=0.000722 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.79434e-05 Jy ! Component: 100 - total flux cleaned = -4.43691e-05 Jy ! Component: 150 - total flux cleaned = -4.42991e-05 Jy ! Component: 200 - total flux cleaned = -6.46427e-05 Jy ! Total flux subtracted in 200 components = -6.46427e-05 Jy ! Clean residual min=-0.001429 max=0.001317 Jy/beam ! Clean residual mean=0.000001 rms=0.000347 Jy/beam ! Combined flux in latest and established models = 0.523457 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 146 components and 0.523457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062920Jy sigma=0.000722 ! Fit after self-cal, rms=0.062920Jy sigma=0.000722 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062920Jy sigma=0.000722 ! Fit after self-cal, rms=0.062919Jy sigma=0.000722 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.4 mas, bmaj=7.048 mas, bpa=21.18 degrees ! Estimated noise=724.314 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.39128 Jy ! Component: 100 - total flux cleaned = 0.476604 Jy ! Component: 150 - total flux cleaned = 0.498832 Jy ! Component: 200 - total flux cleaned = 0.508864 Jy ! Total flux subtracted in 200 components = 0.508864 Jy ! Clean residual min=-0.002704 max=0.004450 Jy/beam ! Clean residual mean=0.000002 rms=0.000677 Jy/beam ! Combined flux in latest and established models = 0.508864 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 9 model components to the UV plane model. ! The established model now contains 9 components and 0.508864 Jy ! Inverting map and beam ! Estimated beam: bmin=4.147 mas, bmaj=7.674 mas, bpa=18.29 degrees ! Estimated noise=504.545 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.0050458 Jy ! Component: 100 - total flux cleaned = 0.00763149 Jy ! Component: 150 - total flux cleaned = 0.00951156 Jy ! Component: 200 - total flux cleaned = 0.0105445 Jy ! Total flux subtracted in 200 components = 0.0105445 Jy ! Clean residual min=-0.001789 max=0.001743 Jy/beam ! Clean residual mean=0.000001 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.519408 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 37 components and 0.519408 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.655 mas, bmaj=9.737 mas, bpa=4.581 degrees ! Estimated noise=575.129 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00149058 Jy ! Component: 100 - total flux cleaned = 0.00200837 Jy ! Component: 150 - total flux cleaned = 0.00228692 Jy ! Component: 200 - total flux cleaned = 0.00252715 Jy ! Total flux subtracted in 200 components = 0.00252715 Jy ! Clean residual min=-0.001828 max=0.001637 Jy/beam ! Clean residual mean=0.000002 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.521935 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.000232285 Jy ! Component: 100 - total flux cleaned = 0.000409646 Jy ! Component: 150 - total flux cleaned = 0.000566879 Jy ! Component: 200 - total flux cleaned = 0.000705505 Jy ! Total flux subtracted in 200 components = 0.000705505 Jy ! Clean residual min=-0.001697 max=0.001621 Jy/beam ! Clean residual mean=0.000002 rms=0.000443 Jy/beam ! Combined flux in latest and established models = 0.522641 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 76 components and 0.522641 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.147 mas, bmaj=7.674 mas, bpa=18.29 degrees ! Estimated noise=504.545 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000180535 Jy ! Component: 100 - total flux cleaned = -0.000126101 Jy ! Component: 150 - total flux cleaned = -5.50186e-05 Jy ! Component: 200 - total flux cleaned = 3.27134e-05 Jy ! Total flux subtracted in 200 components = 3.27134e-05 Jy ! Clean residual min=-0.001527 max=0.001399 Jy/beam ! Clean residual mean=0.000001 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.522674 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 98 components and 0.522674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062946Jy sigma=0.000722 ! Fit after self-cal, rms=0.062945Jy sigma=0.000722 wmodel J0112+3522_S_2014_05_31_pus_map.mod ! Writing 98 model components to file: J0112+3522_S_2014_05_31_pus_map.mod wobs J0112+3522_S_2014_05_31_pus_uvs.fits ! Writing UV FITS file: J0112+3522_S_2014_05_31_pus_uvs.fits wwins J0112+3522_S_2014_05_31_pus_map.win ! wwins: Wrote 2 windows to J0112+3522_S_2014_05_31_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.000395109 Jy ! Component: 100 - total flux cleaned = -0.000396234 Jy ! Component: 150 - total flux cleaned = -0.00034999 Jy ! Component: 200 - total flux cleaned = -0.000328105 Jy ! Component: 250 - total flux cleaned = -0.000391863 Jy ! Component: 300 - total flux cleaned = -0.000391654 Jy ! Component: 350 - total flux cleaned = -0.00037144 Jy ! Component: 400 - total flux cleaned = -0.000391379 Jy ! Component: 450 - total flux cleaned = -0.000448491 Jy ! Component: 500 - total flux cleaned = -0.000448393 Jy ! Component: 550 - total flux cleaned = -0.000503018 Jy ! Component: 600 - total flux cleaned = -0.000520561 Jy ! Component: 650 - total flux cleaned = -0.000555033 Jy ! Component: 700 - total flux cleaned = -0.000503568 Jy ! Component: 750 - total flux cleaned = -0.000520547 Jy ! Component: 800 - total flux cleaned = -0.000536787 Jy ! Component: 850 - total flux cleaned = -0.000520464 Jy ! Component: 900 - total flux cleaned = -0.000504762 Jy ! Component: 950 - total flux cleaned = -0.000474084 Jy ! Component: 1000 - total flux cleaned = -0.000535101 Jy ! Component: 1050 - total flux cleaned = -0.000489779 Jy ! Component: 1100 - total flux cleaned = -0.000489725 Jy ! Component: 1150 - total flux cleaned = -0.000489611 Jy ! Component: 1200 - total flux cleaned = -0.000518275 Jy ! Component: 1250 - total flux cleaned = -0.000503902 Jy ! Component: 1300 - total flux cleaned = -0.000447729 Jy ! Component: 1350 - total flux cleaned = -0.000447989 Jy ! Component: 1400 - total flux cleaned = -0.000434627 Jy ! Component: 1450 - total flux cleaned = -0.000475027 Jy ! Component: 1500 - total flux cleaned = -0.000408412 Jy ! Component: 1550 - total flux cleaned = -0.000421577 Jy ! Component: 1600 - total flux cleaned = -0.000382526 Jy ! Component: 1650 - total flux cleaned = -0.000356581 Jy ! Component: 1700 - total flux cleaned = -0.000356576 Jy ! Component: 1750 - total flux cleaned = -0.000318952 Jy ! Component: 1800 - total flux cleaned = -0.000294043 Jy ! Component: 1850 - total flux cleaned = -0.000281716 Jy ! Component: 1900 - total flux cleaned = -0.000257325 Jy ! Component: 1950 - total flux cleaned = -0.000257373 Jy ! Component: 2000 - total flux cleaned = -0.0002576 Jy ! Component: 2050 - total flux cleaned = -0.000304468 Jy ! Component: 2100 - total flux cleaned = -0.00025754 Jy ! Component: 2150 - total flux cleaned = -0.000234401 Jy ! Component: 2200 - total flux cleaned = -0.000234477 Jy ! Component: 2250 - total flux cleaned = -0.000234437 Jy ! Component: 2300 - total flux cleaned = -0.000178485 Jy ! Component: 2350 - total flux cleaned = -0.000178619 Jy ! Component: 2400 - total flux cleaned = -0.000145589 Jy ! Component: 2450 - total flux cleaned = -0.000102075 Jy ! Component: 2500 - total flux cleaned = -0.000134635 Jy ! Component: 2550 - total flux cleaned = -0.000123956 Jy ! Component: 2600 - total flux cleaned = -8.15036e-05 Jy ! Component: 2650 - total flux cleaned = -7.09931e-05 Jy ! Component: 2700 - total flux cleaned = -6.04343e-05 Jy ! Component: 2750 - total flux cleaned = 1.18646e-05 Jy ! Component: 2800 - total flux cleaned = -8.67258e-06 Jy ! Component: 2850 - total flux cleaned = 1.16393e-05 Jy ! Component: 2900 - total flux cleaned = 5.19229e-05 Jy ! Component: 2950 - total flux cleaned = 0.000101746 Jy ! Component: 3000 - total flux cleaned = 8.1914e-05 Jy ! Component: 3050 - total flux cleaned = 0.000131063 Jy ! Component: 3100 - total flux cleaned = 0.000170057 Jy ! Component: 3150 - total flux cleaned = 0.000199063 Jy ! Component: 3200 - total flux cleaned = 0.000199028 Jy ! Component: 3250 - total flux cleaned = 0.000218156 Jy ! Component: 3300 - total flux cleaned = 0.000208627 Jy ! Component: 3350 - total flux cleaned = 0.000302779 Jy ! Component: 3400 - total flux cleaned = 0.00028396 Jy ! Component: 3450 - total flux cleaned = 0.000265307 Jy ! Component: 3500 - total flux cleaned = 0.000329771 Jy ! Component: 3550 - total flux cleaned = 0.000302272 Jy ! Component: 3600 - total flux cleaned = 0.000274976 Jy ! Component: 3650 - total flux cleaned = 0.000301942 Jy ! Component: 3700 - total flux cleaned = 0.000292966 Jy ! Component: 3750 - total flux cleaned = 0.000275079 Jy ! Component: 3800 - total flux cleaned = 0.000275131 Jy ! Component: 3850 - total flux cleaned = 0.000275061 Jy ! Component: 3900 - total flux cleaned = 0.000266255 Jy ! Component: 3950 - total flux cleaned = 0.000257633 Jy ! Component: 4000 - total flux cleaned = 0.000257592 Jy ! Component: 4050 - total flux cleaned = 0.000249081 Jy ! Total flux subtracted in 4096 components = 0.000249018 Jy ! Clean residual min=-0.000480 max=0.000604 Jy/beam ! Clean residual mean=0.000001 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.522923 Jy keep ! Adding 294 model components to the UV plane model. ! The established model now contains 391 components and 0.522923 Jy ![Exited script file: muppet] wmap "J0112+3522_S_2014_05_31_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.147 x 7.674 at 18.29 degrees (North through East) ! Clean map min=-0.0011492 max=0.50165 Jy/beam ! Writing clean map to FITS file: J0112+3522_S_2014_05_31_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.501645 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000159043 device "J0112+3522_S_2014_05_31_pus\_map.eps/VPS" ! Attempting to open device: 'J0112+3522_S_2014_05_31_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0951129 0.0951129 0.190226 0.380451 0.760903 1.52181 3.04361 6.08722 12.1744 24.3489 48.6978 97.3956 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.501 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.147 x 7.674 at 18.29 degrees (North through East) ! Clean map min=-0.0011492 max=0.50165 Jy/beam quit ! Quitting program ! Log file J0112+3522_S_2014_05_31_pus_uvs.log closed on Mon Nov 28 14:41:29 2016