! Started logfile: J0011-2612_S_2017_01_16_pus_uvs.log on Sun Apr 7 15:01:08 2019 obs J0011-2612_S_2017_01_16_pus_uva.fits ! Reading UV FITS file: J0011-2612_S_2017_01_16_pus_uva.fits ! AN table 1: 32 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.651389 visibilities/baseline/integration-bin. ! 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 622 lines of history. ! ! Reading 3752 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_01_16_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 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 93 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.700732Jy sigma=0.004153 ! Fit after self-cal, rms=0.688799Jy sigma=0.004105 ! 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=3.127 mas, bmaj=11.93 mas, bpa=9.682 degrees ! Estimated noise=2703.7 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.2542 Jy ! Component: 100 - total flux cleaned = 0.309632 Jy ! Total flux subtracted in 100 components = 0.309632 Jy ! Clean residual min=-0.012208 max=0.020212 Jy/beam ! Clean residual mean=0.000053 rms=0.003071 Jy/beam ! Combined flux in latest and established models = 0.309632 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.309632 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.147724Jy sigma=0.000737 ! Fit after self-cal, rms=0.147710Jy sigma=0.000737 ! Inverting map ! Added new window around map position (-4, 11). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0192171 Jy ! Component: 100 - total flux cleaned = 0.0286857 Jy ! Total flux subtracted in 100 components = 0.0286857 Jy ! Clean residual min=-0.011045 max=0.013072 Jy/beam ! Clean residual mean=0.000021 rms=0.002687 Jy/beam ! Combined flux in latest and established models = 0.338317 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 18 components and 0.338317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.145210Jy sigma=0.000716 ! Fit after self-cal, rms=0.145157Jy sigma=0.000715 ! 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.903 mas, bmaj=14.19 mas, bpa=9.726 degrees ! Estimated noise=2022.77 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.00736533 Jy ! Component: 100 - total flux cleaned = 0.00933919 Jy ! Component: 150 - total flux cleaned = 0.0103536 Jy ! Component: 200 - total flux cleaned = 0.0108596 Jy ! Total flux subtracted in 200 components = 0.0108596 Jy ! Clean residual min=-0.009479 max=0.009367 Jy/beam ! Clean residual mean=0.000096 rms=0.002540 Jy/beam ! Combined flux in latest and established models = 0.349177 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 34 components and 0.349177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144679Jy sigma=0.000712 ! Fit after self-cal, rms=0.144685Jy sigma=0.000712 ! 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.94 HN 0.98 KP 1.00 ! LA 1.02 MK 1.00* NL 0.90 OV 0.97 ! PT 1.04 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.04 KP 0.98 ! LA 0.97 MK 1.00* NL 1.02 OV 1.00 ! PT 1.01 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.07 KP 1.01 ! LA 1.01 MK 1.00* NL 0.98 OV 0.97 ! PT 1.04 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.03 HN 1.00 KP 1.11 ! LA 0.81 MK 1.00* NL 1.00* OV 0.95 ! PT 0.99 SC 0.93 ! ! ! Fit before self-cal, rms=0.144685Jy sigma=0.000712 ! Fit after self-cal, rms=0.140092Jy sigma=0.000700 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.893 mas, bmaj=14.21 mas, bpa=9.847 degrees ! Estimated noise=1999.08 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.00310034 Jy ! Component: 100 - total flux cleaned = -0.00341899 Jy ! Component: 150 - total flux cleaned = -0.00368842 Jy ! Component: 200 - total flux cleaned = -0.00392324 Jy ! Total flux subtracted in 200 components = -0.00392324 Jy ! Clean residual min=-0.009015 max=0.009125 Jy/beam ! Clean residual mean=0.000068 rms=0.002349 Jy/beam ! Combined flux in latest and established models = 0.345254 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 51 components and 0.345254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.139823Jy sigma=0.000699 ! Fit after self-cal, rms=0.139789Jy sigma=0.000699 ! 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.139789Jy sigma=0.000699 ! Fit after self-cal, rms=0.178444Jy sigma=0.000658 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.889 mas, bmaj=14.16 mas, bpa=9.671 degrees ! Estimated noise=2006.41 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00141987 Jy ! Component: 100 - total flux cleaned = 0.00193118 Jy ! Component: 150 - total flux cleaned = 0.00217726 Jy ! Component: 200 - total flux cleaned = 0.00217643 Jy ! Total flux subtracted in 200 components = 0.00217643 Jy ! Clean residual min=-0.005333 max=0.005681 Jy/beam ! Clean residual mean=0.000013 rms=0.001416 Jy/beam ! Combined flux in latest and established models = 0.34743 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 63 components and 0.34743 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178373Jy sigma=0.000657 ! Fit after self-cal, rms=0.178987Jy sigma=0.000656 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.000380539 Jy ! Component: 100 - total flux cleaned = -0.000330821 Jy ! Component: 150 - total flux cleaned = -0.000373663 Jy ! Component: 200 - total flux cleaned = -0.000375406 Jy ! Total flux subtracted in 200 components = -0.000375406 Jy ! Clean residual min=-0.005189 max=0.005713 Jy/beam ! Clean residual mean=0.000013 rms=0.001405 Jy/beam ! Combined flux in latest and established models = 0.347055 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 73 components and 0.347055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.178972Jy sigma=0.000656 ! Fit after self-cal, rms=0.178973Jy sigma=0.000656 ! 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.178973Jy sigma=0.000656 ! Fit after self-cal, rms=0.181538Jy sigma=0.000652 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.885 mas, bmaj=14.14 mas, bpa=9.616 degrees ! Estimated noise=2004.34 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.86536e-05 Jy ! Component: 100 - total flux cleaned = 0.000274591 Jy ! Component: 150 - total flux cleaned = 0.000358565 Jy ! Component: 200 - total flux cleaned = 0.000357656 Jy ! Total flux subtracted in 200 components = 0.000357656 Jy ! Clean residual min=-0.004674 max=0.005248 Jy/beam ! Clean residual mean=0.000012 rms=0.001242 Jy/beam ! Combined flux in latest and established models = 0.347412 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 79 components and 0.347412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181530Jy sigma=0.000651 ! Fit after self-cal, rms=0.181558Jy sigma=0.000651 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000288258 Jy ! Component: 100 - total flux cleaned = -0.000133279 Jy ! Component: 150 - total flux cleaned = -7.79469e-05 Jy ! Component: 200 - total flux cleaned = -2.75314e-05 Jy ! Total flux subtracted in 200 components = -2.75314e-05 Jy ! Clean residual min=-0.004672 max=0.005208 Jy/beam ! Clean residual mean=0.000012 rms=0.001238 Jy/beam ! Combined flux in latest and established models = 0.347385 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 82 components and 0.347385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181552Jy sigma=0.000651 ! Fit after self-cal, rms=0.181552Jy sigma=0.000651 ! 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.181552Jy sigma=0.000651 ! Fit after self-cal, rms=0.182268Jy sigma=0.000651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.307 mas, bmaj=19.68 mas, bpa=-0.7866 degrees ! Estimated noise=2404.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000588674 Jy ! Component: 100 - total flux cleaned = 0.000714178 Jy ! Component: 150 - total flux cleaned = 0.000786827 Jy ! Component: 200 - total flux cleaned = 0.000785712 Jy ! Total flux subtracted in 200 components = 0.000785712 Jy ! Clean residual min=-0.005523 max=0.005811 Jy/beam ! Clean residual mean=0.000018 rms=0.001564 Jy/beam ! Combined flux in latest and established models = 0.348171 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 103 components and 0.348171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182277Jy sigma=0.000651 ! Fit after self-cal, rms=0.182284Jy sigma=0.000651 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000106558 Jy ! Component: 100 - total flux cleaned = -6.16803e-05 Jy ! Component: 150 - total flux cleaned = -4.81062e-05 Jy ! Component: 200 - total flux cleaned = -3.69041e-05 Jy ! Total flux subtracted in 200 components = -3.69041e-05 Jy ! Clean residual min=-0.005515 max=0.005830 Jy/beam ! Clean residual mean=0.000018 rms=0.001562 Jy/beam ! Combined flux in latest and established models = 0.348134 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 112 components and 0.348134 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182286Jy sigma=0.000651 ! Fit after self-cal, rms=0.182285Jy sigma=0.000651 ! 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.883 mas, bmaj=14.13 mas, bpa=9.589 degrees ! Estimated noise=2003.18 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.883 x 14.13 at 9.589 degrees (North through East) ! Clean map min=-0.0046071 max=0.31773 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=3.119 mas, bmaj=11.92 mas, bpa=9.58 degrees ! Estimated noise=2669.21 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.250834 Jy ! Component: 100 - total flux cleaned = 0.30559 Jy ! Component: 150 - total flux cleaned = 0.31973 Jy ! Component: 200 - total flux cleaned = 0.327551 Jy ! Total flux subtracted in 200 components = 0.327551 Jy ! Clean residual min=-0.005998 max=0.006365 Jy/beam ! Clean residual mean=0.000015 rms=0.001608 Jy/beam ! Combined flux in latest and established models = 0.32755 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.32755 Jy ! Inverting map and beam ! Estimated beam: bmin=3.883 mas, bmaj=14.13 mas, bpa=9.589 degrees ! Estimated noise=2003.18 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.00849284 Jy ! Component: 100 - total flux cleaned = 0.0131947 Jy ! Component: 150 - total flux cleaned = 0.0155124 Jy ! Component: 200 - total flux cleaned = 0.0162491 Jy ! Total flux subtracted in 200 components = 0.0162491 Jy ! Clean residual min=-0.004897 max=0.005171 Jy/beam ! Clean residual mean=0.000014 rms=0.001280 Jy/beam ! Combined flux in latest and established models = 0.3438 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 45 components and 0.3438 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=8.307 mas, bmaj=19.68 mas, bpa=-0.7866 degrees ! Estimated noise=2404.76 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173298 Jy ! Component: 100 - total flux cleaned = 0.00199725 Jy ! Component: 150 - total flux cleaned = 0.00227966 Jy ! Component: 200 - total flux cleaned = 0.00248917 Jy ! Total flux subtracted in 200 components = 0.00248917 Jy ! Clean residual min=-0.005570 max=0.005918 Jy/beam ! Clean residual mean=0.000020 rms=0.001593 Jy/beam ! Combined flux in latest and established models = 0.346289 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.000188551 Jy ! Component: 100 - total flux cleaned = 0.000328235 Jy ! Component: 150 - total flux cleaned = 0.000489788 Jy ! Component: 200 - total flux cleaned = 0.000608564 Jy ! Total flux subtracted in 200 components = 0.000608564 Jy ! Clean residual min=-0.005551 max=0.005974 Jy/beam ! Clean residual mean=0.000019 rms=0.001586 Jy/beam ! Combined flux in latest and established models = 0.346897 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 56 components and 0.346897 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.883 mas, bmaj=14.13 mas, bpa=9.589 degrees ! Estimated noise=2003.18 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000289256 Jy ! Component: 100 - total flux cleaned = -0.000474027 Jy ! Component: 150 - total flux cleaned = -0.00051247 Jy ! Component: 200 - total flux cleaned = -0.000474521 Jy ! Total flux subtracted in 200 components = -0.000474521 Jy ! Clean residual min=-0.004684 max=0.005331 Jy/beam ! Clean residual mean=0.000012 rms=0.001240 Jy/beam ! Combined flux in latest and established models = 0.346423 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 68 components and 0.346423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182411Jy sigma=0.000651 ! Fit after self-cal, rms=0.182370Jy sigma=0.000651 wmodel J0011-2612_S_2017_01_16_pus_map.mod ! Writing 68 model components to file: J0011-2612_S_2017_01_16_pus_map.mod wobs J0011-2612_S_2017_01_16_pus_uvs.fits ! Writing UV FITS file: J0011-2612_S_2017_01_16_pus_uvs.fits wwins J0011-2612_S_2017_01_16_pus_map.win ! wwins: Wrote 2 windows to J0011-2612_S_2017_01_16_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.00115177 Jy ! Component: 100 - total flux cleaned = 0.00139246 Jy ! Component: 150 - total flux cleaned = 0.00146885 Jy ! Component: 200 - total flux cleaned = 0.00168016 Jy ! Component: 250 - total flux cleaned = 0.00134019 Jy ! Component: 300 - total flux cleaned = 0.00134169 Jy ! Component: 350 - total flux cleaned = 0.00153354 Jy ! Component: 400 - total flux cleaned = 0.00165709 Jy ! Component: 450 - total flux cleaned = 0.00171713 Jy ! Component: 500 - total flux cleaned = 0.00183433 Jy ! Component: 550 - total flux cleaned = 0.00212241 Jy ! Component: 600 - total flux cleaned = 0.00229208 Jy ! Component: 650 - total flux cleaned = 0.00279153 Jy ! Component: 700 - total flux cleaned = 0.00300916 Jy ! Component: 750 - total flux cleaned = 0.00327922 Jy ! Component: 800 - total flux cleaned = 0.00365059 Jy ! Component: 850 - total flux cleaned = 0.00396533 Jy ! Component: 900 - total flux cleaned = 0.00432645 Jy ! Component: 950 - total flux cleaned = 0.00473319 Jy ! Component: 1000 - total flux cleaned = 0.00498397 Jy ! Component: 1050 - total flux cleaned = 0.00528114 Jy ! Component: 1100 - total flux cleaned = 0.00547602 Jy ! Component: 1150 - total flux cleaned = 0.00576538 Jy ! Component: 1200 - total flux cleaned = 0.0060043 Jy ! Component: 1250 - total flux cleaned = 0.00619231 Jy ! Component: 1300 - total flux cleaned = 0.00637957 Jy ! Component: 1350 - total flux cleaned = 0.00665682 Jy ! Component: 1400 - total flux cleaned = 0.00688536 Jy ! Component: 1450 - total flux cleaned = 0.00706537 Jy ! Component: 1500 - total flux cleaned = 0.00737764 Jy ! Component: 1550 - total flux cleaned = 0.00755447 Jy ! Component: 1600 - total flux cleaned = 0.00777379 Jy ! Component: 1650 - total flux cleaned = 0.00798982 Jy ! Component: 1700 - total flux cleaned = 0.00828981 Jy ! Component: 1750 - total flux cleaned = 0.00845912 Jy ! Component: 1800 - total flux cleaned = 0.00858568 Jy ! Component: 1850 - total flux cleaned = 0.00875306 Jy ! Component: 1900 - total flux cleaned = 0.0090011 Jy ! Component: 1950 - total flux cleaned = 0.00912395 Jy ! Component: 2000 - total flux cleaned = 0.00936809 Jy ! Component: 2050 - total flux cleaned = 0.0094484 Jy ! Component: 2100 - total flux cleaned = 0.00960751 Jy ! Component: 2150 - total flux cleaned = 0.00976605 Jy ! Component: 2200 - total flux cleaned = 0.00984503 Jy ! Component: 2250 - total flux cleaned = 0.00992296 Jy ! Component: 2300 - total flux cleaned = 0.00984561 Jy ! Component: 2350 - total flux cleaned = 0.00999922 Jy ! Component: 2400 - total flux cleaned = 0.00996109 Jy ! Component: 2450 - total flux cleaned = 0.0100369 Jy ! Component: 2500 - total flux cleaned = 0.00999908 Jy ! Component: 2550 - total flux cleaned = 0.00988724 Jy ! Component: 2600 - total flux cleaned = 0.0099618 Jy ! Component: 2650 - total flux cleaned = 0.0100357 Jy ! Component: 2700 - total flux cleaned = 0.00992599 Jy ! Component: 2750 - total flux cleaned = 0.00999879 Jy ! Component: 2800 - total flux cleaned = 0.00996243 Jy ! Component: 2850 - total flux cleaned = 0.00999827 Jy ! Component: 2900 - total flux cleaned = 0.0100339 Jy ! Component: 2950 - total flux cleaned = 0.0102107 Jy ! Component: 3000 - total flux cleaned = 0.0100344 Jy ! Component: 3050 - total flux cleaned = 0.0102096 Jy ! Component: 3100 - total flux cleaned = 0.0101052 Jy ! Component: 3150 - total flux cleaned = 0.0103469 Jy ! Component: 3200 - total flux cleaned = 0.0104495 Jy ! Component: 3250 - total flux cleaned = 0.0104838 Jy ! Component: 3300 - total flux cleaned = 0.0105857 Jy ! Component: 3350 - total flux cleaned = 0.0106194 Jy ! Component: 3400 - total flux cleaned = 0.0107539 Jy ! Component: 3450 - total flux cleaned = 0.010754 Jy ! Component: 3500 - total flux cleaned = 0.0108867 Jy ! Component: 3550 - total flux cleaned = 0.0109524 Jy ! Component: 3600 - total flux cleaned = 0.0111167 Jy ! Component: 3650 - total flux cleaned = 0.0111494 Jy ! Component: 3700 - total flux cleaned = 0.0110846 Jy ! Component: 3750 - total flux cleaned = 0.0112463 Jy ! Component: 3800 - total flux cleaned = 0.0113751 Jy ! Component: 3850 - total flux cleaned = 0.0114392 Jy ! Component: 3900 - total flux cleaned = 0.0115029 Jy ! Component: 3950 - total flux cleaned = 0.0115979 Jy ! Component: 4000 - total flux cleaned = 0.0115979 Jy ! Component: 4050 - total flux cleaned = 0.0116292 Jy ! Total flux subtracted in 4096 components = 0.0117857 Jy ! Clean residual min=-0.001806 max=0.001782 Jy/beam ! Clean residual mean=0.000003 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.358208 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 366 components and 0.358209 Jy ![Exited script file: muppet] wmap "J0011-2612_S_2017_01_16_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.883 x 14.13 at 9.589 degrees (North through East) ! Clean map min=-0.0031694 max=0.31973 Jy/beam ! Writing clean map to FITS file: J0011-2612_S_2017_01_16_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.319728 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000617862 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.579738 0.579738 1.15948 2.31895 4.6379 9.2758 18.5516 37.1032 74.2064 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.319 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.883 x 14.13 at 9.589 degrees (North through East) ! Clean map min=-0.0031694 max=0.31973 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_01_16_pus_uvs.log closed on Sun Apr 7 15:01:13 2019