! Started logfile: J1343+6855_S_2015_01_22_pus_uvs.log on Tue Jan 3 22:55:39 2017 obs J1343+6855_S_2015_01_22_pus_uva.fits ! Reading UV FITS file: J1343+6855_S_2015_01_22_pus_uva.fits ! AN table 1: 59 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8 visibilities/baseline/integration-bin. ! Found source: J1343+6855 ! ! 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 8496 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 J1343+6855_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 59 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.947621Jy sigma=0.011419 ! Fit after self-cal, rms=0.923954Jy sigma=0.011161 ! 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.278 mas, bmaj=10.82 mas, bpa=-52.38 degrees ! Estimated noise=1155.09 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.0485311 Jy ! Component: 100 - total flux cleaned = 0.0708036 Jy ! Total flux subtracted in 100 components = 0.0708036 Jy ! Clean residual min=-0.007894 max=0.014079 Jy/beam ! Clean residual mean=0.000045 rms=0.002597 Jy/beam ! Combined flux in latest and established models = 0.0708036 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0708036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081015Jy sigma=0.000903 ! Fit after self-cal, rms=0.080064Jy sigma=0.000893 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0188352 Jy ! Component: 100 - total flux cleaned = 0.0291309 Jy ! Total flux subtracted in 100 components = 0.0291309 Jy ! Clean residual min=-0.005211 max=0.007284 Jy/beam ! Clean residual mean=0.000024 rms=0.001569 Jy/beam ! Combined flux in latest and established models = 0.0999345 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.0999345 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073184Jy sigma=0.000806 ! Fit after self-cal, rms=0.072793Jy sigma=0.000802 ! 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.119 mas, bmaj=11.04 mas, bpa=-53.45 degrees ! Estimated noise=720.387 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.0119161 Jy ! Component: 100 - total flux cleaned = 0.0178094 Jy ! Component: 150 - total flux cleaned = 0.0215244 Jy ! Component: 200 - total flux cleaned = 0.024195 Jy ! Total flux subtracted in 200 components = 0.024195 Jy ! Clean residual min=-0.003154 max=0.003457 Jy/beam ! Clean residual mean=0.000030 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.12413 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 52 components and 0.12413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070718Jy sigma=0.000779 ! Fit after self-cal, rms=0.070584Jy sigma=0.000777 ! 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 1.00* HN 0.93 KP 1.09 ! LA 1.05 MK 1.02 NL 0.93 OV 0.95 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00* HN 1.03 KP 0.98 ! LA 1.01 MK 1.01 NL 1.10 OV 0.99 ! PT 1.06 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.00* HN 0.91 KP 0.88 ! LA 0.84 MK 1.04 NL 1.23 OV 0.92 ! PT 0.97 SC 1.08 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00* HN 1.05 KP 0.80 ! LA 0.94 MK 0.93 NL 0.96 OV 0.93 ! PT 1.10 SC 1.11 ! ! ! Fit before self-cal, rms=0.070584Jy sigma=0.000777 ! Fit after self-cal, rms=0.067942Jy sigma=0.000767 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.142 mas, bmaj=11 mas, bpa=-53.62 degrees ! Estimated noise=708.978 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.000490715 Jy ! Component: 100 - total flux cleaned = 0.000448964 Jy ! Component: 150 - total flux cleaned = 0.000532962 Jy ! Component: 200 - total flux cleaned = 0.000584087 Jy ! Total flux subtracted in 200 components = 0.000584087 Jy ! Clean residual min=-0.002483 max=0.002082 Jy/beam ! Clean residual mean=0.000004 rms=0.000566 Jy/beam ! Combined flux in latest and established models = 0.124714 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 63 components and 0.124714 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067905Jy sigma=0.000766 ! Fit after self-cal, rms=0.067907Jy sigma=0.000766 ! 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.067907Jy sigma=0.000766 ! Fit after self-cal, rms=0.067992Jy sigma=0.000766 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.144 mas, bmaj=10.98 mas, bpa=-53.68 degrees ! Estimated noise=708.746 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000196501 Jy ! Component: 100 - total flux cleaned = 0.00024341 Jy ! Component: 150 - total flux cleaned = 0.000243345 Jy ! Component: 200 - total flux cleaned = 0.000262161 Jy ! Total flux subtracted in 200 components = 0.000262161 Jy ! Clean residual min=-0.002445 max=0.001998 Jy/beam ! Clean residual mean=0.000004 rms=0.000556 Jy/beam ! Combined flux in latest and established models = 0.124976 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 74 components and 0.124976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067979Jy sigma=0.000766 ! Fit after self-cal, rms=0.067983Jy sigma=0.000766 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.31878e-05 Jy ! Component: 100 - total flux cleaned = 1.92493e-05 Jy ! Component: 150 - total flux cleaned = 1.94019e-05 Jy ! Component: 200 - total flux cleaned = 3.42361e-05 Jy ! Total flux subtracted in 200 components = 3.42361e-05 Jy ! Clean residual min=-0.002412 max=0.001975 Jy/beam ! Clean residual mean=0.000004 rms=0.000552 Jy/beam ! Combined flux in latest and established models = 0.12501 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 81 components and 0.12501 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067975Jy sigma=0.000766 ! Fit after self-cal, rms=0.067975Jy sigma=0.000766 ! 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.067975Jy sigma=0.000766 ! Fit after self-cal, rms=0.068012Jy sigma=0.000766 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.146 mas, bmaj=10.97 mas, bpa=-53.71 degrees ! Estimated noise=708.902 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.23094e-05 Jy ! Component: 100 - total flux cleaned = -9.76332e-05 Jy ! Component: 150 - total flux cleaned = -8.31238e-05 Jy ! Component: 200 - total flux cleaned = -7.02047e-05 Jy ! Total flux subtracted in 200 components = -7.02047e-05 Jy ! Clean residual min=-0.002386 max=0.001972 Jy/beam ! Clean residual mean=0.000004 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.12494 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 87 components and 0.12494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068005Jy sigma=0.000765 ! Fit after self-cal, rms=0.068006Jy sigma=0.000765 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 = -7.99871e-05 Jy ! Component: 100 - total flux cleaned = -2.79091e-05 Jy ! Component: 150 - total flux cleaned = 1.87405e-05 Jy ! Component: 200 - total flux cleaned = 2.97322e-05 Jy ! Total flux subtracted in 200 components = 2.97322e-05 Jy ! Clean residual min=-0.002358 max=0.001971 Jy/beam ! Clean residual mean=0.000004 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.12497 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 90 components and 0.12497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068001Jy sigma=0.000765 ! Fit after self-cal, rms=0.068001Jy sigma=0.000765 ! 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.068001Jy sigma=0.000765 ! Fit after self-cal, rms=0.068029Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.285 mas, bmaj=11.76 mas, bpa=-60.93 degrees ! Estimated noise=879.095 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000239663 Jy ! Component: 100 - total flux cleaned = -0.0002061 Jy ! Component: 150 - total flux cleaned = -0.000195368 Jy ! Component: 200 - total flux cleaned = -0.000186435 Jy ! Total flux subtracted in 200 components = -0.000186435 Jy ! Clean residual min=-0.002261 max=0.001961 Jy/beam ! Clean residual mean=0.000008 rms=0.000603 Jy/beam ! Combined flux in latest and established models = 0.124783 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 103 components and 0.124783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068027Jy sigma=0.000765 ! Fit after self-cal, rms=0.068026Jy sigma=0.000765 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.22196e-05 Jy ! Component: 100 - total flux cleaned = 6.05289e-06 Jy ! Component: 150 - total flux cleaned = 1.40393e-05 Jy ! Component: 200 - total flux cleaned = 1.39145e-05 Jy ! Total flux subtracted in 200 components = 1.39145e-05 Jy ! Clean residual min=-0.002243 max=0.001967 Jy/beam ! Clean residual mean=0.000008 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.124797 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 109 components and 0.124797 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068026Jy sigma=0.000765 ! Fit after self-cal, rms=0.068025Jy sigma=0.000765 ! 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.148 mas, bmaj=10.97 mas, bpa=-53.72 degrees ! Estimated noise=709.221 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.148 x 10.97 at -53.72 degrees (North through East) ! Clean map min=-0.0022429 max=0.072234 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.296 mas, bmaj=10.68 mas, bpa=-52.65 degrees ! Estimated noise=1136.13 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0506988 Jy ! Component: 100 - total flux cleaned = 0.0775137 Jy ! Component: 150 - total flux cleaned = 0.0926221 Jy ! Component: 200 - total flux cleaned = 0.10119 Jy ! Total flux subtracted in 200 components = 0.10119 Jy ! Clean residual min=-0.005166 max=0.005011 Jy/beam ! Clean residual mean=0.000018 rms=0.001187 Jy/beam ! Combined flux in latest and established models = 0.10119 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.10119 Jy ! Inverting map and beam ! Estimated beam: bmin=3.148 mas, bmaj=10.97 mas, bpa=-53.72 degrees ! Estimated noise=709.221 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 (-37.5, 4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00944185 Jy ! Component: 100 - total flux cleaned = 0.0141741 Jy ! Component: 150 - total flux cleaned = 0.0170049 Jy ! Component: 200 - total flux cleaned = 0.0189062 Jy ! Total flux subtracted in 200 components = 0.0189062 Jy ! Clean residual min=-0.002792 max=0.002013 Jy/beam ! Clean residual mean=0.000015 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.120096 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 50 components and 0.120096 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.285 mas, bmaj=11.76 mas, bpa=-60.93 degrees ! Estimated noise=879.095 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00211059 Jy ! Component: 100 - total flux cleaned = 0.0033194 Jy ! Component: 150 - total flux cleaned = 0.00379104 Jy ! Component: 200 - total flux cleaned = 0.00413671 Jy ! Total flux subtracted in 200 components = 0.00413671 Jy ! Clean residual min=-0.002468 max=0.001819 Jy/beam ! Clean residual mean=0.000011 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.124232 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.000284883 Jy ! Component: 100 - total flux cleaned = 0.000546624 Jy ! Component: 150 - total flux cleaned = 0.000795698 Jy ! Component: 200 - total flux cleaned = 0.000996928 Jy ! Total flux subtracted in 200 components = 0.000996928 Jy ! Clean residual min=-0.002197 max=0.001890 Jy/beam ! Clean residual mean=0.000005 rms=0.000554 Jy/beam ! Combined flux in latest and established models = 0.125229 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 91 components and 0.125229 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.148 mas, bmaj=10.97 mas, bpa=-53.72 degrees ! Estimated noise=709.221 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000155139 Jy ! Component: 100 - total flux cleaned = 0.0001805 Jy ! Component: 150 - total flux cleaned = 0.000202355 Jy ! Component: 200 - total flux cleaned = 0.000201907 Jy ! Total flux subtracted in 200 components = 0.000201907 Jy ! Clean residual min=-0.002172 max=0.002011 Jy/beam ! Clean residual mean=0.000002 rms=0.000496 Jy/beam ! Combined flux in latest and established models = 0.125431 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 119 components and 0.125431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067990Jy sigma=0.000765 ! Fit after self-cal, rms=0.067982Jy sigma=0.000765 wmodel J1343+6855_S_2015_01_22_pus_map.mod ! Writing 119 model components to file: J1343+6855_S_2015_01_22_pus_map.mod wobs J1343+6855_S_2015_01_22_pus_uvs.fits ! Writing UV FITS file: J1343+6855_S_2015_01_22_pus_uvs.fits wwins J1343+6855_S_2015_01_22_pus_map.win ! wwins: Wrote 2 windows to J1343+6855_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 = -0.000601337 Jy ! Component: 100 - total flux cleaned = -0.000670998 Jy ! Component: 150 - total flux cleaned = -0.000640911 Jy ! Component: 200 - total flux cleaned = -0.000722848 Jy ! Component: 250 - total flux cleaned = -0.000568593 Jy ! Component: 300 - total flux cleaned = -0.000273363 Jy ! Component: 350 - total flux cleaned = 5.80524e-05 Jy ! Component: 400 - total flux cleaned = 0.000377115 Jy ! Component: 450 - total flux cleaned = 0.000642429 Jy ! Component: 500 - total flux cleaned = 0.000792404 Jy ! Component: 550 - total flux cleaned = 0.000813607 Jy ! Component: 600 - total flux cleaned = 0.000874595 Jy ! Component: 650 - total flux cleaned = 0.000914465 Jy ! Component: 700 - total flux cleaned = 0.000992675 Jy ! Component: 750 - total flux cleaned = 0.00106922 Jy ! Component: 800 - total flux cleaned = 0.00116281 Jy ! Component: 850 - total flux cleaned = 0.00123625 Jy ! Component: 900 - total flux cleaned = 0.0012724 Jy ! Component: 950 - total flux cleaned = 0.00136076 Jy ! Component: 1000 - total flux cleaned = 0.00136048 Jy ! Component: 1050 - total flux cleaned = 0.00139457 Jy ! Component: 1100 - total flux cleaned = 0.00144498 Jy ! Component: 1150 - total flux cleaned = 0.00147802 Jy ! Component: 1200 - total flux cleaned = 0.00146184 Jy ! Component: 1250 - total flux cleaned = 0.00147791 Jy ! Component: 1300 - total flux cleaned = 0.00147758 Jy ! Component: 1350 - total flux cleaned = 0.00146234 Jy ! Component: 1400 - total flux cleaned = 0.00146239 Jy ! Component: 1450 - total flux cleaned = 0.00147747 Jy ! Component: 1500 - total flux cleaned = 0.00149218 Jy ! Component: 1550 - total flux cleaned = 0.00150605 Jy ! Component: 1600 - total flux cleaned = 0.0014629 Jy ! Component: 1650 - total flux cleaned = 0.00146316 Jy ! Component: 1700 - total flux cleaned = 0.00149109 Jy ! Component: 1750 - total flux cleaned = 0.00150493 Jy ! Component: 1800 - total flux cleaned = 0.00147765 Jy ! Component: 1850 - total flux cleaned = 0.00146388 Jy ! Component: 1900 - total flux cleaned = 0.00143724 Jy ! Component: 1950 - total flux cleaned = 0.00142425 Jy ! Component: 2000 - total flux cleaned = 0.00141133 Jy ! Component: 2050 - total flux cleaned = 0.00141143 Jy ! Component: 2100 - total flux cleaned = 0.00142398 Jy ! Component: 2150 - total flux cleaned = 0.00146132 Jy ! Component: 2200 - total flux cleaned = 0.00149831 Jy ! Component: 2250 - total flux cleaned = 0.0015226 Jy ! Component: 2300 - total flux cleaned = 0.00155867 Jy ! Component: 2350 - total flux cleaned = 0.00154675 Jy ! Component: 2400 - total flux cleaned = 0.00160601 Jy ! Component: 2450 - total flux cleaned = 0.00165259 Jy ! Component: 2500 - total flux cleaned = 0.00168722 Jy ! Component: 2550 - total flux cleaned = 0.0016872 Jy ! Component: 2600 - total flux cleaned = 0.00172124 Jy ! Component: 2650 - total flux cleaned = 0.00175487 Jy ! Component: 2700 - total flux cleaned = 0.00177709 Jy ! Component: 2750 - total flux cleaned = 0.00178816 Jy ! Component: 2800 - total flux cleaned = 0.00187541 Jy ! Component: 2850 - total flux cleaned = 0.00186463 Jy ! Component: 2900 - total flux cleaned = 0.00190738 Jy ! Component: 2950 - total flux cleaned = 0.00194976 Jy ! Component: 3000 - total flux cleaned = 0.00200232 Jy ! Component: 3050 - total flux cleaned = 0.00201266 Jy ! Component: 3100 - total flux cleaned = 0.00201271 Jy ! Component: 3150 - total flux cleaned = 0.00206388 Jy ! Component: 3200 - total flux cleaned = 0.00209425 Jy ! Component: 3250 - total flux cleaned = 0.00214437 Jy ! Component: 3300 - total flux cleaned = 0.00212439 Jy ! Component: 3350 - total flux cleaned = 0.00214408 Jy ! Component: 3400 - total flux cleaned = 0.00216372 Jy ! Component: 3450 - total flux cleaned = 0.00220256 Jy ! Component: 3500 - total flux cleaned = 0.00225093 Jy ! Component: 3550 - total flux cleaned = 0.00226059 Jy ! Component: 3600 - total flux cleaned = 0.00232738 Jy ! Component: 3650 - total flux cleaned = 0.00234634 Jy ! Component: 3700 - total flux cleaned = 0.00236517 Jy ! Component: 3750 - total flux cleaned = 0.00241184 Jy ! Component: 3800 - total flux cleaned = 0.00242113 Jy ! Component: 3850 - total flux cleaned = 0.00248568 Jy ! Component: 3900 - total flux cleaned = 0.00254068 Jy ! Component: 3950 - total flux cleaned = 0.00259538 Jy ! Component: 4000 - total flux cleaned = 0.00264984 Jy ! Component: 4050 - total flux cleaned = 0.00273101 Jy ! Total flux subtracted in 4096 components = 0.00277584 Jy ! Clean residual min=-0.000533 max=0.000478 Jy/beam ! Clean residual mean=0.000001 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.128207 Jy keep ! Adding 284 model components to the UV plane model. ! The established model now contains 403 components and 0.128207 Jy ![Exited script file: muppet] wmap "J1343+6855_S_2015_01_22_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.148 x 10.97 at -53.72 degrees (North through East) ! Clean map min=-0.0014949 max=0.07151 Jy/beam ! Writing clean map to FITS file: J1343+6855_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.0715096 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000163701 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.686766 0.686766 1.37353 2.74706 5.49413 10.9883 21.9765 43.953 87.9061 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.071 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.148 x 10.97 at -53.72 degrees (North through East) ! Clean map min=-0.0014949 max=0.07151 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 J1343+6855_S_2015_01_22_pus_uvs.log closed on Tue Jan 3 22:55:46 2017