! Started logfile: J1430-0009_S_2015_01_22_pus_uvs.log on Tue Jan 3 22:56:15 2017 obs J1430-0009_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1430-0009_S_2015_01_22_pus_uva.fits ! AN table 1: 126 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.712522 visibilities/baseline/integration-bin. ! Found source: J1430-0009 ! ! 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 281 lines of history. ! ! Reading 16160 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 J1430-0009_S_2015_01_22_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 219 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 188 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 219 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 250 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000604Jy sigma=0.011282 ! Fit after self-cal, rms=0.959710Jy sigma=0.010836 ! 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.592 mas, bmaj=6.371 mas, bpa=-2.971 degrees ! Estimated noise=818.702 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.0315672 Jy ! Component: 100 - total flux cleaned = 0.0395433 Jy ! Total flux subtracted in 100 components = 0.0395433 Jy ! Clean residual min=-0.003158 max=0.003354 Jy/beam ! Clean residual mean=0.000005 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.0395433 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0395433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076130Jy sigma=0.000774 ! Fit after self-cal, rms=0.074536Jy sigma=0.000756 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00529558 Jy ! Component: 100 - total flux cleaned = 0.00746392 Jy ! Total flux subtracted in 100 components = 0.00746392 Jy ! Clean residual min=-0.002939 max=0.003125 Jy/beam ! Clean residual mean=0.000004 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.0470073 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 16 components and 0.0470073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074077Jy sigma=0.000751 ! Fit after self-cal, rms=0.074058Jy sigma=0.000751 ! 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.52 mas, bmaj=7.819 mas, bpa=0.1357 degrees ! Estimated noise=517.705 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.00167249 Jy ! Component: 100 - total flux cleaned = 0.0021318 Jy ! Component: 150 - total flux cleaned = 0.00221805 Jy ! Component: 200 - total flux cleaned = 0.00230222 Jy ! Total flux subtracted in 200 components = 0.00230222 Jy ! Clean residual min=-0.002435 max=0.002389 Jy/beam ! Clean residual mean=0.000009 rms=0.000599 Jy/beam ! Combined flux in latest and established models = 0.0493095 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 25 components and 0.0493095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074007Jy sigma=0.000751 ! Fit after self-cal, rms=0.074000Jy sigma=0.000751 ! 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.00 FD 1.00* HN 0.98 KP 1.07 ! LA 1.04 MK 0.97 NL 1.17 OV 0.96 ! PT 1.06 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00* HN 1.02 KP 0.98 ! LA 1.06 MK 0.98 NL 1.15 OV 0.98 ! PT 1.08 SC 1.05 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.00* HN 1.00 KP 0.86 ! LA 0.87 MK 1.02 NL 1.23 OV 0.92 ! PT 0.99 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.00* HN 0.95 KP 0.80 ! LA 0.90 MK 1.02 NL 1.01 OV 1.02 ! PT 0.99 SC 0.98 ! ! ! Fit before self-cal, rms=0.074000Jy sigma=0.000751 ! Fit after self-cal, rms=0.072760Jy sigma=0.000748 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.522 mas, bmaj=7.831 mas, bpa=0.1619 degrees ! Estimated noise=518.194 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 = 9.42614e-05 Jy ! Component: 100 - total flux cleaned = 0.000110684 Jy ! Component: 150 - total flux cleaned = 0.000111246 Jy ! Component: 200 - total flux cleaned = 0.000125707 Jy ! Total flux subtracted in 200 components = 0.000125707 Jy ! Clean residual min=-0.001905 max=0.001952 Jy/beam ! Clean residual mean=0.000010 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.0494352 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 29 components and 0.0494352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072749Jy sigma=0.000748 ! Fit after self-cal, rms=0.072746Jy sigma=0.000748 ! 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.072746Jy sigma=0.000748 ! Fit after self-cal, rms=0.074045Jy sigma=0.000746 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.529 mas, bmaj=7.832 mas, bpa=0.137 degrees ! Estimated noise=518.944 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000253986 Jy ! Component: 100 - total flux cleaned = 0.000255045 Jy ! Component: 150 - total flux cleaned = 0.000254768 Jy ! Component: 200 - total flux cleaned = 0.000255229 Jy ! Total flux subtracted in 200 components = 0.000255229 Jy ! Clean residual min=-0.001690 max=0.001750 Jy/beam ! Clean residual mean=0.000002 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0496904 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 31 components and 0.0496904 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074039Jy sigma=0.000746 ! Fit after self-cal, rms=0.074104Jy sigma=0.000746 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 = -5.53873e-05 Jy ! Component: 100 - total flux cleaned = -6.85285e-05 Jy ! Component: 150 - total flux cleaned = -7.96562e-05 Jy ! Component: 200 - total flux cleaned = -6.89306e-05 Jy ! Total flux subtracted in 200 components = -6.89306e-05 Jy ! Clean residual min=-0.001729 max=0.001668 Jy/beam ! Clean residual mean=0.000004 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.0496215 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 33 components and 0.0496215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074098Jy sigma=0.000746 ! Fit after self-cal, rms=0.074101Jy sigma=0.000746 ! 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.074101Jy sigma=0.000746 ! Fit after self-cal, rms=0.074816Jy sigma=0.000746 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.521 mas, bmaj=7.82 mas, bpa=0.1157 degrees ! Estimated noise=519.509 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000269188 Jy ! Component: 100 - total flux cleaned = 0.000269786 Jy ! Component: 150 - total flux cleaned = 0.000280323 Jy ! Component: 200 - total flux cleaned = 0.000280304 Jy ! Total flux subtracted in 200 components = 0.000280304 Jy ! Clean residual min=-0.001669 max=0.001708 Jy/beam ! Clean residual mean=0.000002 rms=0.000414 Jy/beam ! Combined flux in latest and established models = 0.0499018 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 35 components and 0.0499018 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074811Jy sigma=0.000746 ! Fit after self-cal, rms=0.074841Jy sigma=0.000746 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 = -1.86804e-05 Jy ! Component: 100 - total flux cleaned = -2.9887e-05 Jy ! Component: 150 - total flux cleaned = -2.98446e-05 Jy ! Component: 200 - total flux cleaned = -3.03087e-05 Jy ! Total flux subtracted in 200 components = -3.03087e-05 Jy ! Clean residual min=-0.001676 max=0.001649 Jy/beam ! Clean residual mean=0.000003 rms=0.000413 Jy/beam ! Combined flux in latest and established models = 0.0498715 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 36 components and 0.0498715 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074837Jy sigma=0.000746 ! Fit after self-cal, rms=0.074837Jy sigma=0.000746 ! 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.074837Jy sigma=0.000746 ! Fit after self-cal, rms=0.075137Jy sigma=0.000746 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.458 mas, bmaj=12.22 mas, bpa=2.076 degrees ! Estimated noise=637.777 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000675925 Jy ! Component: 100 - total flux cleaned = 0.000725366 Jy ! Component: 150 - total flux cleaned = 0.000777957 Jy ! Component: 200 - total flux cleaned = 0.000820674 Jy ! Total flux subtracted in 200 components = 0.000820674 Jy ! Clean residual min=-0.001849 max=0.002018 Jy/beam ! Clean residual mean=0.000005 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.0506922 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.0506922 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075136Jy sigma=0.000746 ! Fit after self-cal, rms=0.075137Jy sigma=0.000746 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.000114838 Jy ! Component: 100 - total flux cleaned = 0.000145049 Jy ! Component: 150 - total flux cleaned = 0.000179053 Jy ! Component: 200 - total flux cleaned = 0.000208782 Jy ! Total flux subtracted in 200 components = 0.000208782 Jy ! Clean residual min=-0.001830 max=0.002017 Jy/beam ! Clean residual mean=0.000005 rms=0.000522 Jy/beam ! Combined flux in latest and established models = 0.0509009 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 46 components and 0.0509009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075139Jy sigma=0.000746 ! Fit after self-cal, rms=0.075128Jy sigma=0.000746 ! 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.513 mas, bmaj=7.811 mas, bpa=0.1015 degrees ! Estimated noise=519.984 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.513 x 7.811 at 0.1015 degrees (North through East) ! Clean map min=-0.0015639 max=0.04496 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.592 mas, bmaj=6.394 mas, bpa=-2.916 degrees ! Estimated noise=817.621 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.033455 Jy ! Component: 100 - total flux cleaned = 0.0425395 Jy ! Component: 150 - total flux cleaned = 0.046581 Jy ! Component: 200 - total flux cleaned = 0.0482723 Jy ! Total flux subtracted in 200 components = 0.0482723 Jy ! Clean residual min=-0.002628 max=0.002555 Jy/beam ! Clean residual mean=0.000002 rms=0.000658 Jy/beam ! Combined flux in latest and established models = 0.0482723 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0482723 Jy ! Inverting map and beam ! Estimated beam: bmin=3.513 mas, bmaj=7.811 mas, bpa=0.1015 degrees ! Estimated noise=519.984 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 (4.5, 2.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00256027 Jy ! Component: 100 - total flux cleaned = 0.00329641 Jy ! Component: 150 - total flux cleaned = 0.00358214 Jy ! Component: 200 - total flux cleaned = 0.00374781 Jy ! Total flux subtracted in 200 components = 0.00374781 Jy ! Clean residual min=-0.001568 max=0.001480 Jy/beam ! Clean residual mean=0.000003 rms=0.000396 Jy/beam ! Combined flux in latest and established models = 0.0520201 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 35 components and 0.0520201 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.458 mas, bmaj=12.22 mas, bpa=2.076 degrees ! Estimated noise=637.777 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000206518 Jy ! Component: 100 - total flux cleaned = 0.000243397 Jy ! Component: 150 - total flux cleaned = 0.000257718 Jy ! Component: 200 - total flux cleaned = 0.00025796 Jy ! Total flux subtracted in 200 components = 0.00025796 Jy ! Clean residual min=-0.001741 max=0.001822 Jy/beam ! Clean residual mean=0.000006 rms=0.000498 Jy/beam ! Combined flux in latest and established models = 0.0522781 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 = -1.13642e-05 Jy ! Component: 100 - total flux cleaned = -3.26295e-05 Jy ! Component: 150 - total flux cleaned = -5.23426e-05 Jy ! Component: 200 - total flux cleaned = -6.18407e-05 Jy ! Total flux subtracted in 200 components = -6.18407e-05 Jy ! Clean residual min=-0.001749 max=0.001820 Jy/beam ! Clean residual mean=0.000006 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.0522162 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 55 components and 0.0522162 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.513 mas, bmaj=7.811 mas, bpa=0.1015 degrees ! Estimated noise=519.984 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.47309e-05 Jy ! Component: 100 - total flux cleaned = -1.90592e-05 Jy ! Component: 150 - total flux cleaned = -3.09761e-06 Jy ! Component: 200 - total flux cleaned = 2.56049e-05 Jy ! Total flux subtracted in 200 components = 2.56049e-05 Jy ! Clean residual min=-0.001621 max=0.001556 Jy/beam ! Clean residual mean=0.000003 rms=0.000382 Jy/beam ! Combined flux in latest and established models = 0.0522418 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 67 components and 0.0522418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075091Jy sigma=0.000745 ! Fit after self-cal, rms=0.075083Jy sigma=0.000745 wmodel J1430-0009_S_2015_01_22_pus_map.mod ! Writing 67 model components to file: J1430-0009_S_2015_01_22_pus_map.mod wobs J1430-0009_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1430-0009_S_2015_01_22_pus_uvs.fits wwins J1430-0009_S_2015_01_22_pus_map.win ! wwins: Wrote 2 windows to J1430-0009_S_2015_01_22_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 = 7.34954e-05 Jy ! Component: 100 - total flux cleaned = 0.000304833 Jy ! Component: 150 - total flux cleaned = 0.000427068 Jy ! Component: 200 - total flux cleaned = 0.000520411 Jy ! Component: 250 - total flux cleaned = 0.000610186 Jy ! Component: 300 - total flux cleaned = 0.000675366 Jy ! Component: 350 - total flux cleaned = 0.000779266 Jy ! Component: 400 - total flux cleaned = 0.000899025 Jy ! Component: 450 - total flux cleaned = 0.000957087 Jy ! Component: 500 - total flux cleaned = 0.00103253 Jy ! Component: 550 - total flux cleaned = 0.000995317 Jy ! Component: 600 - total flux cleaned = 0.000941208 Jy ! Component: 650 - total flux cleaned = 0.000977156 Jy ! Component: 700 - total flux cleaned = 0.0009949 Jy ! Component: 750 - total flux cleaned = 0.00106386 Jy ! Component: 800 - total flux cleaned = 0.00109784 Jy ! Component: 850 - total flux cleaned = 0.00116452 Jy ! Component: 900 - total flux cleaned = 0.00116508 Jy ! Component: 950 - total flux cleaned = 0.0012137 Jy ! Component: 1000 - total flux cleaned = 0.00122988 Jy ! Component: 1050 - total flux cleaned = 0.00130827 Jy ! Component: 1100 - total flux cleaned = 0.00133892 Jy ! Component: 1150 - total flux cleaned = 0.00133863 Jy ! Component: 1200 - total flux cleaned = 0.00135366 Jy ! Component: 1250 - total flux cleaned = 0.00141286 Jy ! Component: 1300 - total flux cleaned = 0.00144196 Jy ! Component: 1350 - total flux cleaned = 0.00149936 Jy ! Component: 1400 - total flux cleaned = 0.00144239 Jy ! Component: 1450 - total flux cleaned = 0.00145648 Jy ! Component: 1500 - total flux cleaned = 0.00141516 Jy ! Component: 1550 - total flux cleaned = 0.00149737 Jy ! Component: 1600 - total flux cleaned = 0.00144339 Jy ! Component: 1650 - total flux cleaned = 0.00147016 Jy ! Component: 1700 - total flux cleaned = 0.00149673 Jy ! Component: 1750 - total flux cleaned = 0.00152305 Jy ! Component: 1800 - total flux cleaned = 0.00157471 Jy ! Component: 1850 - total flux cleaned = 0.00163851 Jy ! Component: 1900 - total flux cleaned = 0.00162574 Jy ! Component: 1950 - total flux cleaned = 0.00163819 Jy ! Component: 2000 - total flux cleaned = 0.0016876 Jy ! Component: 2050 - total flux cleaned = 0.00169997 Jy ! Component: 2100 - total flux cleaned = 0.00173652 Jy ! Component: 2150 - total flux cleaned = 0.00177265 Jy ! Component: 2200 - total flux cleaned = 0.00182052 Jy ! Component: 2250 - total flux cleaned = 0.00183236 Jy ! Component: 2300 - total flux cleaned = 0.00183237 Jy ! Component: 2350 - total flux cleaned = 0.00184417 Jy ! Component: 2400 - total flux cleaned = 0.00189046 Jy ! Component: 2450 - total flux cleaned = 0.00193616 Jy ! Component: 2500 - total flux cleaned = 0.00195871 Jy ! Component: 2550 - total flux cleaned = 0.00199244 Jy ! Component: 2600 - total flux cleaned = 0.00199242 Jy ! Component: 2650 - total flux cleaned = 0.00202565 Jy ! Component: 2700 - total flux cleaned = 0.00206948 Jy ! Component: 2750 - total flux cleaned = 0.00202584 Jy ! Component: 2800 - total flux cleaned = 0.0020583 Jy ! Component: 2850 - total flux cleaned = 0.00209063 Jy ! Component: 2900 - total flux cleaned = 0.00211194 Jy ! Component: 2950 - total flux cleaned = 0.0021329 Jy ! Component: 3000 - total flux cleaned = 0.00211204 Jy ! Component: 3050 - total flux cleaned = 0.00215367 Jy ! Component: 3100 - total flux cleaned = 0.00218452 Jy ! Component: 3150 - total flux cleaned = 0.00213336 Jy ! Component: 3200 - total flux cleaned = 0.00219444 Jy ! Component: 3250 - total flux cleaned = 0.00221457 Jy ! Component: 3300 - total flux cleaned = 0.00221453 Jy ! Component: 3350 - total flux cleaned = 0.00223438 Jy ! Component: 3400 - total flux cleaned = 0.0022245 Jy ! Component: 3450 - total flux cleaned = 0.00221473 Jy ! Component: 3500 - total flux cleaned = 0.00221468 Jy ! Component: 3550 - total flux cleaned = 0.00223418 Jy ! Component: 3600 - total flux cleaned = 0.00222461 Jy ! Component: 3650 - total flux cleaned = 0.00225331 Jy ! Component: 3700 - total flux cleaned = 0.0022532 Jy ! Component: 3750 - total flux cleaned = 0.00226252 Jy ! Component: 3800 - total flux cleaned = 0.00230932 Jy ! Component: 3850 - total flux cleaned = 0.0022908 Jy ! Component: 3900 - total flux cleaned = 0.00234619 Jy ! Component: 3950 - total flux cleaned = 0.00238289 Jy ! Component: 4000 - total flux cleaned = 0.00240113 Jy ! Component: 4050 - total flux cleaned = 0.00242835 Jy ! Total flux subtracted in 4096 components = 0.00241938 Jy ! Clean residual min=-0.000518 max=0.000545 Jy/beam ! Clean residual mean=0.000001 rms=0.000163 Jy/beam ! Combined flux in latest and established models = 0.0546612 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 350 components and 0.0546612 Jy ![Exited script file: muppet] wmap "J1430-0009_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.513 x 7.811 at 0.1015 degrees (North through East) ! Clean map min=-0.0013327 max=0.044829 Jy/beam ! Writing clean map to FITS file: J1430-0009_S_2015_01_22_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0448294 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00015784 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.05627 1.05627 2.11254 4.22508 8.45016 16.9003 33.8007 67.6013 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.044 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.513 x 7.811 at 0.1015 degrees (North through East) ! Clean map min=-0.0013327 max=0.044829 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 J1430-0009_S_2015_01_22_pus_uvs.log closed on Tue Jan 3 22:56:22 2017