! Started logfile: J1616+4632_S_2015_03_17_pus_uvs.log on Fri Dec 30 23:04:01 2016 obs J1616+4632_S_2015_03_17_pus_uva.fits ! Reading UV FITS file: J1616+4632_S_2015_03_17_pus_uva.fits ! AN table 1: 82 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.8729 visibilities/baseline/integration-bin. ! Found source: J1616+4632 ! ! 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 330 lines of history. ! ! Reading 12884 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 J1616+4632_S_2015_03_17_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 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.900049Jy sigma=0.011474 ! Fit after self-cal, rms=0.890893Jy sigma=0.011366 ! 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.899 mas, bmaj=4.369 mas, bpa=-14.06 degrees ! Estimated noise=900.001 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.0820962 Jy ! Component: 100 - total flux cleaned = 0.101912 Jy ! Total flux subtracted in 100 components = 0.101912 Jy ! Clean residual min=-0.004307 max=0.008206 Jy/beam ! Clean residual mean=0.000003 rms=0.001168 Jy/beam ! Combined flux in latest and established models = 0.101912 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.101912 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068240Jy sigma=0.000798 ! Fit after self-cal, rms=0.068225Jy sigma=0.000798 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0089156 Jy ! Component: 100 - total flux cleaned = 0.0137965 Jy ! Total flux subtracted in 100 components = 0.0137965 Jy ! Clean residual min=-0.003760 max=0.003654 Jy/beam ! Clean residual mean=-0.000001 rms=0.000927 Jy/beam ! Combined flux in latest and established models = 0.115708 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 21 components and 0.115708 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066607Jy sigma=0.000781 ! Fit after self-cal, rms=0.066594Jy sigma=0.000781 ! 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.63 mas, bmaj=5.294 mas, bpa=-10.41 degrees ! Estimated noise=497.983 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.00356004 Jy ! Component: 100 - total flux cleaned = 0.00555771 Jy ! Component: 150 - total flux cleaned = 0.00677941 Jy ! Component: 200 - total flux cleaned = 0.007534 Jy ! Total flux subtracted in 200 components = 0.007534 Jy ! Clean residual min=-0.003582 max=0.002624 Jy/beam ! Clean residual mean=-0.000009 rms=0.000704 Jy/beam ! Combined flux in latest and established models = 0.123242 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 36 components and 0.123242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066314Jy sigma=0.000780 ! Fit after self-cal, rms=0.066311Jy sigma=0.000780 ! 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.02 FD 0.87 HN 1.03 KP 1.09 ! LA 1.01 MK 1.00 NL 0.89 OV 1.03 ! PT 1.06 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.91 HN 1.03 KP 1.07 ! LA 0.97 MK 1.07 NL 0.97 OV 1.04 ! PT 1.05 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.91 HN 0.97 KP 0.96 ! LA 0.79 MK 1.09 NL 1.10 OV 0.97 ! PT 1.03 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.96 HN 0.96 KP 0.94 ! LA 0.85 MK 1.08 NL 0.99 OV 1.02 ! PT 1.10 SC 0.94 ! ! ! Fit before self-cal, rms=0.066311Jy sigma=0.000780 ! Fit after self-cal, rms=0.063019Jy sigma=0.000766 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.676 mas, bmaj=5.333 mas, bpa=-9.62 degrees ! Estimated noise=498.329 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.00100788 Jy ! Component: 100 - total flux cleaned = -0.0011636 Jy ! Component: 150 - total flux cleaned = -0.00128825 Jy ! Component: 200 - total flux cleaned = -0.001364 Jy ! Total flux subtracted in 200 components = -0.001364 Jy ! Clean residual min=-0.001671 max=0.001668 Jy/beam ! Clean residual mean=-0.000001 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.121878 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 43 components and 0.121878 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063000Jy sigma=0.000766 ! Fit after self-cal, rms=0.062946Jy 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.062946Jy sigma=0.000766 ! Fit after self-cal, rms=0.063137Jy sigma=0.000765 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.686 mas, bmaj=5.332 mas, bpa=-9.949 degrees ! Estimated noise=497.897 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000607888 Jy ! Component: 100 - total flux cleaned = -0.000720057 Jy ! Component: 150 - total flux cleaned = -0.000813814 Jy ! Component: 200 - total flux cleaned = -0.000848743 Jy ! Total flux subtracted in 200 components = -0.000848743 Jy ! Clean residual min=-0.001572 max=0.001559 Jy/beam ! Clean residual mean=-0.000001 rms=0.000370 Jy/beam ! Combined flux in latest and established models = 0.12103 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 50 components and 0.12103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063128Jy sigma=0.000765 ! Fit after self-cal, rms=0.063135Jy 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 = -4.98846e-05 Jy ! Component: 100 - total flux cleaned = -7.10088e-05 Jy ! Component: 150 - total flux cleaned = -8.09626e-05 Jy ! Component: 200 - total flux cleaned = -9.93479e-05 Jy ! Total flux subtracted in 200 components = -9.93479e-05 Jy ! Clean residual min=-0.001565 max=0.001530 Jy/beam ! Clean residual mean=-0.000001 rms=0.000369 Jy/beam ! Combined flux in latest and established models = 0.12093 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 50 components and 0.12093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063132Jy sigma=0.000765 ! Fit after self-cal, rms=0.063131Jy sigma=0.000765 ! 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.063131Jy sigma=0.000765 ! Fit after self-cal, rms=0.063165Jy sigma=0.000765 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.699 mas, bmaj=5.344 mas, bpa=-9.87 degrees ! Estimated noise=497.919 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00046778 Jy ! Component: 100 - total flux cleaned = -0.000555943 Jy ! Component: 150 - total flux cleaned = -0.000620272 Jy ! Component: 200 - total flux cleaned = -0.000639647 Jy ! Total flux subtracted in 200 components = -0.000639647 Jy ! Clean residual min=-0.001535 max=0.001535 Jy/beam ! Clean residual mean=-0.000001 rms=0.000364 Jy/beam ! Combined flux in latest and established models = 0.120291 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 51 components and 0.120291 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063160Jy sigma=0.000765 ! Fit after self-cal, rms=0.063160Jy 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 = -4.19488e-05 Jy ! Component: 100 - total flux cleaned = -5.04568e-05 Jy ! Component: 150 - total flux cleaned = -5.8529e-05 Jy ! Component: 200 - total flux cleaned = -7.35665e-05 Jy ! Total flux subtracted in 200 components = -7.35665e-05 Jy ! Clean residual min=-0.001541 max=0.001516 Jy/beam ! Clean residual mean=-0.000001 rms=0.000363 Jy/beam ! Combined flux in latest and established models = 0.120217 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.120217 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063158Jy sigma=0.000765 ! Fit after self-cal, rms=0.063158Jy 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.063158Jy sigma=0.000765 ! Fit after self-cal, rms=0.063191Jy sigma=0.000764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.174 mas, bmaj=9.086 mas, bpa=-12.35 degrees ! Estimated noise=614 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00045946 Jy ! Component: 100 - total flux cleaned = -0.000653838 Jy ! Component: 150 - total flux cleaned = -0.000676144 Jy ! Component: 200 - total flux cleaned = -0.000691048 Jy ! Total flux subtracted in 200 components = -0.000691048 Jy ! Clean residual min=-0.001806 max=0.001450 Jy/beam ! Clean residual mean=-0.000001 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.119526 Jy selfcal ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 52 components and 0.119526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063190Jy sigma=0.000764 ! Fit after self-cal, rms=0.063190Jy sigma=0.000764 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.35484e-06 Jy ! Component: 100 - total flux cleaned = -1.18726e-05 Jy ! Component: 150 - total flux cleaned = -2.02604e-05 Jy ! Component: 200 - total flux cleaned = -2.78387e-05 Jy ! Total flux subtracted in 200 components = -2.78387e-05 Jy ! Clean residual min=-0.001806 max=0.001451 Jy/beam ! Clean residual mean=-0.000001 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.119498 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 53 components and 0.119498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063191Jy sigma=0.000764 ! Fit after self-cal, rms=0.063191Jy sigma=0.000764 ! 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.712 mas, bmaj=5.355 mas, bpa=-9.794 degrees ! Estimated noise=497.982 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.712 x 5.355 at -9.794 degrees (North through East) ! Clean map min=-0.0014543 max=0.1083 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.956 mas, bmaj=4.416 mas, bpa=-13.64 degrees ! Estimated noise=905.563 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0825085 Jy ! Component: 100 - total flux cleaned = 0.101476 Jy ! Component: 150 - total flux cleaned = 0.109393 Jy ! Component: 200 - total flux cleaned = 0.113722 Jy ! Total flux subtracted in 200 components = 0.113722 Jy ! Clean residual min=-0.003331 max=0.002936 Jy/beam ! Clean residual mean=0.000001 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.113722 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.113722 Jy ! Inverting map and beam ! Estimated beam: bmin=3.712 mas, bmaj=5.355 mas, bpa=-9.794 degrees ! Estimated noise=497.982 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.00294033 Jy ! Component: 100 - total flux cleaned = 0.00429441 Jy ! Component: 150 - total flux cleaned = 0.0050157 Jy ! Component: 200 - total flux cleaned = 0.00540785 Jy ! Total flux subtracted in 200 components = 0.00540785 Jy ! Clean residual min=-0.001582 max=0.001384 Jy/beam ! Clean residual mean=-0.000001 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.11913 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 43 components and 0.11913 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.174 mas, bmaj=9.086 mas, bpa=-12.35 degrees ! Estimated noise=614 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000275628 Jy ! Component: 100 - total flux cleaned = 0.000290044 Jy ! Component: 150 - total flux cleaned = 0.00029583 Jy ! Component: 200 - total flux cleaned = 0.000290704 Jy ! Total flux subtracted in 200 components = 0.000290704 Jy ! Clean residual min=-0.001796 max=0.001435 Jy/beam ! Clean residual mean=-0.000001 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.11942 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 = -9.49673e-06 Jy ! Component: 100 - total flux cleaned = -1.82033e-05 Jy ! Component: 150 - total flux cleaned = -2.22452e-05 Jy ! Component: 200 - total flux cleaned = -2.98239e-05 Jy ! Total flux subtracted in 200 components = -2.98239e-05 Jy ! Clean residual min=-0.001797 max=0.001438 Jy/beam ! Clean residual mean=-0.000001 rms=0.000407 Jy/beam ! Combined flux in latest and established models = 0.119391 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 50 components and 0.119391 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.712 mas, bmaj=5.355 mas, bpa=-9.794 degrees ! Estimated noise=497.982 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00010667 Jy ! Component: 100 - total flux cleaned = -0.000101055 Jy ! Component: 150 - total flux cleaned = -0.000105922 Jy ! Component: 200 - total flux cleaned = -0.000114149 Jy ! Total flux subtracted in 200 components = -0.000114149 Jy ! Clean residual min=-0.001555 max=0.001416 Jy/beam ! Clean residual mean=-0.000001 rms=0.000357 Jy/beam ! Combined flux in latest and established models = 0.119276 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 58 components and 0.119276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063183Jy sigma=0.000764 ! Fit after self-cal, rms=0.063182Jy sigma=0.000764 wmodel J1616+4632_S_2015_03_17_pus_map.mod ! Writing 58 model components to file: J1616+4632_S_2015_03_17_pus_map.mod wobs J1616+4632_S_2015_03_17_pus_uvs.fits ! Writing UV FITS file: J1616+4632_S_2015_03_17_pus_uvs.fits wwins J1616+4632_S_2015_03_17_pus_map.win ! wwins: Wrote 1 windows to J1616+4632_S_2015_03_17_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.000397425 Jy ! Component: 100 - total flux cleaned = -0.000422464 Jy ! Component: 150 - total flux cleaned = -0.000398487 Jy ! Component: 200 - total flux cleaned = -0.000375167 Jy ! Component: 250 - total flux cleaned = -0.000353386 Jy ! Component: 300 - total flux cleaned = -0.000397532 Jy ! Component: 350 - total flux cleaned = -0.000376761 Jy ! Component: 400 - total flux cleaned = -0.000438311 Jy ! Component: 450 - total flux cleaned = -0.000438261 Jy ! Component: 500 - total flux cleaned = -0.000516363 Jy ! Component: 550 - total flux cleaned = -0.000497503 Jy ! Component: 600 - total flux cleaned = -0.000498036 Jy ! Component: 650 - total flux cleaned = -0.000552695 Jy ! Component: 700 - total flux cleaned = -0.000480526 Jy ! Component: 750 - total flux cleaned = -0.000498232 Jy ! Component: 800 - total flux cleaned = -0.000532973 Jy ! Component: 850 - total flux cleaned = -0.000550342 Jy ! Component: 900 - total flux cleaned = -0.000533794 Jy ! Component: 950 - total flux cleaned = -0.000533498 Jy ! Component: 1000 - total flux cleaned = -0.000484911 Jy ! Component: 1050 - total flux cleaned = -0.000452908 Jy ! Component: 1100 - total flux cleaned = -0.000421416 Jy ! Component: 1150 - total flux cleaned = -0.000421427 Jy ! Component: 1200 - total flux cleaned = -0.000375368 Jy ! Component: 1250 - total flux cleaned = -0.000360111 Jy ! Component: 1300 - total flux cleaned = -0.000345082 Jy ! Component: 1350 - total flux cleaned = -0.000300956 Jy ! Component: 1400 - total flux cleaned = -0.000300912 Jy ! Component: 1450 - total flux cleaned = -0.000258055 Jy ! Component: 1500 - total flux cleaned = -0.000272363 Jy ! Component: 1550 - total flux cleaned = -0.000272363 Jy ! Component: 1600 - total flux cleaned = -0.000244786 Jy ! Component: 1650 - total flux cleaned = -0.000258211 Jy ! Component: 1700 - total flux cleaned = -0.000258324 Jy ! Component: 1750 - total flux cleaned = -0.000245291 Jy ! Component: 1800 - total flux cleaned = -0.00028481 Jy ! Component: 1850 - total flux cleaned = -0.000297783 Jy ! Component: 1900 - total flux cleaned = -0.000284981 Jy ! Component: 1950 - total flux cleaned = -0.000297864 Jy ! Component: 2000 - total flux cleaned = -0.000322978 Jy ! Component: 2050 - total flux cleaned = -0.000322921 Jy ! Component: 2100 - total flux cleaned = -0.000261571 Jy ! Component: 2150 - total flux cleaned = -0.000261677 Jy ! Component: 2200 - total flux cleaned = -0.000285699 Jy ! Component: 2250 - total flux cleaned = -0.00024987 Jy ! Component: 2300 - total flux cleaned = -0.000320819 Jy ! Component: 2350 - total flux cleaned = -0.000285631 Jy ! Component: 2400 - total flux cleaned = -0.000320466 Jy ! Component: 2450 - total flux cleaned = -0.000251514 Jy ! Component: 2500 - total flux cleaned = -0.000251784 Jy ! Component: 2550 - total flux cleaned = -0.000296965 Jy ! Component: 2600 - total flux cleaned = -0.000285969 Jy ! Component: 2650 - total flux cleaned = -0.000297194 Jy ! Component: 2700 - total flux cleaned = -0.00034102 Jy ! Component: 2750 - total flux cleaned = -0.000351675 Jy ! Component: 2800 - total flux cleaned = -0.000330089 Jy ! Component: 2850 - total flux cleaned = -0.000319615 Jy ! Component: 2900 - total flux cleaned = -0.000340878 Jy ! Component: 2950 - total flux cleaned = -0.000351244 Jy ! Component: 3000 - total flux cleaned = -0.000351106 Jy ! Component: 3050 - total flux cleaned = -0.000330397 Jy ! Component: 3100 - total flux cleaned = -0.000320209 Jy ! Component: 3150 - total flux cleaned = -0.000309931 Jy ! Component: 3200 - total flux cleaned = -0.000299849 Jy ! Component: 3250 - total flux cleaned = -0.00025968 Jy ! Component: 3300 - total flux cleaned = -0.00023968 Jy ! Component: 3350 - total flux cleaned = -0.000190402 Jy ! Component: 3400 - total flux cleaned = -0.000229425 Jy ! Component: 3450 - total flux cleaned = -0.000200301 Jy ! Component: 3500 - total flux cleaned = -0.000123184 Jy ! Component: 3550 - total flux cleaned = -0.000123134 Jy ! Component: 3600 - total flux cleaned = -0.00012318 Jy ! Component: 3650 - total flux cleaned = -0.000113725 Jy ! Component: 3700 - total flux cleaned = -9.47863e-05 Jy ! Component: 3750 - total flux cleaned = -3.89478e-05 Jy ! Component: 3800 - total flux cleaned = -1.95198e-06 Jy ! Component: 3850 - total flux cleaned = 2.54347e-05 Jy ! Component: 3900 - total flux cleaned = 4.36567e-05 Jy ! Component: 3950 - total flux cleaned = 8.88789e-05 Jy ! Component: 4000 - total flux cleaned = 7.08532e-05 Jy ! Component: 4050 - total flux cleaned = 8.87521e-05 Jy ! Total flux subtracted in 4096 components = 8.86315e-05 Jy ! Clean residual min=-0.000514 max=0.000555 Jy/beam ! Clean residual mean=-0.000001 rms=0.000156 Jy/beam ! Combined flux in latest and established models = 0.119365 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 326 components and 0.119365 Jy ![Exited script file: muppet] wmap "J1616+4632_S_2015_03_17_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.712 x 5.355 at -9.794 degrees (North through East) ! Clean map min=-0.0011317 max=0.10844 Jy/beam ! Writing clean map to FITS file: J1616+4632_S_2015_03_17_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.108441 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000155127 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.429158 0.429158 0.858316 1.71663 3.43326 6.86653 13.7331 27.4661 54.9322 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.108 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.712 x 5.355 at -9.794 degrees (North through East) ! Clean map min=-0.0011317 max=0.10844 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 J1616+4632_S_2015_03_17_pus_uvs.log closed on Fri Dec 30 23:04:06 2016