! Started logfile: J1108+4330_S_2017_02_24_pus_uvs.log on Sat May 4 11:25:16 2019 obs J1108+4330_S_2017_02_24_pus_uva.fits ! Reading UV FITS file: J1108+4330_S_2017_02_24_pus_uva.fits ! AN table 1: 144 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.853704 visibilities/baseline/integration-bin. ! Found source: J1108+4330 ! ! 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 22128 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 J1108+4330_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 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 547 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.794455Jy sigma=0.007385 ! Fit after self-cal, rms=0.782637Jy sigma=0.007297 ! 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.647 mas, bmaj=4.431 mas, bpa=-1.952 degrees ! Estimated noise=885.448 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.166475 Jy ! Component: 100 - total flux cleaned = 0.212845 Jy ! Total flux subtracted in 100 components = 0.212845 Jy ! Clean residual min=-0.006486 max=0.017588 Jy/beam ! Clean residual mean=0.000007 rms=0.001593 Jy/beam ! Combined flux in latest and established models = 0.212845 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.212845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083447Jy sigma=0.000723 ! Fit after self-cal, rms=0.083425Jy sigma=0.000723 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.017382 Jy ! Component: 100 - total flux cleaned = 0.0244655 Jy ! Total flux subtracted in 100 components = 0.0244655 Jy ! Clean residual min=-0.004738 max=0.004929 Jy/beam ! Clean residual mean=0.000005 rms=0.001101 Jy/beam ! Combined flux in latest and established models = 0.237311 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 14 components and 0.237311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079488Jy sigma=0.000690 ! Fit after self-cal, rms=0.079479Jy sigma=0.000690 ! 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.301 mas, bmaj=5.249 mas, bpa=-0.4169 degrees ! Estimated noise=558.299 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 (-5.5, -3.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00628182 Jy ! Component: 100 - total flux cleaned = 0.0100103 Jy ! Component: 150 - total flux cleaned = 0.0126542 Jy ! Component: 200 - total flux cleaned = 0.0145624 Jy ! Total flux subtracted in 200 components = 0.0145624 Jy ! Clean residual min=-0.003687 max=0.003738 Jy/beam ! Clean residual mean=0.000003 rms=0.000935 Jy/beam ! Combined flux in latest and established models = 0.251873 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 40 components and 0.251873 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078872Jy sigma=0.000685 ! Fit after self-cal, rms=0.078818Jy sigma=0.000684 ! 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 0.92 FD 0.99 HN 1.02 KP 0.99 ! LA 0.98 MK 1.00 NL 1.00 OV 1.05 ! PT 1.03 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.93 HN 1.05 KP 0.93 ! LA 0.93 MK 1.00 NL 0.96 OV 1.07 ! PT 0.99 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.98 HN 1.01 KP 1.02 ! LA 1.03 MK 1.01 NL 1.08 OV 0.99 ! PT 0.99 SC 0.99 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.97 HN 0.97 KP 1.00* ! LA 1.05 MK 1.13 NL 1.00* OV 1.02 ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.078818Jy sigma=0.000684 ! Fit after self-cal, rms=0.077277Jy sigma=0.000672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.302 mas, bmaj=5.255 mas, bpa=0.8605 degrees ! Estimated noise=558.639 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.00187927 Jy ! Component: 100 - total flux cleaned = 0.00246527 Jy ! Component: 150 - total flux cleaned = 0.00278366 Jy ! Component: 200 - total flux cleaned = 0.00295603 Jy ! Total flux subtracted in 200 components = 0.00295603 Jy ! Clean residual min=-0.003566 max=0.002915 Jy/beam ! Clean residual mean=0.000003 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.254829 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 58 components and 0.254829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077214Jy sigma=0.000671 ! Fit after self-cal, rms=0.077208Jy sigma=0.000671 ! 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.077208Jy sigma=0.000671 ! Fit after self-cal, rms=0.076319Jy sigma=0.000662 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.296 mas, bmaj=5.265 mas, bpa=1.206 degrees ! Estimated noise=558.276 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00137541 Jy ! Component: 100 - total flux cleaned = 0.00150615 Jy ! Component: 150 - total flux cleaned = 0.00157686 Jy ! Component: 200 - total flux cleaned = 0.00166733 Jy ! Total flux subtracted in 200 components = 0.00166733 Jy ! Clean residual min=-0.001701 max=0.002157 Jy/beam ! Clean residual mean=-0.000002 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.256496 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 73 components and 0.256496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076277Jy sigma=0.000662 ! Fit after self-cal, rms=0.076264Jy sigma=0.000662 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (98.5, -51). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00194393 Jy ! Component: 100 - total flux cleaned = 0.00308411 Jy ! Component: 150 - total flux cleaned = 0.00388767 Jy ! Component: 200 - total flux cleaned = 0.00427672 Jy ! Total flux subtracted in 200 components = 0.00427672 Jy ! Clean residual min=-0.001548 max=0.001396 Jy/beam ! Clean residual mean=-0.000007 rms=0.000372 Jy/beam ! Combined flux in latest and established models = 0.260773 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 91 components and 0.260773 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076206Jy sigma=0.000661 ! Fit after self-cal, rms=0.076204Jy sigma=0.000661 ! 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.076204Jy sigma=0.000661 ! Fit after self-cal, rms=0.076223Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.295 mas, bmaj=5.266 mas, bpa=1.393 degrees ! Estimated noise=558.152 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000806758 Jy ! Component: 100 - total flux cleaned = 0.00120571 Jy ! Component: 150 - total flux cleaned = 0.00148382 Jy ! Component: 200 - total flux cleaned = 0.00166775 Jy ! Total flux subtracted in 200 components = 0.00166775 Jy ! Clean residual min=-0.001489 max=0.001391 Jy/beam ! Clean residual mean=-0.000008 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.262441 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 100 components and 0.262441 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076205Jy sigma=0.000661 ! Fit after self-cal, rms=0.076205Jy sigma=0.000661 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.000252189 Jy ! Component: 100 - total flux cleaned = 0.000438232 Jy ! Component: 150 - total flux cleaned = 0.000589892 Jy ! Component: 200 - total flux cleaned = 0.000697209 Jy ! Total flux subtracted in 200 components = 0.000697209 Jy ! Clean residual min=-0.001464 max=0.001365 Jy/beam ! Clean residual mean=-0.000008 rms=0.000353 Jy/beam ! Combined flux in latest and established models = 0.263138 Jy ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 112 components and 0.263138 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076195Jy sigma=0.000661 ! Fit after self-cal, rms=0.076195Jy sigma=0.000661 ! 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.076195Jy sigma=0.000661 ! Fit after self-cal, rms=0.076212Jy sigma=0.000661 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.948 mas, bmaj=8.757 mas, bpa=15.41 degrees ! Estimated noise=671.738 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000834495 Jy ! Component: 100 - total flux cleaned = 0.00139834 Jy ! Component: 150 - total flux cleaned = 0.0017732 Jy ! Component: 200 - total flux cleaned = 0.00195537 Jy ! Total flux subtracted in 200 components = 0.00195537 Jy ! Clean residual min=-0.001692 max=0.001626 Jy/beam ! Clean residual mean=-0.000019 rms=0.000445 Jy/beam ! Combined flux in latest and established models = 0.265094 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 122 components and 0.265093 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076208Jy sigma=0.000661 ! Fit after self-cal, rms=0.076208Jy sigma=0.000661 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.000228236 Jy ! Component: 100 - total flux cleaned = 0.000327592 Jy ! Component: 150 - total flux cleaned = 0.000395112 Jy ! Component: 200 - total flux cleaned = 0.000447789 Jy ! Total flux subtracted in 200 components = 0.000447789 Jy ! Clean residual min=-0.001646 max=0.001647 Jy/beam ! Clean residual mean=-0.000019 rms=0.000442 Jy/beam ! Combined flux in latest and established models = 0.265541 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 131 components and 0.265541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076207Jy sigma=0.000661 ! Fit after self-cal, rms=0.076207Jy sigma=0.000661 ! 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.294 mas, bmaj=5.266 mas, bpa=1.531 degrees ! Estimated noise=558.311 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.294 x 5.266 at 1.531 degrees (North through East) ! Clean map min=-0.0014032 max=0.2167 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.639 mas, bmaj=4.443 mas, bpa=0.4115 degrees ! Estimated noise=887.576 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.166759 Jy ! Component: 100 - total flux cleaned = 0.212618 Jy ! Component: 150 - total flux cleaned = 0.2297 Jy ! Component: 200 - total flux cleaned = 0.237598 Jy ! Total flux subtracted in 200 components = 0.237598 Jy ! Clean residual min=-0.003460 max=0.004059 Jy/beam ! Clean residual mean=0.000001 rms=0.000750 Jy/beam ! Combined flux in latest and established models = 0.237598 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.237598 Jy ! Inverting map and beam ! Estimated beam: bmin=4.294 mas, bmaj=5.266 mas, bpa=1.531 degrees ! Estimated noise=558.311 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.00620982 Jy ! Component: 100 - total flux cleaned = 0.0101803 Jy ! Component: 150 - total flux cleaned = 0.0131279 Jy ! Component: 200 - total flux cleaned = 0.0154645 Jy ! Total flux subtracted in 200 components = 0.0154645 Jy ! Clean residual min=-0.002009 max=0.002121 Jy/beam ! Clean residual mean=-0.000004 rms=0.000449 Jy/beam ! Combined flux in latest and established models = 0.253063 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 53 components and 0.253062 Jy ! Inverting map ! Added new window around map position (-11, -13.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00215387 Jy ! Component: 100 - total flux cleaned = 0.00385363 Jy ! Component: 150 - total flux cleaned = 0.0053205 Jy ! Component: 200 - total flux cleaned = 0.00660097 Jy ! Total flux subtracted in 200 components = 0.00660097 Jy ! Clean residual min=-0.001785 max=0.001726 Jy/beam ! Clean residual mean=-0.000006 rms=0.000381 Jy/beam ! Combined flux in latest and established models = 0.259663 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 72 components and 0.259663 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.948 mas, bmaj=8.757 mas, bpa=15.41 degrees ! Estimated noise=671.738 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015583 Jy ! Component: 100 - total flux cleaned = 0.00273274 Jy ! Component: 150 - total flux cleaned = 0.00366907 Jy ! Component: 200 - total flux cleaned = 0.00444021 Jy ! Total flux subtracted in 200 components = 0.00444021 Jy ! Clean residual min=-0.001757 max=0.001509 Jy/beam ! Clean residual mean=-0.000015 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.264104 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.000643731 Jy ! Component: 100 - total flux cleaned = 0.00104099 Jy ! Component: 150 - total flux cleaned = 0.00129466 Jy ! Component: 200 - total flux cleaned = 0.00148879 Jy ! Total flux subtracted in 200 components = 0.00148879 Jy ! Clean residual min=-0.001684 max=0.001512 Jy/beam ! Clean residual mean=-0.000015 rms=0.000424 Jy/beam ! Combined flux in latest and established models = 0.265592 Jy ! Adding 85 model components to the UV plane model. ! The established model now contains 146 components and 0.265592 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.294 mas, bmaj=5.266 mas, bpa=1.531 degrees ! Estimated noise=558.311 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.77324e-05 Jy ! Component: 100 - total flux cleaned = 7.75849e-06 Jy ! Component: 150 - total flux cleaned = 0.000176574 Jy ! Component: 200 - total flux cleaned = 0.000303284 Jy ! Total flux subtracted in 200 components = 0.000303284 Jy ! Clean residual min=-0.001551 max=0.001504 Jy/beam ! Clean residual mean=-0.000007 rms=0.000346 Jy/beam ! Combined flux in latest and established models = 0.265896 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 157 components and 0.265896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076222Jy sigma=0.000661 ! Fit after self-cal, rms=0.076217Jy sigma=0.000661 wmodel J1108+4330_S_2017_02_24_pus_map.mod ! Writing 157 model components to file: J1108+4330_S_2017_02_24_pus_map.mod wobs J1108+4330_S_2017_02_24_pus_uvs.fits ! Writing UV FITS file: J1108+4330_S_2017_02_24_pus_uvs.fits wwins J1108+4330_S_2017_02_24_pus_map.win ! wwins: Wrote 4 windows to J1108+4330_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 = -9.38525e-06 Jy ! Component: 100 - total flux cleaned = 0.000142225 Jy ! Component: 150 - total flux cleaned = 0.000261148 Jy ! Component: 200 - total flux cleaned = 0.00032981 Jy ! Component: 250 - total flux cleaned = 0.000330149 Jy ! Component: 300 - total flux cleaned = 0.000309334 Jy ! Component: 350 - total flux cleaned = 0.000288802 Jy ! Component: 400 - total flux cleaned = 0.000268459 Jy ! Component: 450 - total flux cleaned = 0.00032587 Jy ! Component: 500 - total flux cleaned = 0.000288298 Jy ! Component: 550 - total flux cleaned = 0.000325679 Jy ! Component: 600 - total flux cleaned = 0.000325479 Jy ! Component: 650 - total flux cleaned = 0.000360795 Jy ! Component: 700 - total flux cleaned = 0.00036059 Jy ! Component: 750 - total flux cleaned = 0.000360559 Jy ! Component: 800 - total flux cleaned = 0.000411054 Jy ! Component: 850 - total flux cleaned = 0.00039379 Jy ! Component: 900 - total flux cleaned = 0.000377465 Jy ! Component: 950 - total flux cleaned = 0.000377495 Jy ! Component: 1000 - total flux cleaned = 0.000409043 Jy ! Component: 1050 - total flux cleaned = 0.000408854 Jy ! Component: 1100 - total flux cleaned = 0.000454691 Jy ! Component: 1150 - total flux cleaned = 0.000454555 Jy ! Component: 1200 - total flux cleaned = 0.000514603 Jy ! Component: 1250 - total flux cleaned = 0.000559168 Jy ! Component: 1300 - total flux cleaned = 0.000573779 Jy ! Component: 1350 - total flux cleaned = 0.000602965 Jy ! Component: 1400 - total flux cleaned = 0.00063181 Jy ! Component: 1450 - total flux cleaned = 0.000645948 Jy ! Component: 1500 - total flux cleaned = 0.000604037 Jy ! Component: 1550 - total flux cleaned = 0.000631953 Jy ! Component: 1600 - total flux cleaned = 0.000659576 Jy ! Component: 1650 - total flux cleaned = 0.000646122 Jy ! Component: 1700 - total flux cleaned = 0.000686629 Jy ! Component: 1750 - total flux cleaned = 0.000699862 Jy ! Component: 1800 - total flux cleaned = 0.000673399 Jy ! Component: 1850 - total flux cleaned = 0.000673436 Jy ! Component: 1900 - total flux cleaned = 0.000647601 Jy ! Component: 1950 - total flux cleaned = 0.000660508 Jy ! Component: 2000 - total flux cleaned = 0.000711554 Jy ! Component: 2050 - total flux cleaned = 0.000648263 Jy ! Component: 2100 - total flux cleaned = 0.000635846 Jy ! Component: 2150 - total flux cleaned = 0.000610958 Jy ! Component: 2200 - total flux cleaned = 0.000672781 Jy ! Component: 2250 - total flux cleaned = 0.000636053 Jy ! Component: 2300 - total flux cleaned = 0.000599584 Jy ! Component: 2350 - total flux cleaned = 0.000623646 Jy ! Component: 2400 - total flux cleaned = 0.000575875 Jy ! Component: 2450 - total flux cleaned = 0.000576036 Jy ! Component: 2500 - total flux cleaned = 0.000517392 Jy ! Component: 2550 - total flux cleaned = 0.000529146 Jy ! Component: 2600 - total flux cleaned = 0.000471226 Jy ! Component: 2650 - total flux cleaned = 0.00047141 Jy ! Component: 2700 - total flux cleaned = 0.00046013 Jy ! Component: 2750 - total flux cleaned = 0.000414965 Jy ! Component: 2800 - total flux cleaned = 0.000392571 Jy ! Component: 2850 - total flux cleaned = 0.000359095 Jy ! Component: 2900 - total flux cleaned = 0.000348035 Jy ! Component: 2950 - total flux cleaned = 0.000315066 Jy ! Component: 3000 - total flux cleaned = 0.000293133 Jy ! Component: 3050 - total flux cleaned = 0.000293159 Jy ! Component: 3100 - total flux cleaned = 0.000282258 Jy ! Component: 3150 - total flux cleaned = 0.000271503 Jy ! Component: 3200 - total flux cleaned = 0.000239834 Jy ! Component: 3250 - total flux cleaned = 0.000187046 Jy ! Component: 3300 - total flux cleaned = 0.000176614 Jy ! Component: 3350 - total flux cleaned = 0.000197408 Jy ! Component: 3400 - total flux cleaned = 0.000155955 Jy ! Component: 3450 - total flux cleaned = 0.000145813 Jy ! Component: 3500 - total flux cleaned = 0.000135612 Jy ! Component: 3550 - total flux cleaned = 0.000115404 Jy ! Component: 3600 - total flux cleaned = 0.000125469 Jy ! Component: 3650 - total flux cleaned = 7.53485e-05 Jy ! Component: 3700 - total flux cleaned = 4.55031e-05 Jy ! Component: 3750 - total flux cleaned = 6.52885e-05 Jy ! Component: 3800 - total flux cleaned = 8.49215e-05 Jy ! Component: 3850 - total flux cleaned = 6.72918e-06 Jy ! Component: 3900 - total flux cleaned = 1.64169e-05 Jy ! Component: 3950 - total flux cleaned = -1.24906e-05 Jy ! Component: 4000 - total flux cleaned = 1.6253e-05 Jy ! Component: 4050 - total flux cleaned = 2.58256e-05 Jy ! Total flux subtracted in 4096 components = 4.47645e-05 Jy ! Clean residual min=-0.000598 max=0.000525 Jy/beam ! Clean residual mean=-0.000003 rms=0.000173 Jy/beam ! Combined flux in latest and established models = 0.26594 Jy keep ! Adding 299 model components to the UV plane model. ! The established model now contains 456 components and 0.26594 Jy ![Exited script file: muppet] wmap "J1108+4330_S_2017_02_24_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.294 x 5.266 at 1.531 degrees (North through East) ! Clean map min=-0.00090683 max=0.21697 Jy/beam ! Writing clean map to FITS file: J1108+4330_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.216974 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000172114 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.237975 0.237975 0.47595 0.9519 1.9038 3.8076 7.6152 15.2304 30.4608 60.9216 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.216 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.294 x 5.266 at 1.531 degrees (North through East) ! Clean map min=-0.00090683 max=0.21697 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 J1108+4330_S_2017_02_24_pus_uvs.log closed on Sat May 4 11:25:22 2019