! Started logfile: J2349+7517_S_2017_02_24_pus_uvs.log on Sat May 4 11:38:43 2019 obs J2349+7517_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J2349+7517_S_2017_02_24_pus_uva.fits ! AN table 1: 290 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.932261 visibilities/baseline/integration-bin. ! Found source: J2349+7517 ! ! 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 823 lines of history. ! ! Reading 48664 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 J2349+7517_S_2017_02_24_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 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 973 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003554Jy sigma=0.008352 ! Fit after self-cal, rms=0.963281Jy sigma=0.008033 ! 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.236 mas, bmaj=3.767 mas, bpa=-80.17 degrees ! Estimated noise=863.643 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.0307608 Jy ! Component: 100 - total flux cleaned = 0.0372783 Jy ! Total flux subtracted in 100 components = 0.0372783 Jy ! Clean residual min=-0.003050 max=0.003292 Jy/beam ! Clean residual mean=-0.000004 rms=0.000649 Jy/beam ! Combined flux in latest and established models = 0.0372783 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0372783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083523Jy sigma=0.000643 ! Fit after self-cal, rms=0.081943Jy sigma=0.000629 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00409653 Jy ! Component: 100 - total flux cleaned = 0.00428698 Jy ! Total flux subtracted in 100 components = 0.00428698 Jy ! Clean residual min=-0.002966 max=0.002633 Jy/beam ! Clean residual mean=-0.000002 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.0415653 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.0415652 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081693Jy sigma=0.000628 ! Fit after self-cal, rms=0.081669Jy sigma=0.000628 ! 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.188 mas, bmaj=4.676 mas, bpa=-76.64 degrees ! Estimated noise=420.671 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.000142166 Jy ! Component: 100 - total flux cleaned = 5.73138e-05 Jy ! Component: 150 - total flux cleaned = -2.12413e-05 Jy ! Component: 200 - total flux cleaned = -5.79816e-05 Jy ! Total flux subtracted in 200 components = -5.79816e-05 Jy ! Clean residual min=-0.001618 max=0.001594 Jy/beam ! Clean residual mean=-0.000005 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.0415073 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 16 components and 0.0415073 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081650Jy sigma=0.000628 ! Fit after self-cal, rms=0.081631Jy sigma=0.000628 ! 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.00 FD 1.05 HN 1.05 KP 0.94 ! LA 0.99 MK 0.96 NL 0.95 OV 1.12 ! PT 1.13 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.05 HN 1.06 KP 0.87 ! LA 0.94 MK 1.02 NL 0.96 OV 1.07 ! PT 1.01 SC 0.88 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 1.07 KP 0.98 ! LA 1.05 MK 1.06 NL 0.98 OV 1.03 ! PT 1.09 SC 0.89 ! ! ! Correcting IF 4. ! A total of 9 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.96 HN 0.96 KP 1.00* ! LA 0.99 MK 0.89 NL 1.00* OV 0.97 ! PT 1.07 SC 1.00* ! ! ! Fit before self-cal, rms=0.081631Jy sigma=0.000628 ! Fit after self-cal, rms=0.080218Jy sigma=0.000627 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.131 mas, bmaj=4.608 mas, bpa=-76.91 degrees ! Estimated noise=424.026 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.000673685 Jy ! Component: 100 - total flux cleaned = 0.00100417 Jy ! Component: 150 - total flux cleaned = 0.00108673 Jy ! Component: 200 - total flux cleaned = 0.0011008 Jy ! Total flux subtracted in 200 components = 0.0011008 Jy ! Clean residual min=-0.001705 max=0.001546 Jy/beam ! Clean residual mean=-0.000006 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.0426081 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 29 components and 0.0426081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080209Jy sigma=0.000627 ! Fit after self-cal, rms=0.080121Jy sigma=0.000626 ! 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.080121Jy sigma=0.000626 ! Fit after self-cal, rms=0.078464Jy sigma=0.000625 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.076 mas, bmaj=4.627 mas, bpa=-79.12 degrees ! Estimated noise=423.069 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000399675 Jy ! Component: 100 - total flux cleaned = 0.000446064 Jy ! Component: 150 - total flux cleaned = 0.000453059 Jy ! Component: 200 - total flux cleaned = 0.00045917 Jy ! Total flux subtracted in 200 components = 0.00045917 Jy ! Clean residual min=-0.001166 max=0.001136 Jy/beam ! Clean residual mean=0.000004 rms=0.000280 Jy/beam ! Combined flux in latest and established models = 0.0430672 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 34 components and 0.0430672 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078462Jy sigma=0.000625 ! Fit after self-cal, rms=0.078466Jy sigma=0.000624 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.000133518 Jy ! Component: 100 - total flux cleaned = -0.000128357 Jy ! Component: 150 - total flux cleaned = -0.000123981 Jy ! Component: 200 - total flux cleaned = -0.000123968 Jy ! Total flux subtracted in 200 components = -0.000123968 Jy ! Clean residual min=-0.001134 max=0.001173 Jy/beam ! Clean residual mean=0.000004 rms=0.000282 Jy/beam ! Combined flux in latest and established models = 0.0429433 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 39 components and 0.0429433 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078465Jy sigma=0.000624 ! Fit after self-cal, rms=0.078463Jy sigma=0.000624 ! 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.078463Jy sigma=0.000624 ! Fit after self-cal, rms=0.078807Jy sigma=0.000624 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.049 mas, bmaj=4.611 mas, bpa=-80.28 degrees ! Estimated noise=423.528 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00037742 Jy ! Component: 100 - total flux cleaned = 0.000470929 Jy ! Component: 150 - total flux cleaned = 0.000475867 Jy ! Component: 200 - total flux cleaned = 0.000480034 Jy ! Total flux subtracted in 200 components = 0.000480034 Jy ! Clean residual min=-0.001150 max=0.001140 Jy/beam ! Clean residual mean=0.000004 rms=0.000279 Jy/beam ! Combined flux in latest and established models = 0.0434233 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.0434233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078805Jy sigma=0.000624 ! Fit after self-cal, rms=0.078826Jy sigma=0.000624 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.89843e-06 Jy ! Component: 100 - total flux cleaned = 9.58996e-06 Jy ! Component: 150 - total flux cleaned = 1.38244e-05 Jy ! Component: 200 - total flux cleaned = 1.76751e-05 Jy ! Total flux subtracted in 200 components = 1.76751e-05 Jy ! Clean residual min=-0.001134 max=0.001135 Jy/beam ! Clean residual mean=0.000004 rms=0.000277 Jy/beam ! Combined flux in latest and established models = 0.043441 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.043441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078825Jy sigma=0.000624 ! Fit after self-cal, rms=0.078827Jy sigma=0.000624 ! 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.078827Jy sigma=0.000624 ! Fit after self-cal, rms=0.079179Jy sigma=0.000624 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.773 mas, bmaj=9.023 mas, bpa=73.38 degrees ! Estimated noise=543.024 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000379098 Jy ! Component: 100 - total flux cleaned = 0.000512649 Jy ! Component: 150 - total flux cleaned = 0.000537008 Jy ! Component: 200 - total flux cleaned = 0.000543788 Jy ! Total flux subtracted in 200 components = 0.000543788 Jy ! Clean residual min=-0.001166 max=0.001108 Jy/beam ! Clean residual mean=0.000009 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.0439848 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 45 components and 0.0439848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079178Jy sigma=0.000624 ! Fit after self-cal, rms=0.079190Jy sigma=0.000624 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.13399e-05 Jy ! Component: 100 - total flux cleaned = 7.40753e-05 Jy ! Component: 150 - total flux cleaned = 7.62388e-05 Jy ! Component: 200 - total flux cleaned = 7.82608e-05 Jy ! Total flux subtracted in 200 components = 7.82608e-05 Jy ! Clean residual min=-0.001185 max=0.001099 Jy/beam ! Clean residual mean=0.000008 rms=0.000342 Jy/beam ! Combined flux in latest and established models = 0.044063 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 45 components and 0.044063 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079190Jy sigma=0.000624 ! Fit after self-cal, rms=0.079192Jy sigma=0.000624 ! 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.027 mas, bmaj=4.605 mas, bpa=-81.23 degrees ! Estimated noise=424.452 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.027 x 4.605 at -81.23 degrees (North through East) ! Clean map min=-0.0010903 max=0.043113 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.103 mas, bmaj=3.747 mas, bpa=-84.01 degrees ! Estimated noise=849.414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0337346 Jy ! Component: 100 - total flux cleaned = 0.0414243 Jy ! Component: 150 - total flux cleaned = 0.0428132 Jy ! Component: 200 - total flux cleaned = 0.043218 Jy ! Total flux subtracted in 200 components = 0.043218 Jy ! Clean residual min=-0.002493 max=0.002358 Jy/beam ! Clean residual mean=0.000001 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.043218 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 11 model components to the UV plane model. ! The established model now contains 11 components and 0.043218 Jy ! Inverting map and beam ! Estimated beam: bmin=4.027 mas, bmaj=4.605 mas, bpa=-81.23 degrees ! Estimated noise=424.452 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.0003403 Jy ! Component: 100 - total flux cleaned = 0.00047908 Jy ! Component: 150 - total flux cleaned = 0.000583691 Jy ! Component: 200 - total flux cleaned = 0.00065209 Jy ! Total flux subtracted in 200 components = 0.00065209 Jy ! Clean residual min=-0.001126 max=0.001095 Jy/beam ! Clean residual mean=0.000004 rms=0.000278 Jy/beam ! Combined flux in latest and established models = 0.0438701 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 22 components and 0.0438701 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.773 mas, bmaj=9.023 mas, bpa=73.38 degrees ! Estimated noise=543.024 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00018484 Jy ! Component: 100 - total flux cleaned = 0.000190061 Jy ! Component: 150 - total flux cleaned = 0.000204548 Jy ! Component: 200 - total flux cleaned = 0.000216803 Jy ! Total flux subtracted in 200 components = 0.000216803 Jy ! Clean residual min=-0.001210 max=0.001095 Jy/beam ! Clean residual mean=0.000008 rms=0.000344 Jy/beam ! Combined flux in latest and established models = 0.0440869 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 = 1.02588e-05 Jy ! Component: 100 - total flux cleaned = 1.62706e-05 Jy ! Component: 150 - total flux cleaned = 1.89881e-05 Jy ! Component: 200 - total flux cleaned = 2.16666e-05 Jy ! Total flux subtracted in 200 components = 2.16666e-05 Jy ! Clean residual min=-0.001209 max=0.001093 Jy/beam ! Clean residual mean=0.000008 rms=0.000343 Jy/beam ! Combined flux in latest and established models = 0.0441086 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 29 components and 0.0441086 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.027 mas, bmaj=4.605 mas, bpa=-81.23 degrees ! Estimated noise=424.452 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000131769 Jy ! Component: 100 - total flux cleaned = -0.000163406 Jy ! Component: 150 - total flux cleaned = -0.000154772 Jy ! Component: 200 - total flux cleaned = -0.000147139 Jy ! Total flux subtracted in 200 components = -0.000147139 Jy ! Clean residual min=-0.001136 max=0.001115 Jy/beam ! Clean residual mean=0.000004 rms=0.000277 Jy/beam ! Combined flux in latest and established models = 0.0439614 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.0439614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079194Jy sigma=0.000624 ! Fit after self-cal, rms=0.079192Jy sigma=0.000624 wmodel J2349+7517_S_2017_02_24_pus_map.mod ! Writing 35 model components to file: J2349+7517_S_2017_02_24_pus_map.mod wobs J2349+7517_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J2349+7517_S_2017_02_24_pus_uvs.fits wwins J2349+7517_S_2017_02_24_pus_map.win ! wwins: Wrote 1 windows to J2349+7517_S_2017_02_24_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.27106e-05 Jy ! Component: 100 - total flux cleaned = -4.20691e-05 Jy ! Component: 150 - total flux cleaned = -9.75758e-05 Jy ! Component: 200 - total flux cleaned = -0.000204666 Jy ! Component: 250 - total flux cleaned = -0.000274051 Jy ! Component: 300 - total flux cleaned = -0.000341587 Jy ! Component: 350 - total flux cleaned = -0.000391218 Jy ! Component: 400 - total flux cleaned = -0.000423606 Jy ! Component: 450 - total flux cleaned = -0.000487041 Jy ! Component: 500 - total flux cleaned = -0.000533848 Jy ! Component: 550 - total flux cleaned = -0.000564601 Jy ! Component: 600 - total flux cleaned = -0.000610227 Jy ! Component: 650 - total flux cleaned = -0.000640141 Jy ! Component: 700 - total flux cleaned = -0.000713749 Jy ! Component: 750 - total flux cleaned = -0.000713618 Jy ! Component: 800 - total flux cleaned = -0.000742294 Jy ! Component: 850 - total flux cleaned = -0.000728062 Jy ! Component: 900 - total flux cleaned = -0.00078383 Jy ! Component: 950 - total flux cleaned = -0.000783923 Jy ! Component: 1000 - total flux cleaned = -0.000797677 Jy ! Component: 1050 - total flux cleaned = -0.000811336 Jy ! Component: 1100 - total flux cleaned = -0.00082474 Jy ! Component: 1150 - total flux cleaned = -0.000851307 Jy ! Component: 1200 - total flux cleaned = -0.000825074 Jy ! Component: 1250 - total flux cleaned = -0.000812229 Jy ! Component: 1300 - total flux cleaned = -0.000825227 Jy ! Component: 1350 - total flux cleaned = -0.000825156 Jy ! Component: 1400 - total flux cleaned = -0.000799968 Jy ! Component: 1450 - total flux cleaned = -0.00076251 Jy ! Component: 1500 - total flux cleaned = -0.000762626 Jy ! Component: 1550 - total flux cleaned = -0.000774854 Jy ! Component: 1600 - total flux cleaned = -0.000689542 Jy ! Component: 1650 - total flux cleaned = -0.000689683 Jy ! Component: 1700 - total flux cleaned = -0.000713691 Jy ! Component: 1750 - total flux cleaned = -0.000701582 Jy ! Component: 1800 - total flux cleaned = -0.000642684 Jy ! Component: 1850 - total flux cleaned = -0.000619236 Jy ! Component: 1900 - total flux cleaned = -0.000607742 Jy ! Component: 1950 - total flux cleaned = -0.000607674 Jy ! Component: 2000 - total flux cleaned = -0.000562034 Jy ! Component: 2050 - total flux cleaned = -0.000573343 Jy ! Component: 2100 - total flux cleaned = -0.000573428 Jy ! Component: 2150 - total flux cleaned = -0.000551208 Jy ! Component: 2200 - total flux cleaned = -0.00054008 Jy ! Component: 2250 - total flux cleaned = -0.000540156 Jy ! Component: 2300 - total flux cleaned = -0.000529195 Jy ! Component: 2350 - total flux cleaned = -0.000507483 Jy ! Component: 2400 - total flux cleaned = -0.000475152 Jy ! Component: 2450 - total flux cleaned = -0.000443122 Jy ! Component: 2500 - total flux cleaned = -0.000421862 Jy ! Component: 2550 - total flux cleaned = -0.000442981 Jy ! Component: 2600 - total flux cleaned = -0.000411691 Jy ! Component: 2650 - total flux cleaned = -0.000390863 Jy ! Component: 2700 - total flux cleaned = -0.000390906 Jy ! Component: 2750 - total flux cleaned = -0.000380544 Jy ! Component: 2800 - total flux cleaned = -0.000339684 Jy ! Component: 2850 - total flux cleaned = -0.000309378 Jy ! Component: 2900 - total flux cleaned = -0.000309435 Jy ! Component: 2950 - total flux cleaned = -0.000309476 Jy ! Component: 3000 - total flux cleaned = -0.000269593 Jy ! Component: 3050 - total flux cleaned = -0.000269505 Jy ! Component: 3100 - total flux cleaned = -0.000289188 Jy ! Component: 3150 - total flux cleaned = -0.000240375 Jy ! Component: 3200 - total flux cleaned = -0.00021127 Jy ! Component: 3250 - total flux cleaned = -0.000220923 Jy ! Component: 3300 - total flux cleaned = -0.000240125 Jy ! Component: 3350 - total flux cleaned = -0.000221075 Jy ! Component: 3400 - total flux cleaned = -0.000221 Jy ! Component: 3450 - total flux cleaned = -0.000230316 Jy ! Component: 3500 - total flux cleaned = -0.000155392 Jy ! Component: 3550 - total flux cleaned = -0.000183388 Jy ! Component: 3600 - total flux cleaned = -0.000137031 Jy ! Component: 3650 - total flux cleaned = -0.000127736 Jy ! Component: 3700 - total flux cleaned = -0.000118539 Jy ! Component: 3750 - total flux cleaned = -0.000100295 Jy ! Component: 3800 - total flux cleaned = -0.00012752 Jy ! Component: 3850 - total flux cleaned = -0.000136556 Jy ! Component: 3900 - total flux cleaned = -0.000136508 Jy ! Component: 3950 - total flux cleaned = -0.000154268 Jy ! Component: 4000 - total flux cleaned = -0.0001809 Jy ! Component: 4050 - total flux cleaned = -0.000189669 Jy ! Total flux subtracted in 4096 components = -0.000163263 Jy ! Clean residual min=-0.000562 max=0.000516 Jy/beam ! Clean residual mean=0.000002 rms=0.000163 Jy/beam ! Combined flux in latest and established models = 0.0437982 Jy keep ! Adding 329 model components to the UV plane model. ! The established model now contains 364 components and 0.0437982 Jy ![Exited script file: muppet] wmap "J2349+7517_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.027 x 4.605 at -81.23 degrees (North through East) ! Clean map min=-0.0008188 max=0.042948 Jy/beam ! Writing clean map to FITS file: J2349+7517_S_2017_02_24_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0429482 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000162865 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.13764 1.13764 2.27528 4.55056 9.10112 18.2022 36.4045 72.8089 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.042 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.027 x 4.605 at -81.23 degrees (North through East) ! Clean map min=-0.0008188 max=0.042948 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 J2349+7517_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:38:49 2019