! Started logfile: J1145+1310_S_2015_01_23_pus_uvs.log on Mon Jan 2 19:23:37 2017 obs J1145+1310_S_2015_01_23_pus_uva.fits ! Reading UV FITS file: J1145+1310_S_2015_01_23_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.969828 visibilities/baseline/integration-bin. ! Found source: J1145+1310 ! ! 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 21472 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 J1145+1310_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 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.120562Jy sigma=0.011051 ! Fit after self-cal, rms=1.045297Jy sigma=0.010722 ! 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.579 mas, bmaj=6.237 mas, bpa=-4.356 degrees ! Estimated noise=755.41 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.0270729 Jy ! Component: 100 - total flux cleaned = 0.0330834 Jy ! Total flux subtracted in 100 components = 0.0330834 Jy ! Clean residual min=-0.003521 max=0.003135 Jy/beam ! Clean residual mean=0.000004 rms=0.000769 Jy/beam ! Combined flux in latest and established models = 0.0330834 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0330834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.499641Jy sigma=0.000759 ! Fit after self-cal, rms=0.499516Jy sigma=0.000742 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00426819 Jy ! Component: 100 - total flux cleaned = 0.00555415 Jy ! Total flux subtracted in 100 components = 0.00555415 Jy ! Clean residual min=-0.003630 max=0.002982 Jy/beam ! Clean residual mean=0.000005 rms=0.000791 Jy/beam ! Combined flux in latest and established models = 0.0386376 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 23 components and 0.0386376 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.499034Jy sigma=0.000743 ! Fit after self-cal, rms=0.499048Jy sigma=0.000743 ! 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.111 mas, bmaj=7.132 mas, bpa=-4.388 degrees ! Estimated noise=481.265 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.00130496 Jy ! Component: 100 - total flux cleaned = 0.00165415 Jy ! Component: 150 - total flux cleaned = 0.00171544 Jy ! Component: 200 - total flux cleaned = 0.00171399 Jy ! Total flux subtracted in 200 components = 0.00171399 Jy ! Clean residual min=-0.004542 max=0.002170 Jy/beam ! Clean residual mean=0.000004 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.0403516 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 37 components and 0.0403516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.498924Jy sigma=0.000744 ! Fit after self-cal, rms=0.498927Jy sigma=0.000744 ! 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.07 FD 0.32 HN 0.97 KP 1.22 ! LA 1.05 MK 0.98 NL 0.98 OV 1.13 ! PT 1.14 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 FD 0.35 HN 1.03 KP 1.16 ! LA 1.03 MK 1.01 NL 1.27 OV 1.14 ! PT 1.15 SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.39 HN 1.01 KP 1.00 ! LA 0.85 MK 0.98 NL 1.18 OV 1.12 ! PT 1.18 SC 1.01 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.20 FD 0.38 HN 0.88 KP 0.98 ! LA 0.82 MK 1.06 NL 0.96 OV 1.15 ! PT 1.05 SC 0.98 ! ! ! Fit before self-cal, rms=0.498927Jy sigma=0.000744 ! Fit after self-cal, rms=0.186595Jy sigma=0.000737 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.086 mas, bmaj=7.151 mas, bpa=-4.487 degrees ! Estimated noise=501.927 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.00165121 Jy ! Component: 100 - total flux cleaned = 0.00233291 Jy ! Component: 150 - total flux cleaned = 0.0024643 Jy ! Component: 200 - total flux cleaned = 0.00249397 Jy ! Total flux subtracted in 200 components = 0.00249397 Jy ! Clean residual min=-0.002337 max=0.001866 Jy/beam ! Clean residual mean=-0.000001 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.0428456 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 48 components and 0.0428456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.186462Jy sigma=0.000737 ! Fit after self-cal, rms=0.186095Jy sigma=0.000736 ! 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.186095Jy sigma=0.000736 ! Fit after self-cal, rms=0.080246Jy sigma=0.000732 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.097 mas, bmaj=7.243 mas, bpa=-4.588 degrees ! Estimated noise=494.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.82021e-05 Jy ! Component: 100 - total flux cleaned = 6.24959e-05 Jy ! Component: 150 - total flux cleaned = 8.7485e-05 Jy ! Component: 200 - total flux cleaned = 0.000108336 Jy ! Total flux subtracted in 200 components = 0.000108336 Jy ! Clean residual min=-0.001456 max=0.001543 Jy/beam ! Clean residual mean=0.000000 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0429539 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 56 components and 0.0429539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080242Jy sigma=0.000732 ! Fit after self-cal, rms=0.079757Jy sigma=0.000730 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.000404509 Jy ! Component: 100 - total flux cleaned = 0.000418774 Jy ! Component: 150 - total flux cleaned = 0.000430871 Jy ! Component: 200 - total flux cleaned = 0.000450401 Jy ! Total flux subtracted in 200 components = 0.000450401 Jy ! Clean residual min=-0.001319 max=0.001587 Jy/beam ! Clean residual mean=-0.000000 rms=0.000376 Jy/beam ! Combined flux in latest and established models = 0.0434043 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 62 components and 0.0434043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079749Jy sigma=0.000730 ! Fit after self-cal, rms=0.079742Jy sigma=0.000730 ! 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.079742Jy sigma=0.000730 ! Fit after self-cal, rms=0.077735Jy sigma=0.000729 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.096 mas, bmaj=7.262 mas, bpa=-4.5 degrees ! Estimated noise=493.691 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.62863e-06 Jy ! Component: 100 - total flux cleaned = 9.20209e-06 Jy ! Component: 150 - total flux cleaned = 3.98308e-05 Jy ! Component: 200 - total flux cleaned = 4.83878e-05 Jy ! Total flux subtracted in 200 components = 4.83878e-05 Jy ! Clean residual min=-0.001337 max=0.001494 Jy/beam ! Clean residual mean=-0.000000 rms=0.000337 Jy/beam ! Combined flux in latest and established models = 0.0434527 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 63 components and 0.0434527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077731Jy sigma=0.000729 ! Fit after self-cal, rms=0.077680Jy sigma=0.000729 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 (-94.5, 31.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106061 Jy ! Component: 100 - total flux cleaned = 0.00107184 Jy ! Component: 150 - total flux cleaned = 0.000974871 Jy ! Component: 200 - total flux cleaned = 0.000910584 Jy ! Total flux subtracted in 200 components = 0.000910584 Jy ! Clean residual min=-0.001203 max=0.001361 Jy/beam ! Clean residual mean=-0.000000 rms=0.000329 Jy/beam ! Combined flux in latest and established models = 0.0443633 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 77 components and 0.0443633 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077655Jy sigma=0.000729 ! Fit after self-cal, rms=0.077642Jy sigma=0.000729 ! 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.077642Jy sigma=0.000729 ! Fit after self-cal, rms=0.077307Jy sigma=0.000729 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.075 mas, bmaj=10.57 mas, bpa=-3.798 degrees ! Estimated noise=662.603 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000621055 Jy ! Component: 100 - total flux cleaned = 0.000680482 Jy ! Component: 150 - total flux cleaned = 0.000777302 Jy ! Component: 200 - total flux cleaned = 0.000874418 Jy ! Total flux subtracted in 200 components = 0.000874418 Jy ! Clean residual min=-0.001561 max=0.001359 Jy/beam ! Clean residual mean=-0.000000 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0452377 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 89 components and 0.0452377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077298Jy sigma=0.000729 ! Fit after self-cal, rms=0.077283Jy sigma=0.000728 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.00039507 Jy ! Component: 100 - total flux cleaned = 0.000476895 Jy ! Component: 150 - total flux cleaned = 0.000567679 Jy ! Component: 200 - total flux cleaned = 0.000579357 Jy ! Total flux subtracted in 200 components = 0.000579357 Jy ! Clean residual min=-0.001549 max=0.001355 Jy/beam ! Clean residual mean=-0.000000 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.045817 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 93 components and 0.045817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077279Jy sigma=0.000728 ! Fit after self-cal, rms=0.077271Jy sigma=0.000728 ! 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.097 mas, bmaj=7.273 mas, bpa=-4.436 degrees ! Estimated noise=492.34 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.097 x 7.273 at -4.436 degrees (North through East) ! Clean map min=-0.001216 max=0.040188 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.563 mas, bmaj=6.397 mas, bpa=-4.513 degrees ! Estimated noise=773.511 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.030875 Jy ! Component: 100 - total flux cleaned = 0.0381239 Jy ! Component: 150 - total flux cleaned = 0.0415193 Jy ! Component: 200 - total flux cleaned = 0.0434909 Jy ! Total flux subtracted in 200 components = 0.0434909 Jy ! Clean residual min=-0.002495 max=0.002533 Jy/beam ! Clean residual mean=-0.000001 rms=0.000620 Jy/beam ! Combined flux in latest and established models = 0.0434909 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0434909 Jy ! Inverting map and beam ! Estimated beam: bmin=3.097 mas, bmaj=7.273 mas, bpa=-4.436 degrees ! Estimated noise=492.34 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.0018178 Jy ! Component: 100 - total flux cleaned = 0.00248413 Jy ! Component: 150 - total flux cleaned = 0.00260359 Jy ! Component: 200 - total flux cleaned = 0.00274627 Jy ! Total flux subtracted in 200 components = 0.00274627 Jy ! Clean residual min=-0.001305 max=0.001383 Jy/beam ! Clean residual mean=0.000000 rms=0.000338 Jy/beam ! Combined flux in latest and established models = 0.0462372 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 33 components and 0.0462372 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.075 mas, bmaj=10.57 mas, bpa=-3.798 degrees ! Estimated noise=662.603 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000207571 Jy ! Component: 100 - total flux cleaned = 0.000234646 Jy ! Component: 150 - total flux cleaned = 0.000179496 Jy ! Component: 200 - total flux cleaned = 0.000127475 Jy ! Total flux subtracted in 200 components = 0.000127475 Jy ! Clean residual min=-0.001681 max=0.001505 Jy/beam ! Clean residual mean=0.000000 rms=0.000427 Jy/beam ! Combined flux in latest and established models = 0.0463647 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 = -3.2273e-05 Jy ! Component: 100 - total flux cleaned = -3.30146e-05 Jy ! Component: 150 - total flux cleaned = -3.35039e-05 Jy ! Component: 200 - total flux cleaned = -2.11704e-05 Jy ! Total flux subtracted in 200 components = -2.11704e-05 Jy ! Clean residual min=-0.001627 max=0.001456 Jy/beam ! Clean residual mean=0.000000 rms=0.000422 Jy/beam ! Combined flux in latest and established models = 0.0463435 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 56 components and 0.0463435 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.097 mas, bmaj=7.273 mas, bpa=-4.436 degrees ! Estimated noise=492.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000415537 Jy ! Component: 100 - total flux cleaned = -0.000394315 Jy ! Component: 150 - total flux cleaned = -0.000290231 Jy ! Component: 200 - total flux cleaned = -0.000214437 Jy ! Total flux subtracted in 200 components = -0.000214437 Jy ! Clean residual min=-0.001270 max=0.001329 Jy/beam ! Clean residual mean=-0.000000 rms=0.000323 Jy/beam ! Combined flux in latest and established models = 0.0461291 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 69 components and 0.0461291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077270Jy sigma=0.000728 ! Fit after self-cal, rms=0.077262Jy sigma=0.000728 wmodel J1145+1310_S_2015_01_23_pus_map.mod ! Writing 69 model components to file: J1145+1310_S_2015_01_23_pus_map.mod wobs J1145+1310_S_2015_01_23_pus_uvs.fits ! Writing UV FITS file: J1145+1310_S_2015_01_23_pus_uvs.fits wwins J1145+1310_S_2015_01_23_pus_map.win ! wwins: Wrote 2 windows to J1145+1310_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 = 2.85125e-05 Jy ! Component: 100 - total flux cleaned = 7.31895e-05 Jy ! Component: 150 - total flux cleaned = 7.38912e-05 Jy ! Component: 200 - total flux cleaned = 9.45466e-05 Jy ! Component: 250 - total flux cleaned = 5.51963e-05 Jy ! Component: 300 - total flux cleaned = -2.14274e-05 Jy ! Component: 350 - total flux cleaned = -7.7517e-05 Jy ! Component: 400 - total flux cleaned = -9.62877e-05 Jy ! Component: 450 - total flux cleaned = -0.000185688 Jy ! Component: 500 - total flux cleaned = -0.00023802 Jy ! Component: 550 - total flux cleaned = -0.000272455 Jy ! Component: 600 - total flux cleaned = -0.000323292 Jy ! Component: 650 - total flux cleaned = -0.000406272 Jy ! Component: 700 - total flux cleaned = -0.000455094 Jy ! Component: 750 - total flux cleaned = -0.000487146 Jy ! Component: 800 - total flux cleaned = -0.000534454 Jy ! Component: 850 - total flux cleaned = -0.000518815 Jy ! Component: 900 - total flux cleaned = -0.000519183 Jy ! Component: 950 - total flux cleaned = -0.000564735 Jy ! Component: 1000 - total flux cleaned = -0.000609668 Jy ! Component: 1050 - total flux cleaned = -0.000624542 Jy ! Component: 1100 - total flux cleaned = -0.000697233 Jy ! Component: 1150 - total flux cleaned = -0.000711072 Jy ! Component: 1200 - total flux cleaned = -0.00073951 Jy ! Component: 1250 - total flux cleaned = -0.000795081 Jy ! Component: 1300 - total flux cleaned = -0.000794949 Jy ! Component: 1350 - total flux cleaned = -0.000808794 Jy ! Component: 1400 - total flux cleaned = -0.000822541 Jy ! Component: 1450 - total flux cleaned = -0.000836251 Jy ! Component: 1500 - total flux cleaned = -0.00088938 Jy ! Component: 1550 - total flux cleaned = -0.000889281 Jy ! Component: 1600 - total flux cleaned = -0.000915471 Jy ! Component: 1650 - total flux cleaned = -0.000941115 Jy ! Component: 1700 - total flux cleaned = -0.000953926 Jy ! Component: 1750 - total flux cleaned = -0.000979252 Jy ! Component: 1800 - total flux cleaned = -0.0010044 Jy ! Component: 1850 - total flux cleaned = -0.0010542 Jy ! Component: 1900 - total flux cleaned = -0.00112791 Jy ! Component: 1950 - total flux cleaned = -0.00113989 Jy ! Component: 2000 - total flux cleaned = -0.00115202 Jy ! Component: 2050 - total flux cleaned = -0.00121203 Jy ! Component: 2100 - total flux cleaned = -0.00127169 Jy ! Component: 2150 - total flux cleaned = -0.00129531 Jy ! Component: 2200 - total flux cleaned = -0.00135387 Jy ! Component: 2250 - total flux cleaned = -0.00143498 Jy ! Component: 2300 - total flux cleaned = -0.0014235 Jy ! Component: 2350 - total flux cleaned = -0.00143488 Jy ! Component: 2400 - total flux cleaned = -0.00151412 Jy ! Component: 2450 - total flux cleaned = -0.00152531 Jy ! Component: 2500 - total flux cleaned = -0.00155858 Jy ! Component: 2550 - total flux cleaned = -0.00154751 Jy ! Component: 2600 - total flux cleaned = -0.00159134 Jy ! Component: 2650 - total flux cleaned = -0.00160229 Jy ! Component: 2700 - total flux cleaned = -0.00161306 Jy ! Component: 2750 - total flux cleaned = -0.00160236 Jy ! Component: 2800 - total flux cleaned = -0.00165537 Jy ! Component: 2850 - total flux cleaned = -0.00162362 Jy ! Component: 2900 - total flux cleaned = -0.00163398 Jy ! Component: 2950 - total flux cleaned = -0.00161321 Jy ! Component: 3000 - total flux cleaned = -0.00160306 Jy ! Component: 3050 - total flux cleaned = -0.00158272 Jy ! Component: 3100 - total flux cleaned = -0.0015522 Jy ! Component: 3150 - total flux cleaned = -0.00157238 Jy ! Component: 3200 - total flux cleaned = -0.00157239 Jy ! Component: 3250 - total flux cleaned = -0.00152283 Jy ! Component: 3300 - total flux cleaned = -0.00157203 Jy ! Component: 3350 - total flux cleaned = -0.00154263 Jy ! Component: 3400 - total flux cleaned = -0.0015231 Jy ! Component: 3450 - total flux cleaned = -0.00150393 Jy ! Component: 3500 - total flux cleaned = -0.00154238 Jy ! Component: 3550 - total flux cleaned = -0.00152326 Jy ! Component: 3600 - total flux cleaned = -0.0015233 Jy ! Component: 3650 - total flux cleaned = -0.00149493 Jy ! Component: 3700 - total flux cleaned = -0.00148556 Jy ! Component: 3750 - total flux cleaned = -0.00148561 Jy ! Component: 3800 - total flux cleaned = -0.00148562 Jy ! Component: 3850 - total flux cleaned = -0.00147628 Jy ! Component: 3900 - total flux cleaned = -0.00146718 Jy ! Component: 3950 - total flux cleaned = -0.00148528 Jy ! Component: 4000 - total flux cleaned = -0.00144023 Jy ! Component: 4050 - total flux cleaned = -0.0014312 Jy ! Total flux subtracted in 4096 components = -0.00145789 Jy ! Clean residual min=-0.000713 max=0.000497 Jy/beam ! Clean residual mean=-0.000000 rms=0.000166 Jy/beam ! Combined flux in latest and established models = 0.0446712 Jy keep ! Adding 310 model components to the UV plane model. ! The established model now contains 379 components and 0.0446712 Jy ![Exited script file: muppet] wmap "J1145+1310_S_2015_01_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.097 x 7.273 at -4.436 degrees (North through East) ! Clean map min=-0.0012231 max=0.039967 Jy/beam ! Writing clean map to FITS file: J1145+1310_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.0399672 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000165724 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.24395 1.24395 2.4879 4.9758 9.9516 19.9032 39.8064 79.6128 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.039 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.097 x 7.273 at -4.436 degrees (North through East) ! Clean map min=-0.0012231 max=0.039967 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 J1145+1310_S_2015_01_23_pus_uvs.log closed on Mon Jan 2 19:23:43 2017