! Started logfile: J1145+4156_S_2014_12_20_pus_uvs.log on Wed Dec 28 13:33:55 2016 obs J1145+4156_S_2014_12_20_pus_uva.fits ! Reading UV FITS file: J1145+4156_S_2014_12_20_pus_uva.fits ! AN table 1: 123 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.876242 visibilities/baseline/integration-bin. ! Found source: J1145+4156 ! ! 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 344 lines of history. ! ! Reading 19400 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+4156_S_2014_12_20_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 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 79 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.947447Jy sigma=0.011215 ! Fit after self-cal, rms=0.932982Jy sigma=0.011082 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.093 mas, bmaj=4.238 mas, bpa=-16.59 degrees ! Estimated noise=711.342 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.0528479 Jy ! Component: 100 - total flux cleaned = 0.0657918 Jy ! Total flux subtracted in 100 components = 0.0657918 Jy ! Clean residual min=-0.002815 max=0.004646 Jy/beam ! Clean residual mean=0.000000 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.0657918 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0657918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071754Jy sigma=0.000787 ! Fit after self-cal, rms=0.071745Jy sigma=0.000786 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00452153 Jy ! Component: 100 - total flux cleaned = 0.00650162 Jy ! Total flux subtracted in 100 components = 0.00650162 Jy ! Clean residual min=-0.002687 max=0.002457 Jy/beam ! Clean residual mean=0.000001 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.0722934 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.0722934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071401Jy sigma=0.000783 ! Fit after self-cal, rms=0.071407Jy sigma=0.000783 ! 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=4.045 mas, bmaj=5.231 mas, bpa=-12.21 degrees ! Estimated noise=434.853 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.00182178 Jy ! Component: 100 - total flux cleaned = 0.00281588 Jy ! Component: 150 - total flux cleaned = 0.00331955 Jy ! Component: 200 - total flux cleaned = 0.0034578 Jy ! Total flux subtracted in 200 components = 0.0034578 Jy ! Clean residual min=-0.002322 max=0.001904 Jy/beam ! Clean residual mean=-0.000000 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.0757512 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 29 components and 0.0757512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071344Jy sigma=0.000782 ! Fit after self-cal, rms=0.071347Jy sigma=0.000782 ! 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.11 FD 0.90 HN 0.91 KP 1.06 ! LA 0.94 MK 1.01 NL 1.00 OV 0.99 ! PT 1.04 SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.05 HN 1.01 KP 1.07 ! LA 0.90 MK 0.96 NL 1.02 OV 1.03 ! PT 1.04 SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.11 HN 1.05 KP 0.94 ! LA 0.73 MK 1.01 NL 1.18 OV 0.94 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.02 HN 1.01 KP 0.93 ! LA 0.86 MK 1.03 NL 0.97 OV 1.00 ! PT 1.02 SC 1.06 ! ! ! Fit before self-cal, rms=0.071347Jy sigma=0.000782 ! Fit after self-cal, rms=0.070595Jy sigma=0.000777 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.068 mas, bmaj=5.286 mas, bpa=-13.12 degrees ! Estimated noise=437.099 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.000284857 Jy ! Component: 100 - total flux cleaned = -0.000319341 Jy ! Component: 150 - total flux cleaned = -0.000368994 Jy ! Component: 200 - total flux cleaned = -0.000413048 Jy ! Total flux subtracted in 200 components = -0.000413048 Jy ! Clean residual min=-0.001349 max=0.001608 Jy/beam ! Clean residual mean=-0.000002 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.0753382 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 36 components and 0.0753382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070591Jy sigma=0.000777 ! Fit after self-cal, rms=0.070592Jy sigma=0.000777 ! 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.070592Jy sigma=0.000777 ! Fit after self-cal, rms=0.070942Jy sigma=0.000776 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.076 mas, bmaj=5.287 mas, bpa=-12.61 degrees ! Estimated noise=436.854 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000142617 Jy ! Component: 100 - total flux cleaned = -0.000204219 Jy ! Component: 150 - total flux cleaned = -0.000229573 Jy ! Component: 200 - total flux cleaned = -0.000244551 Jy ! Total flux subtracted in 200 components = -0.000244551 Jy ! Clean residual min=-0.001350 max=0.001328 Jy/beam ! Clean residual mean=-0.000004 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.0750936 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 41 components and 0.0750936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070939Jy sigma=0.000776 ! Fit after self-cal, rms=0.070948Jy sigma=0.000776 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.20915e-05 Jy ! Component: 100 - total flux cleaned = -3.69586e-05 Jy ! Component: 150 - total flux cleaned = -4.35859e-05 Jy ! Component: 200 - total flux cleaned = -4.99014e-05 Jy ! Total flux subtracted in 200 components = -4.99014e-05 Jy ! Clean residual min=-0.001339 max=0.001323 Jy/beam ! Clean residual mean=-0.000003 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0750437 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.0750437 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070946Jy sigma=0.000776 ! Fit after self-cal, rms=0.070946Jy sigma=0.000776 ! 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.070946Jy sigma=0.000776 ! Fit after self-cal, rms=0.071035Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.082 mas, bmaj=5.29 mas, bpa=-12.26 degrees ! Estimated noise=437.051 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.12493e-05 Jy ! Component: 100 - total flux cleaned = -0.000128252 Jy ! Component: 150 - total flux cleaned = -0.000140796 Jy ! Component: 200 - total flux cleaned = -0.000146644 Jy ! Total flux subtracted in 200 components = -0.000146644 Jy ! Clean residual min=-0.001337 max=0.001318 Jy/beam ! Clean residual mean=-0.000004 rms=0.000333 Jy/beam ! Combined flux in latest and established models = 0.0748971 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 44 components and 0.074897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071034Jy sigma=0.000776 ! Fit after self-cal, rms=0.071035Jy sigma=0.000776 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.87053e-05 Jy ! Component: 100 - total flux cleaned = -1.84299e-05 Jy ! Component: 150 - total flux cleaned = -2.97809e-05 Jy ! Component: 200 - total flux cleaned = -3.49849e-05 Jy ! Total flux subtracted in 200 components = -3.49849e-05 Jy ! Clean residual min=-0.001331 max=0.001321 Jy/beam ! Clean residual mean=-0.000004 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.0748621 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 0.074862 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071034Jy sigma=0.000776 ! Fit after self-cal, rms=0.071034Jy sigma=0.000776 ! 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.071034Jy sigma=0.000776 ! Fit after self-cal, rms=0.071082Jy sigma=0.000776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.553 mas, bmaj=9.261 mas, bpa=-16.26 degrees ! Estimated noise=510.494 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000121424 Jy ! Component: 100 - total flux cleaned = -0.000120994 Jy ! Component: 150 - total flux cleaned = -0.000120761 Jy ! Component: 200 - total flux cleaned = -0.000120598 Jy ! Total flux subtracted in 200 components = -0.000120598 Jy ! Clean residual min=-0.001603 max=0.001491 Jy/beam ! Clean residual mean=-0.000006 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.0747415 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.0747415 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071082Jy sigma=0.000776 ! Fit after self-cal, rms=0.071081Jy sigma=0.000776 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.50474e-06 Jy ! Component: 100 - total flux cleaned = 8.78486e-06 Jy ! Component: 150 - total flux cleaned = 1.48922e-05 Jy ! Component: 200 - total flux cleaned = 2.25535e-05 Jy ! Total flux subtracted in 200 components = 2.25535e-05 Jy ! Clean residual min=-0.001598 max=0.001490 Jy/beam ! Clean residual mean=-0.000006 rms=0.000401 Jy/beam ! Combined flux in latest and established models = 0.074764 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 56 components and 0.074764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071081Jy sigma=0.000776 ! Fit after self-cal, rms=0.071081Jy sigma=0.000776 ! 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=4.087 mas, bmaj=5.292 mas, bpa=-11.94 degrees ! Estimated noise=437.21 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.087 x 5.292 at -11.94 degrees (North through East) ! Clean map min=-0.0013034 max=0.068606 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.122 mas, bmaj=4.264 mas, bpa=-15.88 degrees ! Estimated noise=722.905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0535773 Jy ! Component: 100 - total flux cleaned = 0.0670348 Jy ! Component: 150 - total flux cleaned = 0.0715543 Jy ! Component: 200 - total flux cleaned = 0.0732885 Jy ! Total flux subtracted in 200 components = 0.0732885 Jy ! Clean residual min=-0.001986 max=0.002450 Jy/beam ! Clean residual mean=-0.000001 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.0732885 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.0732885 Jy ! Inverting map and beam ! Estimated beam: bmin=4.087 mas, bmaj=5.292 mas, bpa=-11.94 degrees ! Estimated noise=437.21 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.000856694 Jy ! Component: 100 - total flux cleaned = 0.00105264 Jy ! Component: 150 - total flux cleaned = 0.00106393 Jy ! Component: 200 - total flux cleaned = 0.00107518 Jy ! Total flux subtracted in 200 components = 0.00107518 Jy ! Clean residual min=-0.001410 max=0.001323 Jy/beam ! Clean residual mean=-0.000003 rms=0.000335 Jy/beam ! Combined flux in latest and established models = 0.0743637 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 24 components and 0.0743637 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=8.553 mas, bmaj=9.261 mas, bpa=-16.26 degrees ! Estimated noise=510.494 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000133489 Jy ! Component: 100 - total flux cleaned = 0.000153727 Jy ! Component: 150 - total flux cleaned = 0.000170583 Jy ! Component: 200 - total flux cleaned = 0.000184669 Jy ! Total flux subtracted in 200 components = 0.000184669 Jy ! Clean residual min=-0.001599 max=0.001496 Jy/beam ! Clean residual mean=-0.000006 rms=0.000403 Jy/beam ! Combined flux in latest and established models = 0.0745484 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 = 8.22795e-06 Jy ! Component: 100 - total flux cleaned = 1.95754e-05 Jy ! Component: 150 - total flux cleaned = 3.33644e-05 Jy ! Component: 200 - total flux cleaned = 4.28918e-05 Jy ! Total flux subtracted in 200 components = 4.28918e-05 Jy ! Clean residual min=-0.001595 max=0.001496 Jy/beam ! Clean residual mean=-0.000006 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.0745912 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 36 components and 0.0745913 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.087 mas, bmaj=5.292 mas, bpa=-11.94 degrees ! Estimated noise=437.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.13697e-06 Jy ! Component: 100 - total flux cleaned = -2.15037e-05 Jy ! Component: 150 - total flux cleaned = -4.20861e-05 Jy ! Component: 200 - total flux cleaned = -4.23585e-05 Jy ! Total flux subtracted in 200 components = -4.23585e-05 Jy ! Clean residual min=-0.001395 max=0.001306 Jy/beam ! Clean residual mean=-0.000003 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0745489 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 40 components and 0.0745489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071089Jy sigma=0.000776 ! Fit after self-cal, rms=0.071085Jy sigma=0.000776 wmodel J1145+4156_S_2014_12_20_pus_map.mod ! Writing 40 model components to file: J1145+4156_S_2014_12_20_pus_map.mod wobs J1145+4156_S_2014_12_20_pus_uvs.fits ! Writing UV FITS file: J1145+4156_S_2014_12_20_pus_uvs.fits wwins J1145+4156_S_2014_12_20_pus_map.win ! wwins: Wrote 1 windows to J1145+4156_S_2014_12_20_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.000165803 Jy ! Component: 100 - total flux cleaned = 0.000324619 Jy ! Component: 150 - total flux cleaned = 0.000388867 Jy ! Component: 200 - total flux cleaned = 0.000409504 Jy ! Component: 250 - total flux cleaned = 0.00044842 Jy ! Component: 300 - total flux cleaned = 0.000562794 Jy ! Component: 350 - total flux cleaned = 0.000580907 Jy ! Component: 400 - total flux cleaned = 0.000635548 Jy ! Component: 450 - total flux cleaned = 0.000618121 Jy ! Component: 500 - total flux cleaned = 0.000601071 Jy ! Component: 550 - total flux cleaned = 0.000601351 Jy ! Component: 600 - total flux cleaned = 0.000601391 Jy ! Component: 650 - total flux cleaned = 0.000584824 Jy ! Component: 700 - total flux cleaned = 0.000568654 Jy ! Component: 750 - total flux cleaned = 0.000553146 Jy ! Component: 800 - total flux cleaned = 0.000568863 Jy ! Component: 850 - total flux cleaned = 0.000568735 Jy ! Component: 900 - total flux cleaned = 0.000553296 Jy ! Component: 950 - total flux cleaned = 0.000508716 Jy ! Component: 1000 - total flux cleaned = 0.000553063 Jy ! Component: 1050 - total flux cleaned = 0.0005529 Jy ! Component: 1100 - total flux cleaned = 0.000596394 Jy ! Component: 1150 - total flux cleaned = 0.000596257 Jy ! Component: 1200 - total flux cleaned = 0.000638544 Jy ! Component: 1250 - total flux cleaned = 0.000666317 Jy ! Component: 1300 - total flux cleaned = 0.0006389 Jy ! Component: 1350 - total flux cleaned = 0.000693487 Jy ! Component: 1400 - total flux cleaned = 0.000680127 Jy ! Component: 1450 - total flux cleaned = 0.000733338 Jy ! Component: 1500 - total flux cleaned = 0.000706982 Jy ! Component: 1550 - total flux cleaned = 0.000746143 Jy ! Component: 1600 - total flux cleaned = 0.000772171 Jy ! Component: 1650 - total flux cleaned = 0.000797568 Jy ! Component: 1700 - total flux cleaned = 0.000784945 Jy ! Component: 1750 - total flux cleaned = 0.000860075 Jy ! Component: 1800 - total flux cleaned = 0.000872484 Jy ! Component: 1850 - total flux cleaned = 0.000921504 Jy ! Component: 1900 - total flux cleaned = 0.000945736 Jy ! Component: 1950 - total flux cleaned = 0.000981531 Jy ! Component: 2000 - total flux cleaned = 0.00105296 Jy ! Component: 2050 - total flux cleaned = 0.00105284 Jy ! Component: 2100 - total flux cleaned = 0.00112283 Jy ! Component: 2150 - total flux cleaned = 0.0011575 Jy ! Component: 2200 - total flux cleaned = 0.00118049 Jy ! Component: 2250 - total flux cleaned = 0.0012259 Jy ! Component: 2300 - total flux cleaned = 0.00129347 Jy ! Component: 2350 - total flux cleaned = 0.00132679 Jy ! Component: 2400 - total flux cleaned = 0.00134891 Jy ! Component: 2450 - total flux cleaned = 0.00141468 Jy ! Component: 2500 - total flux cleaned = 0.00140396 Jy ! Component: 2550 - total flux cleaned = 0.0014255 Jy ! Component: 2600 - total flux cleaned = 0.00152152 Jy ! Component: 2650 - total flux cleaned = 0.00150014 Jy ! Component: 2700 - total flux cleaned = 0.0015004 Jy ! Component: 2750 - total flux cleaned = 0.00153173 Jy ! Component: 2800 - total flux cleaned = 0.00158341 Jy ! Component: 2850 - total flux cleaned = 0.00158329 Jy ! Component: 2900 - total flux cleaned = 0.00160363 Jy ! Component: 2950 - total flux cleaned = 0.00165411 Jy ! Component: 3000 - total flux cleaned = 0.00164406 Jy ! Component: 3050 - total flux cleaned = 0.00165403 Jy ! Component: 3100 - total flux cleaned = 0.00163445 Jy ! Component: 3150 - total flux cleaned = 0.00168329 Jy ! Component: 3200 - total flux cleaned = 0.0016928 Jy ! Component: 3250 - total flux cleaned = 0.00169271 Jy ! Component: 3300 - total flux cleaned = 0.00173099 Jy ! Component: 3350 - total flux cleaned = 0.0017215 Jy ! Component: 3400 - total flux cleaned = 0.00171214 Jy ! Component: 3450 - total flux cleaned = 0.00173081 Jy ! Component: 3500 - total flux cleaned = 0.00169366 Jy ! Component: 3550 - total flux cleaned = 0.00173069 Jy ! Component: 3600 - total flux cleaned = 0.00171244 Jy ! Component: 3650 - total flux cleaned = 0.00170319 Jy ! Component: 3700 - total flux cleaned = 0.00172114 Jy ! Component: 3750 - total flux cleaned = 0.00171207 Jy ! Component: 3800 - total flux cleaned = 0.00170305 Jy ! Component: 3850 - total flux cleaned = 0.00172958 Jy ! Component: 3900 - total flux cleaned = 0.00172966 Jy ! Component: 3950 - total flux cleaned = 0.00171224 Jy ! Component: 4000 - total flux cleaned = 0.00174716 Jy ! Component: 4050 - total flux cleaned = 0.00172992 Jy ! Total flux subtracted in 4096 components = 0.00174714 Jy ! Clean residual min=-0.000511 max=0.000515 Jy/beam ! Clean residual mean=-0.000001 rms=0.000154 Jy/beam ! Combined flux in latest and established models = 0.076296 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 337 components and 0.076296 Jy ![Exited script file: muppet] wmap "J1145+4156_S_2014_12_20_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.087 x 5.292 at -11.94 degrees (North through East) ! Clean map min=-0.00097494 max=0.068758 Jy/beam ! Writing clean map to FITS file: J1145+4156_S_2014_12_20_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0687576 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000154406 device "J1145+4156_S_2014_12_20_pus\_map.eps/VPS" ! Attempting to open device: 'J1145+4156_S_2014_12_20_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.673695 0.673695 1.34739 2.69478 5.38956 10.7791 21.5583 43.1165 86.233 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.068 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.087 x 5.292 at -11.94 degrees (North through East) ! Clean map min=-0.00097494 max=0.068758 Jy/beam quit ! Quitting program ! Log file J1145+4156_S_2014_12_20_pus_uvs.log closed on Wed Dec 28 13:34:01 2016