! Started logfile: J0917-2131_S_2015_03_17_pus_uvs.log on Fri Dec 30 22:53:42 2016 obs J0917-2131_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J0917-2131_S_2015_03_17_pus_uva.fits ! AN table 1: 57 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.94347 visibilities/baseline/integration-bin. ! Found source: J0917-2131 ! ! 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 9680 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 J0917-2131_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 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.746775Jy sigma=0.006951 ! Fit after self-cal, rms=0.714040Jy sigma=0.006644 ! 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.447 mas, bmaj=6.419 mas, bpa=-2.494 degrees ! Estimated noise=985.143 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.210481 Jy ! Component: 100 - total flux cleaned = 0.270644 Jy ! Total flux subtracted in 100 components = 0.270644 Jy ! Clean residual min=-0.012008 max=0.028146 Jy/beam ! Clean residual mean=-0.000001 rms=0.003597 Jy/beam ! Combined flux in latest and established models = 0.270644 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.270644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123509Jy sigma=0.001024 ! Fit after self-cal, rms=0.123436Jy sigma=0.001024 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0329924 Jy ! Component: 100 - total flux cleaned = 0.0528819 Jy ! Total flux subtracted in 100 components = 0.0528819 Jy ! Clean residual min=-0.010085 max=0.015147 Jy/beam ! Clean residual mean=-0.000002 rms=0.002538 Jy/beam ! Combined flux in latest and established models = 0.323525 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 56 components and 0.323525 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109513Jy sigma=0.000904 ! Fit after self-cal, rms=0.109432Jy sigma=0.000904 ! 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=2.942 mas, bmaj=7.423 mas, bpa=-2.813 degrees ! Estimated noise=796.746 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 (3.5, -11.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0210012 Jy ! Component: 100 - total flux cleaned = 0.0345934 Jy ! Component: 150 - total flux cleaned = 0.0441485 Jy ! Component: 200 - total flux cleaned = 0.0511451 Jy ! Total flux subtracted in 200 components = 0.0511451 Jy ! Clean residual min=-0.009724 max=0.009041 Jy/beam ! Clean residual mean=-0.000015 rms=0.002319 Jy/beam ! Combined flux in latest and established models = 0.37467 Jy ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 127 components and 0.37467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103725Jy sigma=0.000863 ! Fit after self-cal, rms=0.103595Jy sigma=0.000862 ! 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.03 FD 0.85 HN 1.06 KP 1.08 ! LA 0.95 MK 0.99 NL 0.88 OV 0.99 ! PT 1.09 SC 1.00 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.90 HN 1.12 KP 1.04 ! LA 0.93 MK 1.05 NL 1.02 OV 1.05 ! PT 1.09 SC 1.02 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.90 HN 1.09 KP 0.93 ! LA 0.77 MK 1.06 NL 1.15 OV 0.96 ! PT 1.08 SC 1.03 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.91 HN 1.04 KP 0.89 ! LA 0.81 MK 1.06 NL 1.00 OV 1.00 ! PT 1.08 SC 0.95 ! ! ! Fit before self-cal, rms=0.103595Jy sigma=0.000862 ! Fit after self-cal, rms=0.093130Jy sigma=0.000795 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.989 mas, bmaj=7.492 mas, bpa=-2.372 degrees ! Estimated noise=793.28 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.000351005 Jy ! Component: 100 - total flux cleaned = 0.000474324 Jy ! Component: 150 - total flux cleaned = 0.000580931 Jy ! Component: 200 - total flux cleaned = 0.000585233 Jy ! Total flux subtracted in 200 components = 0.000585233 Jy ! Clean residual min=-0.004320 max=0.005193 Jy/beam ! Clean residual mean=-0.000019 rms=0.001186 Jy/beam ! Combined flux in latest and established models = 0.375256 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 145 components and 0.375256 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092818Jy sigma=0.000793 ! Fit after self-cal, rms=0.092808Jy sigma=0.000792 ! 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.092808Jy sigma=0.000792 ! Fit after self-cal, rms=0.093524Jy sigma=0.000779 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=7.467 mas, bpa=-2.587 degrees ! Estimated noise=793.984 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000302767 Jy ! Component: 100 - total flux cleaned = -0.000230663 Jy ! Component: 150 - total flux cleaned = -0.000108436 Jy ! Component: 200 - total flux cleaned = -0.000109298 Jy ! Total flux subtracted in 200 components = -0.000109298 Jy ! Clean residual min=-0.002950 max=0.003660 Jy/beam ! Clean residual mean=-0.000013 rms=0.000798 Jy/beam ! Combined flux in latest and established models = 0.375146 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 162 components and 0.375146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093425Jy sigma=0.000778 ! Fit after self-cal, rms=0.093467Jy sigma=0.000778 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 (77.5, -103). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00315313 Jy ! Component: 100 - total flux cleaned = 0.00476596 Jy ! Component: 150 - total flux cleaned = 0.00523521 Jy ! Component: 200 - total flux cleaned = 0.00546978 Jy ! Total flux subtracted in 200 components = 0.00546978 Jy ! Clean residual min=-0.002842 max=0.003099 Jy/beam ! Clean residual mean=-0.000013 rms=0.000748 Jy/beam ! Combined flux in latest and established models = 0.380616 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 179 components and 0.380616 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093342Jy sigma=0.000777 ! Fit after self-cal, rms=0.093336Jy sigma=0.000777 ! 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.093336Jy sigma=0.000777 ! Fit after self-cal, rms=0.093516Jy sigma=0.000777 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=7.459 mas, bpa=-2.653 degrees ! Estimated noise=792.411 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00064444 Jy ! Component: 100 - total flux cleaned = -0.000347966 Jy ! Component: 150 - total flux cleaned = -0.000216197 Jy ! Component: 200 - total flux cleaned = -9.46551e-05 Jy ! Total flux subtracted in 200 components = -9.46551e-05 Jy ! Clean residual min=-0.002857 max=0.003190 Jy/beam ! Clean residual mean=-0.000014 rms=0.000722 Jy/beam ! Combined flux in latest and established models = 0.380521 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 185 components and 0.380521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093465Jy sigma=0.000776 ! Fit after self-cal, rms=0.093469Jy sigma=0.000776 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 (15.5, -25.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00316071 Jy ! Component: 100 - total flux cleaned = 0.00450546 Jy ! Component: 150 - total flux cleaned = 0.00499732 Jy ! Component: 200 - total flux cleaned = 0.0052171 Jy ! Total flux subtracted in 200 components = 0.0052171 Jy ! Clean residual min=-0.002968 max=0.002926 Jy/beam ! Clean residual mean=-0.000011 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.385738 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 212 components and 0.385738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093355Jy sigma=0.000775 ! Fit after self-cal, rms=0.093353Jy sigma=0.000775 ! 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.093353Jy sigma=0.000775 ! Fit after self-cal, rms=0.093334Jy sigma=0.000775 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.504 mas, bmaj=16.35 mas, bpa=4.608 degrees ! Estimated noise=1045.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00139605 Jy ! Component: 100 - total flux cleaned = 0.0021106 Jy ! Component: 150 - total flux cleaned = 0.00247056 Jy ! Component: 200 - total flux cleaned = 0.00265168 Jy ! Total flux subtracted in 200 components = 0.00265168 Jy ! Clean residual min=-0.002700 max=0.002829 Jy/beam ! Clean residual mean=-0.000020 rms=0.000787 Jy/beam ! Combined flux in latest and established models = 0.38839 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 229 components and 0.38839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093305Jy sigma=0.000775 ! Fit after self-cal, rms=0.093303Jy 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) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000294566 Jy ! Component: 100 - total flux cleaned = 0.000503124 Jy ! Component: 150 - total flux cleaned = 0.000606962 Jy ! Component: 200 - total flux cleaned = 0.000674514 Jy ! Total flux subtracted in 200 components = 0.000674514 Jy ! Clean residual min=-0.002728 max=0.002755 Jy/beam ! Clean residual mean=-0.000019 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.389065 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 239 components and 0.389065 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093290Jy sigma=0.000775 ! Fit after self-cal, rms=0.093288Jy sigma=0.000775 ! 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=2.991 mas, bmaj=7.457 mas, bpa=-2.688 degrees ! Estimated noise=791.024 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.991 x 7.457 at -2.688 degrees (North through East) ! Clean map min=-0.0027229 max=0.27523 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.483 mas, bmaj=6.428 mas, bpa=-2.396 degrees ! Estimated noise=982.975 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.20973 Jy ! Component: 100 - total flux cleaned = 0.268068 Jy ! Component: 150 - total flux cleaned = 0.298815 Jy ! Component: 200 - total flux cleaned = 0.317359 Jy ! Total flux subtracted in 200 components = 0.317359 Jy ! Clean residual min=-0.005386 max=0.009767 Jy/beam ! Clean residual mean=-0.000017 rms=0.001560 Jy/beam ! Combined flux in latest and established models = 0.317359 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 51 model components to the UV plane model. ! The established model now contains 51 components and 0.317359 Jy ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=7.457 mas, bpa=-2.688 degrees ! Estimated noise=791.024 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.017952 Jy ! Component: 100 - total flux cleaned = 0.0293337 Jy ! Component: 150 - total flux cleaned = 0.0369449 Jy ! Component: 200 - total flux cleaned = 0.0424391 Jy ! Total flux subtracted in 200 components = 0.0424391 Jy ! Clean residual min=-0.003340 max=0.004526 Jy/beam ! Clean residual mean=-0.000022 rms=0.000958 Jy/beam ! Combined flux in latest and established models = 0.359798 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 122 components and 0.359798 Jy ! Inverting map ! Added new window around map position (-25.5, 37.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00468142 Jy ! Component: 100 - total flux cleaned = 0.00830819 Jy ! Component: 150 - total flux cleaned = 0.0113596 Jy ! Component: 200 - total flux cleaned = 0.0139517 Jy ! Total flux subtracted in 200 components = 0.0139517 Jy ! Clean residual min=-0.002800 max=0.002656 Jy/beam ! Clean residual mean=-0.000015 rms=0.000718 Jy/beam ! Combined flux in latest and established models = 0.373749 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 171 components and 0.373749 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.504 mas, bmaj=16.35 mas, bpa=4.608 degrees ! Estimated noise=1045.1 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00392112 Jy ! Component: 100 - total flux cleaned = 0.00666911 Jy ! Component: 150 - total flux cleaned = 0.00880217 Jy ! Component: 200 - total flux cleaned = 0.0104917 Jy ! Total flux subtracted in 200 components = 0.0104917 Jy ! Clean residual min=-0.003086 max=0.002291 Jy/beam ! Clean residual mean=-0.000021 rms=0.000808 Jy/beam ! Combined flux in latest and established models = 0.384241 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.00134755 Jy ! Component: 100 - total flux cleaned = 0.00243688 Jy ! Component: 150 - total flux cleaned = 0.00332645 Jy ! Component: 200 - total flux cleaned = 0.0040586 Jy ! Total flux subtracted in 200 components = 0.0040586 Jy ! Clean residual min=-0.002890 max=0.002465 Jy/beam ! Clean residual mean=-0.000017 rms=0.000760 Jy/beam ! Combined flux in latest and established models = 0.3883 Jy ! Adding 77 model components to the UV plane model. ! The established model now contains 238 components and 0.3883 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=7.457 mas, bpa=-2.688 degrees ! Estimated noise=791.024 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000875614 Jy ! Component: 100 - total flux cleaned = 0.000975765 Jy ! Component: 150 - total flux cleaned = 0.00101892 Jy ! Component: 200 - total flux cleaned = 0.00101604 Jy ! Total flux subtracted in 200 components = 0.00101604 Jy ! Clean residual min=-0.002798 max=0.002658 Jy/beam ! Clean residual mean=-0.000008 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.389316 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 257 components and 0.389316 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093257Jy sigma=0.000775 ! Fit after self-cal, rms=0.093252Jy sigma=0.000774 wmodel J0917-2131_S_2015_03_17_pus_map.mod ! Writing 257 model components to file: J0917-2131_S_2015_03_17_pus_map.mod wobs J0917-2131_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J0917-2131_S_2015_03_17_pus_uvs.fits wwins J0917-2131_S_2015_03_17_pus_map.win ! wwins: Wrote 5 windows to J0917-2131_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.000315269 Jy ! Component: 100 - total flux cleaned = -0.000269881 Jy ! Component: 150 - total flux cleaned = -0.000311731 Jy ! Component: 200 - total flux cleaned = -0.000470794 Jy ! Component: 250 - total flux cleaned = -0.000432558 Jy ! Component: 300 - total flux cleaned = -0.000432566 Jy ! Component: 350 - total flux cleaned = -0.000328085 Jy ! Component: 400 - total flux cleaned = -0.000124779 Jy ! Component: 450 - total flux cleaned = 7.54272e-06 Jy ! Component: 500 - total flux cleaned = 0.000169002 Jy ! Component: 550 - total flux cleaned = 0.000231965 Jy ! Component: 600 - total flux cleaned = 0.000355264 Jy ! Component: 650 - total flux cleaned = 0.000416142 Jy ! Component: 700 - total flux cleaned = 0.000505654 Jy ! Component: 750 - total flux cleaned = 0.000564789 Jy ! Component: 800 - total flux cleaned = 0.000622415 Jy ! Component: 850 - total flux cleaned = 0.000735193 Jy ! Component: 900 - total flux cleaned = 0.000818711 Jy ! Component: 950 - total flux cleaned = 0.000900563 Jy ! Component: 1000 - total flux cleaned = 0.000927731 Jy ! Component: 1050 - total flux cleaned = 0.00114032 Jy ! Component: 1100 - total flux cleaned = 0.00121849 Jy ! Component: 1150 - total flux cleaned = 0.0013735 Jy ! Component: 1200 - total flux cleaned = 0.00150047 Jy ! Component: 1250 - total flux cleaned = 0.00157582 Jy ! Component: 1300 - total flux cleaned = 0.00162555 Jy ! Component: 1350 - total flux cleaned = 0.00182202 Jy ! Component: 1400 - total flux cleaned = 0.00187066 Jy ! Component: 1450 - total flux cleaned = 0.00196668 Jy ! Component: 1500 - total flux cleaned = 0.00201454 Jy ! Component: 1550 - total flux cleaned = 0.00213166 Jy ! Component: 1600 - total flux cleaned = 0.00227059 Jy ! Component: 1650 - total flux cleaned = 0.00231667 Jy ! Component: 1700 - total flux cleaned = 0.00240718 Jy ! Component: 1750 - total flux cleaned = 0.00256392 Jy ! Component: 1800 - total flux cleaned = 0.00258636 Jy ! Component: 1850 - total flux cleaned = 0.00274026 Jy ! Component: 1900 - total flux cleaned = 0.00274035 Jy ! Component: 1950 - total flux cleaned = 0.00284814 Jy ! Component: 2000 - total flux cleaned = 0.00299711 Jy ! Component: 2050 - total flux cleaned = 0.00301813 Jy ! Component: 2100 - total flux cleaned = 0.00295526 Jy ! Component: 2150 - total flux cleaned = 0.00303825 Jy ! Component: 2200 - total flux cleaned = 0.00309973 Jy ! Component: 2250 - total flux cleaned = 0.00311977 Jy ! Component: 2300 - total flux cleaned = 0.00320019 Jy ! Component: 2350 - total flux cleaned = 0.00316023 Jy ! Component: 2400 - total flux cleaned = 0.00312046 Jy ! Component: 2450 - total flux cleaned = 0.00312028 Jy ! Component: 2500 - total flux cleaned = 0.0031399 Jy ! Component: 2550 - total flux cleaned = 0.00304298 Jy ! Component: 2600 - total flux cleaned = 0.00306217 Jy ! Component: 2650 - total flux cleaned = 0.00308099 Jy ! Component: 2700 - total flux cleaned = 0.00304325 Jy ! Component: 2750 - total flux cleaned = 0.00300615 Jy ! Component: 2800 - total flux cleaned = 0.00306214 Jy ! Component: 2850 - total flux cleaned = 0.00304345 Jy ! Component: 2900 - total flux cleaned = 0.00298843 Jy ! Component: 2950 - total flux cleaned = 0.00293365 Jy ! Component: 3000 - total flux cleaned = 0.00295177 Jy ! Component: 3050 - total flux cleaned = 0.00291593 Jy ! Component: 3100 - total flux cleaned = 0.00288037 Jy ! Component: 3150 - total flux cleaned = 0.00288036 Jy ! Component: 3200 - total flux cleaned = 0.00286276 Jy ! Component: 3250 - total flux cleaned = 0.00286281 Jy ! Component: 3300 - total flux cleaned = 0.00277626 Jy ! Component: 3350 - total flux cleaned = 0.00269051 Jy ! Component: 3400 - total flux cleaned = 0.00270757 Jy ! Component: 3450 - total flux cleaned = 0.00270767 Jy ! Component: 3500 - total flux cleaned = 0.00269079 Jy ! Component: 3550 - total flux cleaned = 0.00264056 Jy ! Component: 3600 - total flux cleaned = 0.00265729 Jy ! Component: 3650 - total flux cleaned = 0.00259116 Jy ! Component: 3700 - total flux cleaned = 0.00257496 Jy ! Component: 3750 - total flux cleaned = 0.00257494 Jy ! Component: 3800 - total flux cleaned = 0.00252625 Jy ! Component: 3850 - total flux cleaned = 0.00254243 Jy ! Component: 3900 - total flux cleaned = 0.00249431 Jy ! Component: 3950 - total flux cleaned = 0.00244638 Jy ! Component: 4000 - total flux cleaned = 0.00241451 Jy ! Component: 4050 - total flux cleaned = 0.00243024 Jy ! Total flux subtracted in 4096 components = 0.00243018 Jy ! Clean residual min=-0.001011 max=0.000887 Jy/beam ! Clean residual mean=-0.000004 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.391746 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 548 components and 0.391746 Jy ![Exited script file: muppet] wmap "J0917-2131_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.991 x 7.457 at -2.688 degrees (North through East) ! Clean map min=-0.0021223 max=0.27683 Jy/beam ! Writing clean map to FITS file: J0917-2131_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.276827 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000288429 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.312573 0.312573 0.625146 1.25029 2.50059 5.00117 10.0023 20.0047 40.0094 80.0187 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.276 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.991 x 7.457 at -2.688 degrees (North through East) ! Clean map min=-0.0021223 max=0.27683 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 J0917-2131_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 22:53:47 2016