! Started logfile: J0222-1615_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:14:39 2017 obs J0222-1615_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J0222-1615_S_2014_01_04_pus_uva.fits ! AN table 1: 60 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J0222-1615 ! ! 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 370 lines of history. ! ! Reading 5040 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 J0222-1615_S_2014_01_04_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 120 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 120 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 120 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 120 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.882467Jy sigma=0.011267 ! Fit after self-cal, rms=0.875245Jy sigma=0.011156 ! 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.483 mas, bmaj=5.713 mas, bpa=-0.05865 degrees ! Estimated noise=1144.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.0943692 Jy ! Component: 100 - total flux cleaned = 0.117922 Jy ! Total flux subtracted in 100 components = 0.117922 Jy ! Clean residual min=-0.009275 max=0.012715 Jy/beam ! Clean residual mean=-0.000006 rms=0.002617 Jy/beam ! Combined flux in latest and established models = 0.117922 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.117922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088997Jy sigma=0.001011 ! Fit after self-cal, rms=0.089030Jy sigma=0.001011 ! 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.035 mas, bmaj=6.634 mas, bpa=-0.3778 degrees ! Estimated noise=821.668 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.0193081 Jy ! Component: 100 - total flux cleaned = 0.0289425 Jy ! Component: 150 - total flux cleaned = 0.0343879 Jy ! Component: 200 - total flux cleaned = 0.0375935 Jy ! Total flux subtracted in 200 components = 0.0375935 Jy ! Clean residual min=-0.007097 max=0.013758 Jy/beam ! Clean residual mean=-0.000016 rms=0.002404 Jy/beam ! Combined flux in latest and established models = 0.155516 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 32 components and 0.155516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084826Jy sigma=0.000959 ! Fit after self-cal, rms=0.084915Jy sigma=0.000958 ! Inverting map ! Added new window around map position (-7, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0125161 Jy ! Component: 100 - total flux cleaned = 0.0181529 Jy ! Component: 150 - total flux cleaned = 0.02183 Jy ! Component: 200 - total flux cleaned = 0.022893 Jy ! Total flux subtracted in 200 components = 0.022893 Jy ! Clean residual min=-0.005482 max=0.006462 Jy/beam ! Clean residual mean=-0.000008 rms=0.001618 Jy/beam ! Combined flux in latest and established models = 0.178409 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 61 components and 0.178409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083171Jy sigma=0.000933 ! Fit after self-cal, rms=0.082769Jy sigma=0.000930 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00* KP 1.00* LA 1.01 ! MK 0.99 NL 1.02 OV 0.97 PT 1.00 ! SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.00* KP 1.00* LA 0.97 ! MK 1.00 NL 1.10 OV 1.00 PT 0.94 ! SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.00* KP 1.00* LA 0.83 ! MK 0.99 NL 1.07 OV 0.92 PT 0.92 ! SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.00* KP 1.00* LA 0.85 ! MK 1.02 NL 1.14 OV 1.04 PT 0.96 ! SC 0.88 ! ! ! Fit before self-cal, rms=0.082769Jy sigma=0.000930 ! Fit after self-cal, rms=0.079931Jy sigma=0.000913 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.012 mas, bmaj=6.655 mas, bpa=0.1859 degrees ! Estimated noise=826.744 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.00245897 Jy ! Component: 100 - total flux cleaned = 0.00295508 Jy ! Component: 150 - total flux cleaned = 0.00280135 Jy ! Component: 200 - total flux cleaned = 0.0026215 Jy ! Total flux subtracted in 200 components = 0.0026215 Jy ! Clean residual min=-0.003671 max=0.003981 Jy/beam ! Clean residual mean=0.000002 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 0.18103 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 80 components and 0.18103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079779Jy sigma=0.000911 ! Fit after self-cal, rms=0.079474Jy sigma=0.000911 ! 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.079474Jy sigma=0.000911 ! Fit after self-cal, rms=0.078786Jy sigma=0.000906 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.005 mas, bmaj=6.639 mas, bpa=0.2476 degrees ! Estimated noise=825.19 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000734453 Jy ! Component: 100 - total flux cleaned = 0.000882819 Jy ! Component: 150 - total flux cleaned = 0.000806203 Jy ! Component: 200 - total flux cleaned = 0.000738121 Jy ! Total flux subtracted in 200 components = 0.000738121 Jy ! Clean residual min=-0.003197 max=0.003376 Jy/beam ! Clean residual mean=0.000004 rms=0.000791 Jy/beam ! Combined flux in latest and established models = 0.181769 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 90 components and 0.181768 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078734Jy sigma=0.000905 ! Fit after self-cal, rms=0.078700Jy sigma=0.000905 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 (113.5, 92.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147402 Jy ! Component: 100 - total flux cleaned = 0.00135697 Jy ! Component: 150 - total flux cleaned = 0.000989358 Jy ! Component: 200 - total flux cleaned = 0.000764624 Jy ! Total flux subtracted in 200 components = 0.000764624 Jy ! Clean residual min=-0.002922 max=0.002852 Jy/beam ! Clean residual mean=0.000004 rms=0.000732 Jy/beam ! Combined flux in latest and established models = 0.182533 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 110 components and 0.182533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078563Jy sigma=0.000903 ! Fit after self-cal, rms=0.078538Jy sigma=0.000903 ! 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.078538Jy sigma=0.000903 ! Fit after self-cal, rms=0.078182Jy sigma=0.000903 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.998 mas, bmaj=6.633 mas, bpa=0.2119 degrees ! Estimated noise=823.416 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000856178 Jy ! Component: 100 - total flux cleaned = 0.000852404 Jy ! Component: 150 - total flux cleaned = 0.000927919 Jy ! Component: 200 - total flux cleaned = 0.000927655 Jy ! Total flux subtracted in 200 components = 0.000927655 Jy ! Clean residual min=-0.002995 max=0.002608 Jy/beam ! Clean residual mean=0.000004 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.183461 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 117 components and 0.183461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078137Jy sigma=0.000902 ! Fit after self-cal, rms=0.078121Jy sigma=0.000902 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.000299976 Jy ! Component: 100 - total flux cleaned = 0.000269547 Jy ! Component: 150 - total flux cleaned = 0.000212518 Jy ! Component: 200 - total flux cleaned = 0.00018646 Jy ! Total flux subtracted in 200 components = 0.00018646 Jy ! Clean residual min=-0.002951 max=0.002612 Jy/beam ! Clean residual mean=0.000005 rms=0.000693 Jy/beam ! Combined flux in latest and established models = 0.183647 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 128 components and 0.183647 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078098Jy sigma=0.000902 ! Fit after self-cal, rms=0.078097Jy sigma=0.000902 ! 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.078097Jy sigma=0.000902 ! Fit after self-cal, rms=0.078042Jy sigma=0.000902 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.7 mas, bmaj=15.07 mas, bpa=5.44 degrees ! Estimated noise=1013.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000573812 Jy ! Component: 100 - total flux cleaned = 0.000808545 Jy ! Component: 150 - total flux cleaned = 0.000832737 Jy ! Component: 200 - total flux cleaned = 0.000876385 Jy ! Total flux subtracted in 200 components = 0.000876385 Jy ! Clean residual min=-0.003534 max=0.003069 Jy/beam ! Clean residual mean=0.000011 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.184524 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 142 components and 0.184524 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078037Jy sigma=0.000902 ! Fit after self-cal, rms=0.078035Jy sigma=0.000902 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.000196568 Jy ! Component: 100 - total flux cleaned = 0.00015518 Jy ! Component: 150 - total flux cleaned = 0.000135514 Jy ! Component: 200 - total flux cleaned = 9.84733e-05 Jy ! Total flux subtracted in 200 components = 9.84733e-05 Jy ! Clean residual min=-0.003449 max=0.003111 Jy/beam ! Clean residual mean=0.000011 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.184622 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 147 components and 0.184622 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078035Jy sigma=0.000902 ! Fit after self-cal, rms=0.078036Jy sigma=0.000902 ! 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.995 mas, bmaj=6.631 mas, bpa=0.3149 degrees ! Estimated noise=823.963 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.995 x 6.631 at 0.3149 degrees (North through East) ! Clean map min=-0.0027631 max=0.12395 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.44 mas, bmaj=5.699 mas, bpa=0.5746 degrees ! Estimated noise=1147.8 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0945283 Jy ! Component: 100 - total flux cleaned = 0.120212 Jy ! Component: 150 - total flux cleaned = 0.134713 Jy ! Component: 200 - total flux cleaned = 0.144791 Jy ! Total flux subtracted in 200 components = 0.144791 Jy ! Clean residual min=-0.006611 max=0.006570 Jy/beam ! Clean residual mean=-0.000004 rms=0.001708 Jy/beam ! Combined flux in latest and established models = 0.144791 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.144791 Jy ! Inverting map and beam ! Estimated beam: bmin=2.995 mas, bmaj=6.631 mas, bpa=0.3149 degrees ! Estimated noise=823.963 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 (-2.5, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0117613 Jy ! Component: 100 - total flux cleaned = 0.0190075 Jy ! Component: 150 - total flux cleaned = 0.0244337 Jy ! Component: 200 - total flux cleaned = 0.0286676 Jy ! Total flux subtracted in 200 components = 0.0286676 Jy ! Clean residual min=-0.004030 max=0.003508 Jy/beam ! Clean residual mean=-0.000001 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.173459 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 67 components and 0.173459 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.7 mas, bmaj=15.07 mas, bpa=5.44 degrees ! Estimated noise=1013.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00552442 Jy ! Component: 100 - total flux cleaned = 0.00865319 Jy ! Component: 150 - total flux cleaned = 0.00969216 Jy ! Component: 200 - total flux cleaned = 0.01052 Jy ! Total flux subtracted in 200 components = 0.01052 Jy ! Clean residual min=-0.003677 max=0.003198 Jy/beam ! Clean residual mean=0.000010 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.183979 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.000418864 Jy ! Component: 100 - total flux cleaned = 0.000460448 Jy ! Component: 150 - total flux cleaned = 0.000424888 Jy ! Component: 200 - total flux cleaned = 0.000392442 Jy ! Total flux subtracted in 200 components = 0.000392442 Jy ! Clean residual min=-0.003394 max=0.003165 Jy/beam ! Clean residual mean=0.000010 rms=0.000854 Jy/beam ! Combined flux in latest and established models = 0.184371 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 97 components and 0.184371 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.995 mas, bmaj=6.631 mas, bpa=0.3149 degrees ! Estimated noise=823.963 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000204733 Jy ! Component: 100 - total flux cleaned = -6.16855e-06 Jy ! Component: 150 - total flux cleaned = 0.000225129 Jy ! Component: 200 - total flux cleaned = 0.000224087 Jy ! Total flux subtracted in 200 components = 0.000224087 Jy ! Clean residual min=-0.002862 max=0.003001 Jy/beam ! Clean residual mean=0.000005 rms=0.000699 Jy/beam ! Combined flux in latest and established models = 0.184595 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 116 components and 0.184595 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078088Jy sigma=0.000902 ! Fit after self-cal, rms=0.078107Jy sigma=0.000902 wmodel J0222-1615_S_2014_01_04_pus_map.mod ! Writing 116 model components to file: J0222-1615_S_2014_01_04_pus_map.mod wobs J0222-1615_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J0222-1615_S_2014_01_04_pus_uvs.fits wwins J0222-1615_S_2014_01_04_pus_map.win ! wwins: Wrote 4 windows to J0222-1615_S_2014_01_04_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.000677303 Jy ! Component: 100 - total flux cleaned = -0.000955735 Jy ! Component: 150 - total flux cleaned = -0.000913308 Jy ! Component: 200 - total flux cleaned = -0.000914009 Jy ! Component: 250 - total flux cleaned = -0.00106876 Jy ! Component: 300 - total flux cleaned = -0.00132869 Jy ! Component: 350 - total flux cleaned = -0.00154191 Jy ! Component: 400 - total flux cleaned = -0.00167985 Jy ! Component: 450 - total flux cleaned = -0.00177972 Jy ! Component: 500 - total flux cleaned = -0.00194201 Jy ! Component: 550 - total flux cleaned = -0.0020669 Jy ! Component: 600 - total flux cleaned = -0.00212889 Jy ! Component: 650 - total flux cleaned = -0.0023086 Jy ! Component: 700 - total flux cleaned = -0.00236674 Jy ! Component: 750 - total flux cleaned = -0.00253799 Jy ! Component: 800 - total flux cleaned = -0.00262202 Jy ! Component: 850 - total flux cleaned = -0.00281331 Jy ! Component: 900 - total flux cleaned = -0.00294684 Jy ! Component: 950 - total flux cleaned = -0.00312985 Jy ! Component: 1000 - total flux cleaned = -0.00328359 Jy ! Component: 1050 - total flux cleaned = -0.00350934 Jy ! Component: 1100 - total flux cleaned = -0.00363231 Jy ! Component: 1150 - total flux cleaned = -0.00387366 Jy ! Component: 1200 - total flux cleaned = -0.00415777 Jy ! Component: 1250 - total flux cleaned = -0.00438979 Jy ! Component: 1300 - total flux cleaned = -0.00457226 Jy ! Component: 1350 - total flux cleaned = -0.00472972 Jy ! Component: 1400 - total flux cleaned = -0.00483987 Jy ! Component: 1450 - total flux cleaned = -0.00494879 Jy ! Component: 1500 - total flux cleaned = -0.00509817 Jy ! Component: 1550 - total flux cleaned = -0.0051406 Jy ! Component: 1600 - total flux cleaned = -0.00524466 Jy ! Component: 1650 - total flux cleaned = -0.00536724 Jy ! Component: 1700 - total flux cleaned = -0.00548788 Jy ! Component: 1750 - total flux cleaned = -0.00560651 Jy ! Component: 1800 - total flux cleaned = -0.005723 Jy ! Component: 1850 - total flux cleaned = -0.00574192 Jy ! Component: 1900 - total flux cleaned = -0.00577967 Jy ! Component: 1950 - total flux cleaned = -0.00585422 Jy ! Component: 2000 - total flux cleaned = -0.00590946 Jy ! Component: 2050 - total flux cleaned = -0.0059273 Jy ! Component: 2100 - total flux cleaned = -0.00592697 Jy ! Component: 2150 - total flux cleaned = -0.0059268 Jy ! Component: 2200 - total flux cleaned = -0.00592685 Jy ! Component: 2250 - total flux cleaned = -0.0059096 Jy ! Component: 2300 - total flux cleaned = -0.00596075 Jy ! Component: 2350 - total flux cleaned = -0.00590996 Jy ! Component: 2400 - total flux cleaned = -0.00596024 Jy ! Component: 2450 - total flux cleaned = -0.00592711 Jy ! Component: 2500 - total flux cleaned = -0.00595991 Jy ! Component: 2550 - total flux cleaned = -0.00597593 Jy ! Component: 2600 - total flux cleaned = -0.00599174 Jy ! Component: 2650 - total flux cleaned = -0.00599189 Jy ! Component: 2700 - total flux cleaned = -0.00596083 Jy ! Component: 2750 - total flux cleaned = -0.00599182 Jy ! Component: 2800 - total flux cleaned = -0.00596124 Jy ! Component: 2850 - total flux cleaned = -0.00602178 Jy ! Component: 2900 - total flux cleaned = -0.00597687 Jy ! Component: 2950 - total flux cleaned = -0.00594734 Jy ! Component: 3000 - total flux cleaned = -0.00596213 Jy ! Component: 3050 - total flux cleaned = -0.00596213 Jy ! Component: 3100 - total flux cleaned = -0.0059479 Jy ! Component: 3150 - total flux cleaned = -0.0059479 Jy ! Component: 3200 - total flux cleaned = -0.00593369 Jy ! Component: 3250 - total flux cleaned = -0.00593342 Jy ! Component: 3300 - total flux cleaned = -0.00587793 Jy ! Component: 3350 - total flux cleaned = -0.00591939 Jy ! Component: 3400 - total flux cleaned = -0.00594674 Jy ! Component: 3450 - total flux cleaned = -0.00597362 Jy ! Component: 3500 - total flux cleaned = -0.00594685 Jy ! Component: 3550 - total flux cleaned = -0.00593347 Jy ! Component: 3600 - total flux cleaned = -0.00593344 Jy ! Component: 3650 - total flux cleaned = -0.00593358 Jy ! Component: 3700 - total flux cleaned = -0.00601122 Jy ! Component: 3750 - total flux cleaned = -0.00601126 Jy ! Component: 3800 - total flux cleaned = -0.00599861 Jy ! Component: 3850 - total flux cleaned = -0.00598603 Jy ! Component: 3900 - total flux cleaned = -0.00597357 Jy ! Component: 3950 - total flux cleaned = -0.00598613 Jy ! Component: 4000 - total flux cleaned = -0.0059984 Jy ! Component: 4050 - total flux cleaned = -0.00599843 Jy ! Total flux subtracted in 4096 components = -0.00598631 Jy ! Clean residual min=-0.000744 max=0.000708 Jy/beam ! Clean residual mean=0.000004 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.178609 Jy keep ! Adding 239 model components to the UV plane model. ! The established model now contains 355 components and 0.178609 Jy ![Exited script file: muppet] wmap "J0222-1615_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.995 x 6.631 at 0.3149 degrees (North through East) ! Clean map min=-0.0015633 max=0.12404 Jy/beam ! Writing clean map to FITS file: J0222-1615_S_2014_01_04_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.124045 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000211183 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.510743 0.510743 1.02149 2.04297 4.08595 8.1719 16.3438 32.6876 65.3752 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.124 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.995 x 6.631 at 0.3149 degrees (North through East) ! Clean map min=-0.0015633 max=0.12404 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 J0222-1615_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:14:44 2017