! Started logfile: J0849-3541_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:18:45 2017 obs J0849-3541_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0849-3541_S_2015_01_23_pus_uva.fits ! AN table 1: 83 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.608568 visibilities/baseline/integration-bin. ! Found source: J0849-3541 ! ! 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 338 lines of history. ! ! Reading 9092 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 J0849-3541_S_2015_01_23_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 182 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 182 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 222 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 222 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.893721Jy sigma=0.006877 ! Fit after self-cal, rms=0.858312Jy sigma=0.006631 ! 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.477 mas, bmaj=7.798 mas, bpa=3.849 degrees ! Estimated noise=1420.19 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.10176 Jy ! Component: 100 - total flux cleaned = 0.148115 Jy ! Total flux subtracted in 100 components = 0.148115 Jy ! Clean residual min=-0.010832 max=0.024795 Jy/beam ! Clean residual mean=-0.000390 rms=0.004001 Jy/beam ! Combined flux in latest and established models = 0.148115 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 42 components and 0.148115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157707Jy sigma=0.000965 ! Fit after self-cal, rms=0.157330Jy sigma=0.000962 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.029808 Jy ! Component: 100 - total flux cleaned = 0.0486257 Jy ! Total flux subtracted in 100 components = 0.0486257 Jy ! Clean residual min=-0.008218 max=0.013463 Jy/beam ! Clean residual mean=-0.000271 rms=0.002697 Jy/beam ! Combined flux in latest and established models = 0.19674 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 78 components and 0.19674 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147097Jy sigma=0.000853 ! Fit after self-cal, rms=0.147016Jy sigma=0.000851 ! 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.054 mas, bmaj=9.112 mas, bpa=4.093 degrees ! Estimated noise=1029.87 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.025754 Jy ! Component: 100 - total flux cleaned = 0.0399925 Jy ! Component: 150 - total flux cleaned = 0.0479708 Jy ! Component: 200 - total flux cleaned = 0.0524429 Jy ! Total flux subtracted in 200 components = 0.0524429 Jy ! Clean residual min=-0.009580 max=0.015907 Jy/beam ! Clean residual mean=-0.000297 rms=0.003325 Jy/beam ! Combined flux in latest and established models = 0.249183 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 88 components and 0.249183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142888Jy sigma=0.000804 ! Fit after self-cal, rms=0.142959Jy sigma=0.000804 ! 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.07 FD 1.14 HN 1.41 KP 1.09 ! LA 0.97 MK 0.94 NL 1.18 OV 1.00 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.25 HN 1.27 KP 0.98 ! LA 0.93 MK 1.09 NL 1.29 OV 1.02 ! PT 0.98 SC 1.15 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00* HN 1.12 KP 0.90 ! LA 0.75 MK 1.13 NL 1.37 OV 0.97 ! PT 0.92 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.17 FD 1.00* HN 1.17 KP 0.81 ! LA 0.80 MK 0.96 NL 1.18 OV 1.00 ! PT 0.98 SC 0.91 ! ! ! Fit before self-cal, rms=0.142959Jy sigma=0.000804 ! Fit after self-cal, rms=0.166749Jy sigma=0.000765 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.07 mas, bmaj=9.182 mas, bpa=4.363 degrees ! Estimated noise=1055.88 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.000173053 Jy ! Component: 100 - total flux cleaned = 0.000175222 Jy ! Component: 150 - total flux cleaned = 0.000175696 Jy ! Component: 200 - total flux cleaned = 0.000176842 Jy ! Total flux subtracted in 200 components = 0.000176842 Jy ! Clean residual min=-0.007596 max=0.010632 Jy/beam ! Clean residual mean=-0.000106 rms=0.002199 Jy/beam ! Combined flux in latest and established models = 0.24936 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 88 components and 0.24936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166710Jy sigma=0.000765 ! Fit after self-cal, rms=0.167359Jy sigma=0.000764 ! 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.167359Jy sigma=0.000764 ! Fit after self-cal, rms=0.165634Jy sigma=0.000762 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.066 mas, bmaj=9.201 mas, bpa=4.519 degrees ! Estimated noise=1057.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000247394 Jy ! Component: 100 - total flux cleaned = 0.00038849 Jy ! Component: 150 - total flux cleaned = 0.000426739 Jy ! Component: 200 - total flux cleaned = 0.000389342 Jy ! Total flux subtracted in 200 components = 0.000389342 Jy ! Clean residual min=-0.007345 max=0.009658 Jy/beam ! Clean residual mean=-0.000146 rms=0.002092 Jy/beam ! Combined flux in latest and established models = 0.249749 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 91 components and 0.249749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165610Jy sigma=0.000761 ! Fit after self-cal, rms=0.165560Jy sigma=0.000761 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 (9.5, -2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0085956 Jy ! Component: 100 - total flux cleaned = 0.0119643 Jy ! Component: 150 - total flux cleaned = 0.0125215 Jy ! Component: 200 - total flux cleaned = 0.0131797 Jy ! Total flux subtracted in 200 components = 0.0131797 Jy ! Clean residual min=-0.006024 max=0.006414 Jy/beam ! Clean residual mean=-0.000088 rms=0.001765 Jy/beam ! Combined flux in latest and established models = 0.262929 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 122 components and 0.262929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165109Jy sigma=0.000756 ! Fit after self-cal, rms=0.164887Jy sigma=0.000755 ! 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.164887Jy sigma=0.000755 ! Fit after self-cal, rms=0.160098Jy sigma=0.000754 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.045 mas, bmaj=9.152 mas, bpa=4.704 degrees ! Estimated noise=1044.59 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00428375 Jy ! Component: 100 - total flux cleaned = 0.00606065 Jy ! Component: 150 - total flux cleaned = 0.00632933 Jy ! Component: 200 - total flux cleaned = 0.00649834 Jy ! Total flux subtracted in 200 components = 0.00649834 Jy ! Clean residual min=-0.005549 max=0.005481 Jy/beam ! Clean residual mean=-0.000069 rms=0.001566 Jy/beam ! Combined flux in latest and established models = 0.269428 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 145 components and 0.269428 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159984Jy sigma=0.000753 ! Fit after self-cal, rms=0.159831Jy sigma=0.000753 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.00193335 Jy ! Component: 100 - total flux cleaned = 0.00206969 Jy ! Component: 150 - total flux cleaned = 0.00214025 Jy ! Component: 200 - total flux cleaned = 0.00223667 Jy ! Total flux subtracted in 200 components = 0.00223667 Jy ! Clean residual min=-0.005365 max=0.005557 Jy/beam ! Clean residual mean=-0.000059 rms=0.001533 Jy/beam ! Combined flux in latest and established models = 0.271664 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 157 components and 0.271664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159810Jy sigma=0.000752 ! Fit after self-cal, rms=0.159791Jy sigma=0.000752 ! 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.159791Jy sigma=0.000752 ! Fit after self-cal, rms=0.157227Jy sigma=0.000752 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.997 mas, bmaj=23.38 mas, bpa=0.8367 degrees ! Estimated noise=1332.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00256386 Jy ! Component: 100 - total flux cleaned = 0.0033791 Jy ! Component: 150 - total flux cleaned = 0.00359229 Jy ! Component: 200 - total flux cleaned = 0.00364158 Jy ! Total flux subtracted in 200 components = 0.00364158 Jy ! Clean residual min=-0.007444 max=0.009335 Jy/beam ! Clean residual mean=-0.000103 rms=0.002708 Jy/beam ! Combined flux in latest and established models = 0.275306 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 174 components and 0.275306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157216Jy sigma=0.000751 ! Fit after self-cal, rms=0.157116Jy sigma=0.000751 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.000576995 Jy ! Component: 100 - total flux cleaned = 0.000699701 Jy ! Component: 150 - total flux cleaned = 0.00075046 Jy ! Component: 200 - total flux cleaned = 0.000799192 Jy ! Total flux subtracted in 200 components = 0.000799192 Jy ! Clean residual min=-0.007410 max=0.009428 Jy/beam ! Clean residual mean=-0.000096 rms=0.002694 Jy/beam ! Combined flux in latest and established models = 0.276105 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 179 components and 0.276105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157109Jy sigma=0.000751 ! Fit after self-cal, rms=0.157115Jy sigma=0.000751 ! 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.035 mas, bmaj=9.121 mas, bpa=4.986 degrees ! Estimated noise=1039.68 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.035 x 9.121 at 4.986 degrees (North through East) ! Clean map min=-0.0051272 max=0.13054 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.454 mas, bmaj=7.749 mas, bpa=5.24 degrees ! Estimated noise=1439.22 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.104058 Jy ! Component: 100 - total flux cleaned = 0.153566 Jy ! Component: 150 - total flux cleaned = 0.183636 Jy ! Component: 200 - total flux cleaned = 0.202687 Jy ! Total flux subtracted in 200 components = 0.202687 Jy ! Clean residual min=-0.006963 max=0.013419 Jy/beam ! Clean residual mean=-0.000202 rms=0.002184 Jy/beam ! Combined flux in latest and established models = 0.202687 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 57 model components to the UV plane model. ! The established model now contains 57 components and 0.202687 Jy ! Inverting map and beam ! Estimated beam: bmin=3.035 mas, bmaj=9.121 mas, bpa=4.986 degrees ! Estimated noise=1039.68 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) ! Added new window around map position (3, -1.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0236804 Jy ! Component: 100 - total flux cleaned = 0.0376945 Jy ! Component: 150 - total flux cleaned = 0.0473124 Jy ! Component: 200 - total flux cleaned = 0.0541659 Jy ! Total flux subtracted in 200 components = 0.0541659 Jy ! Clean residual min=-0.005946 max=0.005622 Jy/beam ! Clean residual mean=-0.000138 rms=0.001712 Jy/beam ! Combined flux in latest and established models = 0.256853 Jy ! Adding 92 model components to the UV plane model. ! The established model now contains 139 components and 0.256853 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.997 mas, bmaj=23.38 mas, bpa=0.8367 degrees ! Estimated noise=1332.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00797094 Jy ! Component: 100 - total flux cleaned = 0.0122672 Jy ! Component: 150 - total flux cleaned = 0.0148738 Jy ! Component: 200 - total flux cleaned = 0.0164905 Jy ! Total flux subtracted in 200 components = 0.0164905 Jy ! Clean residual min=-0.007154 max=0.009131 Jy/beam ! Clean residual mean=-0.000124 rms=0.002690 Jy/beam ! Combined flux in latest and established models = 0.273343 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.00100647 Jy ! Component: 100 - total flux cleaned = 0.0016344 Jy ! Component: 150 - total flux cleaned = 0.00174665 Jy ! Component: 200 - total flux cleaned = 0.00181623 Jy ! Total flux subtracted in 200 components = 0.00181623 Jy ! Clean residual min=-0.007042 max=0.009265 Jy/beam ! Clean residual mean=-0.000107 rms=0.002671 Jy/beam ! Combined flux in latest and established models = 0.275159 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 202 components and 0.275159 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.035 mas, bmaj=9.121 mas, bpa=4.986 degrees ! Estimated noise=1039.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000108178 Jy ! Component: 100 - total flux cleaned = 0.000213062 Jy ! Component: 150 - total flux cleaned = 0.000170057 Jy ! Component: 200 - total flux cleaned = 0.000132424 Jy ! Total flux subtracted in 200 components = 0.000132424 Jy ! Clean residual min=-0.004782 max=0.005356 Jy/beam ! Clean residual mean=-0.000052 rms=0.001440 Jy/beam ! Combined flux in latest and established models = 0.275292 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 219 components and 0.275292 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157059Jy sigma=0.000751 ! Fit after self-cal, rms=0.157006Jy sigma=0.000751 wmodel J0849-3541_S_2015_01_23_pus_map.mod ! Writing 219 model components to file: J0849-3541_S_2015_01_23_pus_map.mod wobs J0849-3541_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0849-3541_S_2015_01_23_pus_uvs.fits wwins J0849-3541_S_2015_01_23_pus_map.win ! wwins: Wrote 3 windows to J0849-3541_S_2015_01_23_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.00184342 Jy ! Component: 100 - total flux cleaned = 0.00284876 Jy ! Component: 150 - total flux cleaned = 0.00374793 Jy ! Component: 200 - total flux cleaned = 0.00409183 Jy ! Component: 250 - total flux cleaned = 0.00428385 Jy ! Component: 300 - total flux cleaned = 0.00452836 Jy ! Component: 350 - total flux cleaned = 0.0048232 Jy ! Component: 400 - total flux cleaned = 0.0049929 Jy ! Component: 450 - total flux cleaned = 0.00521073 Jy ! Component: 500 - total flux cleaned = 0.00526432 Jy ! Component: 550 - total flux cleaned = 0.00536672 Jy ! Component: 600 - total flux cleaned = 0.00536733 Jy ! Component: 650 - total flux cleaned = 0.00536832 Jy ! Component: 700 - total flux cleaned = 0.00550799 Jy ! Component: 750 - total flux cleaned = 0.00555301 Jy ! Component: 800 - total flux cleaned = 0.00564209 Jy ! Component: 850 - total flux cleaned = 0.00568548 Jy ! Component: 900 - total flux cleaned = 0.00560319 Jy ! Component: 950 - total flux cleaned = 0.00564399 Jy ! Component: 1000 - total flux cleaned = 0.00572266 Jy ! Component: 1050 - total flux cleaned = 0.00576063 Jy ! Component: 1100 - total flux cleaned = 0.005648 Jy ! Component: 1150 - total flux cleaned = 0.00564914 Jy ! Component: 1200 - total flux cleaned = 0.00572015 Jy ! Component: 1250 - total flux cleaned = 0.0056157 Jy ! Component: 1300 - total flux cleaned = 0.00558151 Jy ! Component: 1350 - total flux cleaned = 0.00541443 Jy ! Component: 1400 - total flux cleaned = 0.00528439 Jy ! Component: 1450 - total flux cleaned = 0.00512401 Jy ! Component: 1500 - total flux cleaned = 0.00496608 Jy ! Component: 1550 - total flux cleaned = 0.00487325 Jy ! Component: 1600 - total flux cleaned = 0.00463036 Jy ! Component: 1650 - total flux cleaned = 0.00448165 Jy ! Component: 1700 - total flux cleaned = 0.00436475 Jy ! Component: 1750 - total flux cleaned = 0.00424982 Jy ! Component: 1800 - total flux cleaned = 0.00413706 Jy ! Component: 1850 - total flux cleaned = 0.00397041 Jy ! Component: 1900 - total flux cleaned = 0.00386095 Jy ! Component: 1950 - total flux cleaned = 0.00369931 Jy ! Component: 2000 - total flux cleaned = 0.00364636 Jy ! Component: 2050 - total flux cleaned = 0.00348949 Jy ! Component: 2100 - total flux cleaned = 0.00325803 Jy ! Component: 2150 - total flux cleaned = 0.00320757 Jy ! Component: 2200 - total flux cleaned = 0.00308245 Jy ! Component: 2250 - total flux cleaned = 0.00293363 Jy ! Component: 2300 - total flux cleaned = 0.00273874 Jy ! Component: 2350 - total flux cleaned = 0.00261844 Jy ! Component: 2400 - total flux cleaned = 0.00249964 Jy ! Component: 2450 - total flux cleaned = 0.00224156 Jy ! Component: 2500 - total flux cleaned = 0.00212579 Jy ! Component: 2550 - total flux cleaned = 0.00194266 Jy ! Component: 2600 - total flux cleaned = 0.00178456 Jy ! Component: 2650 - total flux cleaned = 0.00162802 Jy ! Component: 2700 - total flux cleaned = 0.00147353 Jy ! Component: 2750 - total flux cleaned = 0.00129871 Jy ! Component: 2800 - total flux cleaned = 0.00119073 Jy ! Component: 2850 - total flux cleaned = 0.000998342 Jy ! Component: 2900 - total flux cleaned = 0.000871466 Jy ! Component: 2950 - total flux cleaned = 0.00076701 Jy ! Component: 3000 - total flux cleaned = 0.000642528 Jy ! Component: 3050 - total flux cleaned = 0.000437804 Jy ! Component: 3100 - total flux cleaned = 0.00029642 Jy ! Component: 3150 - total flux cleaned = 0.000116335 Jy ! Component: 3200 - total flux cleaned = -2.55515e-06 Jy ! Component: 3250 - total flux cleaned = -0.000198769 Jy ! Component: 3300 - total flux cleaned = -0.000296005 Jy ! Component: 3350 - total flux cleaned = -0.000508071 Jy ! Component: 3400 - total flux cleaned = -0.000641463 Jy ! Component: 3450 - total flux cleaned = -0.000792621 Jy ! Component: 3500 - total flux cleaned = -0.000923905 Jy ! Component: 3550 - total flux cleaned = -0.00103564 Jy ! Component: 3600 - total flux cleaned = -0.00122033 Jy ! Component: 3650 - total flux cleaned = -0.00142169 Jy ! Component: 3700 - total flux cleaned = -0.00156713 Jy ! Component: 3750 - total flux cleaned = -0.00171164 Jy ! Component: 3800 - total flux cleaned = -0.00183712 Jy ! Component: 3850 - total flux cleaned = -0.00210409 Jy ! Component: 3900 - total flux cleaned = -0.00224539 Jy ! Component: 3950 - total flux cleaned = -0.00238587 Jy ! Component: 4000 - total flux cleaned = -0.00257785 Jy ! Component: 4050 - total flux cleaned = -0.00271649 Jy ! Total flux subtracted in 4096 components = -0.00290603 Jy ! Clean residual min=-0.000964 max=0.000982 Jy/beam ! Clean residual mean=-0.000016 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.272386 Jy keep ! Adding 388 model components to the UV plane model. ! The established model now contains 607 components and 0.272386 Jy ![Exited script file: muppet] wmap "J0849-3541_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.035 x 9.121 at 4.986 degrees (North through East) ! Clean map min=-0.0026796 max=0.13759 Jy/beam ! Writing clean map to FITS file: J0849-3541_S_2015_01_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.13759 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000316504 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.690102 0.690102 1.3802 2.76041 5.52081 11.0416 22.0832 44.1665 88.333 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.137 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.035 x 9.121 at 4.986 degrees (North through East) ! Clean map min=-0.0026796 max=0.13759 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 J0849-3541_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:18:49 2017