! Started logfile: J0532-3941_S_2017_08_05_pus_uvs.log on Thu May 9 19:21:49 2019 obs J0532-3941_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0532-3941_S_2017_08_05_pus_uva.fits ! AN table 1: 203 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.589272 visibilities/baseline/integration-bin. ! Found source: J0532-3941 ! ! 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 513 lines of history. ! ! Reading 21532 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 J0532-3941_S_2017_08_05_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 689 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 635 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 623 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1442 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.902029Jy sigma=0.005619 ! Fit after self-cal, rms=0.877032Jy sigma=0.005472 ! 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.242 mas, bmaj=6.194 mas, bpa=-4.245 degrees ! Estimated noise=1877.6 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.0888126 Jy ! Component: 100 - total flux cleaned = 0.115356 Jy ! Total flux subtracted in 100 components = 0.115356 Jy ! Clean residual min=-0.006990 max=0.016638 Jy/beam ! Clean residual mean=-0.000092 rms=0.002322 Jy/beam ! Combined flux in latest and established models = 0.115356 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.115356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116537Jy sigma=0.000703 ! Fit after self-cal, rms=0.116470Jy sigma=0.000703 ! Inverting map ! Added new window around map position (3, -2). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0180861 Jy ! Component: 100 - total flux cleaned = 0.0291612 Jy ! Total flux subtracted in 100 components = 0.0291612 Jy ! Clean residual min=-0.006174 max=0.009444 Jy/beam ! Clean residual mean=-0.000043 rms=0.001648 Jy/beam ! Combined flux in latest and established models = 0.144518 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 24 components and 0.144518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111639Jy sigma=0.000668 ! Fit after self-cal, rms=0.111507Jy sigma=0.000667 ! 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.817 mas, bmaj=7.413 mas, bpa=-4.061 degrees ! Estimated noise=1012.01 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.0152141 Jy ! Component: 100 - total flux cleaned = 0.0230912 Jy ! Component: 150 - total flux cleaned = 0.0273245 Jy ! Component: 200 - total flux cleaned = 0.029637 Jy ! Total flux subtracted in 200 components = 0.029637 Jy ! Clean residual min=-0.003375 max=0.005490 Jy/beam ! Clean residual mean=0.000025 rms=0.001023 Jy/beam ! Combined flux in latest and established models = 0.174155 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 55 components and 0.174155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109642Jy sigma=0.000654 ! Fit after self-cal, rms=0.109624Jy sigma=0.000653 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.93 HN 1.00* KP 1.06 ! LA 0.99 MK 1.05 NL 1.00* OV 1.01 ! PT 1.03 SC 0.93 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.00* KP 0.99 ! LA 0.96 MK 0.99 NL 1.00* OV 1.02 ! PT 0.97 SC 1.04 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00* KP 0.86 ! LA 1.00* MK 0.99 NL 1.50 OV 0.95 ! PT 0.95 SC 1.01 ! ! ! Correcting IF 4. ! A total of 588 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.109624Jy sigma=0.000653 ! Fit after self-cal, rms=0.115893Jy sigma=0.000652 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.846 mas, bmaj=7.518 mas, bpa=-2.065 degrees ! Estimated noise=1041.93 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.00102546 Jy ! Component: 100 - total flux cleaned = 0.000905382 Jy ! Component: 150 - total flux cleaned = 0.000727316 Jy ! Component: 200 - total flux cleaned = 0.000602274 Jy ! Total flux subtracted in 200 components = 0.000602274 Jy ! Clean residual min=-0.002550 max=0.002962 Jy/beam ! Clean residual mean=0.000024 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.174757 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 63 components and 0.174757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115854Jy sigma=0.000652 ! Fit after self-cal, rms=0.116118Jy sigma=0.000652 ! 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.116118Jy sigma=0.000652 ! Fit after self-cal, rms=0.116474Jy sigma=0.000651 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.836 mas, bmaj=7.497 mas, bpa=-2.091 degrees ! Estimated noise=1038.24 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000493435 Jy ! Component: 100 - total flux cleaned = 0.000407928 Jy ! Component: 150 - total flux cleaned = 0.000357468 Jy ! Component: 200 - total flux cleaned = 0.000311682 Jy ! Total flux subtracted in 200 components = 0.000311682 Jy ! Clean residual min=-0.002455 max=0.002847 Jy/beam ! Clean residual mean=0.000018 rms=0.000678 Jy/beam ! Combined flux in latest and established models = 0.175069 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 65 components and 0.175069 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116453Jy sigma=0.000651 ! Fit after self-cal, rms=0.116475Jy sigma=0.000651 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 = 6.68901e-05 Jy ! Component: 100 - total flux cleaned = 4.45788e-05 Jy ! Component: 150 - total flux cleaned = 2.3693e-05 Jy ! Component: 200 - total flux cleaned = -1.57172e-05 Jy ! Total flux subtracted in 200 components = -1.57172e-05 Jy ! Clean residual min=-0.002454 max=0.002866 Jy/beam ! Clean residual mean=0.000018 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.175053 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 65 components and 0.175053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116464Jy sigma=0.000651 ! Fit after self-cal, rms=0.116465Jy sigma=0.000651 ! 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.116465Jy sigma=0.000651 ! Fit after self-cal, rms=0.116989Jy sigma=0.000651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.831 mas, bmaj=7.512 mas, bpa=-2.016 degrees ! Estimated noise=1035.48 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000115441 Jy ! Component: 100 - total flux cleaned = 7.52169e-05 Jy ! Component: 150 - total flux cleaned = 5.83018e-05 Jy ! Component: 200 - total flux cleaned = 4.28556e-05 Jy ! Total flux subtracted in 200 components = 4.28556e-05 Jy ! Clean residual min=-0.002251 max=0.002727 Jy/beam ! Clean residual mean=0.000007 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.175096 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 71 components and 0.175096 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116979Jy sigma=0.000651 ! Fit after self-cal, rms=0.117006Jy sigma=0.000650 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 (28, -52.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000848739 Jy ! Component: 100 - total flux cleaned = 0.000774683 Jy ! Component: 150 - total flux cleaned = 0.000823889 Jy ! Component: 200 - total flux cleaned = 0.000864288 Jy ! Total flux subtracted in 200 components = 0.000864288 Jy ! Clean residual min=-0.002130 max=0.002187 Jy/beam ! Clean residual mean=0.000011 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.17596 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 83 components and 0.17596 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116920Jy sigma=0.000650 ! Fit after self-cal, rms=0.116916Jy sigma=0.000650 ! 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.116916Jy sigma=0.000650 ! Fit after self-cal, rms=0.116622Jy sigma=0.000650 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.484 mas, bmaj=27.17 mas, bpa=0.2384 degrees ! Estimated noise=1383.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000221441 Jy ! Component: 100 - total flux cleaned = 0.000181693 Jy ! Component: 150 - total flux cleaned = 0.00016584 Jy ! Component: 200 - total flux cleaned = 0.000167857 Jy ! Total flux subtracted in 200 components = 0.000167857 Jy ! Clean residual min=-0.002246 max=0.002289 Jy/beam ! Clean residual mean=0.000016 rms=0.000725 Jy/beam ! Combined flux in latest and established models = 0.176128 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 94 components and 0.176128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116610Jy sigma=0.000650 ! Fit after self-cal, rms=0.116606Jy sigma=0.000650 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 = 2.28978e-06 Jy ! Component: 100 - total flux cleaned = 1.94247e-06 Jy ! Component: 150 - total flux cleaned = -1.28059e-05 Jy ! Component: 200 - total flux cleaned = -2.62496e-05 Jy ! Total flux subtracted in 200 components = -2.62496e-05 Jy ! Clean residual min=-0.002234 max=0.002283 Jy/beam ! Clean residual mean=0.000017 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.176102 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 96 components and 0.176102 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116599Jy sigma=0.000650 ! Fit after self-cal, rms=0.116599Jy sigma=0.000650 ! 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.829 mas, bmaj=7.507 mas, bpa=-1.921 degrees ! Estimated noise=1034.32 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.829 x 7.507 at -1.921 degrees (North through East) ! Clean map min=-0.0021058 max=0.12022 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.251 mas, bmaj=6.219 mas, bpa=-1.925 degrees ! Estimated noise=1959.64 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0883621 Jy ! Component: 100 - total flux cleaned = 0.120379 Jy ! Component: 150 - total flux cleaned = 0.139586 Jy ! Component: 200 - total flux cleaned = 0.151509 Jy ! Total flux subtracted in 200 components = 0.151509 Jy ! Clean residual min=-0.005181 max=0.008835 Jy/beam ! Clean residual mean=-0.000039 rms=0.001429 Jy/beam ! Combined flux in latest and established models = 0.151509 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 23 model components to the UV plane model. ! The established model now contains 23 components and 0.151509 Jy ! Inverting map and beam ! Estimated beam: bmin=2.829 mas, bmaj=7.507 mas, bpa=-1.921 degrees ! Estimated noise=1034.32 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.0116538 Jy ! Component: 100 - total flux cleaned = 0.0175174 Jy ! Component: 150 - total flux cleaned = 0.020392 Jy ! Component: 200 - total flux cleaned = 0.0214473 Jy ! Total flux subtracted in 200 components = 0.0214473 Jy ! Clean residual min=-0.002555 max=0.002427 Jy/beam ! Clean residual mean=-0.000001 rms=0.000648 Jy/beam ! Combined flux in latest and established models = 0.172957 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 60 components and 0.172957 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=9.484 mas, bmaj=27.17 mas, bpa=0.2384 degrees ! Estimated noise=1383.2 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184459 Jy ! Component: 100 - total flux cleaned = 0.00210974 Jy ! Component: 150 - total flux cleaned = 0.00233947 Jy ! Component: 200 - total flux cleaned = 0.00244316 Jy ! Total flux subtracted in 200 components = 0.00244316 Jy ! Clean residual min=-0.002290 max=0.002360 Jy/beam ! Clean residual mean=0.000012 rms=0.000749 Jy/beam ! Combined flux in latest and established models = 0.1754 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 = 6.68364e-05 Jy ! Component: 100 - total flux cleaned = 0.00012219 Jy ! Component: 150 - total flux cleaned = 0.000139916 Jy ! Component: 200 - total flux cleaned = 0.000140801 Jy ! Total flux subtracted in 200 components = 0.000140801 Jy ! Clean residual min=-0.002311 max=0.002353 Jy/beam ! Clean residual mean=0.000014 rms=0.000740 Jy/beam ! Combined flux in latest and established models = 0.175541 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 81 components and 0.175541 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.829 mas, bmaj=7.507 mas, bpa=-1.921 degrees ! Estimated noise=1034.32 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000406012 Jy ! Component: 100 - total flux cleaned = 0.000408161 Jy ! Component: 150 - total flux cleaned = 0.000370655 Jy ! Component: 200 - total flux cleaned = 0.000370769 Jy ! Total flux subtracted in 200 components = 0.000370769 Jy ! Clean residual min=-0.002246 max=0.002249 Jy/beam ! Clean residual mean=0.000008 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.175911 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 97 components and 0.175911 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116609Jy sigma=0.000650 ! Fit after self-cal, rms=0.116614Jy sigma=0.000650 wmodel J0532-3941_S_2017_08_05_pus_map.mod ! Writing 97 model components to file: J0532-3941_S_2017_08_05_pus_map.mod wobs J0532-3941_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0532-3941_S_2017_08_05_pus_uvs.fits wwins J0532-3941_S_2017_08_05_pus_map.win ! wwins: Wrote 3 windows to J0532-3941_S_2017_08_05_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 = -8.40948e-05 Jy ! Component: 100 - total flux cleaned = -4.71377e-05 Jy ! Component: 150 - total flux cleaned = -0.00022286 Jy ! Component: 200 - total flux cleaned = -0.00028985 Jy ! Component: 250 - total flux cleaned = -0.000451203 Jy ! Component: 300 - total flux cleaned = -0.000670653 Jy ! Component: 350 - total flux cleaned = -0.000822739 Jy ! Component: 400 - total flux cleaned = -0.000971013 Jy ! Component: 450 - total flux cleaned = -0.00102852 Jy ! Component: 500 - total flux cleaned = -0.00108482 Jy ! Component: 550 - total flux cleaned = -0.00113997 Jy ! Component: 600 - total flux cleaned = -0.0011941 Jy ! Component: 650 - total flux cleaned = -0.00127434 Jy ! Component: 700 - total flux cleaned = -0.00137961 Jy ! Component: 750 - total flux cleaned = -0.00148335 Jy ! Component: 800 - total flux cleaned = -0.00161022 Jy ! Component: 850 - total flux cleaned = -0.00175942 Jy ! Component: 900 - total flux cleaned = -0.00183275 Jy ! Component: 950 - total flux cleaned = -0.00192875 Jy ! Component: 1000 - total flux cleaned = -0.0019766 Jy ! Component: 1050 - total flux cleaned = -0.00213935 Jy ! Component: 1100 - total flux cleaned = -0.0022081 Jy ! Component: 1150 - total flux cleaned = -0.00223046 Jy ! Component: 1200 - total flux cleaned = -0.0022748 Jy ! Component: 1250 - total flux cleaned = -0.00234043 Jy ! Component: 1300 - total flux cleaned = -0.0022757 Jy ! Component: 1350 - total flux cleaned = -0.00229704 Jy ! Component: 1400 - total flux cleaned = -0.00229705 Jy ! Component: 1450 - total flux cleaned = -0.00233858 Jy ! Component: 1500 - total flux cleaned = -0.00229761 Jy ! Component: 1550 - total flux cleaned = -0.00235812 Jy ! Component: 1600 - total flux cleaned = -0.00229813 Jy ! Component: 1650 - total flux cleaned = -0.00227859 Jy ! Component: 1700 - total flux cleaned = -0.00220062 Jy ! Component: 1750 - total flux cleaned = -0.0022199 Jy ! Component: 1800 - total flux cleaned = -0.00218202 Jy ! Component: 1850 - total flux cleaned = -0.00220073 Jy ! Component: 1900 - total flux cleaned = -0.00214476 Jy ! Component: 1950 - total flux cleaned = -0.00208964 Jy ! Component: 2000 - total flux cleaned = -0.00210765 Jy ! Component: 2050 - total flux cleaned = -0.00203593 Jy ! Component: 2100 - total flux cleaned = -0.00201799 Jy ! Component: 2150 - total flux cleaned = -0.0020181 Jy ! Component: 2200 - total flux cleaned = -0.00201789 Jy ! Component: 2250 - total flux cleaned = -0.0019663 Jy ! Component: 2300 - total flux cleaned = -0.00193241 Jy ! Component: 2350 - total flux cleaned = -0.00193254 Jy ! Component: 2400 - total flux cleaned = -0.00193246 Jy ! Component: 2450 - total flux cleaned = -0.00194853 Jy ! Component: 2500 - total flux cleaned = -0.00193212 Jy ! Component: 2550 - total flux cleaned = -0.00193196 Jy ! Component: 2600 - total flux cleaned = -0.00186797 Jy ! Component: 2650 - total flux cleaned = -0.00186804 Jy ! Component: 2700 - total flux cleaned = -0.00186805 Jy ! Component: 2750 - total flux cleaned = -0.00180586 Jy ! Component: 2800 - total flux cleaned = -0.00179057 Jy ! Component: 2850 - total flux cleaned = -0.0018211 Jy ! Component: 2900 - total flux cleaned = -0.00180604 Jy ! Component: 2950 - total flux cleaned = -0.00177588 Jy ! Component: 3000 - total flux cleaned = -0.0017462 Jy ! Component: 3050 - total flux cleaned = -0.00170201 Jy ! Component: 3100 - total flux cleaned = -0.00176062 Jy ! Component: 3150 - total flux cleaned = -0.00174603 Jy ! Component: 3200 - total flux cleaned = -0.001746 Jy ! Component: 3250 - total flux cleaned = -0.00174587 Jy ! Component: 3300 - total flux cleaned = -0.00173155 Jy ! Component: 3350 - total flux cleaned = -0.00168922 Jy ! Component: 3400 - total flux cleaned = -0.00168921 Jy ! Component: 3450 - total flux cleaned = -0.00166138 Jy ! Component: 3500 - total flux cleaned = -0.00162001 Jy ! Component: 3550 - total flux cleaned = -0.00164748 Jy ! Component: 3600 - total flux cleaned = -0.00167481 Jy ! Component: 3650 - total flux cleaned = -0.00156643 Jy ! Component: 3700 - total flux cleaned = -0.00160697 Jy ! Component: 3750 - total flux cleaned = -0.00155354 Jy ! Component: 3800 - total flux cleaned = -0.00158012 Jy ! Component: 3850 - total flux cleaned = -0.00160658 Jy ! Component: 3900 - total flux cleaned = -0.00158038 Jy ! Component: 3950 - total flux cleaned = -0.00154124 Jy ! Component: 4000 - total flux cleaned = -0.00152827 Jy ! Component: 4050 - total flux cleaned = -0.00154114 Jy ! Total flux subtracted in 4096 components = -0.00148975 Jy ! Clean residual min=-0.000738 max=0.000709 Jy/beam ! Clean residual mean=-0.000004 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.174422 Jy keep ! Adding 251 model components to the UV plane model. ! The established model now contains 348 components and 0.174422 Jy ![Exited script file: muppet] wmap "J0532-3941_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.829 x 7.507 at -1.921 degrees (North through East) ! Clean map min=-0.0022509 max=0.12101 Jy/beam ! Writing clean map to FITS file: J0532-3941_S_2017_08_05_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.121013 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000223778 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.554759 0.554759 1.10952 2.21904 4.43807 8.87615 17.7523 35.5046 71.0092 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.121 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.829 x 7.507 at -1.921 degrees (North through East) ! Clean map min=-0.0022509 max=0.12101 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 J0532-3941_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:21:54 2019