! Started logfile: J1722-0503_S_2017_06_10_pus_uvs.log on Mon May 6 14:59:08 2019 obs J1722-0503_S_2017_06_10_pus_uva.fits ! Reading UV FITS file: J1722-0503_S_2017_06_10_pus_uva.fits ! AN table 1: 113 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.970698 visibilities/baseline/integration-bin. ! Found source: J1722-0503 ! ! 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 1154 lines of history. ! ! Reading 19744 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 J1722-0503_S_2017_06_10_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 19 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 145 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 147 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 730 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.816781Jy sigma=0.007258 ! Fit after self-cal, rms=0.799309Jy sigma=0.007114 ! 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.61 mas, bmaj=7.104 mas, bpa=-4.325 degrees ! Estimated noise=990.267 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.146582 Jy ! Component: 100 - total flux cleaned = 0.188703 Jy ! Total flux subtracted in 100 components = 0.188703 Jy ! Clean residual min=-0.010070 max=0.019403 Jy/beam ! Clean residual mean=-0.000001 rms=0.003217 Jy/beam ! Combined flux in latest and established models = 0.188703 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.188703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102811Jy sigma=0.000870 ! Fit after self-cal, rms=0.102782Jy sigma=0.000870 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0227703 Jy ! Component: 100 - total flux cleaned = 0.0371583 Jy ! Total flux subtracted in 100 components = 0.0371583 Jy ! Clean residual min=-0.009166 max=0.014628 Jy/beam ! Clean residual mean=0.000005 rms=0.002703 Jy/beam ! Combined flux in latest and established models = 0.225861 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 31 components and 0.225861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095178Jy sigma=0.000794 ! Fit after self-cal, rms=0.095165Jy sigma=0.000794 ! 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.276 mas, bmaj=8.203 mas, bpa=-3.448 degrees ! Estimated noise=700.102 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 (6.5, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0165327 Jy ! Component: 100 - total flux cleaned = 0.0268643 Jy ! Component: 150 - total flux cleaned = 0.033389 Jy ! Component: 200 - total flux cleaned = 0.0351214 Jy ! Total flux subtracted in 200 components = 0.0351214 Jy ! Clean residual min=-0.006595 max=0.008458 Jy/beam ! Clean residual mean=0.000015 rms=0.001820 Jy/beam ! Combined flux in latest and established models = 0.260983 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 62 components and 0.260983 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091912Jy sigma=0.000762 ! Fit after self-cal, rms=0.091713Jy sigma=0.000760 ! 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.94 FD 0.92 HN 0.92 KP 1.04 ! LA 1.01 MK 1.03 NL 0.86 OV 1.00 ! PT 1.00 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.00 KP 1.01 ! LA 0.97 MK 0.98 NL 1.02 OV 1.05 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 1.22 KP 0.99 ! LA 0.97 MK 1.04 NL 0.96 OV 0.95 ! PT 0.97 SC 1.08 ! ! ! Correcting IF 4. ! A total of 156 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.25 KP 1.00* ! LA 0.92 MK 1.53 NL 1.00* OV 1.00* ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.091713Jy sigma=0.000760 ! Fit after self-cal, rms=0.090171Jy sigma=0.000746 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.309 mas, bmaj=8.218 mas, bpa=-3.172 degrees ! Estimated noise=693.418 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.00303527 Jy ! Component: 100 - total flux cleaned = 0.00285994 Jy ! Component: 150 - total flux cleaned = 0.00285579 Jy ! Component: 200 - total flux cleaned = 0.00285233 Jy ! Total flux subtracted in 200 components = 0.00285233 Jy ! Clean residual min=-0.006394 max=0.006388 Jy/beam ! Clean residual mean=0.000008 rms=0.001560 Jy/beam ! Combined flux in latest and established models = 0.263835 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 82 components and 0.263835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089588Jy sigma=0.000741 ! Fit after self-cal, rms=0.089581Jy sigma=0.000741 ! 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.089581Jy sigma=0.000741 ! Fit after self-cal, rms=0.093949Jy sigma=0.000726 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.31 mas, bmaj=8.277 mas, bpa=-3.608 degrees ! Estimated noise=697.358 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00162603 Jy ! Component: 100 - total flux cleaned = 0.00153608 Jy ! Component: 150 - total flux cleaned = 0.00145438 Jy ! Component: 200 - total flux cleaned = 0.00145398 Jy ! Total flux subtracted in 200 components = 0.00145398 Jy ! Clean residual min=-0.005078 max=0.005522 Jy/beam ! Clean residual mean=0.000002 rms=0.001302 Jy/beam ! Combined flux in latest and established models = 0.265289 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 109 components and 0.265289 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093766Jy sigma=0.000724 ! Fit after self-cal, rms=0.093847Jy sigma=0.000724 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 (16, 17.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00246882 Jy ! Component: 100 - total flux cleaned = 0.00304606 Jy ! Component: 150 - total flux cleaned = 0.00320777 Jy ! Component: 200 - total flux cleaned = 0.0034937 Jy ! Total flux subtracted in 200 components = 0.0034937 Jy ! Clean residual min=-0.004750 max=0.005212 Jy/beam ! Clean residual mean=0.000002 rms=0.001173 Jy/beam ! Combined flux in latest and established models = 0.268783 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 128 components and 0.268783 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093133Jy sigma=0.000718 ! Fit after self-cal, rms=0.093104Jy sigma=0.000717 ! Inverting map ! Added new window around map position (5, 65). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000846861 Jy ! Component: 100 - total flux cleaned = 0.00118645 Jy ! Component: 150 - total flux cleaned = 0.00180191 Jy ! Component: 200 - total flux cleaned = 0.00207296 Jy ! Total flux subtracted in 200 components = 0.00207296 Jy ! Clean residual min=-0.004343 max=0.004322 Jy/beam ! Clean residual mean=0.000002 rms=0.001088 Jy/beam ! Combined flux in latest and established models = 0.270856 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 143 components and 0.270856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092371Jy sigma=0.000713 ! Fit after self-cal, rms=0.092363Jy sigma=0.000713 ! 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.092363Jy sigma=0.000713 ! Fit after self-cal, rms=0.099546Jy sigma=0.000689 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=8.389 mas, bpa=-3.852 degrees ! Estimated noise=706.373 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000958138 Jy ! Component: 100 - total flux cleaned = 0.00123497 Jy ! Component: 150 - total flux cleaned = 0.00139438 Jy ! Component: 200 - total flux cleaned = 0.00153599 Jy ! Total flux subtracted in 200 components = 0.00153599 Jy ! Clean residual min=-0.002864 max=0.002400 Jy/beam ! Clean residual mean=0.000002 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.272391 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 174 components and 0.272392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099410Jy sigma=0.000687 ! Fit after self-cal, rms=0.099533Jy sigma=0.000687 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.000260224 Jy ! Component: 100 - total flux cleaned = 0.000264382 Jy ! Component: 150 - total flux cleaned = 0.000211803 Jy ! Component: 200 - total flux cleaned = 0.000159714 Jy ! Total flux subtracted in 200 components = 0.000159714 Jy ! Clean residual min=-0.002565 max=0.002330 Jy/beam ! Clean residual mean=0.000002 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.272551 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 184 components and 0.272551 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099479Jy sigma=0.000686 ! Fit after self-cal, rms=0.099473Jy sigma=0.000686 ! 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.099473Jy sigma=0.000686 ! Fit after self-cal, rms=0.101062Jy sigma=0.000686 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.732 mas, bmaj=14.43 mas, bpa=-3.628 degrees ! Estimated noise=884.285 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000605128 Jy ! Component: 100 - total flux cleaned = 0.000974096 Jy ! Component: 150 - total flux cleaned = 0.00108073 Jy ! Component: 200 - total flux cleaned = 0.00113031 Jy ! Total flux subtracted in 200 components = 0.00113031 Jy ! Clean residual min=-0.002166 max=0.002252 Jy/beam ! Clean residual mean=0.000004 rms=0.000579 Jy/beam ! Combined flux in latest and established models = 0.273682 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 204 components and 0.273682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101046Jy sigma=0.000685 ! Fit after self-cal, rms=0.101047Jy sigma=0.000685 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.000248469 Jy ! Component: 100 - total flux cleaned = 0.000360315 Jy ! Component: 150 - total flux cleaned = 0.000402326 Jy ! Component: 200 - total flux cleaned = 0.000460705 Jy ! Total flux subtracted in 200 components = 0.000460705 Jy ! Clean residual min=-0.002170 max=0.002187 Jy/beam ! Clean residual mean=0.000003 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.274142 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 213 components and 0.274142 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101039Jy sigma=0.000685 ! Fit after self-cal, rms=0.101035Jy sigma=0.000685 ! 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.291 mas, bmaj=8.379 mas, bpa=-3.683 degrees ! Estimated noise=705.633 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.291 x 8.379 at -3.683 degrees (North through East) ! Clean map min=-0.002816 max=0.19766 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.657 mas, bmaj=7.316 mas, bpa=-4.889 degrees ! Estimated noise=1023.42 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.150906 Jy ! Component: 100 - total flux cleaned = 0.192235 Jy ! Component: 150 - total flux cleaned = 0.212981 Jy ! Component: 200 - total flux cleaned = 0.225514 Jy ! Total flux subtracted in 200 components = 0.225514 Jy ! Clean residual min=-0.004297 max=0.006809 Jy/beam ! Clean residual mean=-0.000002 rms=0.001183 Jy/beam ! Combined flux in latest and established models = 0.225514 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.225514 Jy ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=8.379 mas, bpa=-3.683 degrees ! Estimated noise=705.633 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.0131278 Jy ! Component: 100 - total flux cleaned = 0.0219244 Jy ! Component: 150 - total flux cleaned = 0.0281505 Jy ! Component: 200 - total flux cleaned = 0.0326312 Jy ! Total flux subtracted in 200 components = 0.0326312 Jy ! Clean residual min=-0.002782 max=0.002787 Jy/beam ! Clean residual mean=0.000002 rms=0.000706 Jy/beam ! Combined flux in latest and established models = 0.258146 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 85 components and 0.258146 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.732 mas, bmaj=14.43 mas, bpa=-3.628 degrees ! Estimated noise=884.285 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00509015 Jy ! Component: 100 - total flux cleaned = 0.00813922 Jy ! Component: 150 - total flux cleaned = 0.0102467 Jy ! Component: 200 - total flux cleaned = 0.0117979 Jy ! Total flux subtracted in 200 components = 0.0117979 Jy ! Clean residual min=-0.002192 max=0.002191 Jy/beam ! Clean residual mean=0.000002 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.269943 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.000951631 Jy ! Component: 100 - total flux cleaned = 0.0013746 Jy ! Component: 150 - total flux cleaned = 0.00157618 Jy ! Component: 200 - total flux cleaned = 0.00173108 Jy ! Total flux subtracted in 200 components = 0.00173108 Jy ! Clean residual min=-0.002140 max=0.002062 Jy/beam ! Clean residual mean=0.000002 rms=0.000594 Jy/beam ! Combined flux in latest and established models = 0.271675 Jy ! Adding 90 model components to the UV plane model. ! The established model now contains 165 components and 0.271675 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.291 mas, bmaj=8.379 mas, bpa=-3.683 degrees ! Estimated noise=705.633 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000150896 Jy ! Component: 100 - total flux cleaned = 0.000275954 Jy ! Component: 150 - total flux cleaned = 0.000280492 Jy ! Component: 200 - total flux cleaned = 0.000231216 Jy ! Total flux subtracted in 200 components = 0.000231216 Jy ! Clean residual min=-0.001915 max=0.002000 Jy/beam ! Clean residual mean=0.000001 rms=0.000501 Jy/beam ! Combined flux in latest and established models = 0.271906 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 187 components and 0.271906 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101253Jy sigma=0.000684 ! Fit after self-cal, rms=0.101233Jy sigma=0.000684 wmodel J1722-0503_S_2017_06_10_pus_map.mod ! Writing 187 model components to file: J1722-0503_S_2017_06_10_pus_map.mod wobs J1722-0503_S_2017_06_10_pus_uvs.fits ! Writing UV FITS file: J1722-0503_S_2017_06_10_pus_uvs.fits wwins J1722-0503_S_2017_06_10_pus_map.win ! wwins: Wrote 4 windows to J1722-0503_S_2017_06_10_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.000441948 Jy ! Component: 100 - total flux cleaned = 0.000742714 Jy ! Component: 150 - total flux cleaned = 0.00106337 Jy ! Component: 200 - total flux cleaned = 0.00121766 Jy ! Component: 250 - total flux cleaned = 0.00127665 Jy ! Component: 300 - total flux cleaned = 0.00130519 Jy ! Component: 350 - total flux cleaned = 0.00133385 Jy ! Component: 400 - total flux cleaned = 0.00133336 Jy ! Component: 450 - total flux cleaned = 0.00125226 Jy ! Component: 500 - total flux cleaned = 0.00117325 Jy ! Component: 550 - total flux cleaned = 0.00109582 Jy ! Component: 600 - total flux cleaned = 0.000943354 Jy ! Component: 650 - total flux cleaned = 0.000893901 Jy ! Component: 700 - total flux cleaned = 0.000771825 Jy ! Component: 750 - total flux cleaned = 0.000748263 Jy ! Component: 800 - total flux cleaned = 0.0007959 Jy ! Component: 850 - total flux cleaned = 0.000702383 Jy ! Component: 900 - total flux cleaned = 0.000702665 Jy ! Component: 950 - total flux cleaned = 0.000725675 Jy ! Component: 1000 - total flux cleaned = 0.000658158 Jy ! Component: 1050 - total flux cleaned = 0.000613837 Jy ! Component: 1100 - total flux cleaned = 0.000635546 Jy ! Component: 1150 - total flux cleaned = 0.000548671 Jy ! Component: 1200 - total flux cleaned = 0.000463186 Jy ! Component: 1250 - total flux cleaned = 0.000505509 Jy ! Component: 1300 - total flux cleaned = 0.000463371 Jy ! Component: 1350 - total flux cleaned = 0.000463236 Jy ! Component: 1400 - total flux cleaned = 0.00048377 Jy ! Component: 1450 - total flux cleaned = 0.000422855 Jy ! Component: 1500 - total flux cleaned = 0.000443124 Jy ! Component: 1550 - total flux cleaned = 0.000443615 Jy ! Component: 1600 - total flux cleaned = 0.000463518 Jy ! Component: 1650 - total flux cleaned = 0.00052214 Jy ! Component: 1700 - total flux cleaned = 0.000522004 Jy ! Component: 1750 - total flux cleaned = 0.000521862 Jy ! Component: 1800 - total flux cleaned = 0.000521788 Jy ! Component: 1850 - total flux cleaned = 0.000502875 Jy ! Component: 1900 - total flux cleaned = 0.000484625 Jy ! Component: 1950 - total flux cleaned = 0.00052123 Jy ! Component: 2000 - total flux cleaned = 0.000503005 Jy ! Component: 2050 - total flux cleaned = 0.000502948 Jy ! Component: 2100 - total flux cleaned = 0.000538925 Jy ! Component: 2150 - total flux cleaned = 0.00055682 Jy ! Component: 2200 - total flux cleaned = 0.000556675 Jy ! Component: 2250 - total flux cleaned = 0.000556675 Jy ! Component: 2300 - total flux cleaned = 0.000487153 Jy ! Component: 2350 - total flux cleaned = 0.00047033 Jy ! Component: 2400 - total flux cleaned = 0.000487396 Jy ! Component: 2450 - total flux cleaned = 0.000470374 Jy ! Component: 2500 - total flux cleaned = 0.000520636 Jy ! Component: 2550 - total flux cleaned = 0.000503916 Jy ! Component: 2600 - total flux cleaned = 0.000520347 Jy ! Component: 2650 - total flux cleaned = 0.00056946 Jy ! Component: 2700 - total flux cleaned = 0.000602052 Jy ! Component: 2750 - total flux cleaned = 0.0006344 Jy ! Component: 2800 - total flux cleaned = 0.000698421 Jy ! Component: 2850 - total flux cleaned = 0.000666417 Jy ! Component: 2900 - total flux cleaned = 0.000650441 Jy ! Component: 2950 - total flux cleaned = 0.000618998 Jy ! Component: 3000 - total flux cleaned = 0.000665971 Jy ! Component: 3050 - total flux cleaned = 0.000665797 Jy ! Component: 3100 - total flux cleaned = 0.000680979 Jy ! Component: 3150 - total flux cleaned = 0.000696353 Jy ! Component: 3200 - total flux cleaned = 0.000635695 Jy ! Component: 3250 - total flux cleaned = 0.00062063 Jy ! Component: 3300 - total flux cleaned = 0.000650715 Jy ! Component: 3350 - total flux cleaned = 0.000575982 Jy ! Component: 3400 - total flux cleaned = 0.000576061 Jy ! Component: 3450 - total flux cleaned = 0.000546698 Jy ! Component: 3500 - total flux cleaned = 0.000546675 Jy ! Component: 3550 - total flux cleaned = 0.000546622 Jy ! Component: 3600 - total flux cleaned = 0.000503215 Jy ! Component: 3650 - total flux cleaned = 0.0005176 Jy ! Component: 3700 - total flux cleaned = 0.000488969 Jy ! Component: 3750 - total flux cleaned = 0.000446267 Jy ! Component: 3800 - total flux cleaned = 0.000403856 Jy ! Component: 3850 - total flux cleaned = 0.000389865 Jy ! Component: 3900 - total flux cleaned = 0.000403883 Jy ! Component: 3950 - total flux cleaned = 0.000362095 Jy ! Component: 4000 - total flux cleaned = 0.000375904 Jy ! Component: 4050 - total flux cleaned = 0.000362104 Jy ! Total flux subtracted in 4096 components = 0.000403043 Jy ! Clean residual min=-0.000862 max=0.000683 Jy/beam ! Clean residual mean=0.000001 rms=0.000261 Jy/beam ! Combined flux in latest and established models = 0.272309 Jy keep ! Adding 276 model components to the UV plane model. ! The established model now contains 463 components and 0.272309 Jy ![Exited script file: muppet] wmap "J1722-0503_S_2017_06_10_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.291 x 8.379 at -3.683 degrees (North through East) ! Clean map min=-0.0015416 max=0.20081 Jy/beam ! Writing clean map to FITS file: J1722-0503_S_2017_06_10_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.200811 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000259982 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.388399 0.388399 0.776797 1.55359 3.10719 6.21438 12.4288 24.8575 49.715 99.43 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.2 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.291 x 8.379 at -3.683 degrees (North through East) ! Clean map min=-0.0015416 max=0.20081 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 J1722-0503_S_2017_06_10_pus_uvs.log closed on Mon May 6 14:59:13 2019