! Started logfile: J0011-2612_S_2017_03_27_pus_uvs.log on Sun Apr 28 14:26:38 2019 obs J0011-2612_S_2017_03_27_pus_uva.fits ! Reading UV FITS file: J0011-2612_S_2017_03_27_pus_uva.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.719444 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 1684 lines of history. ! ! Reading 2072 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_03_27_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 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 98 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.655942Jy sigma=0.004234 ! Fit after self-cal, rms=0.651485Jy sigma=0.004207 ! 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.695 mas, bmaj=8.26 mas, bpa=-2.677 degrees ! Estimated noise=3385.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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.273364 Jy ! Component: 100 - total flux cleaned = 0.336419 Jy ! Total flux subtracted in 100 components = 0.336419 Jy ! Clean residual min=-0.012653 max=0.026601 Jy/beam ! Clean residual mean=-0.000003 rms=0.003680 Jy/beam ! Combined flux in latest and established models = 0.336419 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.336419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.119868Jy sigma=0.000724 ! Fit after self-cal, rms=0.119855Jy sigma=0.000724 ! Inverting map ! Added new window around map position (4, 7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.025079 Jy ! Component: 100 - total flux cleaned = 0.0366583 Jy ! Total flux subtracted in 100 components = 0.0366583 Jy ! Clean residual min=-0.010561 max=0.013867 Jy/beam ! Clean residual mean=0.000001 rms=0.002693 Jy/beam ! Combined flux in latest and established models = 0.373077 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 18 components and 0.373077 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114501Jy sigma=0.000684 ! Fit after self-cal, rms=0.114207Jy sigma=0.000682 ! 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.235 mas, bmaj=9.446 mas, bpa=-2.297 degrees ! Estimated noise=2720.87 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.00909744 Jy ! Component: 100 - total flux cleaned = 0.00948287 Jy ! Component: 150 - total flux cleaned = 0.00964342 Jy ! Component: 200 - total flux cleaned = 0.00978378 Jy ! Total flux subtracted in 200 components = 0.00978378 Jy ! Clean residual min=-0.008768 max=0.011178 Jy/beam ! Clean residual mean=-0.000016 rms=0.002423 Jy/beam ! Combined flux in latest and established models = 0.382861 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 41 components and 0.382861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.113380Jy sigma=0.000677 ! Fit after self-cal, rms=0.113348Jy sigma=0.000676 ! 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 1.02 HN 1.00 KP 1.05 ! LA 1.06 MK 0.99 NL 1.00 OV 1.05 ! PT 0.98 SC 0.94 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.02 HN 1.20 KP 0.97 ! LA 0.95 MK 1.00 NL 1.02 OV 1.07 ! PT 0.94 SC 1.07 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.04 HN 1.17 KP 1.04 ! LA 0.96 MK 1.04 NL 1.07 OV 0.93 ! PT 0.92 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.03 HN 1.09 KP 1.00* ! LA 1.00* MK 0.91 NL 1.00* OV 1.00* ! PT 0.99 SC 1.00* ! ! ! Fit before self-cal, rms=0.113348Jy sigma=0.000676 ! Fit after self-cal, rms=0.111792Jy sigma=0.000656 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.252 mas, bmaj=9.409 mas, bpa=-2.198 degrees ! Estimated noise=2715.22 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.00297724 Jy ! Component: 100 - total flux cleaned = -0.00315039 Jy ! Component: 150 - total flux cleaned = -0.00339011 Jy ! Component: 200 - total flux cleaned = -0.00360736 Jy ! Total flux subtracted in 200 components = -0.00360736 Jy ! Clean residual min=-0.006249 max=0.007072 Jy/beam ! Clean residual mean=-0.000015 rms=0.001842 Jy/beam ! Combined flux in latest and established models = 0.379253 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.379253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111577Jy sigma=0.000655 ! Fit after self-cal, rms=0.111590Jy sigma=0.000655 ! 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.111590Jy sigma=0.000655 ! Fit after self-cal, rms=0.110870Jy sigma=0.000646 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.257 mas, bmaj=9.4 mas, bpa=-2.252 degrees ! Estimated noise=2712.79 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00148648 Jy ! Component: 100 - total flux cleaned = -0.00165433 Jy ! Component: 150 - total flux cleaned = -0.00179932 Jy ! Component: 200 - total flux cleaned = -0.00188437 Jy ! Total flux subtracted in 200 components = -0.00188437 Jy ! Clean residual min=-0.006083 max=0.006512 Jy/beam ! Clean residual mean=-0.000025 rms=0.001537 Jy/beam ! Combined flux in latest and established models = 0.377369 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 61 components and 0.377369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110792Jy sigma=0.000646 ! Fit after self-cal, rms=0.110813Jy sigma=0.000646 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.000360942 Jy ! Component: 100 - total flux cleaned = -0.000434891 Jy ! Component: 150 - total flux cleaned = -0.000469204 Jy ! Component: 200 - total flux cleaned = -0.000501313 Jy ! Total flux subtracted in 200 components = -0.000501313 Jy ! Clean residual min=-0.006073 max=0.006529 Jy/beam ! Clean residual mean=-0.000025 rms=0.001533 Jy/beam ! Combined flux in latest and established models = 0.376868 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 65 components and 0.376867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110780Jy sigma=0.000646 ! Fit after self-cal, rms=0.110778Jy sigma=0.000646 ! Inverting map ! Added new window around map position (-91.5, 66.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0039205 Jy ! Component: 100 - total flux cleaned = 0.00416866 Jy ! Component: 150 - total flux cleaned = 0.00391901 Jy ! Component: 200 - total flux cleaned = 0.00377257 Jy ! Total flux subtracted in 200 components = 0.00377257 Jy ! Clean residual min=-0.005735 max=0.005969 Jy/beam ! Clean residual mean=-0.000032 rms=0.001445 Jy/beam ! Combined flux in latest and established models = 0.38064 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 85 components and 0.38064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110432Jy sigma=0.000644 ! Fit after self-cal, rms=0.110421Jy sigma=0.000644 ! 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.110421Jy sigma=0.000644 ! Fit after self-cal, rms=0.110433Jy sigma=0.000643 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.261 mas, bmaj=9.401 mas, bpa=-2.243 degrees ! Estimated noise=2706.93 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.3021e-05 Jy ! Component: 100 - total flux cleaned = -0.000225758 Jy ! Component: 150 - total flux cleaned = -0.00041344 Jy ! Component: 200 - total flux cleaned = -0.00058489 Jy ! Total flux subtracted in 200 components = -0.00058489 Jy ! Clean residual min=-0.005664 max=0.005817 Jy/beam ! Clean residual mean=-0.000035 rms=0.001403 Jy/beam ! Combined flux in latest and established models = 0.380055 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 100 components and 0.380055 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110349Jy sigma=0.000643 ! Fit after self-cal, rms=0.110358Jy sigma=0.000643 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.000274249 Jy ! Component: 100 - total flux cleaned = -0.000324732 Jy ! Component: 150 - total flux cleaned = -0.000421127 Jy ! Component: 200 - total flux cleaned = -0.000511154 Jy ! Total flux subtracted in 200 components = -0.000511154 Jy ! Clean residual min=-0.005647 max=0.005743 Jy/beam ! Clean residual mean=-0.000035 rms=0.001396 Jy/beam ! Combined flux in latest and established models = 0.379544 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 110 components and 0.379544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110313Jy sigma=0.000643 ! Fit after self-cal, rms=0.110312Jy sigma=0.000643 ! 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.110312Jy sigma=0.000643 ! Fit after self-cal, rms=0.110183Jy sigma=0.000643 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.203 mas, bmaj=21 mas, bpa=10.54 degrees ! Estimated noise=3304 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00140107 Jy ! Component: 100 - total flux cleaned = -0.00169162 Jy ! Component: 150 - total flux cleaned = -0.00190681 Jy ! Component: 200 - total flux cleaned = -0.00206961 Jy ! Total flux subtracted in 200 components = -0.00206961 Jy ! Clean residual min=-0.005999 max=0.006063 Jy/beam ! Clean residual mean=-0.000061 rms=0.001802 Jy/beam ! Combined flux in latest and established models = 0.377474 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 117 components and 0.377474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110168Jy sigma=0.000643 ! Fit after self-cal, rms=0.110164Jy sigma=0.000643 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.000571767 Jy ! Component: 100 - total flux cleaned = -0.0006832 Jy ! Component: 150 - total flux cleaned = -0.000718798 Jy ! Component: 200 - total flux cleaned = -0.000788279 Jy ! Total flux subtracted in 200 components = -0.000788279 Jy ! Clean residual min=-0.005965 max=0.005971 Jy/beam ! Clean residual mean=-0.000061 rms=0.001787 Jy/beam ! Combined flux in latest and established models = 0.376686 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 119 components and 0.376686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110157Jy sigma=0.000643 ! Fit after self-cal, rms=0.110154Jy sigma=0.000643 ! 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.263 mas, bmaj=9.407 mas, bpa=-2.253 degrees ! Estimated noise=2702.71 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.263 x 9.407 at -2.253 degrees (North through East) ! Clean map min=-0.005853 max=0.34401 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.722 mas, bmaj=8.187 mas, bpa=-2.43 degrees ! Estimated noise=3396.49 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.273973 Jy ! Component: 100 - total flux cleaned = 0.336882 Jy ! Component: 150 - total flux cleaned = 0.360385 Jy ! Component: 200 - total flux cleaned = 0.370814 Jy ! Total flux subtracted in 200 components = 0.370814 Jy ! Clean residual min=-0.008796 max=0.007529 Jy/beam ! Clean residual mean=-0.000016 rms=0.001958 Jy/beam ! Combined flux in latest and established models = 0.370814 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.370814 Jy ! Inverting map and beam ! Estimated beam: bmin=3.263 mas, bmaj=9.407 mas, bpa=-2.253 degrees ! Estimated noise=2702.71 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.00702925 Jy ! Component: 100 - total flux cleaned = 0.00938945 Jy ! Component: 150 - total flux cleaned = 0.00939602 Jy ! Component: 200 - total flux cleaned = 0.00926868 Jy ! Total flux subtracted in 200 components = 0.00926868 Jy ! Clean residual min=-0.005956 max=0.006310 Jy/beam ! Clean residual mean=-0.000036 rms=0.001506 Jy/beam ! Combined flux in latest and established models = 0.380083 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 45 components and 0.380083 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.203 mas, bmaj=21 mas, bpa=10.54 degrees ! Estimated noise=3304 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000830035 Jy ! Component: 100 - total flux cleaned = 0.000752349 Jy ! Component: 150 - total flux cleaned = 0.0006156 Jy ! Component: 200 - total flux cleaned = 0.000551787 Jy ! Total flux subtracted in 200 components = 0.000551787 Jy ! Clean residual min=-0.005944 max=0.006244 Jy/beam ! Clean residual mean=-0.000064 rms=0.001859 Jy/beam ! Combined flux in latest and established models = 0.380634 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.000282344 Jy ! Component: 100 - total flux cleaned = -0.000496921 Jy ! Component: 150 - total flux cleaned = -0.000755881 Jy ! Component: 200 - total flux cleaned = -0.00100205 Jy ! Total flux subtracted in 200 components = -0.00100205 Jy ! Clean residual min=-0.005842 max=0.006199 Jy/beam ! Clean residual mean=-0.000063 rms=0.001835 Jy/beam ! Combined flux in latest and established models = 0.379632 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 66 components and 0.379632 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.263 mas, bmaj=9.407 mas, bpa=-2.253 degrees ! Estimated noise=2702.71 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00107603 Jy ! Component: 100 - total flux cleaned = -0.00136431 Jy ! Component: 150 - total flux cleaned = -0.00154203 Jy ! Component: 200 - total flux cleaned = -0.0016263 Jy ! Total flux subtracted in 200 components = -0.0016263 Jy ! Clean residual min=-0.005955 max=0.005874 Jy/beam ! Clean residual mean=-0.000034 rms=0.001432 Jy/beam ! Combined flux in latest and established models = 0.378006 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 88 components and 0.378006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110350Jy sigma=0.000644 ! Fit after self-cal, rms=0.110336Jy sigma=0.000644 wmodel J0011-2612_S_2017_03_27_pus_map.mod ! Writing 88 model components to file: J0011-2612_S_2017_03_27_pus_map.mod wobs J0011-2612_S_2017_03_27_pus_uvs.fits ! Writing UV FITS file: J0011-2612_S_2017_03_27_pus_uvs.fits wwins J0011-2612_S_2017_03_27_pus_map.win ! wwins: Wrote 3 windows to J0011-2612_S_2017_03_27_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 = -3.41766e-05 Jy ! Component: 100 - total flux cleaned = -3.00073e-05 Jy ! Component: 150 - total flux cleaned = -0.000284717 Jy ! Component: 200 - total flux cleaned = -0.000852409 Jy ! Component: 250 - total flux cleaned = -0.00155605 Jy ! Component: 300 - total flux cleaned = -0.00208815 Jy ! Component: 350 - total flux cleaned = -0.002678 Jy ! Component: 400 - total flux cleaned = -0.00317922 Jy ! Component: 450 - total flux cleaned = -0.0035985 Jy ! Component: 500 - total flux cleaned = -0.00373609 Jy ! Component: 550 - total flux cleaned = -0.00400265 Jy ! Component: 600 - total flux cleaned = -0.00413442 Jy ! Component: 650 - total flux cleaned = -0.00419881 Jy ! Component: 700 - total flux cleaned = -0.00426276 Jy ! Component: 750 - total flux cleaned = -0.00426262 Jy ! Component: 800 - total flux cleaned = -0.00420332 Jy ! Component: 850 - total flux cleaned = -0.00443969 Jy ! Component: 900 - total flux cleaned = -0.00420582 Jy ! Component: 950 - total flux cleaned = -0.00437846 Jy ! Component: 1000 - total flux cleaned = -0.00426563 Jy ! Component: 1050 - total flux cleaned = -0.00443143 Jy ! Component: 1100 - total flux cleaned = -0.00432284 Jy ! Component: 1150 - total flux cleaned = -0.00426891 Jy ! Component: 1200 - total flux cleaned = -0.00416277 Jy ! Component: 1250 - total flux cleaned = -0.00416252 Jy ! Component: 1300 - total flux cleaned = -0.00426535 Jy ! Component: 1350 - total flux cleaned = -0.00426708 Jy ! Component: 1400 - total flux cleaned = -0.0043675 Jy ! Component: 1450 - total flux cleaned = -0.00446655 Jy ! Component: 1500 - total flux cleaned = -0.00470813 Jy ! Component: 1550 - total flux cleaned = -0.00470874 Jy ! Component: 1600 - total flux cleaned = -0.00489817 Jy ! Component: 1650 - total flux cleaned = -0.00494586 Jy ! Component: 1700 - total flux cleaned = -0.00531424 Jy ! Component: 1750 - total flux cleaned = -0.00531435 Jy ! Component: 1800 - total flux cleaned = -0.00571897 Jy ! Component: 1850 - total flux cleaned = -0.00585161 Jy ! Component: 1900 - total flux cleaned = -0.00598283 Jy ! Component: 1950 - total flux cleaned = -0.00615662 Jy ! Component: 2000 - total flux cleaned = -0.00637148 Jy ! Component: 2050 - total flux cleaned = -0.00675365 Jy ! Component: 2100 - total flux cleaned = -0.0070052 Jy ! Component: 2150 - total flux cleaned = -0.00708876 Jy ! Component: 2200 - total flux cleaned = -0.00733526 Jy ! Component: 2250 - total flux cleaned = -0.00741644 Jy ! Component: 2300 - total flux cleaned = -0.00769852 Jy ! Component: 2350 - total flux cleaned = -0.007937 Jy ! Component: 2400 - total flux cleaned = -0.00809435 Jy ! Component: 2450 - total flux cleaned = -0.00813348 Jy ! Component: 2500 - total flux cleaned = -0.00832642 Jy ! Component: 2550 - total flux cleaned = -0.00840317 Jy ! Component: 2600 - total flux cleaned = -0.00859253 Jy ! Component: 2650 - total flux cleaned = -0.00874251 Jy ! Component: 2700 - total flux cleaned = -0.00881662 Jy ! Component: 2750 - total flux cleaned = -0.00881566 Jy ! Component: 2800 - total flux cleaned = -0.0088516 Jy ! Component: 2850 - total flux cleaned = -0.00885132 Jy ! Component: 2900 - total flux cleaned = -0.00892314 Jy ! Component: 2950 - total flux cleaned = -0.00885168 Jy ! Component: 3000 - total flux cleaned = -0.00895807 Jy ! Component: 3050 - total flux cleaned = -0.00909841 Jy ! Component: 3100 - total flux cleaned = -0.00920165 Jy ! Component: 3150 - total flux cleaned = -0.00930476 Jy ! Component: 3200 - total flux cleaned = -0.00920203 Jy ! Component: 3250 - total flux cleaned = -0.00943898 Jy ! Component: 3300 - total flux cleaned = -0.00933808 Jy ! Component: 3350 - total flux cleaned = -0.00947159 Jy ! Component: 3400 - total flux cleaned = -0.00947169 Jy ! Component: 3450 - total flux cleaned = -0.00963566 Jy ! Component: 3500 - total flux cleaned = -0.00966807 Jy ! Component: 3550 - total flux cleaned = -0.00979754 Jy ! Component: 3600 - total flux cleaned = -0.00986161 Jy ! Component: 3650 - total flux cleaned = -0.00998899 Jy ! Component: 3700 - total flux cleaned = -0.0100206 Jy ! Component: 3750 - total flux cleaned = -0.0101147 Jy ! Component: 3800 - total flux cleaned = -0.0100835 Jy ! Component: 3850 - total flux cleaned = -0.0103004 Jy ! Component: 3900 - total flux cleaned = -0.0102695 Jy ! Component: 3950 - total flux cleaned = -0.0103308 Jy ! Component: 4000 - total flux cleaned = -0.010452 Jy ! Component: 4050 - total flux cleaned = -0.0104218 Jy ! Total flux subtracted in 4096 components = -0.0104213 Jy ! Clean residual min=-0.001887 max=0.001837 Jy/beam ! Clean residual mean=-0.000020 rms=0.000572 Jy/beam ! Combined flux in latest and established models = 0.367585 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 381 components and 0.367585 Jy ![Exited script file: muppet] wmap "J0011-2612_S_2017_03_27_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.263 x 9.407 at -2.253 degrees (North through East) ! Clean map min=-0.0046978 max=0.34414 Jy/beam ! Writing clean map to FITS file: J0011-2612_S_2017_03_27_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.344142 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000567356 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.494583 0.494583 0.989167 1.97833 3.95667 7.91333 15.8267 31.6533 63.3067 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.344 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.263 x 9.407 at -2.253 degrees (North through East) ! Clean map min=-0.0046978 max=0.34414 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_03_27_pus_uvs.log closed on Sun Apr 28 14:26:45 2019