! Started logfile: J1207+2754_S_2014_01_04_pus_uvs.log on Thu Jan 12 18:26:02 2017 obs J1207+2754_S_2014_01_04_pus_uva.fits ! Reading UV FITS file: J1207+2754_S_2014_01_04_pus_uva.fits ! AN table 1: 75 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.583333 visibilities/baseline/integration-bin. ! Found source: J1207+2754 ! ! 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 6300 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 J1207+2754_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 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 150 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.837334Jy sigma=0.012313 ! Fit after self-cal, rms=0.809627Jy sigma=0.011898 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.129 mas, bmaj=4.511 mas, bpa=7.517 degrees ! Estimated noise=955.193 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.148043 Jy ! Component: 100 - total flux cleaned = 0.193963 Jy ! Total flux subtracted in 100 components = 0.193963 Jy ! Clean residual min=-0.023387 max=0.054665 Jy/beam ! Clean residual mean=-0.000079 rms=0.006574 Jy/beam ! Combined flux in latest and established models = 0.193963 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.193963 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117022Jy sigma=0.001531 ! Fit after self-cal, rms=0.117049Jy sigma=0.001530 ! Inverting map ! Added new window around map position (-8, -5.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0454667 Jy ! Component: 100 - total flux cleaned = 0.0680904 Jy ! Total flux subtracted in 100 components = 0.0680904 Jy ! Clean residual min=-0.017029 max=0.018618 Jy/beam ! Clean residual mean=-0.000050 rms=0.003977 Jy/beam ! Combined flux in latest and established models = 0.262053 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 21 components and 0.262053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094742Jy sigma=0.001197 ! Fit after self-cal, rms=0.091951Jy sigma=0.001162 ! 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.887 mas, bmaj=5.524 mas, bpa=0.4118 degrees ! Estimated noise=646.005 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.025834 Jy ! Component: 100 - total flux cleaned = 0.0416983 Jy ! Component: 150 - total flux cleaned = 0.0531636 Jy ! Component: 200 - total flux cleaned = 0.0619447 Jy ! Total flux subtracted in 200 components = 0.0619447 Jy ! Clean residual min=-0.010608 max=0.013090 Jy/beam ! Clean residual mean=-0.000052 rms=0.003122 Jy/beam ! Combined flux in latest and established models = 0.323998 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 55 components and 0.323998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082048Jy sigma=0.001046 ! Fit after self-cal, rms=0.080882Jy sigma=0.001028 ! 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.08 FD 1.00* KP 1.00* LA 0.98 ! MK 0.99 NL 0.96 OV 0.94 PT 0.97 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.00* KP 1.00* LA 0.96 ! MK 0.98 NL 0.99 OV 0.99 PT 0.94 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00* KP 1.00* LA 0.77 ! MK 1.02 NL 1.03 OV 0.91 PT 0.93 ! SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.23 FD 1.00* KP 1.00* LA 0.85 ! MK 0.97 NL 1.08 OV 0.96 PT 0.99 ! SC 0.92 ! ! ! Fit before self-cal, rms=0.080882Jy sigma=0.001028 ! Fit after self-cal, rms=0.070862Jy sigma=0.000942 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.867 mas, bmaj=5.587 mas, bpa=0.6574 degrees ! Estimated noise=629.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.00624083 Jy ! Component: 100 - total flux cleaned = 0.00729336 Jy ! Component: 150 - total flux cleaned = 0.00715523 Jy ! Component: 200 - total flux cleaned = 0.00683832 Jy ! Total flux subtracted in 200 components = 0.00683832 Jy ! Clean residual min=-0.006110 max=0.007811 Jy/beam ! Clean residual mean=-0.000006 rms=0.001502 Jy/beam ! Combined flux in latest and established models = 0.330836 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 68 components and 0.330836 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069725Jy sigma=0.000930 ! Fit after self-cal, rms=0.069274Jy sigma=0.000926 ! Inverting map ! Added new window around map position (-9.5, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00610993 Jy ! Component: 100 - total flux cleaned = 0.00636939 Jy ! Component: 150 - total flux cleaned = 0.00594242 Jy ! Component: 200 - total flux cleaned = 0.00558733 Jy ! Total flux subtracted in 200 components = 0.00558733 Jy ! Clean residual min=-0.004576 max=0.004518 Jy/beam ! Clean residual mean=-0.000004 rms=0.001051 Jy/beam ! Combined flux in latest and established models = 0.336424 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 84 components and 0.336424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068282Jy sigma=0.000911 ! Fit after self-cal, rms=0.068161Jy 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.068161Jy sigma=0.000911 ! Fit after self-cal, rms=0.067937Jy sigma=0.000905 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.862 mas, bmaj=5.604 mas, bpa=0.6936 degrees ! Estimated noise=630.871 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00306787 Jy ! Component: 100 - total flux cleaned = 0.00365986 Jy ! Component: 150 - total flux cleaned = 0.00382349 Jy ! Component: 200 - total flux cleaned = 0.00389706 Jy ! Total flux subtracted in 200 components = 0.00389706 Jy ! Clean residual min=-0.003483 max=0.003738 Jy/beam ! Clean residual mean=-0.000000 rms=0.000837 Jy/beam ! Combined flux in latest and established models = 0.340321 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 102 components and 0.340321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067666Jy sigma=0.000902 ! Fit after self-cal, rms=0.067625Jy 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) ! Added new window around map position (-30, 24.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106394 Jy ! Component: 100 - total flux cleaned = 0.00114105 Jy ! Component: 150 - total flux cleaned = 0.00121918 Jy ! Component: 200 - total flux cleaned = 0.00108198 Jy ! Total flux subtracted in 200 components = 0.00108198 Jy ! Clean residual min=-0.003321 max=0.002774 Jy/beam ! Clean residual mean=0.000001 rms=0.000710 Jy/beam ! Combined flux in latest and established models = 0.341403 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 117 components and 0.341403 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067373Jy sigma=0.000898 ! Fit after self-cal, rms=0.067371Jy sigma=0.000898 ! 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.067371Jy sigma=0.000898 ! Fit after self-cal, rms=0.067469Jy sigma=0.000898 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.862 mas, bmaj=5.609 mas, bpa=0.6182 degrees ! Estimated noise=632.545 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00112644 Jy ! Component: 100 - total flux cleaned = 0.0013162 Jy ! Component: 150 - total flux cleaned = 0.00148831 Jy ! Component: 200 - total flux cleaned = 0.00154105 Jy ! Total flux subtracted in 200 components = 0.00154105 Jy ! Clean residual min=-0.003144 max=0.002543 Jy/beam ! Clean residual mean=-0.000001 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.342944 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 130 components and 0.342944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067363Jy sigma=0.000897 ! Fit after self-cal, rms=0.067358Jy sigma=0.000897 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.00034298 Jy ! Component: 100 - total flux cleaned = 0.000492408 Jy ! Component: 150 - total flux cleaned = 0.000537543 Jy ! Component: 200 - total flux cleaned = 0.00053583 Jy ! Total flux subtracted in 200 components = 0.00053583 Jy ! Clean residual min=-0.002943 max=0.002343 Jy/beam ! Clean residual mean=-0.000000 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.34348 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 137 components and 0.34348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067293Jy sigma=0.000896 ! Fit after self-cal, rms=0.067291Jy sigma=0.000896 ! 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.067291Jy sigma=0.000896 ! Fit after self-cal, rms=0.067489Jy sigma=0.000896 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.34 mas, bmaj=10.28 mas, bpa=7.763 degrees ! Estimated noise=735.269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00107624 Jy ! Component: 100 - total flux cleaned = 0.00143287 Jy ! Component: 150 - total flux cleaned = 0.00133901 Jy ! Component: 200 - total flux cleaned = 0.00131134 Jy ! Total flux subtracted in 200 components = 0.00131134 Jy ! Clean residual min=-0.002146 max=0.002255 Jy/beam ! Clean residual mean=-0.000001 rms=0.000591 Jy/beam ! Combined flux in latest and established models = 0.344791 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 152 components and 0.344791 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067466Jy sigma=0.000896 ! Fit after self-cal, rms=0.067461Jy sigma=0.000896 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.000134657 Jy ! Component: 100 - total flux cleaned = 0.000184771 Jy ! Component: 150 - total flux cleaned = 0.000139314 Jy ! Component: 200 - total flux cleaned = 0.000118472 Jy ! Total flux subtracted in 200 components = 0.000118472 Jy ! Clean residual min=-0.002019 max=0.002152 Jy/beam ! Clean residual mean=-0.000000 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.344909 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 168 components and 0.34491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067453Jy sigma=0.000896 ! Fit after self-cal, rms=0.067451Jy sigma=0.000896 ! 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.861 mas, bmaj=5.61 mas, bpa=0.4425 degrees ! Estimated noise=634.282 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.861 x 5.61 at 0.4425 degrees (North through East) ! Clean map min=-0.0027664 max=0.18961 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=3.106 mas, bmaj=4.564 mas, bpa=6.636 degrees ! Estimated noise=939.491 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.147143 Jy ! Component: 100 - total flux cleaned = 0.207975 Jy ! Component: 150 - total flux cleaned = 0.242928 Jy ! Component: 200 - total flux cleaned = 0.265574 Jy ! Total flux subtracted in 200 components = 0.265574 Jy ! Clean residual min=-0.010687 max=0.012474 Jy/beam ! Clean residual mean=-0.000030 rms=0.002943 Jy/beam ! Combined flux in latest and established models = 0.265574 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.265574 Jy ! Inverting map and beam ! Estimated beam: bmin=3.861 mas, bmaj=5.61 mas, bpa=0.4425 degrees ! Estimated noise=634.282 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.0218581 Jy ! Component: 100 - total flux cleaned = 0.036634 Jy ! Component: 150 - total flux cleaned = 0.0476246 Jy ! Component: 200 - total flux cleaned = 0.0560023 Jy ! Total flux subtracted in 200 components = 0.0560023 Jy ! Clean residual min=-0.005352 max=0.005627 Jy/beam ! Clean residual mean=-0.000020 rms=0.001403 Jy/beam ! Combined flux in latest and established models = 0.321576 Jy ! Adding 58 model components to the UV plane model. ! The established model now contains 69 components and 0.321576 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.34 mas, bmaj=10.28 mas, bpa=7.763 degrees ! Estimated noise=735.269 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0095554 Jy ! Component: 100 - total flux cleaned = 0.0153537 Jy ! Component: 150 - total flux cleaned = 0.0190704 Jy ! Component: 200 - total flux cleaned = 0.0215359 Jy ! Total flux subtracted in 200 components = 0.0215359 Jy ! Clean residual min=-0.002589 max=0.002695 Jy/beam ! Clean residual mean=-0.000007 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.343112 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.00102939 Jy ! Component: 100 - total flux cleaned = 0.00146089 Jy ! Component: 150 - total flux cleaned = 0.00172475 Jy ! Component: 200 - total flux cleaned = 0.00177014 Jy ! Total flux subtracted in 200 components = 0.00177014 Jy ! Clean residual min=-0.002283 max=0.002284 Jy/beam ! Clean residual mean=-0.000004 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.344882 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 118 components and 0.344882 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.861 mas, bmaj=5.61 mas, bpa=0.4425 degrees ! Estimated noise=634.282 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0013932 Jy ! Component: 100 - total flux cleaned = 0.00178914 Jy ! Component: 150 - total flux cleaned = 0.0019084 Jy ! Component: 200 - total flux cleaned = 0.00162127 Jy ! Total flux subtracted in 200 components = 0.00162127 Jy ! Clean residual min=-0.003033 max=0.002935 Jy/beam ! Clean residual mean=-0.000002 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.346503 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 141 components and 0.346503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067651Jy sigma=0.000899 ! Fit after self-cal, rms=0.067601Jy sigma=0.000898 wmodel J1207+2754_S_2014_01_04_pus_map.mod ! Writing 141 model components to file: J1207+2754_S_2014_01_04_pus_map.mod wobs J1207+2754_S_2014_01_04_pus_uvs.fits ! Writing UV FITS file: J1207+2754_S_2014_01_04_pus_uvs.fits wwins J1207+2754_S_2014_01_04_pus_map.win ! wwins: Wrote 4 windows to J1207+2754_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 = -1.09959e-05 Jy ! Component: 100 - total flux cleaned = 3.72269e-05 Jy ! Component: 150 - total flux cleaned = -4.9575e-05 Jy ! Component: 200 - total flux cleaned = -0.000132969 Jy ! Component: 250 - total flux cleaned = -0.00017281 Jy ! Component: 300 - total flux cleaned = -0.000286168 Jy ! Component: 350 - total flux cleaned = -0.000394204 Jy ! Component: 400 - total flux cleaned = -0.000463434 Jy ! Component: 450 - total flux cleaned = -0.000629033 Jy ! Component: 500 - total flux cleaned = -0.000757086 Jy ! Component: 550 - total flux cleaned = -0.000943792 Jy ! Component: 600 - total flux cleaned = -0.0010947 Jy ! Component: 650 - total flux cleaned = -0.00127029 Jy ! Component: 700 - total flux cleaned = -0.00135522 Jy ! Component: 750 - total flux cleaned = -0.0014381 Jy ! Component: 800 - total flux cleaned = -0.00149227 Jy ! Component: 850 - total flux cleaned = -0.00157142 Jy ! Component: 900 - total flux cleaned = -0.00159747 Jy ! Component: 950 - total flux cleaned = -0.00169812 Jy ! Component: 1000 - total flux cleaned = -0.00182049 Jy ! Component: 1050 - total flux cleaned = -0.00182057 Jy ! Component: 1100 - total flux cleaned = -0.00191469 Jy ! Component: 1150 - total flux cleaned = -0.00196061 Jy ! Component: 1200 - total flux cleaned = -0.00198264 Jy ! Component: 1250 - total flux cleaned = -0.00209276 Jy ! Component: 1300 - total flux cleaned = -0.00211407 Jy ! Component: 1350 - total flux cleaned = -0.00213514 Jy ! Component: 1400 - total flux cleaned = -0.00221879 Jy ! Component: 1450 - total flux cleaned = -0.0022189 Jy ! Component: 1500 - total flux cleaned = -0.00229963 Jy ! Component: 1550 - total flux cleaned = -0.00227982 Jy ! Component: 1600 - total flux cleaned = -0.00231848 Jy ! Component: 1650 - total flux cleaned = -0.00235685 Jy ! Component: 1700 - total flux cleaned = -0.00239441 Jy ! Component: 1750 - total flux cleaned = -0.00241301 Jy ! Component: 1800 - total flux cleaned = -0.00243131 Jy ! Component: 1850 - total flux cleaned = -0.00239592 Jy ! Component: 1900 - total flux cleaned = -0.00246666 Jy ! Component: 1950 - total flux cleaned = -0.00250143 Jy ! Component: 2000 - total flux cleaned = -0.00255265 Jy ! Component: 2050 - total flux cleaned = -0.00260333 Jy ! Component: 2100 - total flux cleaned = -0.00261984 Jy ! Component: 2150 - total flux cleaned = -0.00260347 Jy ! Component: 2200 - total flux cleaned = -0.00263584 Jy ! Component: 2250 - total flux cleaned = -0.00268337 Jy ! Component: 2300 - total flux cleaned = -0.00265158 Jy ! Component: 2350 - total flux cleaned = -0.00265174 Jy ! Component: 2400 - total flux cleaned = -0.00272849 Jy ! Component: 2450 - total flux cleaned = -0.00272839 Jy ! Component: 2500 - total flux cleaned = -0.00275796 Jy ! Component: 2550 - total flux cleaned = -0.00283146 Jy ! Component: 2600 - total flux cleaned = -0.00281685 Jy ! Component: 2650 - total flux cleaned = -0.00286018 Jy ! Component: 2700 - total flux cleaned = -0.00284612 Jy ! Component: 2750 - total flux cleaned = -0.00287442 Jy ! Component: 2800 - total flux cleaned = -0.00288835 Jy ! Component: 2850 - total flux cleaned = -0.00287453 Jy ! Component: 2900 - total flux cleaned = -0.00288817 Jy ! Component: 2950 - total flux cleaned = -0.00288813 Jy ! Component: 3000 - total flux cleaned = -0.00286142 Jy ! Component: 3050 - total flux cleaned = -0.00287445 Jy ! Component: 3100 - total flux cleaned = -0.00283523 Jy ! Component: 3150 - total flux cleaned = -0.00282225 Jy ! Component: 3200 - total flux cleaned = -0.00280933 Jy ! Component: 3250 - total flux cleaned = -0.00277134 Jy ! Component: 3300 - total flux cleaned = -0.00274623 Jy ! Component: 3350 - total flux cleaned = -0.00272124 Jy ! Component: 3400 - total flux cleaned = -0.00269664 Jy ! Component: 3450 - total flux cleaned = -0.00266019 Jy ! Component: 3500 - total flux cleaned = -0.00264826 Jy ! Component: 3550 - total flux cleaned = -0.00266013 Jy ! Component: 3600 - total flux cleaned = -0.00262447 Jy ! Component: 3650 - total flux cleaned = -0.00258907 Jy ! Component: 3700 - total flux cleaned = -0.00256558 Jy ! Component: 3750 - total flux cleaned = -0.00253074 Jy ! Component: 3800 - total flux cleaned = -0.0024386 Jy ! Component: 3850 - total flux cleaned = -0.00241581 Jy ! Component: 3900 - total flux cleaned = -0.00238192 Jy ! Component: 3950 - total flux cleaned = -0.00230306 Jy ! Component: 4000 - total flux cleaned = -0.00233668 Jy ! Component: 4050 - total flux cleaned = -0.00226994 Jy ! Total flux subtracted in 4096 components = -0.00220371 Jy ! Clean residual min=-0.000654 max=0.000693 Jy/beam ! Clean residual mean=0.000001 rms=0.000186 Jy/beam ! Combined flux in latest and established models = 0.3443 Jy keep ! Adding 273 model components to the UV plane model. ! The established model now contains 414 components and 0.3443 Jy ![Exited script file: muppet] wmap "J1207+2754_S_2014_01_04_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.861 x 5.61 at 0.4425 degrees (North through East) ! Clean map min=-0.0016138 max=0.18775 Jy/beam ! Writing clean map to FITS file: J1207+2754_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.187754 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000181236 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.289585 0.289585 0.579169 1.15834 2.31668 4.63335 9.26671 18.5334 37.0668 74.1337 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.187 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.861 x 5.61 at 0.4425 degrees (North through East) ! Clean map min=-0.0016138 max=0.18775 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 J1207+2754_S_2014_01_04_pus_uvs.log closed on Thu Jan 12 18:26:08 2017