! Started logfile: J0343-2530_S_2017_03_23_pus_uvs.log on Mon May 13 09:47:11 2019 obs J0343-2530_S_2017_03_23_pus_uva.fits ! Reading UV FITS file: J0343-2530_S_2017_03_23_pus_uva.fits ! AN table 1: 116 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.917241 visibilities/baseline/integration-bin. ! Found source: J0343-2530 ! ! 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 481 lines of history. ! ! Reading 19152 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 J0343-2530_S_2017_03_23_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 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 445 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.874141Jy sigma=0.005562 ! Fit after self-cal, rms=0.836337Jy sigma=0.005320 ! 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.533 mas, bmaj=6.627 mas, bpa=-7.995 degrees ! Estimated noise=1637.26 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.127482 Jy ! Component: 100 - total flux cleaned = 0.159671 Jy ! Total flux subtracted in 100 components = 0.159671 Jy ! Clean residual min=-0.006940 max=0.012498 Jy/beam ! Clean residual mean=-0.000039 rms=0.001876 Jy/beam ! Combined flux in latest and established models = 0.159671 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.159671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120576Jy sigma=0.000702 ! Fit after self-cal, rms=0.120573Jy sigma=0.000702 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0126466 Jy ! Component: 100 - total flux cleaned = 0.0196182 Jy ! Total flux subtracted in 100 components = 0.0196182 Jy ! Clean residual min=-0.006665 max=0.006920 Jy/beam ! Clean residual mean=-0.000029 rms=0.001564 Jy/beam ! Combined flux in latest and established models = 0.17929 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 19 components and 0.17929 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.118512Jy sigma=0.000690 ! Fit after self-cal, rms=0.118512Jy sigma=0.000689 ! 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.008 mas, bmaj=7.666 mas, bpa=-6.554 degrees ! Estimated noise=888.678 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 (-3.5, -10). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00950924 Jy ! Component: 100 - total flux cleaned = 0.0153807 Jy ! Component: 150 - total flux cleaned = 0.0193979 Jy ! Component: 200 - total flux cleaned = 0.0222253 Jy ! Total flux subtracted in 200 components = 0.0222253 Jy ! Clean residual min=-0.004982 max=0.004867 Jy/beam ! Clean residual mean=-0.000038 rms=0.001247 Jy/beam ! Combined flux in latest and established models = 0.201515 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 61 components and 0.201515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117517Jy sigma=0.000684 ! Fit after self-cal, rms=0.117459Jy sigma=0.000684 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.96 HN 1.03 KP 1.05 ! LA 1.02 MK 0.98 NL 0.89 OV 1.03 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 0.99 HN 1.08 KP 1.03 ! LA 0.96 MK 0.97 NL 1.03 OV 1.03 ! PT 0.99 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.01 HN 1.09 KP 0.87 ! LA 0.75 MK 1.02 NL 1.12 OV 0.94 ! PT 0.96 SC 1.01 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.04 HN 1.02 KP 1.00* ! LA 0.72 MK 1.16 NL 1.00* OV 1.64 ! PT 0.98 SC 1.00* ! ! ! Fit before self-cal, rms=0.117459Jy sigma=0.000684 ! Fit after self-cal, rms=0.113867Jy sigma=0.000669 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.03 mas, bmaj=7.708 mas, bpa=-6.262 degrees ! Estimated noise=886.041 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.000678732 Jy ! Component: 100 - total flux cleaned = 0.000582659 Jy ! Component: 150 - total flux cleaned = 0.000504131 Jy ! Component: 200 - total flux cleaned = 0.000539246 Jy ! Total flux subtracted in 200 components = 0.000539246 Jy ! Clean residual min=-0.003157 max=0.002947 Jy/beam ! Clean residual mean=0.000001 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.202054 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 78 components and 0.202054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113826Jy sigma=0.000669 ! Fit after self-cal, rms=0.113865Jy sigma=0.000668 ! 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.113865Jy sigma=0.000668 ! Fit after self-cal, rms=0.114582Jy sigma=0.000667 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.033 mas, bmaj=7.71 mas, bpa=-6.27 degrees ! Estimated noise=885.134 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000236056 Jy ! Component: 100 - total flux cleaned = 0.000324924 Jy ! Component: 150 - total flux cleaned = 0.000326472 Jy ! Component: 200 - total flux cleaned = 0.000327869 Jy ! Total flux subtracted in 200 components = 0.000327869 Jy ! Clean residual min=-0.002852 max=0.002859 Jy/beam ! Clean residual mean=0.000004 rms=0.000684 Jy/beam ! Combined flux in latest and established models = 0.202382 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 89 components and 0.202382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114567Jy sigma=0.000667 ! Fit after self-cal, rms=0.114593Jy sigma=0.000667 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 = 8.91737e-05 Jy ! Component: 100 - total flux cleaned = 8.9289e-05 Jy ! Component: 150 - total flux cleaned = 0.000107388 Jy ! Component: 200 - total flux cleaned = 0.000107575 Jy ! Total flux subtracted in 200 components = 0.000107575 Jy ! Clean residual min=-0.002831 max=0.002845 Jy/beam ! Clean residual mean=0.000004 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.20249 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 96 components and 0.20249 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114587Jy sigma=0.000667 ! Fit after self-cal, rms=0.114585Jy sigma=0.000667 ! 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.114585Jy sigma=0.000667 ! Fit after self-cal, rms=0.114831Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.034 mas, bmaj=7.703 mas, bpa=-6.229 degrees ! Estimated noise=884.203 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.81875e-05 Jy ! Component: 100 - total flux cleaned = -7.47261e-05 Jy ! Component: 150 - total flux cleaned = -9.42361e-05 Jy ! Component: 200 - total flux cleaned = -9.37644e-05 Jy ! Total flux subtracted in 200 components = -9.37644e-05 Jy ! Clean residual min=-0.002802 max=0.002847 Jy/beam ! Clean residual mean=0.000004 rms=0.000673 Jy/beam ! Combined flux in latest and established models = 0.202396 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 101 components and 0.202396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114823Jy sigma=0.000667 ! Fit after self-cal, rms=0.114829Jy sigma=0.000667 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.9506e-05 Jy ! Component: 100 - total flux cleaned = 1.21967e-05 Jy ! Component: 150 - total flux cleaned = 1.16649e-05 Jy ! Component: 200 - total flux cleaned = 1.18544e-05 Jy ! Total flux subtracted in 200 components = 1.18544e-05 Jy ! Clean residual min=-0.002775 max=0.002842 Jy/beam ! Clean residual mean=0.000004 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.202408 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 104 components and 0.202408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114825Jy sigma=0.000667 ! Fit after self-cal, rms=0.114824Jy sigma=0.000667 ! 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.114824Jy sigma=0.000667 ! Fit after self-cal, rms=0.114874Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.612 mas, bmaj=17.41 mas, bpa=0.1123 degrees ! Estimated noise=1138.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000706397 Jy ! Component: 100 - total flux cleaned = -0.00078058 Jy ! Component: 150 - total flux cleaned = -0.000799735 Jy ! Component: 200 - total flux cleaned = -0.000814242 Jy ! Total flux subtracted in 200 components = -0.000814242 Jy ! Clean residual min=-0.003813 max=0.004693 Jy/beam ! Clean residual mean=0.000009 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.201594 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 109 components and 0.201594 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114877Jy sigma=0.000667 ! Fit after self-cal, rms=0.114874Jy sigma=0.000667 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 (-17, -49.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00269899 Jy ! Component: 100 - total flux cleaned = 0.00351578 Jy ! Component: 150 - total flux cleaned = 0.00435227 Jy ! Component: 200 - total flux cleaned = 0.00491746 Jy ! Total flux subtracted in 200 components = 0.00491746 Jy ! Clean residual min=-0.002862 max=0.002957 Jy/beam ! Clean residual mean=0.000018 rms=0.000802 Jy/beam ! Combined flux in latest and established models = 0.206511 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 151 components and 0.206511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114789Jy sigma=0.000666 ! Fit after self-cal, rms=0.114780Jy sigma=0.000666 ! 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.036 mas, bmaj=7.7 mas, bpa=-6.174 degrees ! Estimated noise=883.597 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.036 x 7.7 at -6.174 degrees (North through East) ! Clean map min=-0.0025332 max=0.1643 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.548 mas, bmaj=6.617 mas, bpa=-7.538 degrees ! Estimated noise=1644.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.127741 Jy ! Component: 100 - total flux cleaned = 0.159479 Jy ! Component: 150 - total flux cleaned = 0.172226 Jy ! Component: 200 - total flux cleaned = 0.179937 Jy ! Total flux subtracted in 200 components = 0.179937 Jy ! Clean residual min=-0.004528 max=0.004878 Jy/beam ! Clean residual mean=-0.000025 rms=0.001206 Jy/beam ! Combined flux in latest and established models = 0.179937 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.179937 Jy ! Inverting map and beam ! Estimated beam: bmin=3.036 mas, bmaj=7.7 mas, bpa=-6.174 degrees ! Estimated noise=883.597 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.00760464 Jy ! Component: 100 - total flux cleaned = 0.0121569 Jy ! Component: 150 - total flux cleaned = 0.0155049 Jy ! Component: 200 - total flux cleaned = 0.01817 Jy ! Total flux subtracted in 200 components = 0.01817 Jy ! Clean residual min=-0.002580 max=0.002496 Jy/beam ! Clean residual mean=0.000001 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.198107 Jy ! Adding 64 model components to the UV plane model. ! The established model now contains 96 components and 0.198108 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.612 mas, bmaj=17.41 mas, bpa=0.1123 degrees ! Estimated noise=1138.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00281429 Jy ! Component: 100 - total flux cleaned = 0.00429353 Jy ! Component: 150 - total flux cleaned = 0.00538939 Jy ! Component: 200 - total flux cleaned = 0.0063416 Jy ! Total flux subtracted in 200 components = 0.0063416 Jy ! Clean residual min=-0.002987 max=0.002874 Jy/beam ! Clean residual mean=0.000014 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.204449 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.000646652 Jy ! Component: 100 - total flux cleaned = 0.00120902 Jy ! Component: 150 - total flux cleaned = 0.00166399 Jy ! Component: 200 - total flux cleaned = 0.00207119 Jy ! Total flux subtracted in 200 components = 0.00207119 Jy ! Clean residual min=-0.002668 max=0.002864 Jy/beam ! Clean residual mean=0.000016 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.20652 Jy ! Adding 93 model components to the UV plane model. ! The established model now contains 185 components and 0.20652 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.036 mas, bmaj=7.7 mas, bpa=-6.174 degrees ! Estimated noise=883.597 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.99282e-05 Jy ! Component: 100 - total flux cleaned = 0.000170938 Jy ! Component: 150 - total flux cleaned = 0.000254275 Jy ! Component: 200 - total flux cleaned = 0.000372282 Jy ! Total flux subtracted in 200 components = 0.000372282 Jy ! Clean residual min=-0.002284 max=0.002361 Jy/beam ! Clean residual mean=0.000008 rms=0.000553 Jy/beam ! Combined flux in latest and established models = 0.206893 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 220 components and 0.206893 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114743Jy sigma=0.000666 ! Fit after self-cal, rms=0.114729Jy sigma=0.000666 wmodel J0343-2530_S_2017_03_23_pus_map.mod ! Writing 220 model components to file: J0343-2530_S_2017_03_23_pus_map.mod wobs J0343-2530_S_2017_03_23_pus_uvs.fits ! Writing UV FITS file: J0343-2530_S_2017_03_23_pus_uvs.fits wwins J0343-2530_S_2017_03_23_pus_map.win ! wwins: Wrote 3 windows to J0343-2530_S_2017_03_23_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.000353038 Jy ! Component: 100 - total flux cleaned = 0.00103911 Jy ! Component: 150 - total flux cleaned = 0.00143415 Jy ! Component: 200 - total flux cleaned = 0.00163915 Jy ! Component: 250 - total flux cleaned = 0.00190196 Jy ! Component: 300 - total flux cleaned = 0.00212455 Jy ! Component: 350 - total flux cleaned = 0.00243399 Jy ! Component: 400 - total flux cleaned = 0.0026149 Jy ! Component: 450 - total flux cleaned = 0.00279244 Jy ! Component: 500 - total flux cleaned = 0.00305216 Jy ! Component: 550 - total flux cleaned = 0.00319317 Jy ! Component: 600 - total flux cleaned = 0.0034419 Jy ! Component: 650 - total flux cleaned = 0.00357752 Jy ! Component: 700 - total flux cleaned = 0.00381748 Jy ! Component: 750 - total flux cleaned = 0.00389604 Jy ! Component: 800 - total flux cleaned = 0.00410256 Jy ! Component: 850 - total flux cleaned = 0.00425452 Jy ! Component: 900 - total flux cleaned = 0.00447814 Jy ! Component: 950 - total flux cleaned = 0.00455169 Jy ! Component: 1000 - total flux cleaned = 0.00476843 Jy ! Component: 1050 - total flux cleaned = 0.00491046 Jy ! Component: 1100 - total flux cleaned = 0.00500337 Jy ! Component: 1150 - total flux cleaned = 0.00511878 Jy ! Component: 1200 - total flux cleaned = 0.00523243 Jy ! Component: 1250 - total flux cleaned = 0.00534427 Jy ! Component: 1300 - total flux cleaned = 0.00547599 Jy ! Component: 1350 - total flux cleaned = 0.00560558 Jy ! Component: 1400 - total flux cleaned = 0.00566945 Jy ! Component: 1450 - total flux cleaned = 0.0057326 Jy ! Component: 1500 - total flux cleaned = 0.00577377 Jy ! Component: 1550 - total flux cleaned = 0.00589698 Jy ! Component: 1600 - total flux cleaned = 0.00595748 Jy ! Component: 1650 - total flux cleaned = 0.00601746 Jy ! Component: 1700 - total flux cleaned = 0.00603738 Jy ! Component: 1750 - total flux cleaned = 0.00603744 Jy ! Component: 1800 - total flux cleaned = 0.00607614 Jy ! Component: 1850 - total flux cleaned = 0.0061716 Jy ! Component: 1900 - total flux cleaned = 0.00613374 Jy ! Component: 1950 - total flux cleaned = 0.00626495 Jy ! Component: 2000 - total flux cleaned = 0.00619058 Jy ! Component: 2050 - total flux cleaned = 0.00624544 Jy ! Component: 2100 - total flux cleaned = 0.00619102 Jy ! Component: 2150 - total flux cleaned = 0.00619104 Jy ! Component: 2200 - total flux cleaned = 0.00619111 Jy ! Component: 2250 - total flux cleaned = 0.00620892 Jy ! Component: 2300 - total flux cleaned = 0.00620913 Jy ! Component: 2350 - total flux cleaned = 0.00624387 Jy ! Component: 2400 - total flux cleaned = 0.00622684 Jy ! Component: 2450 - total flux cleaned = 0.00619293 Jy ! Component: 2500 - total flux cleaned = 0.00614237 Jy ! Component: 2550 - total flux cleaned = 0.00610902 Jy ! Component: 2600 - total flux cleaned = 0.00607618 Jy ! Component: 2650 - total flux cleaned = 0.00610915 Jy ! Component: 2700 - total flux cleaned = 0.00612539 Jy ! Component: 2750 - total flux cleaned = 0.00615758 Jy ! Component: 2800 - total flux cleaned = 0.00612531 Jy ! Component: 2850 - total flux cleaned = 0.0060936 Jy ! Component: 2900 - total flux cleaned = 0.00610939 Jy ! Component: 2950 - total flux cleaned = 0.00612499 Jy ! Component: 3000 - total flux cleaned = 0.00612513 Jy ! Component: 3050 - total flux cleaned = 0.00610962 Jy ! Component: 3100 - total flux cleaned = 0.00614031 Jy ! Component: 3150 - total flux cleaned = 0.00614022 Jy ! Component: 3200 - total flux cleaned = 0.00610997 Jy ! Component: 3250 - total flux cleaned = 0.00617003 Jy ! Component: 3300 - total flux cleaned = 0.00616999 Jy ! Component: 3350 - total flux cleaned = 0.00611072 Jy ! Component: 3400 - total flux cleaned = 0.00612562 Jy ! Component: 3450 - total flux cleaned = 0.00616965 Jy ! Component: 3500 - total flux cleaned = 0.00615525 Jy ! Component: 3550 - total flux cleaned = 0.0061264 Jy ! Component: 3600 - total flux cleaned = 0.00619807 Jy ! Component: 3650 - total flux cleaned = 0.00624084 Jy ! Component: 3700 - total flux cleaned = 0.00629727 Jy ! Component: 3750 - total flux cleaned = 0.00628305 Jy ! Component: 3800 - total flux cleaned = 0.00635278 Jy ! Component: 3850 - total flux cleaned = 0.00635276 Jy ! Component: 3900 - total flux cleaned = 0.00633898 Jy ! Component: 3950 - total flux cleaned = 0.00646235 Jy ! Component: 4000 - total flux cleaned = 0.00647595 Jy ! Component: 4050 - total flux cleaned = 0.00646227 Jy ! Total flux subtracted in 4096 components = 0.00647578 Jy ! Clean residual min=-0.000795 max=0.000967 Jy/beam ! Clean residual mean=0.000001 rms=0.000247 Jy/beam ! Combined flux in latest and established models = 0.213368 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 512 components and 0.213368 Jy ![Exited script file: muppet] wmap "J0343-2530_S_2017_03_23_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.036 x 7.7 at -6.174 degrees (North through East) ! Clean map min=-0.0017081 max=0.16542 Jy/beam ! Writing clean map to FITS file: J0343-2530_S_2017_03_23_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.165416 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000244255 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.442983 0.442983 0.885967 1.77193 3.54387 7.08774 14.1755 28.3509 56.7019 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.165 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.036 x 7.7 at -6.174 degrees (North through East) ! Clean map min=-0.0017081 max=0.16542 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 J0343-2530_S_2017_03_23_pus_uvs.log closed on Mon May 13 09:47:18 2019