! Started logfile: J1104+3812_S_2017_02_19_pus_uvs.log on Sat May 4 18:49:39 2019 obs J1104+3812_S_2017_02_19_pus_uva.fits ! Reading UV FITS file: J1104+3812_S_2017_02_19_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.683333 visibilities/baseline/integration-bin. ! Found source: J1104+3812 ! ! 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 482 lines of history. ! ! Reading 1968 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 J1104+3812_S_2017_02_19_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 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 87 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.655485Jy sigma=0.005967 ! Fit after self-cal, rms=0.651758Jy sigma=0.005938 ! 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.181 mas, bmaj=4.597 mas, bpa=-8.081 degrees ! Estimated noise=2293.21 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.266949 Jy ! Component: 100 - total flux cleaned = 0.328378 Jy ! Total flux subtracted in 100 components = 0.328378 Jy ! Clean residual min=-0.015374 max=0.022650 Jy/beam ! Clean residual mean=0.000005 rms=0.003532 Jy/beam ! Combined flux in latest and established models = 0.328378 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.328378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101018Jy sigma=0.000814 ! Fit after self-cal, rms=0.100998Jy sigma=0.000813 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0244744 Jy ! Component: 100 - total flux cleaned = 0.03773 Jy ! Total flux subtracted in 100 components = 0.03773 Jy ! Clean residual min=-0.012645 max=0.014831 Jy/beam ! Clean residual mean=0.000006 rms=0.002726 Jy/beam ! Combined flux in latest and established models = 0.366108 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 19 components and 0.366108 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092519Jy sigma=0.000751 ! Fit after self-cal, rms=0.092342Jy sigma=0.000750 ! 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.655 mas, bmaj=5.072 mas, bpa=-3.136 degrees ! Estimated noise=1974.16 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.012194 Jy ! Component: 100 - total flux cleaned = 0.0189905 Jy ! Component: 150 - total flux cleaned = 0.0233396 Jy ! Component: 200 - total flux cleaned = 0.0262381 Jy ! Total flux subtracted in 200 components = 0.0262381 Jy ! Clean residual min=-0.009910 max=0.012110 Jy/beam ! Clean residual mean=0.000012 rms=0.002532 Jy/beam ! Combined flux in latest and established models = 0.392346 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 39 components and 0.392346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089974Jy sigma=0.000739 ! Fit after self-cal, rms=0.089900Jy sigma=0.000738 ! 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.01 FD 0.97 HN 1.01 KP 1.04 ! LA 1.04 MK 1.00 NL 0.85 OV 1.02 ! PT 1.00* SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.02 HN 1.01 KP 0.99 ! LA 0.98 MK 0.99 NL 1.06 OV 1.10 ! PT 1.00* SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.03 HN 0.97 KP 0.90 ! LA 0.78 MK 1.03 NL 1.17 OV 1.00 ! PT 1.00* SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.06 HN 0.92 KP 1.00* ! LA 0.91 MK 1.42 NL 1.00* OV 1.04 ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.089900Jy sigma=0.000738 ! Fit after self-cal, rms=0.075187Jy sigma=0.000646 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.683 mas, bmaj=5.101 mas, bpa=-2.113 degrees ! Estimated noise=1974.87 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 (-35, -27.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00831236 Jy ! Component: 100 - total flux cleaned = 0.0127046 Jy ! Component: 150 - total flux cleaned = 0.0152606 Jy ! Component: 200 - total flux cleaned = 0.016396 Jy ! Total flux subtracted in 200 components = 0.016396 Jy ! Clean residual min=-0.005623 max=0.007138 Jy/beam ! Clean residual mean=0.000001 rms=0.001576 Jy/beam ! Combined flux in latest and established models = 0.408742 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 59 components and 0.408742 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074200Jy sigma=0.000637 ! Fit after self-cal, rms=0.074159Jy sigma=0.000636 ! 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.074159Jy sigma=0.000636 ! Fit after self-cal, rms=0.073188Jy sigma=0.000629 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.682 mas, bmaj=5.095 mas, bpa=-2.491 degrees ! Estimated noise=1969.54 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00105188 Jy ! Component: 100 - total flux cleaned = -0.000726786 Jy ! Component: 150 - total flux cleaned = -0.000310574 Jy ! Component: 200 - total flux cleaned = -5.73931e-05 Jy ! Total flux subtracted in 200 components = -5.73931e-05 Jy ! Clean residual min=-0.005143 max=0.005718 Jy/beam ! Clean residual mean=-0.000002 rms=0.001439 Jy/beam ! Combined flux in latest and established models = 0.408684 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 73 components and 0.408684 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073020Jy sigma=0.000628 ! Fit after self-cal, rms=0.073018Jy sigma=0.000628 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.87227e-05 Jy ! Component: 100 - total flux cleaned = 0.000156622 Jy ! Component: 150 - total flux cleaned = 0.000370022 Jy ! Component: 200 - total flux cleaned = 0.000519268 Jy ! Total flux subtracted in 200 components = 0.000519268 Jy ! Clean residual min=-0.005037 max=0.005539 Jy/beam ! Clean residual mean=-0.000002 rms=0.001418 Jy/beam ! Combined flux in latest and established models = 0.409203 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 79 components and 0.409203 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072927Jy sigma=0.000627 ! Fit after self-cal, rms=0.072921Jy sigma=0.000627 ! 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.072921Jy sigma=0.000627 ! Fit after self-cal, rms=0.072775Jy sigma=0.000627 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.685 mas, bmaj=5.096 mas, bpa=-2.453 degrees ! Estimated noise=1966.39 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0013524 Jy ! Component: 100 - total flux cleaned = -0.00135484 Jy ! Component: 150 - total flux cleaned = -0.00121265 Jy ! Component: 200 - total flux cleaned = -0.00116856 Jy ! Total flux subtracted in 200 components = -0.00116856 Jy ! Clean residual min=-0.004854 max=0.005489 Jy/beam ! Clean residual mean=-0.000003 rms=0.001396 Jy/beam ! Combined flux in latest and established models = 0.408035 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 82 components and 0.408035 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072703Jy sigma=0.000626 ! Fit after self-cal, rms=0.072698Jy sigma=0.000626 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.000124346 Jy ! Component: 100 - total flux cleaned = -7.66975e-05 Jy ! Component: 150 - total flux cleaned = -3.55381e-05 Jy ! Component: 200 - total flux cleaned = 3.85145e-05 Jy ! Total flux subtracted in 200 components = 3.85145e-05 Jy ! Clean residual min=-0.004779 max=0.005486 Jy/beam ! Clean residual mean=-0.000003 rms=0.001383 Jy/beam ! Combined flux in latest and established models = 0.408073 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 86 components and 0.408073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072649Jy sigma=0.000626 ! Fit after self-cal, rms=0.072645Jy sigma=0.000626 ! 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.072645Jy sigma=0.000626 ! Fit after self-cal, rms=0.072568Jy sigma=0.000625 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.133 mas, bmaj=8.475 mas, bpa=5.008 degrees ! Estimated noise=2498.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000238062 Jy ! Component: 100 - total flux cleaned = 0.000245891 Jy ! Component: 150 - total flux cleaned = 0.000209116 Jy ! Component: 200 - total flux cleaned = 0.0001655 Jy ! Total flux subtracted in 200 components = 0.0001655 Jy ! Clean residual min=-0.007695 max=0.008001 Jy/beam ! Clean residual mean=-0.000002 rms=0.002203 Jy/beam ! Combined flux in latest and established models = 0.408239 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 90 components and 0.408239 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072576Jy sigma=0.000626 ! Fit after self-cal, rms=0.072539Jy sigma=0.000625 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.000453974 Jy ! Component: 100 - total flux cleaned = -0.000654799 Jy ! Component: 150 - total flux cleaned = -0.000552954 Jy ! Component: 200 - total flux cleaned = -0.000491172 Jy ! Total flux subtracted in 200 components = -0.000491172 Jy ! Clean residual min=-0.007736 max=0.007829 Jy/beam ! Clean residual mean=-0.000003 rms=0.002187 Jy/beam ! Combined flux in latest and established models = 0.407748 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 98 components and 0.407747 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072566Jy sigma=0.000626 ! Fit after self-cal, rms=0.072549Jy sigma=0.000626 ! 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.688 mas, bmaj=5.097 mas, bpa=-2.407 degrees ! Estimated noise=1964.64 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.688 x 5.097 at -2.407 degrees (North through East) ! Clean map min=-0.004971 max=0.34321 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.208 mas, bmaj=4.602 mas, bpa=-7.32 degrees ! Estimated noise=2293.31 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.266564 Jy ! Component: 100 - total flux cleaned = 0.330025 Jy ! Component: 150 - total flux cleaned = 0.354823 Jy ! Component: 200 - total flux cleaned = 0.3671 Jy ! Total flux subtracted in 200 components = 0.3671 Jy ! Clean residual min=-0.006907 max=0.010124 Jy/beam ! Clean residual mean=-0.000001 rms=0.001775 Jy/beam ! Combined flux in latest and established models = 0.3671 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.3671 Jy ! Inverting map and beam ! Estimated beam: bmin=3.688 mas, bmaj=5.097 mas, bpa=-2.407 degrees ! Estimated noise=1964.64 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 (-2, 7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0118586 Jy ! Component: 100 - total flux cleaned = 0.0196762 Jy ! Component: 150 - total flux cleaned = 0.024507 Jy ! Component: 200 - total flux cleaned = 0.0280062 Jy ! Total flux subtracted in 200 components = 0.0280062 Jy ! Clean residual min=-0.005794 max=0.005578 Jy/beam ! Clean residual mean=0.000001 rms=0.001470 Jy/beam ! Combined flux in latest and established models = 0.395106 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 46 components and 0.395106 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.133 mas, bmaj=8.475 mas, bpa=5.008 degrees ! Estimated noise=2498.44 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00632608 Jy ! Component: 100 - total flux cleaned = 0.00862147 Jy ! Component: 150 - total flux cleaned = 0.0104856 Jy ! Component: 200 - total flux cleaned = 0.0115463 Jy ! Total flux subtracted in 200 components = 0.0115463 Jy ! Clean residual min=-0.007998 max=0.008667 Jy/beam ! Clean residual mean=0.000006 rms=0.002099 Jy/beam ! Combined flux in latest and established models = 0.406652 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.000536434 Jy ! Component: 100 - total flux cleaned = 0.00116117 Jy ! Component: 150 - total flux cleaned = 0.00157769 Jy ! Component: 200 - total flux cleaned = 0.00201496 Jy ! Total flux subtracted in 200 components = 0.00201496 Jy ! Clean residual min=-0.007571 max=0.008280 Jy/beam ! Clean residual mean=0.000004 rms=0.002037 Jy/beam ! Combined flux in latest and established models = 0.408667 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 105 components and 0.408667 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.688 mas, bmaj=5.097 mas, bpa=-2.407 degrees ! Estimated noise=1964.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000749179 Jy ! Component: 100 - total flux cleaned = 0.00100457 Jy ! Component: 150 - total flux cleaned = 0.00138442 Jy ! Component: 200 - total flux cleaned = 0.00186571 Jy ! Total flux subtracted in 200 components = 0.00186571 Jy ! Clean residual min=-0.004603 max=0.005638 Jy/beam ! Clean residual mean=-0.000000 rms=0.001291 Jy/beam ! Combined flux in latest and established models = 0.410533 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 121 components and 0.410533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072362Jy sigma=0.000623 ! Fit after self-cal, rms=0.072324Jy sigma=0.000623 wmodel J1104+3812_S_2017_02_19_pus_map.mod ! Writing 121 model components to file: J1104+3812_S_2017_02_19_pus_map.mod wobs J1104+3812_S_2017_02_19_pus_uvs.fits ! Writing UV FITS file: J1104+3812_S_2017_02_19_pus_uvs.fits wwins J1104+3812_S_2017_02_19_pus_map.win ! wwins: Wrote 3 windows to J1104+3812_S_2017_02_19_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.00221119 Jy ! Component: 100 - total flux cleaned = 0.00356571 Jy ! Component: 150 - total flux cleaned = 0.00435516 Jy ! Component: 200 - total flux cleaned = 0.00465753 Jy ! Component: 250 - total flux cleaned = 0.0049463 Jy ! Component: 300 - total flux cleaned = 0.00508527 Jy ! Component: 350 - total flux cleaned = 0.00508586 Jy ! Component: 400 - total flux cleaned = 0.00515092 Jy ! Component: 450 - total flux cleaned = 0.00521249 Jy ! Component: 500 - total flux cleaned = 0.00533582 Jy ! Component: 550 - total flux cleaned = 0.00551797 Jy ! Component: 600 - total flux cleaned = 0.0056357 Jy ! Component: 650 - total flux cleaned = 0.00563521 Jy ! Component: 700 - total flux cleaned = 0.0057497 Jy ! Component: 750 - total flux cleaned = 0.00597149 Jy ! Component: 800 - total flux cleaned = 0.00602607 Jy ! Component: 850 - total flux cleaned = 0.00618721 Jy ! Component: 900 - total flux cleaned = 0.00624054 Jy ! Component: 950 - total flux cleaned = 0.00639364 Jy ! Component: 1000 - total flux cleaned = 0.0062929 Jy ! Component: 1050 - total flux cleaned = 0.00634139 Jy ! Component: 1100 - total flux cleaned = 0.00629278 Jy ! Component: 1150 - total flux cleaned = 0.00643556 Jy ! Component: 1200 - total flux cleaned = 0.00638891 Jy ! Component: 1250 - total flux cleaned = 0.00657449 Jy ! Component: 1300 - total flux cleaned = 0.00671017 Jy ! Component: 1350 - total flux cleaned = 0.00670892 Jy ! Component: 1400 - total flux cleaned = 0.00662095 Jy ! Component: 1450 - total flux cleaned = 0.00679316 Jy ! Component: 1500 - total flux cleaned = 0.00662225 Jy ! Component: 1550 - total flux cleaned = 0.00649683 Jy ! Component: 1600 - total flux cleaned = 0.00657999 Jy ! Component: 1650 - total flux cleaned = 0.00641663 Jy ! Component: 1700 - total flux cleaned = 0.00637705 Jy ! Component: 1750 - total flux cleaned = 0.00661574 Jy ! Component: 1800 - total flux cleaned = 0.00634204 Jy ! Component: 1850 - total flux cleaned = 0.00649742 Jy ! Component: 1900 - total flux cleaned = 0.00638326 Jy ! Component: 1950 - total flux cleaned = 0.00623238 Jy ! Component: 2000 - total flux cleaned = 0.00619513 Jy ! Component: 2050 - total flux cleaned = 0.00619513 Jy ! Component: 2100 - total flux cleaned = 0.00626706 Jy ! Component: 2150 - total flux cleaned = 0.00612247 Jy ! Component: 2200 - total flux cleaned = 0.00608706 Jy ! Component: 2250 - total flux cleaned = 0.00598187 Jy ! Component: 2300 - total flux cleaned = 0.00580867 Jy ! Component: 2350 - total flux cleaned = 0.00567179 Jy ! Component: 2400 - total flux cleaned = 0.00557036 Jy ! Component: 2450 - total flux cleaned = 0.00557058 Jy ! Component: 2500 - total flux cleaned = 0.00543779 Jy ! Component: 2550 - total flux cleaned = 0.00527376 Jy ! Component: 2600 - total flux cleaned = 0.00530669 Jy ! Component: 2650 - total flux cleaned = 0.00527444 Jy ! Component: 2700 - total flux cleaned = 0.00514693 Jy ! Component: 2750 - total flux cleaned = 0.00502094 Jy ! Component: 2800 - total flux cleaned = 0.00505263 Jy ! Component: 2850 - total flux cleaned = 0.00502201 Jy ! Component: 2900 - total flux cleaned = 0.00496085 Jy ! Component: 2950 - total flux cleaned = 0.00490083 Jy ! Component: 3000 - total flux cleaned = 0.00493112 Jy ! Component: 3050 - total flux cleaned = 0.00487194 Jy ! Component: 3100 - total flux cleaned = 0.00490156 Jy ! Component: 3150 - total flux cleaned = 0.00487198 Jy ! Component: 3200 - total flux cleaned = 0.00490057 Jy ! Component: 3250 - total flux cleaned = 0.00475774 Jy ! Component: 3300 - total flux cleaned = 0.00475822 Jy ! Component: 3350 - total flux cleaned = 0.00484222 Jy ! Component: 3400 - total flux cleaned = 0.0046746 Jy ! Component: 3450 - total flux cleaned = 0.00461926 Jy ! Component: 3500 - total flux cleaned = 0.00461875 Jy ! Component: 3550 - total flux cleaned = 0.0045644 Jy ! Component: 3600 - total flux cleaned = 0.00464538 Jy ! Component: 3650 - total flux cleaned = 0.00451119 Jy ! Component: 3700 - total flux cleaned = 0.00451131 Jy ! Component: 3750 - total flux cleaned = 0.00464325 Jy ! Component: 3800 - total flux cleaned = 0.00443367 Jy ! Component: 3850 - total flux cleaned = 0.00451164 Jy ! Component: 3900 - total flux cleaned = 0.00443416 Jy ! Component: 3950 - total flux cleaned = 0.00440866 Jy ! Component: 4000 - total flux cleaned = 0.00430717 Jy ! Component: 4050 - total flux cleaned = 0.004358 Jy ! Total flux subtracted in 4096 components = 0.00430793 Jy ! Clean residual min=-0.001443 max=0.001699 Jy/beam ! Clean residual mean=-0.000003 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.414841 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 413 components and 0.414841 Jy ![Exited script file: muppet] wmap "J1104+3812_S_2017_02_19_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.688 x 5.097 at -2.407 degrees (North through East) ! Clean map min=-0.0033349 max=0.34378 Jy/beam ! Writing clean map to FITS file: J1104+3812_S_2017_02_19_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.343784 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000440969 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.384808 0.384808 0.769616 1.53923 3.07846 6.15693 12.3139 24.6277 49.2554 98.5108 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.343 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.688 x 5.097 at -2.407 degrees (North through East) ! Clean map min=-0.0033349 max=0.34378 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 J1104+3812_S_2017_02_19_pus_uvs.log closed on Sat May 4 18:49:43 2019