! Started logfile: J0609-0230_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:49:25 2016 obs J0609-0230_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0609-0230_S_2015_03_17_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.958808 visibilities/baseline/integration-bin. ! Found source: J0609-0230 ! ! 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 330 lines of history. ! ! Reading 21228 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 J0609-0230_S_2015_03_17_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 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.982011Jy sigma=0.010022 ! Fit after self-cal, rms=0.942490Jy sigma=0.009649 ! 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=2.701 mas, bmaj=6.466 mas, bpa=-4.394 degrees ! Estimated noise=710.436 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.0443137 Jy ! Component: 100 - total flux cleaned = 0.055245 Jy ! Total flux subtracted in 100 components = 0.055245 Jy ! Clean residual min=-0.002779 max=0.004389 Jy/beam ! Clean residual mean=0.000001 rms=0.000726 Jy/beam ! Combined flux in latest and established models = 0.055245 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.055245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090782Jy sigma=0.000808 ! Fit after self-cal, rms=0.090474Jy sigma=0.000805 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0050398 Jy ! Component: 100 - total flux cleaned = 0.00783589 Jy ! Total flux subtracted in 100 components = 0.00783589 Jy ! Clean residual min=-0.002561 max=0.002461 Jy/beam ! Clean residual mean=-0.000000 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.0630809 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 21 components and 0.0630809 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089999Jy sigma=0.000802 ! Fit after self-cal, rms=0.089959Jy sigma=0.000802 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.306 mas, bmaj=7.518 mas, bpa=-4.167 degrees ! Estimated noise=487.459 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.00278152 Jy ! Component: 100 - total flux cleaned = 0.00417492 Jy ! Component: 150 - total flux cleaned = 0.00494366 Jy ! Component: 200 - total flux cleaned = 0.00538461 Jy ! Total flux subtracted in 200 components = 0.00538461 Jy ! Clean residual min=-0.002105 max=0.002028 Jy/beam ! Clean residual mean=0.000003 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.0684655 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 40 components and 0.0684655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089826Jy sigma=0.000801 ! Fit after self-cal, rms=0.089805Jy sigma=0.000801 ! 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 1.04 FD 0.84 HN 0.98 KP 1.15 ! LA 0.98 MK 1.02 NL 0.90 OV 0.98 ! PT 1.18 SC 0.92 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.88 HN 0.96 KP 1.11 ! LA 0.99 MK 1.01 NL 1.03 OV 1.06 ! PT 1.09 SC 1.08 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.91 HN 1.05 KP 0.95 ! LA 0.82 MK 1.08 NL 1.14 OV 1.00 ! PT 1.04 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.92 HN 0.94 KP 0.92 ! LA 0.81 MK 1.06 NL 1.00 OV 1.05 ! PT 0.95 SC 1.01 ! ! ! Fit before self-cal, rms=0.089805Jy sigma=0.000801 ! Fit after self-cal, rms=0.085482Jy sigma=0.000798 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.335 mas, bmaj=7.584 mas, bpa=-3.976 degrees ! Estimated noise=489.614 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.000165269 Jy ! Component: 100 - total flux cleaned = -0.000173006 Jy ! Component: 150 - total flux cleaned = -0.00020025 Jy ! Component: 200 - total flux cleaned = -0.000217015 Jy ! Total flux subtracted in 200 components = -0.000217015 Jy ! Clean residual min=-0.001694 max=0.001654 Jy/beam ! Clean residual mean=0.000006 rms=0.000421 Jy/beam ! Combined flux in latest and established models = 0.0682484 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 48 components and 0.0682484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085480Jy sigma=0.000798 ! Fit after self-cal, rms=0.085405Jy sigma=0.000797 ! 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.085405Jy sigma=0.000797 ! Fit after self-cal, rms=0.084995Jy sigma=0.000797 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.344 mas, bmaj=7.592 mas, bpa=-3.885 degrees ! Estimated noise=492.58 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000359154 Jy ! Component: 100 - total flux cleaned = 0.000429593 Jy ! Component: 150 - total flux cleaned = 0.000487279 Jy ! Component: 200 - total flux cleaned = 0.000534735 Jy ! Total flux subtracted in 200 components = 0.000534735 Jy ! Clean residual min=-0.001749 max=0.001644 Jy/beam ! Clean residual mean=0.000003 rms=0.000398 Jy/beam ! Combined flux in latest and established models = 0.0687832 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 56 components and 0.0687832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084992Jy sigma=0.000796 ! Fit after self-cal, rms=0.085032Jy 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 = 6.18888e-08 Jy ! Component: 100 - total flux cleaned = 4.52525e-05 Jy ! Component: 150 - total flux cleaned = 6.68892e-05 Jy ! Component: 200 - total flux cleaned = 8.17232e-05 Jy ! Total flux subtracted in 200 components = 8.17232e-05 Jy ! Clean residual min=-0.001703 max=0.001604 Jy/beam ! Clean residual mean=0.000003 rms=0.000400 Jy/beam ! Combined flux in latest and established models = 0.0688649 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 60 components and 0.0688649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085031Jy sigma=0.000796 ! Fit after self-cal, rms=0.085032Jy sigma=0.000796 ! 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.085032Jy sigma=0.000796 ! Fit after self-cal, rms=0.085700Jy sigma=0.000796 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=7.589 mas, bpa=-3.803 degrees ! Estimated noise=496.146 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000400999 Jy ! Component: 100 - total flux cleaned = 0.000494212 Jy ! Component: 150 - total flux cleaned = 0.000538944 Jy ! Component: 200 - total flux cleaned = 0.000565817 Jy ! Total flux subtracted in 200 components = 0.000565817 Jy ! Clean residual min=-0.001731 max=0.001654 Jy/beam ! Clean residual mean=0.000003 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.0694307 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 63 components and 0.0694307 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085697Jy sigma=0.000796 ! Fit after self-cal, rms=0.085714Jy 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 = -4.57386e-06 Jy ! Component: 100 - total flux cleaned = 2.28027e-05 Jy ! Component: 150 - total flux cleaned = 4.17267e-05 Jy ! Component: 200 - total flux cleaned = 5.05075e-05 Jy ! Total flux subtracted in 200 components = 5.05075e-05 Jy ! Clean residual min=-0.001709 max=0.001644 Jy/beam ! Clean residual mean=0.000003 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.0694812 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 65 components and 0.0694812 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085714Jy sigma=0.000796 ! Fit after self-cal, rms=0.085714Jy sigma=0.000796 ! 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.085714Jy sigma=0.000796 ! Fit after self-cal, rms=0.086316Jy sigma=0.000796 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.524 mas, bmaj=12.06 mas, bpa=1.631 degrees ! Estimated noise=646.667 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000494297 Jy ! Component: 100 - total flux cleaned = 0.000521395 Jy ! Component: 150 - total flux cleaned = 0.000522019 Jy ! Component: 200 - total flux cleaned = 0.000510377 Jy ! Total flux subtracted in 200 components = 0.000510377 Jy ! Clean residual min=-0.001879 max=0.001737 Jy/beam ! Clean residual mean=0.000007 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.0699916 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 71 components and 0.0699916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086315Jy sigma=0.000796 ! Fit after self-cal, rms=0.086321Jy 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 = 2.04028e-05 Jy ! Component: 100 - total flux cleaned = 1.52064e-05 Jy ! Component: 150 - total flux cleaned = -7.95076e-06 Jy ! Component: 200 - total flux cleaned = -1.98381e-05 Jy ! Total flux subtracted in 200 components = -1.98381e-05 Jy ! Clean residual min=-0.001847 max=0.001737 Jy/beam ! Clean residual mean=0.000007 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.0699717 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 72 components and 0.0699717 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086322Jy sigma=0.000796 ! Fit after self-cal, rms=0.086322Jy sigma=0.000796 ! 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=3.346 mas, bmaj=7.584 mas, bpa=-3.732 degrees ! Estimated noise=499.573 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.346 x 7.584 at -3.732 degrees (North through East) ! Clean map min=-0.0016775 max=0.060503 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=2.725 mas, bmaj=6.509 mas, bpa=-3.992 degrees ! Estimated noise=734.441 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0457736 Jy ! Component: 100 - total flux cleaned = 0.0571863 Jy ! Component: 150 - total flux cleaned = 0.0620825 Jy ! Component: 200 - total flux cleaned = 0.0648465 Jy ! Total flux subtracted in 200 components = 0.0648465 Jy ! Clean residual min=-0.002386 max=0.002257 Jy/beam ! Clean residual mean=0.000000 rms=0.000582 Jy/beam ! Combined flux in latest and established models = 0.0648466 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0648466 Jy ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=7.584 mas, bpa=-3.732 degrees ! Estimated noise=499.573 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.00251188 Jy ! Component: 100 - total flux cleaned = 0.00374922 Jy ! Component: 150 - total flux cleaned = 0.00442965 Jy ! Component: 200 - total flux cleaned = 0.0048294 Jy ! Total flux subtracted in 200 components = 0.0048294 Jy ! Clean residual min=-0.001691 max=0.001684 Jy/beam ! Clean residual mean=0.000003 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.069676 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 42 components and 0.069676 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.524 mas, bmaj=12.06 mas, bpa=1.631 degrees ! Estimated noise=646.667 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000280572 Jy ! Component: 100 - total flux cleaned = 0.00029492 Jy ! Component: 150 - total flux cleaned = 0.000289003 Jy ! Component: 200 - total flux cleaned = 0.000278906 Jy ! Total flux subtracted in 200 components = 0.000278906 Jy ! Clean residual min=-0.001836 max=0.001752 Jy/beam ! Clean residual mean=0.000007 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.0699549 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 = -4.4055e-06 Jy ! Component: 100 - total flux cleaned = -1.22952e-05 Jy ! Component: 150 - total flux cleaned = -1.92664e-05 Jy ! Component: 200 - total flux cleaned = -2.22241e-05 Jy ! Total flux subtracted in 200 components = -2.22241e-05 Jy ! Clean residual min=-0.001835 max=0.001748 Jy/beam ! Clean residual mean=0.000007 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.0699327 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.0699327 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=7.584 mas, bpa=-3.732 degrees ! Estimated noise=499.573 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.4712e-05 Jy ! Component: 100 - total flux cleaned = 0.000113962 Jy ! Component: 150 - total flux cleaned = 0.000123556 Jy ! Component: 200 - total flux cleaned = 0.000123648 Jy ! Total flux subtracted in 200 components = 0.000123648 Jy ! Clean residual min=-0.001683 max=0.001682 Jy/beam ! Clean residual mean=0.000003 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.0700563 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 60 components and 0.0700563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086321Jy sigma=0.000796 ! Fit after self-cal, rms=0.086320Jy sigma=0.000796 wmodel J0609-0230_S_2015_03_17_pus_map.mod ! Writing 60 model components to file: J0609-0230_S_2015_03_17_pus_map.mod wobs J0609-0230_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0609-0230_S_2015_03_17_pus_uvs.fits wwins J0609-0230_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J0609-0230_S_2015_03_17_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.00018594 Jy ! Component: 100 - total flux cleaned = -0.000241318 Jy ! Component: 150 - total flux cleaned = -0.000215211 Jy ! Component: 200 - total flux cleaned = -0.000164628 Jy ! Component: 250 - total flux cleaned = -6.64548e-05 Jy ! Component: 300 - total flux cleaned = -4.23771e-05 Jy ! Component: 350 - total flux cleaned = 7.33605e-05 Jy ! Component: 400 - total flux cleaned = 0.000163814 Jy ! Component: 450 - total flux cleaned = 0.000207791 Jy ! Component: 500 - total flux cleaned = 0.000186289 Jy ! Component: 550 - total flux cleaned = 0.000292891 Jy ! Component: 600 - total flux cleaned = 0.000376183 Jy ! Component: 650 - total flux cleaned = 0.000375948 Jy ! Component: 700 - total flux cleaned = 0.000375509 Jy ! Component: 750 - total flux cleaned = 0.000395243 Jy ! Component: 800 - total flux cleaned = 0.000375944 Jy ! Component: 850 - total flux cleaned = 0.000375758 Jy ! Component: 900 - total flux cleaned = 0.000413465 Jy ! Component: 950 - total flux cleaned = 0.000413759 Jy ! Component: 1000 - total flux cleaned = 0.000414004 Jy ! Component: 1050 - total flux cleaned = 0.000486745 Jy ! Component: 1100 - total flux cleaned = 0.000486884 Jy ! Component: 1150 - total flux cleaned = 0.000522135 Jy ! Component: 1200 - total flux cleaned = 0.000504821 Jy ! Component: 1250 - total flux cleaned = 0.000539367 Jy ! Component: 1300 - total flux cleaned = 0.000556696 Jy ! Component: 1350 - total flux cleaned = 0.000573519 Jy ! Component: 1400 - total flux cleaned = 0.000573217 Jy ! Component: 1450 - total flux cleaned = 0.000589673 Jy ! Component: 1500 - total flux cleaned = 0.000573476 Jy ! Component: 1550 - total flux cleaned = 0.000605839 Jy ! Component: 1600 - total flux cleaned = 0.000605616 Jy ! Component: 1650 - total flux cleaned = 0.000589726 Jy ! Component: 1700 - total flux cleaned = 0.000542535 Jy ! Component: 1750 - total flux cleaned = 0.000542708 Jy ! Component: 1800 - total flux cleaned = 0.000527561 Jy ! Component: 1850 - total flux cleaned = 0.000527607 Jy ! Component: 1900 - total flux cleaned = 0.000527695 Jy ! Component: 1950 - total flux cleaned = 0.000557669 Jy ! Component: 2000 - total flux cleaned = 0.00057264 Jy ! Component: 2050 - total flux cleaned = 0.000557952 Jy ! Component: 2100 - total flux cleaned = 0.000601675 Jy ! Component: 2150 - total flux cleaned = 0.000587392 Jy ! Component: 2200 - total flux cleaned = 0.000587308 Jy ! Component: 2250 - total flux cleaned = 0.000558973 Jy ! Component: 2300 - total flux cleaned = 0.00058723 Jy ! Component: 2350 - total flux cleaned = 0.000573169 Jy ! Component: 2400 - total flux cleaned = 0.000559387 Jy ! Component: 2450 - total flux cleaned = 0.000532075 Jy ! Component: 2500 - total flux cleaned = 0.000586636 Jy ! Component: 2550 - total flux cleaned = 0.000559619 Jy ! Component: 2600 - total flux cleaned = 0.00051943 Jy ! Component: 2650 - total flux cleaned = 0.000559103 Jy ! Component: 2700 - total flux cleaned = 0.000572027 Jy ! Component: 2750 - total flux cleaned = 0.000546022 Jy ! Component: 2800 - total flux cleaned = 0.000520121 Jy ! Component: 2850 - total flux cleaned = 0.000545715 Jy ! Component: 2900 - total flux cleaned = 0.000532883 Jy ! Component: 2950 - total flux cleaned = 0.000570678 Jy ! Component: 3000 - total flux cleaned = 0.000570382 Jy ! Component: 3050 - total flux cleaned = 0.000557856 Jy ! Component: 3100 - total flux cleaned = 0.000557789 Jy ! Component: 3150 - total flux cleaned = 0.000496672 Jy ! Component: 3200 - total flux cleaned = 0.000521174 Jy ! Component: 3250 - total flux cleaned = 0.000593598 Jy ! Component: 3300 - total flux cleaned = 0.000605486 Jy ! Component: 3350 - total flux cleaned = 0.000593464 Jy ! Component: 3400 - total flux cleaned = 0.000593452 Jy ! Component: 3450 - total flux cleaned = 0.000593554 Jy ! Component: 3500 - total flux cleaned = 0.000616822 Jy ! Component: 3550 - total flux cleaned = 0.000674694 Jy ! Component: 3600 - total flux cleaned = 0.00068619 Jy ! Component: 3650 - total flux cleaned = 0.000663312 Jy ! Component: 3700 - total flux cleaned = 0.000686015 Jy ! Component: 3750 - total flux cleaned = 0.000697229 Jy ! Component: 3800 - total flux cleaned = 0.000697186 Jy ! Component: 3850 - total flux cleaned = 0.00070814 Jy ! Component: 3900 - total flux cleaned = 0.000719075 Jy ! Component: 3950 - total flux cleaned = 0.000740996 Jy ! Component: 4000 - total flux cleaned = 0.000719265 Jy ! Component: 4050 - total flux cleaned = 0.000784135 Jy ! Total flux subtracted in 4096 components = 0.000741038 Jy ! Clean residual min=-0.000757 max=0.000659 Jy/beam ! Clean residual mean=0.000002 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.0707973 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 352 components and 0.0707973 Jy ![Exited script file: muppet] wmap "J0609-0230_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.346 x 7.584 at -3.732 degrees (North through East) ! Clean map min=-0.001206 max=0.060577 Jy/beam ! Writing clean map to FITS file: J0609-0230_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0605773 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000201694 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.998859 0.998859 1.99772 3.99544 7.99087 15.9817 31.9635 63.927 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.06 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.346 x 7.584 at -3.732 degrees (North through East) ! Clean map min=-0.001206 max=0.060577 Jy/beam ! Error occured in command: mapplot ! ! ! ! ! ! 4 consecutive EOF's on stdin - 10 will exit program ! ! 5 consecutive EOF's on stdin - 10 will exit program ! ! 6 consecutive EOF's on stdin - 10 will exit program ! ! 7 consecutive EOF's on stdin - 10 will exit program ! ! 8 consecutive EOF's on stdin - 10 will exit program ! ! 9 consecutive EOF's on stdin - 10 will exit program ! ! 10 consecutive EOF's on stdin - 10 will exit program ! Log file J0609-0230_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:49:31 2016