! Started logfile: J2005-1822_S_2014_06_09_pus_uvs.log on Wed Nov 16 20:04:05 2016 obs J2005-1822_S_2014_06_09_pus_uva.fits ! Reading UV FITS file: J2005-1822_S_2014_06_09_pus_uva.fits ! AN table 1: 56 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.605556 visibilities/baseline/integration-bin. ! Found source: J2005-1822 ! ! 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 336 lines of history. ! ! Reading 6104 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 J2005-1822_S_2014_06_09_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 119 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 119 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 119 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 119 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.719704Jy sigma=0.006994 ! Fit after self-cal, rms=0.706625Jy sigma=0.006879 ! 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.148 mas, bmaj=11.39 mas, bpa=18.28 degrees ! Estimated noise=1550.66 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.227796 Jy ! Component: 100 - total flux cleaned = 0.281362 Jy ! Total flux subtracted in 100 components = 0.281362 Jy ! Clean residual min=-0.010319 max=0.020195 Jy/beam ! Clean residual mean=-0.000010 rms=0.003367 Jy/beam ! Combined flux in latest and established models = 0.281362 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.281362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.171746Jy sigma=0.000959 ! Fit after self-cal, rms=0.171726Jy sigma=0.000959 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0204301 Jy ! Component: 100 - total flux cleaned = 0.0304049 Jy ! Total flux subtracted in 100 components = 0.0304049 Jy ! Clean residual min=-0.009662 max=0.008836 Jy/beam ! Clean residual mean=0.000010 rms=0.002533 Jy/beam ! Combined flux in latest and established models = 0.311767 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 27 components and 0.311767 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166972Jy sigma=0.000917 ! Fit after self-cal, rms=0.166968Jy sigma=0.000917 ! 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.968 mas, bmaj=12.79 mas, bpa=16 degrees ! Estimated noise=957.758 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.00951794 Jy ! Component: 100 - total flux cleaned = 0.015443 Jy ! Component: 150 - total flux cleaned = 0.0192438 Jy ! Component: 200 - total flux cleaned = 0.0216911 Jy ! Total flux subtracted in 200 components = 0.0216911 Jy ! Clean residual min=-0.008308 max=0.009211 Jy/beam ! Clean residual mean=0.000026 rms=0.002335 Jy/beam ! Combined flux in latest and established models = 0.333458 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 42 components and 0.333458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.165412Jy sigma=0.000914 ! Fit after self-cal, rms=0.165416Jy sigma=0.000914 ! 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 1.00* FD 0.86 HN 1.00 KP 1.09 ! LA 1.20 MK 1.00* NL 0.98 OV 0.98 ! PT 1.00 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.02 KP 1.02 ! LA 1.14 MK 1.00* NL 1.04 OV 1.01 ! PT 0.92 SC 1.02 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.14 HN 1.04 KP 0.93 ! LA 0.90 MK 1.00* NL 1.01 OV 0.93 ! PT 0.97 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.03 KP 0.90 ! LA 0.88 MK 1.00* NL 1.09 OV 1.03 ! PT 1.03 SC 0.96 ! ! ! Fit before self-cal, rms=0.165416Jy sigma=0.000914 ! Fit after self-cal, rms=0.157356Jy sigma=0.000858 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.966 mas, bmaj=12.85 mas, bpa=16.01 degrees ! Estimated noise=969.177 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.003903 Jy ! Component: 100 - total flux cleaned = 0.00491994 Jy ! Component: 150 - total flux cleaned = 0.00512049 Jy ! Component: 200 - total flux cleaned = 0.0052318 Jy ! Total flux subtracted in 200 components = 0.0052318 Jy ! Clean residual min=-0.007414 max=0.009494 Jy/beam ! Clean residual mean=0.000029 rms=0.001980 Jy/beam ! Combined flux in latest and established models = 0.33869 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 58 components and 0.33869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156942Jy sigma=0.000858 ! Fit after self-cal, rms=0.156926Jy sigma=0.000858 ! 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.156926Jy sigma=0.000858 ! Fit after self-cal, rms=0.143036Jy sigma=0.000845 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.958 mas, bmaj=12.82 mas, bpa=15.98 degrees ! Estimated noise=982.113 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00387724 Jy ! Component: 100 - total flux cleaned = 0.00576855 Jy ! Component: 150 - total flux cleaned = 0.00632669 Jy ! Component: 200 - total flux cleaned = 0.00636297 Jy ! Total flux subtracted in 200 components = 0.00636297 Jy ! Clean residual min=-0.006473 max=0.009295 Jy/beam ! Clean residual mean=0.000015 rms=0.001817 Jy/beam ! Combined flux in latest and established models = 0.345053 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 67 components and 0.345053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142657Jy sigma=0.000845 ! Fit after self-cal, rms=0.142648Jy sigma=0.000845 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 (3.5, -38). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00858139 Jy ! Component: 100 - total flux cleaned = 0.0127699 Jy ! Component: 150 - total flux cleaned = 0.0154646 Jy ! Component: 200 - total flux cleaned = 0.016761 Jy ! Total flux subtracted in 200 components = 0.016761 Jy ! Clean residual min=-0.005535 max=0.005021 Jy/beam ! Clean residual mean=0.000033 rms=0.001334 Jy/beam ! Combined flux in latest and established models = 0.361814 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 113 components and 0.361814 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.142053Jy sigma=0.000838 ! Fit after self-cal, rms=0.142038Jy sigma=0.000838 ! 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.142038Jy sigma=0.000838 ! Fit after self-cal, rms=0.107178Jy sigma=0.000818 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.959 mas, bmaj=12.84 mas, bpa=15.97 degrees ! Estimated noise=984.714 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00239596 Jy ! Component: 100 - total flux cleaned = 0.00331592 Jy ! Component: 150 - total flux cleaned = 0.00404908 Jy ! Component: 200 - total flux cleaned = 0.00470131 Jy ! Total flux subtracted in 200 components = 0.00470131 Jy ! Clean residual min=-0.004081 max=0.003929 Jy/beam ! Clean residual mean=0.000015 rms=0.000985 Jy/beam ! Combined flux in latest and established models = 0.366515 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 141 components and 0.366515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107084Jy sigma=0.000817 ! Fit after self-cal, rms=0.107030Jy sigma=0.000817 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.000767588 Jy ! Component: 100 - total flux cleaned = 0.00118759 Jy ! Component: 150 - total flux cleaned = 0.00156478 Jy ! Component: 200 - total flux cleaned = 0.00184244 Jy ! Total flux subtracted in 200 components = 0.00184244 Jy ! Clean residual min=-0.003941 max=0.003987 Jy/beam ! Clean residual mean=0.000017 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.368358 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 156 components and 0.368358 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106992Jy sigma=0.000817 ! Fit after self-cal, rms=0.106991Jy sigma=0.000817 ! 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.106991Jy sigma=0.000817 ! Fit after self-cal, rms=0.107281Jy sigma=0.000817 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.791 mas, bmaj=20.32 mas, bpa=2.238 degrees ! Estimated noise=1125.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00169213 Jy ! Component: 100 - total flux cleaned = 0.00275709 Jy ! Component: 150 - total flux cleaned = 0.00340433 Jy ! Component: 200 - total flux cleaned = 0.00359677 Jy ! Total flux subtracted in 200 components = 0.00359677 Jy ! Clean residual min=-0.004000 max=0.004780 Jy/beam ! Clean residual mean=0.000027 rms=0.001259 Jy/beam ! Combined flux in latest and established models = 0.371955 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 170 components and 0.371955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107238Jy sigma=0.000816 ! Fit after self-cal, rms=0.107237Jy sigma=0.000816 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.000407965 Jy ! Component: 100 - total flux cleaned = 0.000510405 Jy ! Component: 150 - total flux cleaned = 0.00060413 Jy ! Component: 200 - total flux cleaned = 0.000691652 Jy ! Total flux subtracted in 200 components = 0.000691652 Jy ! Clean residual min=-0.003922 max=0.004745 Jy/beam ! Clean residual mean=0.000028 rms=0.001250 Jy/beam ! Combined flux in latest and established models = 0.372646 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 176 components and 0.372646 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107233Jy sigma=0.000816 ! Fit after self-cal, rms=0.107232Jy sigma=0.000816 ! 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.957 mas, bmaj=12.84 mas, bpa=15.99 degrees ! Estimated noise=987.581 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.957 x 12.84 at 15.99 degrees (North through East) ! Clean map min=-0.0036566 max=0.29073 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.136 mas, bmaj=11.43 mas, bpa=18.22 degrees ! Estimated noise=1593.04 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.233912 Jy ! Component: 100 - total flux cleaned = 0.289953 Jy ! Component: 150 - total flux cleaned = 0.311523 Jy ! Component: 200 - total flux cleaned = 0.322461 Jy ! Total flux subtracted in 200 components = 0.322461 Jy ! Clean residual min=-0.006516 max=0.006709 Jy/beam ! Clean residual mean=-0.000016 rms=0.001736 Jy/beam ! Combined flux in latest and established models = 0.322461 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.322461 Jy ! Inverting map and beam ! Estimated beam: bmin=3.957 mas, bmaj=12.84 mas, bpa=15.99 degrees ! Estimated noise=987.581 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.0105906 Jy ! Component: 100 - total flux cleaned = 0.0175985 Jy ! Component: 150 - total flux cleaned = 0.0230048 Jy ! Component: 200 - total flux cleaned = 0.0273124 Jy ! Total flux subtracted in 200 components = 0.0273124 Jy ! Clean residual min=-0.004979 max=0.004123 Jy/beam ! Clean residual mean=-0.000008 rms=0.001277 Jy/beam ! Combined flux in latest and established models = 0.349773 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 80 components and 0.349773 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.791 mas, bmaj=20.32 mas, bpa=2.238 degrees ! Estimated noise=1125.63 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00519955 Jy ! Component: 100 - total flux cleaned = 0.00914922 Jy ! Component: 150 - total flux cleaned = 0.0122399 Jy ! Component: 200 - total flux cleaned = 0.0146739 Jy ! Total flux subtracted in 200 components = 0.0146739 Jy ! Clean residual min=-0.004648 max=0.004580 Jy/beam ! Clean residual mean=0.000014 rms=0.001371 Jy/beam ! Combined flux in latest and established models = 0.364447 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.00193764 Jy ! Component: 100 - total flux cleaned = 0.00348776 Jy ! Component: 150 - total flux cleaned = 0.00473015 Jy ! Component: 200 - total flux cleaned = 0.00572691 Jy ! Total flux subtracted in 200 components = 0.00572691 Jy ! Clean residual min=-0.004317 max=0.004864 Jy/beam ! Clean residual mean=0.000023 rms=0.001265 Jy/beam ! Combined flux in latest and established models = 0.370174 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 135 components and 0.370174 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.957 mas, bmaj=12.84 mas, bpa=15.99 degrees ! Estimated noise=987.581 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000274758 Jy ! Component: 100 - total flux cleaned = 1.36614e-05 Jy ! Component: 150 - total flux cleaned = 0.000270969 Jy ! Component: 200 - total flux cleaned = 0.000536558 Jy ! Total flux subtracted in 200 components = 0.000536558 Jy ! Clean residual min=-0.003812 max=0.004199 Jy/beam ! Clean residual mean=0.000013 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.370711 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 156 components and 0.370711 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107260Jy sigma=0.000817 ! Fit after self-cal, rms=0.107248Jy sigma=0.000816 wmodel J2005-1822_S_2014_06_09_pus_map.mod ! Writing 156 model components to file: J2005-1822_S_2014_06_09_pus_map.mod wobs J2005-1822_S_2014_06_09_pus_uvs.fits ! Writing UV FITS file: J2005-1822_S_2014_06_09_pus_uvs.fits wwins J2005-1822_S_2014_06_09_pus_map.win ! wwins: Wrote 2 windows to J2005-1822_S_2014_06_09_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.00062237 Jy ! Component: 100 - total flux cleaned = 0.000494513 Jy ! Component: 150 - total flux cleaned = 0.000661789 Jy ! Component: 200 - total flux cleaned = 0.000661576 Jy ! Component: 250 - total flux cleaned = 0.000808005 Jy ! Component: 300 - total flux cleaned = 0.00094797 Jy ! Component: 350 - total flux cleaned = 0.00103641 Jy ! Component: 400 - total flux cleaned = 0.00103646 Jy ! Component: 450 - total flux cleaned = 0.00111987 Jy ! Component: 500 - total flux cleaned = 0.00107976 Jy ! Component: 550 - total flux cleaned = 0.0011973 Jy ! Component: 600 - total flux cleaned = 0.00123573 Jy ! Component: 650 - total flux cleaned = 0.00142109 Jy ! Component: 700 - total flux cleaned = 0.00149368 Jy ! Component: 750 - total flux cleaned = 0.00149473 Jy ! Component: 800 - total flux cleaned = 0.00152989 Jy ! Component: 850 - total flux cleaned = 0.00153 Jy ! Component: 900 - total flux cleaned = 0.00152981 Jy ! Component: 950 - total flux cleaned = 0.00149786 Jy ! Component: 1000 - total flux cleaned = 0.00143468 Jy ! Component: 1050 - total flux cleaned = 0.00137354 Jy ! Component: 1100 - total flux cleaned = 0.00143396 Jy ! Component: 1150 - total flux cleaned = 0.00134492 Jy ! Component: 1200 - total flux cleaned = 0.00131608 Jy ! Component: 1250 - total flux cleaned = 0.00128739 Jy ! Component: 1300 - total flux cleaned = 0.00120288 Jy ! Component: 1350 - total flux cleaned = 0.00120268 Jy ! Component: 1400 - total flux cleaned = 0.00125708 Jy ! Component: 1450 - total flux cleaned = 0.00122956 Jy ! Component: 1500 - total flux cleaned = 0.00120291 Jy ! Component: 1550 - total flux cleaned = 0.00120252 Jy ! Component: 1600 - total flux cleaned = 0.00122776 Jy ! Component: 1650 - total flux cleaned = 0.00125257 Jy ! Component: 1700 - total flux cleaned = 0.00122782 Jy ! Component: 1750 - total flux cleaned = 0.00127596 Jy ! Component: 1800 - total flux cleaned = 0.00122798 Jy ! Component: 1850 - total flux cleaned = 0.00118095 Jy ! Component: 1900 - total flux cleaned = 0.00120449 Jy ! Component: 1950 - total flux cleaned = 0.00118148 Jy ! Component: 2000 - total flux cleaned = 0.0012036 Jy ! Component: 2050 - total flux cleaned = 0.0012703 Jy ! Component: 2100 - total flux cleaned = 0.0012486 Jy ! Component: 2150 - total flux cleaned = 0.0014005 Jy ! Component: 2200 - total flux cleaned = 0.00142175 Jy ! Component: 2250 - total flux cleaned = 0.00152708 Jy ! Component: 2300 - total flux cleaned = 0.00158953 Jy ! Component: 2350 - total flux cleaned = 0.00167161 Jy ! Component: 2400 - total flux cleaned = 0.00181393 Jy ! Component: 2450 - total flux cleaned = 0.00191419 Jy ! Component: 2500 - total flux cleaned = 0.00207329 Jy ! Component: 2550 - total flux cleaned = 0.00217137 Jy ! Component: 2600 - total flux cleaned = 0.00228778 Jy ! Component: 2650 - total flux cleaned = 0.00238362 Jy ! Component: 2700 - total flux cleaned = 0.00247893 Jy ! Component: 2750 - total flux cleaned = 0.00253548 Jy ! Component: 2800 - total flux cleaned = 0.00262881 Jy ! Component: 2850 - total flux cleaned = 0.0027028 Jy ! Component: 2900 - total flux cleaned = 0.00279457 Jy ! Component: 2950 - total flux cleaned = 0.00281266 Jy ! Component: 3000 - total flux cleaned = 0.00284865 Jy ! Component: 3050 - total flux cleaned = 0.00284861 Jy ! Component: 3100 - total flux cleaned = 0.0028664 Jy ! Component: 3150 - total flux cleaned = 0.00288405 Jy ! Component: 3200 - total flux cleaned = 0.00291863 Jy ! Component: 3250 - total flux cleaned = 0.00295314 Jy ! Component: 3300 - total flux cleaned = 0.00295315 Jy ! Component: 3350 - total flux cleaned = 0.00305499 Jy ! Component: 3400 - total flux cleaned = 0.00302119 Jy ! Component: 3450 - total flux cleaned = 0.00307132 Jy ! Component: 3500 - total flux cleaned = 0.0031045 Jy ! Component: 3550 - total flux cleaned = 0.00310438 Jy ! Component: 3600 - total flux cleaned = 0.00307194 Jy ! Component: 3650 - total flux cleaned = 0.00308826 Jy ! Component: 3700 - total flux cleaned = 0.00307213 Jy ! Component: 3750 - total flux cleaned = 0.00302428 Jy ! Component: 3800 - total flux cleaned = 0.00304025 Jy ! Component: 3850 - total flux cleaned = 0.00296123 Jy ! Component: 3900 - total flux cleaned = 0.002977 Jy ! Component: 3950 - total flux cleaned = 0.00291445 Jy ! Component: 4000 - total flux cleaned = 0.00291456 Jy ! Component: 4050 - total flux cleaned = 0.00292995 Jy ! Total flux subtracted in 4096 components = 0.00289926 Jy ! Clean residual min=-0.001024 max=0.000848 Jy/beam ! Clean residual mean=0.000002 rms=0.000303 Jy/beam ! Combined flux in latest and established models = 0.37361 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 454 components and 0.37361 Jy ![Exited script file: muppet] wmap "J2005-1822_S_2014_06_09_pus\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.957 x 12.84 at 15.99 degrees (North through East) ! Clean map min=-0.0021313 max=0.29861 Jy/beam ! Writing clean map to FITS file: J2005-1822_S_2014_06_09_pus_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.298613 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000299834 device "J2005-1822_S_2014_06_09_pus\_map.eps/VPS" ! Attempting to open device: 'J2005-1822_S_2014_06_09_pus_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.301227 0.301227 0.602453 1.20491 2.40981 4.81963 9.63925 19.2785 38.557 77.114 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.298 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.957 x 12.84 at 15.99 degrees (North through East) ! Clean map min=-0.0021313 max=0.29861 Jy/beam quit ! Quitting program ! Log file J2005-1822_S_2014_06_09_pus_uvs.log closed on Wed Nov 16 20:04:10 2016