! Started logfile: J0024-0412_S_2017_05_01_pus_uvs.log on Wed May 1 18:21:45 2019 obs J0024-0412_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J0024-0412_S_2017_05_01_pus_uva.fits ! AN table 1: 116 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.973755 visibilities/baseline/integration-bin. ! Found source: J0024-0412 ! ! 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 788 lines of history. ! ! Reading 20332 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 J0024-0412_S_2017_05_01_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 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 478 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.845542Jy sigma=0.005883 ! Fit after self-cal, rms=0.834422Jy sigma=0.005814 ! 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.741 mas, bmaj=6.843 mas, bpa=-2.584 degrees ! Estimated noise=1228.58 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.126952 Jy ! Component: 100 - total flux cleaned = 0.166036 Jy ! Total flux subtracted in 100 components = 0.166036 Jy ! Clean residual min=-0.009248 max=0.019416 Jy/beam ! Clean residual mean=0.000027 rms=0.002731 Jy/beam ! Combined flux in latest and established models = 0.166036 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.166036 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119143Jy sigma=0.000747 ! Fit after self-cal, rms=0.119154Jy sigma=0.000747 ! Inverting map ! Added new window around map position (4.5, 0.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0222643 Jy ! Component: 100 - total flux cleaned = 0.0359895 Jy ! Total flux subtracted in 100 components = 0.0359895 Jy ! Clean residual min=-0.007479 max=0.008237 Jy/beam ! Clean residual mean=0.000014 rms=0.001888 Jy/beam ! Combined flux in latest and established models = 0.202026 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 23 components and 0.202026 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113292Jy sigma=0.000702 ! Fit after self-cal, rms=0.113166Jy sigma=0.000701 ! 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.253 mas, bmaj=7.828 mas, bpa=-1.808 degrees ! Estimated noise=796.164 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.014294 Jy ! Component: 100 - total flux cleaned = 0.0228487 Jy ! Component: 150 - total flux cleaned = 0.0284795 Jy ! Component: 200 - total flux cleaned = 0.0323247 Jy ! Total flux subtracted in 200 components = 0.0323247 Jy ! Clean residual min=-0.006317 max=0.007271 Jy/beam ! Clean residual mean=0.000004 rms=0.001544 Jy/beam ! Combined flux in latest and established models = 0.23435 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 70 components and 0.23435 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111020Jy sigma=0.000687 ! Fit after self-cal, rms=0.110925Jy sigma=0.000686 ! 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.95 FD 0.80 HN 1.03 KP 1.04 ! LA 1.01 MK 0.97 NL 1.03 OV 1.07 ! PT 1.04 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.83 HN 1.09 KP 1.00 ! LA 0.95 MK 0.96 NL 1.10 OV 1.09 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.88 HN 1.08 KP 1.01 ! LA 1.01 MK 0.97 NL 1.05 OV 0.99 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.89 HN 1.02 KP 1.00* ! LA 0.84 MK 1.15 NL 1.00* OV 1.00* ! PT 1.02 SC 1.00* ! ! ! Fit before self-cal, rms=0.110925Jy sigma=0.000686 ! Fit after self-cal, rms=0.107335Jy sigma=0.000674 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.263 mas, bmaj=7.852 mas, bpa=-1.73 degrees ! Estimated noise=792.757 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 (11, 2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00554988 Jy ! Component: 100 - total flux cleaned = 0.00690828 Jy ! Component: 150 - total flux cleaned = 0.00722855 Jy ! Component: 200 - total flux cleaned = 0.00769255 Jy ! Total flux subtracted in 200 components = 0.00769255 Jy ! Clean residual min=-0.002806 max=0.003032 Jy/beam ! Clean residual mean=-0.000003 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.242043 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 90 components and 0.242043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107053Jy sigma=0.000671 ! Fit after self-cal, rms=0.107002Jy sigma=0.000671 ! 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.107002Jy sigma=0.000671 ! Fit after self-cal, rms=0.107869Jy sigma=0.000668 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.281 mas, bmaj=7.85 mas, bpa=-1.611 degrees ! Estimated noise=791.862 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00147709 Jy ! Component: 100 - total flux cleaned = 0.00182779 Jy ! Component: 150 - total flux cleaned = 0.00196944 Jy ! Component: 200 - total flux cleaned = 0.00212551 Jy ! Total flux subtracted in 200 components = 0.00212551 Jy ! Clean residual min=-0.002050 max=0.002435 Jy/beam ! Clean residual mean=0.000000 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.244168 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 112 components and 0.244168 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107814Jy sigma=0.000668 ! Fit after self-cal, rms=0.107798Jy 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 (5, 45.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00106935 Jy ! Component: 100 - total flux cleaned = 0.00173545 Jy ! Component: 150 - total flux cleaned = 0.00224377 Jy ! Component: 200 - total flux cleaned = 0.00264524 Jy ! Total flux subtracted in 200 components = 0.00264524 Jy ! Clean residual min=-0.001985 max=0.002030 Jy/beam ! Clean residual mean=-0.000000 rms=0.000510 Jy/beam ! Combined flux in latest and established models = 0.246814 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 127 components and 0.246814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107734Jy sigma=0.000667 ! Fit after self-cal, rms=0.107726Jy 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.107726Jy sigma=0.000667 ! Fit after self-cal, rms=0.107851Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.284 mas, bmaj=7.853 mas, bpa=-1.604 degrees ! Estimated noise=790.669 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000643164 Jy ! Component: 100 - total flux cleaned = 0.000858574 Jy ! Component: 150 - total flux cleaned = 0.00104924 Jy ! Component: 200 - total flux cleaned = 0.00113644 Jy ! Total flux subtracted in 200 components = 0.00113644 Jy ! Clean residual min=-0.001885 max=0.001987 Jy/beam ! Clean residual mean=-0.000001 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.24795 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 141 components and 0.24795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107829Jy sigma=0.000667 ! Fit after self-cal, rms=0.107828Jy 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 = 0.000345614 Jy ! Component: 100 - total flux cleaned = 0.000452779 Jy ! Component: 150 - total flux cleaned = 0.000526424 Jy ! Component: 200 - total flux cleaned = 0.00061716 Jy ! Total flux subtracted in 200 components = 0.00061716 Jy ! Clean residual min=-0.001864 max=0.001955 Jy/beam ! Clean residual mean=-0.000001 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.248567 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 155 components and 0.248567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107816Jy sigma=0.000667 ! Fit after self-cal, rms=0.107815Jy 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.107815Jy sigma=0.000667 ! Fit after self-cal, rms=0.108007Jy sigma=0.000667 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.497 mas, bmaj=12.91 mas, bpa=0.6341 degrees ! Estimated noise=953.443 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000121034 Jy ! Component: 100 - total flux cleaned = -0.000244103 Jy ! Component: 150 - total flux cleaned = -0.000385416 Jy ! Component: 200 - total flux cleaned = -0.000419414 Jy ! Total flux subtracted in 200 components = -0.000419414 Jy ! Clean residual min=-0.002048 max=0.001895 Jy/beam ! Clean residual mean=-0.000001 rms=0.000567 Jy/beam ! Combined flux in latest and established models = 0.248148 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 170 components and 0.248148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108003Jy sigma=0.000667 ! Fit after self-cal, rms=0.108004Jy 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.68625e-05 Jy ! Component: 100 - total flux cleaned = 8.60726e-05 Jy ! Component: 150 - total flux cleaned = 0.000102067 Jy ! Component: 200 - total flux cleaned = 0.000129481 Jy ! Total flux subtracted in 200 components = 0.000129481 Jy ! Clean residual min=-0.002072 max=0.001873 Jy/beam ! Clean residual mean=-0.000001 rms=0.000561 Jy/beam ! Combined flux in latest and established models = 0.248277 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 177 components and 0.248277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108002Jy sigma=0.000667 ! Fit after self-cal, rms=0.108000Jy sigma=0.000667 ! 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.288 mas, bmaj=7.858 mas, bpa=-1.588 degrees ! Estimated noise=790.523 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.288 x 7.858 at -1.588 degrees (North through East) ! Clean map min=-0.0019703 max=0.16796 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.767 mas, bmaj=6.864 mas, bpa=-2.278 degrees ! Estimated noise=1220.6 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.125649 Jy ! Component: 100 - total flux cleaned = 0.164589 Jy ! Component: 150 - total flux cleaned = 0.186926 Jy ! Component: 200 - total flux cleaned = 0.200756 Jy ! Total flux subtracted in 200 components = 0.200756 Jy ! Clean residual min=-0.005142 max=0.007372 Jy/beam ! Clean residual mean=0.000015 rms=0.001333 Jy/beam ! Combined flux in latest and established models = 0.200756 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.200756 Jy ! Inverting map and beam ! Estimated beam: bmin=3.288 mas, bmaj=7.858 mas, bpa=-1.588 degrees ! Estimated noise=790.523 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.0135913 Jy ! Component: 100 - total flux cleaned = 0.0221776 Jy ! Component: 150 - total flux cleaned = 0.0278304 Jy ! Component: 200 - total flux cleaned = 0.0318391 Jy ! Total flux subtracted in 200 components = 0.0318391 Jy ! Clean residual min=-0.002560 max=0.002981 Jy/beam ! Clean residual mean=0.000008 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.232595 Jy ! Adding 75 model components to the UV plane model. ! The established model now contains 86 components and 0.232595 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.497 mas, bmaj=12.91 mas, bpa=0.6341 degrees ! Estimated noise=953.443 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00488439 Jy ! Component: 100 - total flux cleaned = 0.00783724 Jy ! Component: 150 - total flux cleaned = 0.0100208 Jy ! Component: 200 - total flux cleaned = 0.0112531 Jy ! Total flux subtracted in 200 components = 0.0112531 Jy ! Clean residual min=-0.002292 max=0.002234 Jy/beam ! Clean residual mean=0.000005 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.243848 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.000925603 Jy ! Component: 100 - total flux cleaned = 0.00163649 Jy ! Component: 150 - total flux cleaned = 0.00212089 Jy ! Component: 200 - total flux cleaned = 0.00244282 Jy ! Total flux subtracted in 200 components = 0.00244282 Jy ! Clean residual min=-0.002014 max=0.002056 Jy/beam ! Clean residual mean=0.000002 rms=0.000592 Jy/beam ! Combined flux in latest and established models = 0.246291 Jy ! Adding 100 model components to the UV plane model. ! The established model now contains 174 components and 0.246291 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.288 mas, bmaj=7.858 mas, bpa=-1.588 degrees ! Estimated noise=790.523 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000271302 Jy ! Component: 100 - total flux cleaned = 0.000877471 Jy ! Component: 150 - total flux cleaned = 0.0010547 Jy ! Component: 200 - total flux cleaned = 0.00121111 Jy ! Total flux subtracted in 200 components = 0.00121111 Jy ! Clean residual min=-0.001866 max=0.001989 Jy/beam ! Clean residual mean=0.000000 rms=0.000490 Jy/beam ! Combined flux in latest and established models = 0.247502 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 194 components and 0.247502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108032Jy sigma=0.000667 ! Fit after self-cal, rms=0.108023Jy sigma=0.000667 wmodel J0024-0412_S_2017_05_01_pus_map.mod ! Writing 194 model components to file: J0024-0412_S_2017_05_01_pus_map.mod wobs J0024-0412_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J0024-0412_S_2017_05_01_pus_uvs.fits wwins J0024-0412_S_2017_05_01_pus_map.win ! wwins: Wrote 4 windows to J0024-0412_S_2017_05_01_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.000213669 Jy ! Component: 100 - total flux cleaned = 0.000213418 Jy ! Component: 150 - total flux cleaned = 0.000335032 Jy ! Component: 200 - total flux cleaned = 0.0005413 Jy ! Component: 250 - total flux cleaned = 0.000741076 Jy ! Component: 300 - total flux cleaned = 0.000878958 Jy ! Component: 350 - total flux cleaned = 0.000932543 Jy ! Component: 400 - total flux cleaned = 0.000959467 Jy ! Component: 450 - total flux cleaned = 0.00103736 Jy ! Component: 500 - total flux cleaned = 0.00106277 Jy ! Component: 550 - total flux cleaned = 0.00103828 Jy ! Component: 600 - total flux cleaned = 0.00101421 Jy ! Component: 650 - total flux cleaned = 0.00103759 Jy ! Component: 700 - total flux cleaned = 0.00101401 Jy ! Component: 750 - total flux cleaned = 0.00103639 Jy ! Component: 800 - total flux cleaned = 0.00101366 Jy ! Component: 850 - total flux cleaned = 0.000991667 Jy ! Component: 900 - total flux cleaned = 0.00101372 Jy ! Component: 950 - total flux cleaned = 0.00103513 Jy ! Component: 1000 - total flux cleaned = 0.000992666 Jy ! Component: 1050 - total flux cleaned = 0.00103421 Jy ! Component: 1100 - total flux cleaned = 0.00103409 Jy ! Component: 1150 - total flux cleaned = 0.00105436 Jy ! Component: 1200 - total flux cleaned = 0.00107441 Jy ! Component: 1250 - total flux cleaned = 0.000975533 Jy ! Component: 1300 - total flux cleaned = 0.00101485 Jy ! Component: 1350 - total flux cleaned = 0.00107251 Jy ! Component: 1400 - total flux cleaned = 0.00109132 Jy ! Component: 1450 - total flux cleaned = 0.000997116 Jy ! Component: 1500 - total flux cleaned = 0.00105313 Jy ! Component: 1550 - total flux cleaned = 0.00101648 Jy ! Component: 1600 - total flux cleaned = 0.000980034 Jy ! Component: 1650 - total flux cleaned = 0.000998083 Jy ! Component: 1700 - total flux cleaned = 0.000908382 Jy ! Component: 1750 - total flux cleaned = 0.000890687 Jy ! Component: 1800 - total flux cleaned = 0.000890679 Jy ! Component: 1850 - total flux cleaned = 0.000838508 Jy ! Component: 1900 - total flux cleaned = 0.000872862 Jy ! Component: 1950 - total flux cleaned = 0.000821499 Jy ! Component: 2000 - total flux cleaned = 0.00078787 Jy ! Component: 2050 - total flux cleaned = 0.000787793 Jy ! Component: 2100 - total flux cleaned = 0.000771076 Jy ! Component: 2150 - total flux cleaned = 0.000787686 Jy ! Component: 2200 - total flux cleaned = 0.000771435 Jy ! Component: 2250 - total flux cleaned = 0.000820252 Jy ! Component: 2300 - total flux cleaned = 0.000788084 Jy ! Component: 2350 - total flux cleaned = 0.000835882 Jy ! Component: 2400 - total flux cleaned = 0.000772725 Jy ! Component: 2450 - total flux cleaned = 0.00088228 Jy ! Component: 2500 - total flux cleaned = 0.000928901 Jy ! Component: 2550 - total flux cleaned = 0.000974998 Jy ! Component: 2600 - total flux cleaned = 0.000974871 Jy ! Component: 2650 - total flux cleaned = 0.00100507 Jy ! Component: 2700 - total flux cleaned = 0.00106524 Jy ! Component: 2750 - total flux cleaned = 0.00103544 Jy ! Component: 2800 - total flux cleaned = 0.00110945 Jy ! Component: 2850 - total flux cleaned = 0.00110929 Jy ! Component: 2900 - total flux cleaned = 0.00113863 Jy ! Component: 2950 - total flux cleaned = 0.00110952 Jy ! Component: 3000 - total flux cleaned = 0.0010952 Jy ! Component: 3050 - total flux cleaned = 0.00109524 Jy ! Component: 3100 - total flux cleaned = 0.00116628 Jy ! Component: 3150 - total flux cleaned = 0.00118041 Jy ! Component: 3200 - total flux cleaned = 0.00112423 Jy ! Component: 3250 - total flux cleaned = 0.00113814 Jy ! Component: 3300 - total flux cleaned = 0.00106907 Jy ! Component: 3350 - total flux cleaned = 0.00111036 Jy ! Component: 3400 - total flux cleaned = 0.00105594 Jy ! Component: 3450 - total flux cleaned = 0.00105584 Jy ! Component: 3500 - total flux cleaned = 0.00102886 Jy ! Component: 3550 - total flux cleaned = 0.00101535 Jy ! Component: 3600 - total flux cleaned = 0.00100192 Jy ! Component: 3650 - total flux cleaned = 0.000935975 Jy ! Component: 3700 - total flux cleaned = 0.000922759 Jy ! Component: 3750 - total flux cleaned = 0.000857481 Jy ! Component: 3800 - total flux cleaned = 0.000805683 Jy ! Component: 3850 - total flux cleaned = 0.000805797 Jy ! Component: 3900 - total flux cleaned = 0.000741735 Jy ! Component: 3950 - total flux cleaned = 0.000690771 Jy ! Component: 4000 - total flux cleaned = 0.000602122 Jy ! Component: 4050 - total flux cleaned = 0.000602115 Jy ! Total flux subtracted in 4096 components = 0.000539532 Jy ! Clean residual min=-0.000684 max=0.000759 Jy/beam ! Clean residual mean=-0.000001 rms=0.000230 Jy/beam ! Combined flux in latest and established models = 0.248042 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 486 components and 0.248042 Jy ![Exited script file: muppet] wmap "J0024-0412_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.288 x 7.858 at -1.588 degrees (North through East) ! Clean map min=-0.0014386 max=0.1688 Jy/beam ! Writing clean map to FITS file: J0024-0412_S_2017_05_01_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.1688 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000225594 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.400938 0.400938 0.801877 1.60375 3.20751 6.41501 12.83 25.6601 51.3201 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.168 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.288 x 7.858 at -1.588 degrees (North through East) ! Clean map min=-0.0014386 max=0.1688 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 J0024-0412_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:21:53 2019