! Started logfile: J0532-3848_S_2017_08_05_pus_uvs.log on Thu May 9 19:21:43 2019 obs J0532-3848_S_2017_08_05_pus_uva.fits ! Reading UV FITS file: J0532-3848_S_2017_08_05_pus_uva.fits ! AN table 1: 173 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.587155 visibilities/baseline/integration-bin. ! Found source: J0532-3848 ! ! 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 18284 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-3848_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 535 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 535 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 535 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1238 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.893490Jy sigma=0.005665 ! Fit after self-cal, rms=0.874254Jy sigma=0.005551 ! 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.212 mas, bmaj=6.278 mas, bpa=-3.471 degrees ! Estimated noise=1654.72 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.100724 Jy ! Component: 100 - total flux cleaned = 0.123902 Jy ! Total flux subtracted in 100 components = 0.123902 Jy ! Clean residual min=-0.006505 max=0.010289 Jy/beam ! Clean residual mean=-0.000021 rms=0.001605 Jy/beam ! Combined flux in latest and established models = 0.123902 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.123902 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106463Jy sigma=0.000650 ! Fit after self-cal, rms=0.106468Jy sigma=0.000650 ! Inverting map ! Added new window around map position (-6.5, -0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00996148 Jy ! Component: 100 - total flux cleaned = 0.0141685 Jy ! Total flux subtracted in 100 components = 0.0141685 Jy ! Clean residual min=-0.005246 max=0.006873 Jy/beam ! Clean residual mean=-0.000005 rms=0.001303 Jy/beam ! Combined flux in latest and established models = 0.13807 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 16 components and 0.13807 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105550Jy sigma=0.000644 ! Fit after self-cal, rms=0.105493Jy sigma=0.000643 ! 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.757 mas, bmaj=7.341 mas, bpa=-4.912 degrees ! Estimated noise=1062.81 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.00437244 Jy ! Component: 100 - total flux cleaned = 0.00579745 Jy ! Component: 150 - total flux cleaned = 0.00632089 Jy ! Component: 200 - total flux cleaned = 0.00667071 Jy ! Total flux subtracted in 200 components = 0.00667071 Jy ! Clean residual min=-0.003598 max=0.003534 Jy/beam ! Clean residual mean=0.000013 rms=0.000853 Jy/beam ! Combined flux in latest and established models = 0.144741 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 30 components and 0.144741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105292Jy sigma=0.000642 ! Fit after self-cal, rms=0.105300Jy sigma=0.000642 ! 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.03 ! LA 0.98 MK 1.02 NL 1.00* OV 0.97 ! PT 1.07 SC 0.97 ! ! ! 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.99 HN 1.00* KP 0.98 ! LA 0.93 MK 0.99 NL 1.00* OV 1.04 ! PT 1.02 SC 1.01 ! ! ! 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.90 ! LA 1.00* MK 1.03 NL 1.37 OV 0.92 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 4. ! A total of 492 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.105300Jy sigma=0.000642 ! Fit after self-cal, rms=0.109429Jy sigma=0.000642 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.785 mas, bmaj=7.418 mas, bpa=-3.163 degrees ! Estimated noise=1100.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.000989076 Jy ! Component: 100 - total flux cleaned = -0.0011097 Jy ! Component: 150 - total flux cleaned = -0.00114523 Jy ! Component: 200 - total flux cleaned = -0.00117634 Jy ! Total flux subtracted in 200 components = -0.00117634 Jy ! Clean residual min=-0.002495 max=0.002763 Jy/beam ! Clean residual mean=0.000003 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.143565 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.143565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109396Jy sigma=0.000641 ! Fit after self-cal, rms=0.109536Jy sigma=0.000641 ! 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.109536Jy sigma=0.000641 ! Fit after self-cal, rms=0.110021Jy sigma=0.000641 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.789 mas, bmaj=7.414 mas, bpa=-3.189 degrees ! Estimated noise=1099.7 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00060685 Jy ! Component: 100 - total flux cleaned = -0.000797192 Jy ! Component: 150 - total flux cleaned = -0.000878792 Jy ! Component: 200 - total flux cleaned = -0.000903245 Jy ! Total flux subtracted in 200 components = -0.000903245 Jy ! Clean residual min=-0.002395 max=0.002472 Jy/beam ! Clean residual mean=0.000004 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.142661 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 46 components and 0.142661 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110001Jy sigma=0.000641 ! Fit after self-cal, rms=0.110016Jy sigma=0.000641 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.000335513 Jy ! Component: 100 - total flux cleaned = -0.000336414 Jy ! Component: 150 - total flux cleaned = -0.000359325 Jy ! Component: 200 - total flux cleaned = -0.000380356 Jy ! Total flux subtracted in 200 components = -0.000380356 Jy ! Clean residual min=-0.002381 max=0.002462 Jy/beam ! Clean residual mean=0.000003 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.142281 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 46 components and 0.142281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110003Jy sigma=0.000641 ! Fit after self-cal, rms=0.110001Jy sigma=0.000641 ! 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.110001Jy sigma=0.000641 ! Fit after self-cal, rms=0.111219Jy sigma=0.000640 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.791 mas, bmaj=7.446 mas, bpa=-3.096 degrees ! Estimated noise=1099.68 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000594998 Jy ! Component: 100 - total flux cleaned = -0.000725188 Jy ! Component: 150 - total flux cleaned = -0.000799419 Jy ! Component: 200 - total flux cleaned = -0.000882198 Jy ! Total flux subtracted in 200 components = -0.000882198 Jy ! Clean residual min=-0.002253 max=0.002571 Jy/beam ! Clean residual mean=0.000008 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.141399 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 56 components and 0.141399 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111208Jy sigma=0.000640 ! Fit after self-cal, rms=0.111245Jy sigma=0.000640 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 (-48, -110.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0022711 Jy ! Component: 100 - total flux cleaned = 0.00249012 Jy ! Component: 150 - total flux cleaned = 0.00251869 Jy ! Component: 200 - total flux cleaned = 0.00254383 Jy ! Total flux subtracted in 200 components = 0.00254383 Jy ! Clean residual min=-0.002081 max=0.002014 Jy/beam ! Clean residual mean=0.000000 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.143943 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 75 components and 0.143943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111198Jy sigma=0.000640 ! Fit after self-cal, rms=0.111198Jy sigma=0.000640 ! 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.111198Jy sigma=0.000640 ! Fit after self-cal, rms=0.111465Jy sigma=0.000640 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.349 mas, bmaj=26.4 mas, bpa=-1.062 degrees ! Estimated noise=1472.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000352068 Jy ! Component: 100 - total flux cleaned = 0.000301175 Jy ! Component: 150 - total flux cleaned = 0.000257075 Jy ! Component: 200 - total flux cleaned = 0.000192085 Jy ! Total flux subtracted in 200 components = 0.000192085 Jy ! Clean residual min=-0.001785 max=0.002108 Jy/beam ! Clean residual mean=0.000002 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.144135 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 88 components and 0.144135 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111463Jy sigma=0.000640 ! Fit after self-cal, rms=0.111469Jy sigma=0.000640 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 = 5.16844e-05 Jy ! Component: 100 - total flux cleaned = 1.55729e-05 Jy ! Component: 150 - total flux cleaned = -1.53364e-05 Jy ! Component: 200 - total flux cleaned = -3.32923e-05 Jy ! Total flux subtracted in 200 components = -3.32923e-05 Jy ! Clean residual min=-0.001800 max=0.002135 Jy/beam ! Clean residual mean=-0.000000 rms=0.000574 Jy/beam ! Combined flux in latest and established models = 0.144101 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 95 components and 0.144101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111466Jy sigma=0.000640 ! Fit after self-cal, rms=0.111466Jy sigma=0.000640 ! 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.793 mas, bmaj=7.459 mas, bpa=-3.126 degrees ! Estimated noise=1098.85 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.793 x 7.459 at -3.126 degrees (North through East) ! Clean map min=-0.0025694 max=0.12728 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.229 mas, bmaj=6.375 mas, bpa=-1.723 degrees ! Estimated noise=1745.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.102864 Jy ! Component: 100 - total flux cleaned = 0.126265 Jy ! Component: 150 - total flux cleaned = 0.135176 Jy ! Component: 200 - total flux cleaned = 0.140039 Jy ! Total flux subtracted in 200 components = 0.140039 Jy ! Clean residual min=-0.004407 max=0.003841 Jy/beam ! Clean residual mean=-0.000004 rms=0.001005 Jy/beam ! Combined flux in latest and established models = 0.140039 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.140039 Jy ! Inverting map and beam ! Estimated beam: bmin=2.793 mas, bmaj=7.459 mas, bpa=-3.126 degrees ! Estimated noise=1098.85 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.00321532 Jy ! Component: 100 - total flux cleaned = 0.00403756 Jy ! Component: 150 - total flux cleaned = 0.00438853 Jy ! Component: 200 - total flux cleaned = 0.00458467 Jy ! Total flux subtracted in 200 components = 0.00458467 Jy ! Clean residual min=-0.002305 max=0.002187 Jy/beam ! Clean residual mean=-0.000001 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.144624 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 39 components and 0.144624 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.349 mas, bmaj=26.4 mas, bpa=-1.062 degrees ! Estimated noise=1472.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000442768 Jy ! Component: 100 - total flux cleaned = -0.000530429 Jy ! Component: 150 - total flux cleaned = -0.000507511 Jy ! Component: 200 - total flux cleaned = -0.000528708 Jy ! Total flux subtracted in 200 components = -0.000528708 Jy ! Clean residual min=-0.001829 max=0.002303 Jy/beam ! Clean residual mean=0.000001 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 0.144095 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.47743e-06 Jy ! Component: 100 - total flux cleaned = -5.02464e-06 Jy ! Component: 150 - total flux cleaned = -8.01026e-06 Jy ! Component: 200 - total flux cleaned = -1.02202e-05 Jy ! Total flux subtracted in 200 components = -1.02202e-05 Jy ! Clean residual min=-0.001837 max=0.002298 Jy/beam ! Clean residual mean=0.000001 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.144085 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 51 components and 0.144085 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.793 mas, bmaj=7.459 mas, bpa=-3.126 degrees ! Estimated noise=1098.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000520406 Jy ! Component: 100 - total flux cleaned = 0.00055435 Jy ! Component: 150 - total flux cleaned = 0.000585455 Jy ! Component: 200 - total flux cleaned = 0.000586129 Jy ! Total flux subtracted in 200 components = 0.000586129 Jy ! Clean residual min=-0.002095 max=0.002123 Jy/beam ! Clean residual mean=0.000000 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.144671 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 66 components and 0.144671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111492Jy sigma=0.000640 ! Fit after self-cal, rms=0.111467Jy sigma=0.000640 wmodel J0532-3848_S_2017_08_05_pus_map.mod ! Writing 66 model components to file: J0532-3848_S_2017_08_05_pus_map.mod wobs J0532-3848_S_2017_08_05_pus_uvs.fits ! Writing UV FITS file: J0532-3848_S_2017_08_05_pus_uvs.fits wwins J0532-3848_S_2017_08_05_pus_map.win ! wwins: Wrote 3 windows to J0532-3848_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 = 0.000425831 Jy ! Component: 100 - total flux cleaned = 0.000353577 Jy ! Component: 150 - total flux cleaned = 0.000251853 Jy ! Component: 200 - total flux cleaned = 0.000121229 Jy ! Component: 250 - total flux cleaned = -3.50891e-05 Jy ! Component: 300 - total flux cleaned = -0.000185661 Jy ! Component: 350 - total flux cleaned = -0.000359934 Jy ! Component: 400 - total flux cleaned = -0.000500242 Jy ! Component: 450 - total flux cleaned = -0.000663698 Jy ! Component: 500 - total flux cleaned = -0.000797124 Jy ! Component: 550 - total flux cleaned = -0.000953673 Jy ! Component: 600 - total flux cleaned = -0.00110635 Jy ! Component: 650 - total flux cleaned = -0.00120661 Jy ! Component: 700 - total flux cleaned = -0.00130471 Jy ! Component: 750 - total flux cleaned = -0.00140057 Jy ! Component: 800 - total flux cleaned = -0.00154163 Jy ! Component: 850 - total flux cleaned = -0.00158783 Jy ! Component: 900 - total flux cleaned = -0.0017238 Jy ! Component: 950 - total flux cleaned = -0.00183508 Jy ! Component: 1000 - total flux cleaned = -0.00192252 Jy ! Component: 1050 - total flux cleaned = -0.00192246 Jy ! Component: 1100 - total flux cleaned = -0.00207117 Jy ! Component: 1150 - total flux cleaned = -0.00215482 Jy ! Component: 1200 - total flux cleaned = -0.00225752 Jy ! Component: 1250 - total flux cleaned = -0.00233846 Jy ! Component: 1300 - total flux cleaned = -0.0023981 Jy ! Component: 1350 - total flux cleaned = -0.00241782 Jy ! Component: 1400 - total flux cleaned = -0.00251512 Jy ! Component: 1450 - total flux cleaned = -0.00255337 Jy ! Component: 1500 - total flux cleaned = -0.0025916 Jy ! Component: 1550 - total flux cleaned = -0.0026478 Jy ! Component: 1600 - total flux cleaned = -0.00272166 Jy ! Component: 1650 - total flux cleaned = -0.00277593 Jy ! Component: 1700 - total flux cleaned = -0.00284808 Jy ! Component: 1750 - total flux cleaned = -0.00286621 Jy ! Component: 1800 - total flux cleaned = -0.0029893 Jy ! Component: 1850 - total flux cleaned = -0.00304131 Jy ! Component: 1900 - total flux cleaned = -0.00305858 Jy ! Component: 1950 - total flux cleaned = -0.00316046 Jy ! Component: 2000 - total flux cleaned = -0.0031942 Jy ! Component: 2050 - total flux cleaned = -0.00322734 Jy ! Component: 2100 - total flux cleaned = -0.00332572 Jy ! Component: 2150 - total flux cleaned = -0.00335817 Jy ! Component: 2200 - total flux cleaned = -0.00340667 Jy ! Component: 2250 - total flux cleaned = -0.00343858 Jy ! Component: 2300 - total flux cleaned = -0.00348606 Jy ! Component: 2350 - total flux cleaned = -0.00350189 Jy ! Component: 2400 - total flux cleaned = -0.00353286 Jy ! Component: 2450 - total flux cleaned = -0.00351757 Jy ! Component: 2500 - total flux cleaned = -0.00350246 Jy ! Component: 2550 - total flux cleaned = -0.00350237 Jy ! Component: 2600 - total flux cleaned = -0.00348755 Jy ! Component: 2650 - total flux cleaned = -0.00348761 Jy ! Component: 2700 - total flux cleaned = -0.00350206 Jy ! Component: 2750 - total flux cleaned = -0.00347316 Jy ! Component: 2800 - total flux cleaned = -0.00347332 Jy ! Component: 2850 - total flux cleaned = -0.00350176 Jy ! Component: 2900 - total flux cleaned = -0.00344525 Jy ! Component: 2950 - total flux cleaned = -0.00340311 Jy ! Component: 3000 - total flux cleaned = -0.00337518 Jy ! Component: 3050 - total flux cleaned = -0.00334754 Jy ! Component: 3100 - total flux cleaned = -0.00330641 Jy ! Component: 3150 - total flux cleaned = -0.00325192 Jy ! Component: 3200 - total flux cleaned = -0.00323849 Jy ! Component: 3250 - total flux cleaned = -0.00323843 Jy ! Component: 3300 - total flux cleaned = -0.00318504 Jy ! Component: 3350 - total flux cleaned = -0.00319827 Jy ! Component: 3400 - total flux cleaned = -0.00319834 Jy ! Component: 3450 - total flux cleaned = -0.00319831 Jy ! Component: 3500 - total flux cleaned = -0.00315933 Jy ! Component: 3550 - total flux cleaned = -0.00317227 Jy ! Component: 3600 - total flux cleaned = -0.00319783 Jy ! Component: 3650 - total flux cleaned = -0.00321058 Jy ! Component: 3700 - total flux cleaned = -0.00317265 Jy ! Component: 3750 - total flux cleaned = -0.00313509 Jy ! Component: 3800 - total flux cleaned = -0.00314759 Jy ! Component: 3850 - total flux cleaned = -0.00317222 Jy ! Component: 3900 - total flux cleaned = -0.00313515 Jy ! Component: 3950 - total flux cleaned = -0.00313518 Jy ! Component: 4000 - total flux cleaned = -0.00313517 Jy ! Component: 4050 - total flux cleaned = -0.00314729 Jy ! Total flux subtracted in 4096 components = -0.00315932 Jy ! Clean residual min=-0.000684 max=0.000744 Jy/beam ! Clean residual mean=-0.000009 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.141511 Jy keep ! Adding 248 model components to the UV plane model. ! The established model now contains 314 components and 0.141512 Jy ![Exited script file: muppet] wmap "J0532-3848_S_2017_08_05_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.793 x 7.459 at -3.126 degrees (North through East) ! Clean map min=-0.0017133 max=0.12929 Jy/beam ! Writing clean map to FITS file: J0532-3848_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.129295 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000205407 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.476603 0.476603 0.953207 1.90641 3.81283 7.62565 15.2513 30.5026 61.0052 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.129 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.793 x 7.459 at -3.126 degrees (North through East) ! Clean map min=-0.0017133 max=0.12929 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-3848_S_2017_08_05_pus_uvs.log closed on Thu May 9 19:21:49 2019