! Started logfile: J2351-0109_S_2017_07_16_pus_uvs.log on Thu May 9 11:21:12 2019 obs J2351-0109_S_2017_07_16_pus_uva.fits ! Reading UV FITS file: J2351-0109_S_2017_07_16_pus_uva.fits ! AN table 1: 155 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.486595 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2351-0109 ! ! 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 815 lines of history. ! ! Reading 13576 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 J2351-0109_S_2017_07_16_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 626 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 737 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 737 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1241 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.935718Jy sigma=0.008146 ! Fit after self-cal, rms=0.918526Jy sigma=0.008015 ! 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.479 mas, bmaj=6.772 mas, bpa=-4.391 degrees ! Estimated noise=1086.89 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.0646665 Jy ! Component: 100 - total flux cleaned = 0.0813294 Jy ! Total flux subtracted in 100 components = 0.0813294 Jy ! Clean residual min=-0.004139 max=0.007292 Jy/beam ! Clean residual mean=0.000002 rms=0.001134 Jy/beam ! Combined flux in latest and established models = 0.0813294 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.0813294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080646Jy sigma=0.000670 ! Fit after self-cal, rms=0.080656Jy sigma=0.000669 ! Inverting map ! Added new window around map position (4.5, -11.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0076585 Jy ! Component: 100 - total flux cleaned = 0.0119696 Jy ! Total flux subtracted in 100 components = 0.0119696 Jy ! Clean residual min=-0.003644 max=0.003672 Jy/beam ! Clean residual mean=0.000002 rms=0.000896 Jy/beam ! Combined flux in latest and established models = 0.093299 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 30 components and 0.093299 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079884Jy sigma=0.000662 ! Fit after self-cal, rms=0.079848Jy sigma=0.000662 ! 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=2.785 mas, bmaj=7.407 mas, bpa=-4.959 degrees ! Estimated noise=875.779 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.00402643 Jy ! Component: 100 - total flux cleaned = 0.00645452 Jy ! Component: 150 - total flux cleaned = 0.00807907 Jy ! Component: 200 - total flux cleaned = 0.00919157 Jy ! Total flux subtracted in 200 components = 0.00919157 Jy ! Clean residual min=-0.002689 max=0.003944 Jy/beam ! Clean residual mean=0.000004 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.102491 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 49 components and 0.102491 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079636Jy sigma=0.000660 ! Fit after self-cal, rms=0.079608Jy sigma=0.000660 ! 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.03 FD 1.00* HN 1.02 KP 0.99 ! LA 0.96 MK 0.98 NL 0.89 OV 1.08 ! PT 1.04 SC 0.91 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00 KP 0.97 ! LA 0.90 MK 1.00 NL 1.06 OV 1.11 ! PT 0.96 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.02 KP 0.97 ! LA 0.96 MK 1.02 NL 1.04 OV 0.99 ! PT 0.96 SC 1.00 ! ! ! Correcting IF 4. ! A total of 309 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.079608Jy sigma=0.000660 ! Fit after self-cal, rms=0.079363Jy sigma=0.000662 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.826 mas, bmaj=7.373 mas, bpa=-3.827 degrees ! Estimated noise=887.355 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 (9.5, -33). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00342888 Jy ! Component: 100 - total flux cleaned = 0.00535812 Jy ! Component: 150 - total flux cleaned = 0.00657199 Jy ! Component: 200 - total flux cleaned = 0.00695834 Jy ! Total flux subtracted in 200 components = 0.00695834 Jy ! Clean residual min=-0.002504 max=0.002463 Jy/beam ! Clean residual mean=0.000001 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.109449 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 90 components and 0.109449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079202Jy sigma=0.000661 ! Fit after self-cal, rms=0.079183Jy sigma=0.000661 ! 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.079183Jy sigma=0.000661 ! Fit after self-cal, rms=0.078864Jy sigma=0.000660 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.828 mas, bmaj=7.371 mas, bpa=-3.785 degrees ! Estimated noise=884.717 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00121533 Jy ! Component: 100 - total flux cleaned = 0.0017765 Jy ! Component: 150 - total flux cleaned = 0.00210574 Jy ! Component: 200 - total flux cleaned = 0.00233876 Jy ! Total flux subtracted in 200 components = 0.00233876 Jy ! Clean residual min=-0.002299 max=0.002302 Jy/beam ! Clean residual mean=0.000001 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.111788 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 105 components and 0.111788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078832Jy sigma=0.000660 ! Fit after self-cal, rms=0.078844Jy sigma=0.000660 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.000471168 Jy ! Component: 100 - total flux cleaned = 0.000642609 Jy ! Component: 150 - total flux cleaned = 0.000797434 Jy ! Component: 200 - total flux cleaned = 0.000899518 Jy ! Total flux subtracted in 200 components = 0.000899518 Jy ! Clean residual min=-0.002275 max=0.002335 Jy/beam ! Clean residual mean=0.000001 rms=0.000555 Jy/beam ! Combined flux in latest and established models = 0.112687 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 116 components and 0.112687 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078830Jy sigma=0.000660 ! Fit after self-cal, rms=0.078832Jy sigma=0.000660 ! 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.078832Jy sigma=0.000660 ! Fit after self-cal, rms=0.078998Jy sigma=0.000659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.829 mas, bmaj=7.376 mas, bpa=-3.807 degrees ! Estimated noise=885.116 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000178155 Jy ! Component: 100 - total flux cleaned = 0.000267101 Jy ! Component: 150 - total flux cleaned = 0.00034707 Jy ! Component: 200 - total flux cleaned = 0.000421494 Jy ! Total flux subtracted in 200 components = 0.000421494 Jy ! Clean residual min=-0.002078 max=0.002224 Jy/beam ! Clean residual mean=0.000001 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.113109 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 133 components and 0.113109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078986Jy sigma=0.000659 ! Fit after self-cal, rms=0.079000Jy sigma=0.000658 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 (83.5, -5.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124067 Jy ! Component: 100 - total flux cleaned = 0.00108053 Jy ! Component: 150 - total flux cleaned = 0.00100625 Jy ! Component: 200 - total flux cleaned = 0.000941888 Jy ! Total flux subtracted in 200 components = 0.000941888 Jy ! Clean residual min=-0.001898 max=0.001979 Jy/beam ! Clean residual mean=0.000001 rms=0.000478 Jy/beam ! Combined flux in latest and established models = 0.114051 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 148 components and 0.114051 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078928Jy sigma=0.000658 ! Fit after self-cal, rms=0.078915Jy sigma=0.000658 ! 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.078915Jy sigma=0.000658 ! Fit after self-cal, rms=0.078861Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.482 mas, bmaj=12.57 mas, bpa=-6.383 degrees ! Estimated noise=1193.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00021411 Jy ! Component: 100 - total flux cleaned = 0.000534119 Jy ! Component: 150 - total flux cleaned = 0.000675304 Jy ! Component: 200 - total flux cleaned = 0.000716271 Jy ! Total flux subtracted in 200 components = 0.000716271 Jy ! Clean residual min=-0.002309 max=0.001911 Jy/beam ! Clean residual mean=0.000003 rms=0.000636 Jy/beam ! Combined flux in latest and established models = 0.114767 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 171 components and 0.114767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078858Jy sigma=0.000658 ! Fit after self-cal, rms=0.078856Jy sigma=0.000658 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.000160068 Jy ! Component: 100 - total flux cleaned = 0.000181566 Jy ! Component: 150 - total flux cleaned = 0.000181469 Jy ! Component: 200 - total flux cleaned = 0.000180928 Jy ! Total flux subtracted in 200 components = 0.000180928 Jy ! Clean residual min=-0.002327 max=0.001908 Jy/beam ! Clean residual mean=0.000002 rms=0.000630 Jy/beam ! Combined flux in latest and established models = 0.114948 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 179 components and 0.114948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078854Jy sigma=0.000658 ! Fit after self-cal, rms=0.078853Jy sigma=0.000658 ! 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=2.83 mas, bmaj=7.381 mas, bpa=-3.872 degrees ! Estimated noise=883.776 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.83 x 7.381 at -3.872 degrees (North through East) ! Clean map min=-0.0018737 max=0.080967 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.515 mas, bmaj=6.752 mas, bpa=-3.221 degrees ! Estimated noise=1098.56 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0634545 Jy ! Component: 100 - total flux cleaned = 0.0804709 Jy ! Component: 150 - total flux cleaned = 0.0884646 Jy ! Component: 200 - total flux cleaned = 0.0935944 Jy ! Total flux subtracted in 200 components = 0.0935944 Jy ! Clean residual min=-0.003018 max=0.003201 Jy/beam ! Clean residual mean=0.000002 rms=0.000852 Jy/beam ! Combined flux in latest and established models = 0.0935944 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.0935944 Jy ! Inverting map and beam ! Estimated beam: bmin=2.83 mas, bmaj=7.381 mas, bpa=-3.872 degrees ! Estimated noise=883.776 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.004576 Jy ! Component: 100 - total flux cleaned = 0.00784077 Jy ! Component: 150 - total flux cleaned = 0.0100601 Jy ! Component: 200 - total flux cleaned = 0.011942 Jy ! Total flux subtracted in 200 components = 0.011942 Jy ! Clean residual min=-0.002156 max=0.002431 Jy/beam ! Clean residual mean=0.000002 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.105536 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 65 components and 0.105536 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=6.482 mas, bmaj=12.57 mas, bpa=-6.383 degrees ! Estimated noise=1193.96 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00294821 Jy ! Component: 100 - total flux cleaned = 0.00439294 Jy ! Component: 150 - total flux cleaned = 0.00545427 Jy ! Component: 200 - total flux cleaned = 0.0062985 Jy ! Total flux subtracted in 200 components = 0.0062985 Jy ! Clean residual min=-0.002395 max=0.002011 Jy/beam ! Clean residual mean=0.000003 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.111835 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.000574823 Jy ! Component: 100 - total flux cleaned = 0.00102544 Jy ! Component: 150 - total flux cleaned = 0.0014123 Jy ! Component: 200 - total flux cleaned = 0.00159653 Jy ! Total flux subtracted in 200 components = 0.00159653 Jy ! Clean residual min=-0.002337 max=0.001968 Jy/beam ! Clean residual mean=0.000003 rms=0.000638 Jy/beam ! Combined flux in latest and established models = 0.113431 Jy ! Adding 67 model components to the UV plane model. ! The established model now contains 129 components and 0.113431 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.83 mas, bmaj=7.381 mas, bpa=-3.872 degrees ! Estimated noise=883.776 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000332465 Jy ! Component: 100 - total flux cleaned = 0.000495539 Jy ! Component: 150 - total flux cleaned = 0.000543029 Jy ! Component: 200 - total flux cleaned = 0.000581809 Jy ! Total flux subtracted in 200 components = 0.000581809 Jy ! Clean residual min=-0.001776 max=0.002003 Jy/beam ! Clean residual mean=0.000001 rms=0.000484 Jy/beam ! Combined flux in latest and established models = 0.114013 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 147 components and 0.114013 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078880Jy sigma=0.000658 ! Fit after self-cal, rms=0.078862Jy sigma=0.000658 wmodel J2351-0109_S_2017_07_16_pus_map.mod ! Writing 147 model components to file: J2351-0109_S_2017_07_16_pus_map.mod wobs J2351-0109_S_2017_07_16_pus_uvs.fits ! Writing UV FITS file: J2351-0109_S_2017_07_16_pus_uvs.fits wwins J2351-0109_S_2017_07_16_pus_map.win ! wwins: Wrote 4 windows to J2351-0109_S_2017_07_16_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.000623835 Jy ! Component: 100 - total flux cleaned = 0.000854991 Jy ! Component: 150 - total flux cleaned = 0.00094721 Jy ! Component: 200 - total flux cleaned = 0.00100619 Jy ! Component: 250 - total flux cleaned = 0.00100619 Jy ! Component: 300 - total flux cleaned = 0.00108934 Jy ! Component: 350 - total flux cleaned = 0.00111616 Jy ! Component: 400 - total flux cleaned = 0.00119427 Jy ! Component: 450 - total flux cleaned = 0.0011437 Jy ! Component: 500 - total flux cleaned = 0.00111874 Jy ! Component: 550 - total flux cleaned = 0.00116729 Jy ! Component: 600 - total flux cleaned = 0.00111947 Jy ! Component: 650 - total flux cleaned = 0.00114274 Jy ! Component: 700 - total flux cleaned = 0.00109747 Jy ! Component: 750 - total flux cleaned = 0.00112001 Jy ! Component: 800 - total flux cleaned = 0.00116333 Jy ! Component: 850 - total flux cleaned = 0.0011415 Jy ! Component: 900 - total flux cleaned = 0.00114136 Jy ! Component: 950 - total flux cleaned = 0.00116236 Jy ! Component: 1000 - total flux cleaned = 0.00118281 Jy ! Component: 1050 - total flux cleaned = 0.00114321 Jy ! Component: 1100 - total flux cleaned = 0.00118294 Jy ! Component: 1150 - total flux cleaned = 0.00118335 Jy ! Component: 1200 - total flux cleaned = 0.00125924 Jy ! Component: 1250 - total flux cleaned = 0.00123995 Jy ! Component: 1300 - total flux cleaned = 0.00123973 Jy ! Component: 1350 - total flux cleaned = 0.00122153 Jy ! Component: 1400 - total flux cleaned = 0.00122153 Jy ! Component: 1450 - total flux cleaned = 0.00109852 Jy ! Component: 1500 - total flux cleaned = 0.00113374 Jy ! Component: 1550 - total flux cleaned = 0.00111654 Jy ! Component: 1600 - total flux cleaned = 0.00106578 Jy ! Component: 1650 - total flux cleaned = 0.00103289 Jy ! Component: 1700 - total flux cleaned = 0.00106582 Jy ! Component: 1750 - total flux cleaned = 0.00100114 Jy ! Component: 1800 - total flux cleaned = 0.000985711 Jy ! Component: 1850 - total flux cleaned = 0.00101768 Jy ! Component: 1900 - total flux cleaned = 0.000986126 Jy ! Component: 1950 - total flux cleaned = 0.000939615 Jy ! Component: 2000 - total flux cleaned = 0.000955093 Jy ! Component: 2050 - total flux cleaned = 0.000985541 Jy ! Component: 2100 - total flux cleaned = 0.00101567 Jy ! Component: 2150 - total flux cleaned = 0.00104532 Jy ! Component: 2200 - total flux cleaned = 0.00103049 Jy ! Component: 2250 - total flux cleaned = 0.00103061 Jy ! Component: 2300 - total flux cleaned = 0.000958778 Jy ! Component: 2350 - total flux cleaned = 0.000959056 Jy ! Component: 2400 - total flux cleaned = 0.000973155 Jy ! Component: 2450 - total flux cleaned = 0.000987179 Jy ! Component: 2500 - total flux cleaned = 0.000959508 Jy ! Component: 2550 - total flux cleaned = 0.000945997 Jy ! Component: 2600 - total flux cleaned = 0.000959548 Jy ! Component: 2650 - total flux cleaned = 0.000919175 Jy ! Component: 2700 - total flux cleaned = 0.000932503 Jy ! Component: 2750 - total flux cleaned = 0.000919414 Jy ! Component: 2800 - total flux cleaned = 0.000893274 Jy ! Component: 2850 - total flux cleaned = 0.000867516 Jy ! Component: 2900 - total flux cleaned = 0.000815987 Jy ! Component: 2950 - total flux cleaned = 0.000803059 Jy ! Component: 3000 - total flux cleaned = 0.000752582 Jy ! Component: 3050 - total flux cleaned = 0.000715019 Jy ! Component: 3100 - total flux cleaned = 0.000689976 Jy ! Component: 3150 - total flux cleaned = 0.000640539 Jy ! Component: 3200 - total flux cleaned = 0.000616068 Jy ! Component: 3250 - total flux cleaned = 0.00053099 Jy ! Component: 3300 - total flux cleaned = 0.00049486 Jy ! Component: 3350 - total flux cleaned = 0.00049482 Jy ! Component: 3400 - total flux cleaned = 0.000411589 Jy ! Component: 3450 - total flux cleaned = 0.00037622 Jy ! Component: 3500 - total flux cleaned = 0.0003061 Jy ! Component: 3550 - total flux cleaned = 0.000294475 Jy ! Component: 3600 - total flux cleaned = 0.00022534 Jy ! Component: 3650 - total flux cleaned = 0.000236713 Jy ! Component: 3700 - total flux cleaned = 0.000134507 Jy ! Component: 3750 - total flux cleaned = 0.000123289 Jy ! Component: 3800 - total flux cleaned = 8.9679e-05 Jy ! Component: 3850 - total flux cleaned = 6.73496e-05 Jy ! Component: 3900 - total flux cleaned = 1.20033e-05 Jy ! Component: 3950 - total flux cleaned = -3.19736e-05 Jy ! Component: 4000 - total flux cleaned = -0.000130054 Jy ! Component: 4050 - total flux cleaned = -0.00013009 Jy ! Total flux subtracted in 4096 components = -0.000151598 Jy ! Clean residual min=-0.000660 max=0.000694 Jy/beam ! Clean residual mean=-0.000001 rms=0.000189 Jy/beam ! Combined flux in latest and established models = 0.113862 Jy keep ! Adding 289 model components to the UV plane model. ! The established model now contains 436 components and 0.113862 Jy ![Exited script file: muppet] wmap "J2351-0109_S_2017_07_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.83 x 7.381 at -3.872 degrees (North through East) ! Clean map min=-0.0013311 max=0.081261 Jy/beam ! Writing clean map to FITS file: J2351-0109_S_2017_07_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0812613 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000185757 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.685775 0.685775 1.37155 2.7431 5.4862 10.9724 21.9448 43.8896 87.7793 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.081 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.83 x 7.381 at -3.872 degrees (North through East) ! Clean map min=-0.0013311 max=0.081261 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 J2351-0109_S_2017_07_16_pus_uvs.log closed on Thu May 9 11:21:19 2019