! Started logfile: J0011-2612_S_2017_05_01_pus_uvs.log on Wed May 1 18:21:12 2019 obs J0011-2612_S_2017_05_01_pus_uva.fits ! Reading UV FITS file: J0011-2612_S_2017_05_01_pus_uva.fits ! AN table 1: 23 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.494686 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0011-2612 ! ! 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 2048 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 J0011-2612_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 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 115 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 162 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.671437Jy sigma=0.004084 ! Fit after self-cal, rms=0.649468Jy sigma=0.004037 ! 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.467 mas, bmaj=7.031 mas, bpa=-3.742 degrees ! Estimated noise=3273.82 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.274934 Jy ! Component: 100 - total flux cleaned = 0.33649 Jy ! Total flux subtracted in 100 components = 0.33649 Jy ! Clean residual min=-0.012238 max=0.025521 Jy/beam ! Clean residual mean=0.000003 rms=0.003879 Jy/beam ! Combined flux in latest and established models = 0.33649 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.33649 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.128987Jy sigma=0.000729 ! Fit after self-cal, rms=0.128983Jy sigma=0.000728 ! Inverting map ! Added new window around map position (3.5, 7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0255125 Jy ! Component: 100 - total flux cleaned = 0.0394257 Jy ! Total flux subtracted in 100 components = 0.0394257 Jy ! Clean residual min=-0.009186 max=0.013116 Jy/beam ! Clean residual mean=0.000002 rms=0.002647 Jy/beam ! Combined flux in latest and established models = 0.375916 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 19 components and 0.375916 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.122487Jy sigma=0.000687 ! Fit after self-cal, rms=0.122444Jy sigma=0.000686 ! 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.015 mas, bmaj=8.184 mas, bpa=-3.743 degrees ! Estimated noise=2819.05 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.0122466 Jy ! Component: 100 - total flux cleaned = 0.0189584 Jy ! Component: 150 - total flux cleaned = 0.0228048 Jy ! Component: 200 - total flux cleaned = 0.0241119 Jy ! Total flux subtracted in 200 components = 0.0241119 Jy ! Clean residual min=-0.008711 max=0.010628 Jy/beam ! Clean residual mean=-0.000013 rms=0.002462 Jy/beam ! Combined flux in latest and established models = 0.400028 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 41 components and 0.400028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.120944Jy sigma=0.000679 ! Fit after self-cal, rms=0.120954Jy sigma=0.000679 ! 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.93 HN 1.10 KP 1.03 ! LA 1.06 MK 1.00 NL 0.97 OV 1.05 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.97 HN 1.11 KP 1.01 ! LA 0.99 MK 0.98 NL 1.00 OV 1.03 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.98 HN 1.08 KP 1.05 ! LA 0.99 MK 1.07 NL 0.96 OV 0.99 ! PT 0.98 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.11 FD 1.03 HN 1.03 KP 1.00* ! LA 0.66 MK 0.92 NL 1.00* OV 1.00* ! PT 1.03 SC 1.00* ! ! ! Fit before self-cal, rms=0.120954Jy sigma=0.000679 ! Fit after self-cal, rms=0.113774Jy sigma=0.000659 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.028 mas, bmaj=8.166 mas, bpa=-3.709 degrees ! Estimated noise=2830.69 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.00288138 Jy ! Component: 100 - total flux cleaned = -0.00305463 Jy ! Component: 150 - total flux cleaned = -0.00315211 Jy ! Component: 200 - total flux cleaned = -0.00323409 Jy ! Total flux subtracted in 200 components = -0.00323409 Jy ! Clean residual min=-0.007348 max=0.006083 Jy/beam ! Clean residual mean=-0.000011 rms=0.001682 Jy/beam ! Combined flux in latest and established models = 0.396794 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 48 components and 0.396794 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113683Jy sigma=0.000658 ! Fit after self-cal, rms=0.113650Jy sigma=0.000658 ! 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.113650Jy sigma=0.000658 ! Fit after self-cal, rms=0.113828Jy sigma=0.000658 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.031 mas, bmaj=8.166 mas, bpa=-3.668 degrees ! Estimated noise=2830.67 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00140478 Jy ! Component: 100 - total flux cleaned = -0.00162459 Jy ! Component: 150 - total flux cleaned = -0.00178202 Jy ! Component: 200 - total flux cleaned = -0.0018559 Jy ! Total flux subtracted in 200 components = -0.0018559 Jy ! Clean residual min=-0.007206 max=0.005943 Jy/beam ! Clean residual mean=-0.000010 rms=0.001655 Jy/beam ! Combined flux in latest and established models = 0.394938 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 56 components and 0.394938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113787Jy sigma=0.000658 ! Fit after self-cal, rms=0.113781Jy sigma=0.000658 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000214573 Jy ! Component: 100 - total flux cleaned = -0.000251481 Jy ! Component: 150 - total flux cleaned = -0.000252165 Jy ! Component: 200 - total flux cleaned = -0.000315255 Jy ! Total flux subtracted in 200 components = -0.000315255 Jy ! Clean residual min=-0.007176 max=0.005938 Jy/beam ! Clean residual mean=-0.000010 rms=0.001649 Jy/beam ! Combined flux in latest and established models = 0.394623 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 59 components and 0.394623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113761Jy sigma=0.000658 ! Fit after self-cal, rms=0.113758Jy sigma=0.000658 ! 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.113758Jy sigma=0.000658 ! Fit after self-cal, rms=0.113881Jy sigma=0.000658 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.034 mas, bmaj=8.166 mas, bpa=-3.626 degrees ! Estimated noise=2829.74 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000926918 Jy ! Component: 100 - total flux cleaned = -0.00111236 Jy ! Component: 150 - total flux cleaned = -0.00121454 Jy ! Component: 200 - total flux cleaned = -0.00131106 Jy ! Total flux subtracted in 200 components = -0.00131106 Jy ! Clean residual min=-0.007121 max=0.005902 Jy/beam ! Clean residual mean=-0.000009 rms=0.001634 Jy/beam ! Combined flux in latest and established models = 0.393312 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.393312 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113855Jy sigma=0.000657 ! Fit after self-cal, rms=0.113854Jy sigma=0.000657 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.72985e-05 Jy ! Component: 100 - total flux cleaned = -9.80478e-05 Jy ! Component: 150 - total flux cleaned = -0.000127777 Jy ! Component: 200 - total flux cleaned = -0.000157076 Jy ! Total flux subtracted in 200 components = -0.000157076 Jy ! Clean residual min=-0.007107 max=0.005910 Jy/beam ! Clean residual mean=-0.000009 rms=0.001630 Jy/beam ! Combined flux in latest and established models = 0.393155 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 62 components and 0.393155 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113839Jy sigma=0.000657 ! Fit after self-cal, rms=0.113838Jy sigma=0.000657 ! 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.113838Jy sigma=0.000657 ! Fit after self-cal, rms=0.113902Jy sigma=0.000657 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.764 mas, bmaj=19.86 mas, bpa=2.794 degrees ! Estimated noise=3530.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00102243 Jy ! Component: 100 - total flux cleaned = -0.00106008 Jy ! Component: 150 - total flux cleaned = -0.00108671 Jy ! Component: 200 - total flux cleaned = -0.00113429 Jy ! Total flux subtracted in 200 components = -0.00113429 Jy ! Clean residual min=-0.007384 max=0.005684 Jy/beam ! Clean residual mean=-0.000014 rms=0.001923 Jy/beam ! Combined flux in latest and established models = 0.39202 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 66 components and 0.39202 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113914Jy sigma=0.000657 ! Fit after self-cal, rms=0.113897Jy sigma=0.000657 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.000205474 Jy ! Component: 100 - total flux cleaned = -0.000237008 Jy ! Component: 150 - total flux cleaned = -0.000260429 Jy ! Component: 200 - total flux cleaned = -0.000258083 Jy ! Total flux subtracted in 200 components = -0.000258083 Jy ! Clean residual min=-0.007437 max=0.005630 Jy/beam ! Clean residual mean=-0.000014 rms=0.001918 Jy/beam ! Combined flux in latest and established models = 0.391762 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 71 components and 0.391762 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113918Jy sigma=0.000657 ! Fit after self-cal, rms=0.113907Jy sigma=0.000657 ! 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.035 mas, bmaj=8.166 mas, bpa=-3.593 degrees ! Estimated noise=2828.38 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.035 x 8.166 at -3.593 degrees (North through East) ! Clean map min=-0.0067943 max=0.34643 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.479 mas, bmaj=6.991 mas, bpa=-3.578 degrees ! Estimated noise=3307.85 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.277666 Jy ! Component: 100 - total flux cleaned = 0.339848 Jy ! Component: 150 - total flux cleaned = 0.36125 Jy ! Component: 200 - total flux cleaned = 0.372426 Jy ! Total flux subtracted in 200 components = 0.372426 Jy ! Clean residual min=-0.008588 max=0.008047 Jy/beam ! Clean residual mean=-0.000003 rms=0.002016 Jy/beam ! Combined flux in latest and established models = 0.372426 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.372426 Jy ! Inverting map and beam ! Estimated beam: bmin=3.035 mas, bmaj=8.166 mas, bpa=-3.593 degrees ! Estimated noise=2828.38 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.00940396 Jy ! Component: 100 - total flux cleaned = 0.0143887 Jy ! Component: 150 - total flux cleaned = 0.0172357 Jy ! Component: 200 - total flux cleaned = 0.018138 Jy ! Total flux subtracted in 200 components = 0.018138 Jy ! Clean residual min=-0.007216 max=0.006230 Jy/beam ! Clean residual mean=-0.000010 rms=0.001666 Jy/beam ! Combined flux in latest and established models = 0.390564 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 47 components and 0.390563 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.764 mas, bmaj=19.86 mas, bpa=2.794 degrees ! Estimated noise=3530.91 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00117781 Jy ! Component: 100 - total flux cleaned = 0.00119112 Jy ! Component: 150 - total flux cleaned = 0.00118802 Jy ! Component: 200 - total flux cleaned = 0.00115759 Jy ! Total flux subtracted in 200 components = 0.00115759 Jy ! Clean residual min=-0.007632 max=0.005629 Jy/beam ! Clean residual mean=-0.000014 rms=0.001909 Jy/beam ! Combined flux in latest and established models = 0.391721 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 = 2.59063e-05 Jy ! Component: 100 - total flux cleaned = 2.50807e-05 Jy ! Component: 150 - total flux cleaned = 4.77923e-05 Jy ! Component: 200 - total flux cleaned = 6.92426e-05 Jy ! Total flux subtracted in 200 components = 6.92426e-05 Jy ! Clean residual min=-0.007631 max=0.005592 Jy/beam ! Clean residual mean=-0.000014 rms=0.001904 Jy/beam ! Combined flux in latest and established models = 0.39179 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 53 components and 0.39179 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.035 mas, bmaj=8.166 mas, bpa=-3.593 degrees ! Estimated noise=2828.38 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000169388 Jy ! Component: 100 - total flux cleaned = -0.000100638 Jy ! Component: 150 - total flux cleaned = -0.000104396 Jy ! Component: 200 - total flux cleaned = -0.000108259 Jy ! Total flux subtracted in 200 components = -0.000108259 Jy ! Clean residual min=-0.006904 max=0.005767 Jy/beam ! Clean residual mean=-0.000009 rms=0.001628 Jy/beam ! Combined flux in latest and established models = 0.391682 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 64 components and 0.391682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113911Jy sigma=0.000658 ! Fit after self-cal, rms=0.113894Jy sigma=0.000658 wmodel J0011-2612_S_2017_05_01_pus_map.mod ! Writing 64 model components to file: J0011-2612_S_2017_05_01_pus_map.mod wobs J0011-2612_S_2017_05_01_pus_uvs.fits ! Writing UV FITS file: J0011-2612_S_2017_05_01_pus_uvs.fits wwins J0011-2612_S_2017_05_01_pus_map.win ! wwins: Wrote 2 windows to J0011-2612_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.0030872 Jy ! Component: 100 - total flux cleaned = -0.00450187 Jy ! Component: 150 - total flux cleaned = -0.00520004 Jy ! Component: 200 - total flux cleaned = -0.00585389 Jy ! Component: 250 - total flux cleaned = -0.00656469 Jy ! Component: 300 - total flux cleaned = -0.00724401 Jy ! Component: 350 - total flux cleaned = -0.00797642 Jy ! Component: 400 - total flux cleaned = -0.0083697 Jy ! Component: 450 - total flux cleaned = -0.00889819 Jy ! Component: 500 - total flux cleaned = -0.00918697 Jy ! Component: 550 - total flux cleaned = -0.00932681 Jy ! Component: 600 - total flux cleaned = -0.00959504 Jy ! Component: 650 - total flux cleaned = -0.00978749 Jy ! Component: 700 - total flux cleaned = -0.00985161 Jy ! Component: 750 - total flux cleaned = -0.0102188 Jy ! Component: 800 - total flux cleaned = -0.0102195 Jy ! Component: 850 - total flux cleaned = -0.0106254 Jy ! Component: 900 - total flux cleaned = -0.0109645 Jy ! Component: 950 - total flux cleaned = -0.0112416 Jy ! Component: 1000 - total flux cleaned = -0.0115132 Jy ! Component: 1050 - total flux cleaned = -0.0119362 Jy ! Component: 1100 - total flux cleaned = -0.0121938 Jy ! Component: 1150 - total flux cleaned = -0.0123949 Jy ! Component: 1200 - total flux cleaned = -0.012295 Jy ! Component: 1250 - total flux cleaned = -0.0125864 Jy ! Component: 1300 - total flux cleaned = -0.0126815 Jy ! Component: 1350 - total flux cleaned = -0.0130107 Jy ! Component: 1400 - total flux cleaned = -0.0133342 Jy ! Component: 1450 - total flux cleaned = -0.0137429 Jy ! Component: 1500 - total flux cleaned = -0.0141901 Jy ! Component: 1550 - total flux cleaned = -0.0146725 Jy ! Component: 1600 - total flux cleaned = -0.0149319 Jy ! Component: 1650 - total flux cleaned = -0.0154437 Jy ! Component: 1700 - total flux cleaned = -0.0159059 Jy ! Component: 1750 - total flux cleaned = -0.0162777 Jy ! Component: 1800 - total flux cleaned = -0.0166855 Jy ! Component: 1850 - total flux cleaned = -0.0169268 Jy ! Component: 1900 - total flux cleaned = -0.0171654 Jy ! Component: 1950 - total flux cleaned = -0.0174405 Jy ! Component: 2000 - total flux cleaned = -0.0177898 Jy ! Component: 2050 - total flux cleaned = -0.018172 Jy ! Component: 2100 - total flux cleaned = -0.0184748 Jy ! Component: 2150 - total flux cleaned = -0.0187364 Jy ! Component: 2200 - total flux cleaned = -0.0191792 Jy ! Component: 2250 - total flux cleaned = -0.0195076 Jy ! Component: 2300 - total flux cleaned = -0.0197963 Jy ! Component: 2350 - total flux cleaned = -0.0201887 Jy ! Component: 2400 - total flux cleaned = -0.0204713 Jy ! Component: 2450 - total flux cleaned = -0.0208549 Jy ! Component: 2500 - total flux cleaned = -0.0211308 Jy ! Component: 2550 - total flux cleaned = -0.0214721 Jy ! Component: 2600 - total flux cleaned = -0.0217428 Jy ! Component: 2650 - total flux cleaned = -0.0220105 Jy ! Component: 2700 - total flux cleaned = -0.0221763 Jy ! Component: 2750 - total flux cleaned = -0.0222747 Jy ! Component: 2800 - total flux cleaned = -0.022405 Jy ! Component: 2850 - total flux cleaned = -0.0225343 Jy ! Component: 2900 - total flux cleaned = -0.0226622 Jy ! Component: 2950 - total flux cleaned = -0.0226619 Jy ! Component: 3000 - total flux cleaned = -0.0227566 Jy ! Component: 3050 - total flux cleaned = -0.0227566 Jy ! Component: 3100 - total flux cleaned = -0.0229114 Jy ! Component: 3150 - total flux cleaned = -0.0229726 Jy ! Component: 3200 - total flux cleaned = -0.0229726 Jy ! Component: 3250 - total flux cleaned = -0.0230635 Jy ! Component: 3300 - total flux cleaned = -0.0230639 Jy ! Component: 3350 - total flux cleaned = -0.0231834 Jy ! Component: 3400 - total flux cleaned = -0.0233312 Jy ! Component: 3450 - total flux cleaned = -0.02339 Jy ! Component: 3500 - total flux cleaned = -0.0235069 Jy ! Component: 3550 - total flux cleaned = -0.0236231 Jy ! Component: 3600 - total flux cleaned = -0.0237674 Jy ! Component: 3650 - total flux cleaned = -0.0239106 Jy ! Component: 3700 - total flux cleaned = -0.023939 Jy ! Component: 3750 - total flux cleaned = -0.024024 Jy ! Component: 3800 - total flux cleaned = -0.0240805 Jy ! Component: 3850 - total flux cleaned = -0.0241647 Jy ! Component: 3900 - total flux cleaned = -0.0242483 Jy ! Component: 3950 - total flux cleaned = -0.0243868 Jy ! Component: 4000 - total flux cleaned = -0.0244419 Jy ! Component: 4050 - total flux cleaned = -0.0245518 Jy ! Total flux subtracted in 4096 components = -0.0246884 Jy ! Clean residual min=-0.001588 max=0.001582 Jy/beam ! Clean residual mean=-0.000021 rms=0.000486 Jy/beam ! Combined flux in latest and established models = 0.366994 Jy keep ! Adding 280 model components to the UV plane model. ! The established model now contains 344 components and 0.366994 Jy ![Exited script file: muppet] wmap "J0011-2612_S_2017_05_01_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.035 x 8.166 at -3.593 degrees (North through East) ! Clean map min=-0.0053332 max=0.35209 Jy/beam ! Writing clean map to FITS file: J0011-2612_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.352092 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000480197 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.409152 0.409152 0.818304 1.63661 3.27322 6.54643 13.0929 26.1857 52.3715 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.352 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.035 x 8.166 at -3.593 degrees (North through East) ! Clean map min=-0.0053332 max=0.35209 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 J0011-2612_S_2017_05_01_pus_uvs.log closed on Wed May 1 18:21:17 2019