! Started logfile: J0323+0446_S_2015_01_23_pus_uvs.log on Mon Jan 2 18:04:09 2017 obs J0323+0446_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J0323+0446_S_2015_01_23_pus_uva.fits ! AN table 1: 104 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.979274 visibilities/baseline/integration-bin. ! Found source: J0323+0446 ! ! 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 18332 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 J0323+0446_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.320635Jy sigma=0.009980 ! Fit after self-cal, rms=1.261325Jy sigma=0.009718 ! 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.765 mas, bmaj=6.16 mas, bpa=-3.314 degrees ! Estimated noise=738.623 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.0716871 Jy ! Component: 100 - total flux cleaned = 0.0888793 Jy ! Total flux subtracted in 100 components = 0.0888793 Jy ! Clean residual min=-0.004182 max=0.007024 Jy/beam ! Clean residual mean=0.000003 rms=0.001053 Jy/beam ! Combined flux in latest and established models = 0.0888793 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0888793 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.942938Jy sigma=0.000805 ! Fit after self-cal, rms=0.942931Jy sigma=0.000805 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00788472 Jy ! Component: 100 - total flux cleaned = 0.0121651 Jy ! Total flux subtracted in 100 components = 0.0121651 Jy ! Clean residual min=-0.003765 max=0.003753 Jy/beam ! Clean residual mean=0.000001 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.101044 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 19 components and 0.101044 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.942297Jy sigma=0.000801 ! Fit after self-cal, rms=0.942302Jy sigma=0.000801 ! 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.322 mas, bmaj=7.277 mas, bpa=-3.52 degrees ! Estimated noise=538.071 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.00274853 Jy ! Component: 100 - total flux cleaned = 0.0041717 Jy ! Component: 150 - total flux cleaned = 0.00476708 Jy ! Component: 200 - total flux cleaned = 0.00493984 Jy ! Total flux subtracted in 200 components = 0.00493984 Jy ! Clean residual min=-0.004078 max=0.003800 Jy/beam ! Clean residual mean=0.000002 rms=0.001040 Jy/beam ! Combined flux in latest and established models = 0.105984 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 32 components and 0.105984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.942092Jy sigma=0.000802 ! Fit after self-cal, rms=0.942087Jy sigma=0.000802 ! 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 0.96 FD 0.51 HN 0.96 KP 1.13 ! LA 1.03 MK 0.99 NL 1.15 OV 0.98 ! PT 1.04 SC 1.00 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.81 HN 0.99 KP 1.03 ! LA 0.97 MK 1.02 NL 1.31 OV 1.06 ! PT 1.04 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.71 HN 1.01 KP 0.91 ! LA 0.79 MK 1.05 NL 1.40 OV 0.93 ! PT 1.02 SC 1.08 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.79 HN 0.96 KP 0.87 ! LA 0.85 MK 0.99 NL 1.01 OV 0.98 ! PT 1.04 SC 1.00 ! ! ! Fit before self-cal, rms=0.942087Jy sigma=0.000802 ! Fit after self-cal, rms=0.517922Jy sigma=0.000787 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.336 mas, bmaj=7.334 mas, bpa=-3.485 degrees ! Estimated noise=547.647 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.00122296 Jy ! Component: 100 - total flux cleaned = 0.00135804 Jy ! Component: 150 - total flux cleaned = 0.00145241 Jy ! Component: 200 - total flux cleaned = 0.00151539 Jy ! Total flux subtracted in 200 components = 0.00151539 Jy ! Clean residual min=-0.003746 max=0.002363 Jy/beam ! Clean residual mean=-0.000006 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.1075 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 50 components and 0.1075 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.517832Jy sigma=0.000787 ! Fit after self-cal, rms=0.517715Jy sigma=0.000787 ! 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.517715Jy sigma=0.000787 ! Fit after self-cal, rms=0.128721Jy sigma=0.000781 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.346 mas, bmaj=7.353 mas, bpa=-3.47 degrees ! Estimated noise=547.883 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.01473e-05 Jy ! Component: 100 - total flux cleaned = -3.90751e-05 Jy ! Component: 150 - total flux cleaned = -1.8506e-05 Jy ! Component: 200 - total flux cleaned = -1.00571e-05 Jy ! Total flux subtracted in 200 components = -1.00571e-05 Jy ! Clean residual min=-0.001692 max=0.001625 Jy/beam ! Clean residual mean=-0.000003 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.10749 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 61 components and 0.10749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128719Jy sigma=0.000781 ! Fit after self-cal, rms=0.128656Jy sigma=0.000781 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.78607e-05 Jy ! Component: 100 - total flux cleaned = 4.34112e-05 Jy ! Component: 150 - total flux cleaned = 5.11565e-05 Jy ! Component: 200 - total flux cleaned = 5.79565e-05 Jy ! Total flux subtracted in 200 components = 5.79565e-05 Jy ! Clean residual min=-0.001688 max=0.001701 Jy/beam ! Clean residual mean=-0.000004 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.107548 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.107548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128655Jy sigma=0.000781 ! Fit after self-cal, rms=0.128657Jy sigma=0.000781 ! 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.128657Jy sigma=0.000781 ! Fit after self-cal, rms=0.128413Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.35 mas, bmaj=7.358 mas, bpa=-3.425 degrees ! Estimated noise=549.332 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000118286 Jy ! Component: 100 - total flux cleaned = 0.000118328 Jy ! Component: 150 - total flux cleaned = 0.000102908 Jy ! Component: 200 - total flux cleaned = 9.60172e-05 Jy ! Total flux subtracted in 200 components = 9.60172e-05 Jy ! Clean residual min=-0.001717 max=0.001664 Jy/beam ! Clean residual mean=-0.000004 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.107644 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 66 components and 0.107644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128413Jy sigma=0.000781 ! Fit after self-cal, rms=0.128412Jy sigma=0.000781 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 = 2.29397e-05 Jy ! Component: 100 - total flux cleaned = 2.31583e-05 Jy ! Component: 150 - total flux cleaned = 2.31687e-05 Jy ! Component: 200 - total flux cleaned = 2.91732e-05 Jy ! Total flux subtracted in 200 components = 2.91732e-05 Jy ! Clean residual min=-0.001710 max=0.001661 Jy/beam ! Clean residual mean=-0.000004 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.107673 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 69 components and 0.107673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128412Jy sigma=0.000781 ! Fit after self-cal, rms=0.128412Jy sigma=0.000781 ! 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.128412Jy sigma=0.000781 ! Fit after self-cal, rms=0.128537Jy sigma=0.000781 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.176 mas, bmaj=11.35 mas, bpa=-5.108 degrees ! Estimated noise=710.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.68184e-05 Jy ! Component: 100 - total flux cleaned = 4.77391e-06 Jy ! Component: 150 - total flux cleaned = -6.03542e-06 Jy ! Component: 200 - total flux cleaned = -2.19487e-05 Jy ! Total flux subtracted in 200 components = -2.19487e-05 Jy ! Clean residual min=-0.001784 max=0.001848 Jy/beam ! Clean residual mean=-0.000007 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.107651 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 73 components and 0.107651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128538Jy sigma=0.000781 ! Fit after self-cal, rms=0.128537Jy sigma=0.000781 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.73701e-05 Jy ! Component: 100 - total flux cleaned = -5.63512e-05 Jy ! Component: 150 - total flux cleaned = -5.65582e-05 Jy ! Component: 200 - total flux cleaned = -6.11568e-05 Jy ! Total flux subtracted in 200 components = -6.11568e-05 Jy ! Clean residual min=-0.001780 max=0.001858 Jy/beam ! Clean residual mean=-0.000007 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.10759 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 77 components and 0.10759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128537Jy sigma=0.000781 ! Fit after self-cal, rms=0.128535Jy sigma=0.000781 ! 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.352 mas, bmaj=7.36 mas, bpa=-3.4 degrees ! Estimated noise=550.353 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.352 x 7.36 at -3.4 degrees (North through East) ! Clean map min=-0.001614 max=0.095883 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.789 mas, bmaj=6.239 mas, bpa=-3.153 degrees ! Estimated noise=753.651 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0729969 Jy ! Component: 100 - total flux cleaned = 0.0902934 Jy ! Component: 150 - total flux cleaned = 0.0976642 Jy ! Component: 200 - total flux cleaned = 0.101595 Jy ! Total flux subtracted in 200 components = 0.101595 Jy ! Clean residual min=-0.002396 max=0.002459 Jy/beam ! Clean residual mean=-0.000000 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.101595 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.101595 Jy ! Inverting map and beam ! Estimated beam: bmin=3.352 mas, bmaj=7.36 mas, bpa=-3.4 degrees ! Estimated noise=550.353 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.00304063 Jy ! Component: 100 - total flux cleaned = 0.00459139 Jy ! Component: 150 - total flux cleaned = 0.0054762 Jy ! Component: 200 - total flux cleaned = 0.00571096 Jy ! Total flux subtracted in 200 components = 0.00571096 Jy ! Clean residual min=-0.001760 max=0.001669 Jy/beam ! Clean residual mean=-0.000003 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.107305 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 36 components and 0.107305 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.176 mas, bmaj=11.35 mas, bpa=-5.108 degrees ! Estimated noise=710.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000135352 Jy ! Component: 100 - total flux cleaned = 0.000207319 Jy ! Component: 150 - total flux cleaned = 0.000256431 Jy ! Component: 200 - total flux cleaned = 0.000290344 Jy ! Total flux subtracted in 200 components = 0.000290344 Jy ! Clean residual min=-0.001768 max=0.001848 Jy/beam ! Clean residual mean=-0.000007 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.107596 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 = 2.46913e-05 Jy ! Component: 100 - total flux cleaned = 1.98399e-05 Jy ! Component: 150 - total flux cleaned = 2.00127e-05 Jy ! Component: 200 - total flux cleaned = 1.61346e-05 Jy ! Total flux subtracted in 200 components = 1.61346e-05 Jy ! Clean residual min=-0.001760 max=0.001857 Jy/beam ! Clean residual mean=-0.000007 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.107612 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 51 components and 0.107612 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.352 mas, bmaj=7.36 mas, bpa=-3.4 degrees ! Estimated noise=550.353 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.51531e-06 Jy ! Component: 100 - total flux cleaned = 3.53487e-05 Jy ! Component: 150 - total flux cleaned = 5.84688e-05 Jy ! Component: 200 - total flux cleaned = 7.7882e-05 Jy ! Total flux subtracted in 200 components = 7.7882e-05 Jy ! Clean residual min=-0.001694 max=0.001645 Jy/beam ! Clean residual mean=-0.000004 rms=0.000409 Jy/beam ! Combined flux in latest and established models = 0.10769 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.10769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128536Jy sigma=0.000781 ! Fit after self-cal, rms=0.128532Jy sigma=0.000781 wmodel J0323+0446_S_2015_01_23_pus_map.mod ! Writing 62 model components to file: J0323+0446_S_2015_01_23_pus_map.mod wobs J0323+0446_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J0323+0446_S_2015_01_23_pus_uvs.fits wwins J0323+0446_S_2015_01_23_pus_map.win ! wwins: Wrote 1 windows to J0323+0446_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 = -3.96733e-05 Jy ! Component: 100 - total flux cleaned = -0.000124127 Jy ! Component: 150 - total flux cleaned = -0.000123924 Jy ! Component: 200 - total flux cleaned = -0.000175219 Jy ! Component: 250 - total flux cleaned = -0.000225831 Jy ! Component: 300 - total flux cleaned = -0.000324106 Jy ! Component: 350 - total flux cleaned = -0.000348191 Jy ! Component: 400 - total flux cleaned = -0.000442766 Jy ! Component: 450 - total flux cleaned = -0.000535124 Jy ! Component: 500 - total flux cleaned = -0.000625578 Jy ! Component: 550 - total flux cleaned = -0.000692004 Jy ! Component: 600 - total flux cleaned = -0.000757369 Jy ! Component: 650 - total flux cleaned = -0.000778736 Jy ! Component: 700 - total flux cleaned = -0.00079985 Jy ! Component: 750 - total flux cleaned = -0.0007793 Jy ! Component: 800 - total flux cleaned = -0.000799717 Jy ! Component: 850 - total flux cleaned = -0.000779865 Jy ! Component: 900 - total flux cleaned = -0.00083922 Jy ! Component: 950 - total flux cleaned = -0.000819736 Jy ! Component: 1000 - total flux cleaned = -0.000858613 Jy ! Component: 1050 - total flux cleaned = -0.000896782 Jy ! Component: 1100 - total flux cleaned = -0.000971672 Jy ! Component: 1150 - total flux cleaned = -0.000953208 Jy ! Component: 1200 - total flux cleaned = -0.000989702 Jy ! Component: 1250 - total flux cleaned = -0.000971531 Jy ! Component: 1300 - total flux cleaned = -0.00102568 Jy ! Component: 1350 - total flux cleaned = -0.00106088 Jy ! Component: 1400 - total flux cleaned = -0.00104331 Jy ! Component: 1450 - total flux cleaned = -0.00100878 Jy ! Component: 1500 - total flux cleaned = -0.00102589 Jy ! Component: 1550 - total flux cleaned = -0.000991894 Jy ! Component: 1600 - total flux cleaned = -0.000941793 Jy ! Component: 1650 - total flux cleaned = -0.000941931 Jy ! Component: 1700 - total flux cleaned = -0.00089294 Jy ! Component: 1750 - total flux cleaned = -0.00092543 Jy ! Component: 1800 - total flux cleaned = -0.000829037 Jy ! Component: 1850 - total flux cleaned = -0.000797327 Jy ! Component: 1900 - total flux cleaned = -0.000781608 Jy ! Component: 1950 - total flux cleaned = -0.000734719 Jy ! Component: 2000 - total flux cleaned = -0.000703894 Jy ! Component: 2050 - total flux cleaned = -0.000658008 Jy ! Component: 2100 - total flux cleaned = -0.000597319 Jy ! Component: 2150 - total flux cleaned = -0.000567424 Jy ! Component: 2200 - total flux cleaned = -0.00050776 Jy ! Component: 2250 - total flux cleaned = -0.00047844 Jy ! Component: 2300 - total flux cleaned = -0.000478646 Jy ! Component: 2350 - total flux cleaned = -0.000522338 Jy ! Component: 2400 - total flux cleaned = -0.000565635 Jy ! Component: 2450 - total flux cleaned = -0.000536884 Jy ! Component: 2500 - total flux cleaned = -0.000508114 Jy ! Component: 2550 - total flux cleaned = -0.000522419 Jy ! Component: 2600 - total flux cleaned = -0.000550431 Jy ! Component: 2650 - total flux cleaned = -0.000578224 Jy ! Component: 2700 - total flux cleaned = -0.000591976 Jy ! Component: 2750 - total flux cleaned = -0.000536826 Jy ! Component: 2800 - total flux cleaned = -0.000577875 Jy ! Component: 2850 - total flux cleaned = -0.000591416 Jy ! Component: 2900 - total flux cleaned = -0.000591316 Jy ! Component: 2950 - total flux cleaned = -0.000618028 Jy ! Component: 3000 - total flux cleaned = -0.000657912 Jy ! Component: 3050 - total flux cleaned = -0.000657831 Jy ! Component: 3100 - total flux cleaned = -0.000670854 Jy ! Component: 3150 - total flux cleaned = -0.000696777 Jy ! Component: 3200 - total flux cleaned = -0.00072264 Jy ! Component: 3250 - total flux cleaned = -0.000774105 Jy ! Component: 3300 - total flux cleaned = -0.000748757 Jy ! Component: 3350 - total flux cleaned = -0.000850229 Jy ! Component: 3400 - total flux cleaned = -0.000837608 Jy ! Component: 3450 - total flux cleaned = -0.000875151 Jy ! Component: 3500 - total flux cleaned = -0.000875164 Jy ! Component: 3550 - total flux cleaned = -0.00092456 Jy ! Component: 3600 - total flux cleaned = -0.000961421 Jy ! Component: 3650 - total flux cleaned = -0.000949303 Jy ! Component: 3700 - total flux cleaned = -0.00100992 Jy ! Component: 3750 - total flux cleaned = -0.000997765 Jy ! Component: 3800 - total flux cleaned = -0.0010577 Jy ! Component: 3850 - total flux cleaned = -0.00103393 Jy ! Component: 3900 - total flux cleaned = -0.00103389 Jy ! Component: 3950 - total flux cleaned = -0.00104563 Jy ! Component: 4000 - total flux cleaned = -0.00109244 Jy ! Component: 4050 - total flux cleaned = -0.00110401 Jy ! Total flux subtracted in 4096 components = -0.00108077 Jy ! Clean residual min=-0.000779 max=0.000682 Jy/beam ! Clean residual mean=-0.000003 rms=0.000219 Jy/beam ! Combined flux in latest and established models = 0.106609 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 361 components and 0.106609 Jy ![Exited script file: muppet] wmap "J0323+0446_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.352 x 7.36 at -3.4 degrees (North through East) ! Clean map min=-0.0011784 max=0.096158 Jy/beam ! Writing clean map to FITS file: J0323+0446_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.0961576 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00021813 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.680539 0.680539 1.36108 2.72215 5.44431 10.8886 21.7772 43.5545 87.1089 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.096 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.352 x 7.36 at -3.4 degrees (North through East) ! Clean map min=-0.0011784 max=0.096158 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 J0323+0446_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 18:04:15 2017