! Started logfile: /scr/pima/rdv93_uvs/J1743-1658_X_uvs.log on Tue Sep 24 17:08:58 2013 obs /scr/pima/rdv93_uvs/J1743-1658_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1743-1658_X_uva.fits ! AN table 1: 180 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.991358 visibilities/baseline/integration-bin. ! Found source: J1743-1658 ! ! 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 8.40993e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47993e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79493e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89993e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 32120 visibilities. select RR ! 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.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /scr/pima/rdv93_uvs/J1743-1658_X] 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.200x0.200 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 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.012784Jy sigma=1.048170 ! Fit after self-cal, rms=0.851762Jy sigma=0.875367 ! 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=0.7193 mas, bmaj=1.731 mas, bpa=-1.448 degrees ! Estimated noise=9.32368 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.11963 Jy ! Component: 100 - total flux cleaned = 0.14959 Jy ! Total flux subtracted in 100 components = 0.14959 Jy ! Clean residual min=-0.006046 max=0.011537 Jy/beam ! Clean residual mean=-0.000001 rms=0.001409 Jy/beam ! Combined flux in latest and established models = 0.14959 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.14959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116768Jy sigma=0.110437 ! Fit after self-cal, rms=0.116798Jy sigma=0.110412 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0116941 Jy ! Component: 100 - total flux cleaned = 0.0166334 Jy ! Total flux subtracted in 100 components = 0.0166334 Jy ! Clean residual min=-0.004398 max=0.004691 Jy/beam ! Clean residual mean=-0.000000 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.166224 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 10 components and 0.166224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115807Jy sigma=0.108851 ! Fit after self-cal, rms=0.115834Jy sigma=0.108838 ! 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=0.9194 mas, bmaj=2.154 mas, bpa=-1.473 degrees ! Estimated noise=3.92818 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 (1.4, 1.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00404 Jy ! Component: 100 - total flux cleaned = 0.00587781 Jy ! Component: 150 - total flux cleaned = 0.00681596 Jy ! Component: 200 - total flux cleaned = 0.00707681 Jy ! Total flux subtracted in 200 components = 0.00707681 Jy ! Clean residual min=-0.002477 max=0.002448 Jy/beam ! Clean residual mean=-0.000003 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.173301 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 24 components and 0.173301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115712Jy sigma=0.108675 ! Fit after self-cal, rms=0.115717Jy sigma=0.108662 ! 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 1.00 HN 1.01 KP 1.05 ! LA 1.03 MK 1.00 NL 0.95 OV 1.00 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 HN 1.02 KP 0.99 ! LA 0.98 MK 1.03 NL 0.96 OV 0.98 ! PT 1.02 SC 1.03 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.97 HN 1.04 KP 0.88 ! LA 1.03 MK 0.96 NL 1.00 OV 1.04 ! PT 0.98 SC 1.00 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.04 HN 1.04 KP 0.92 ! LA 1.04 MK 1.01 NL 1.03 OV 1.01 ! PT 1.02 SC 0.98 ! ! ! Fit before self-cal, rms=0.115717Jy sigma=0.108662 ! Fit after self-cal, rms=0.115914Jy sigma=0.108310 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9204 mas, bmaj=2.154 mas, bpa=-1.397 degrees ! Estimated noise=3.90823 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.00084901 Jy ! Component: 100 - total flux cleaned = 0.000786336 Jy ! Component: 150 - total flux cleaned = 0.000706403 Jy ! Component: 200 - total flux cleaned = 0.000659877 Jy ! Total flux subtracted in 200 components = 0.000659877 Jy ! Clean residual min=-0.002009 max=0.002236 Jy/beam ! Clean residual mean=-0.000001 rms=0.000477 Jy/beam ! Combined flux in latest and established models = 0.173961 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 38 components and 0.173961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115895Jy sigma=0.108296 ! Fit after self-cal, rms=0.115943Jy sigma=0.108283 ! 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.115943Jy sigma=0.108283 ! Fit after self-cal, rms=0.116863Jy sigma=0.108244 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9204 mas, bmaj=2.155 mas, bpa=-1.42 degrees ! Estimated noise=3.91191 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000338874 Jy ! Component: 100 - total flux cleaned = 0.000519796 Jy ! Component: 150 - total flux cleaned = 0.000598832 Jy ! Component: 200 - total flux cleaned = 0.000616696 Jy ! Total flux subtracted in 200 components = 0.000616696 Jy ! Clean residual min=-0.002087 max=0.002095 Jy/beam ! Clean residual mean=-0.000001 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.174577 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 48 components and 0.174577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116855Jy sigma=0.108236 ! Fit after self-cal, rms=0.116869Jy sigma=0.108235 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 (-7.6, -38). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00180113 Jy ! Component: 100 - total flux cleaned = 0.00227565 Jy ! Component: 150 - total flux cleaned = 0.00239026 Jy ! Component: 200 - total flux cleaned = 0.00241447 Jy ! Total flux subtracted in 200 components = 0.00241447 Jy ! Clean residual min=-0.002168 max=0.001811 Jy/beam ! Clean residual mean=-0.000001 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.176992 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 66 components and 0.176992 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116836Jy sigma=0.108203 ! Fit after self-cal, rms=0.116834Jy sigma=0.108201 ! 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.116834Jy sigma=0.108201 ! Fit after self-cal, rms=0.116933Jy sigma=0.108199 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9207 mas, bmaj=2.155 mas, bpa=-1.428 degrees ! Estimated noise=3.91284 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000393082 Jy ! Component: 100 - total flux cleaned = 0.000441454 Jy ! Component: 150 - total flux cleaned = 0.000485348 Jy ! Component: 200 - total flux cleaned = 0.000507627 Jy ! Total flux subtracted in 200 components = 0.000507627 Jy ! Clean residual min=-0.002185 max=0.001808 Jy/beam ! Clean residual mean=-0.000000 rms=0.000431 Jy/beam ! Combined flux in latest and established models = 0.177499 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 74 components and 0.177499 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116922Jy sigma=0.108190 ! Fit after self-cal, rms=0.116924Jy sigma=0.108190 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.000132293 Jy ! Component: 100 - total flux cleaned = 0.000151782 Jy ! Component: 150 - total flux cleaned = 0.000170416 Jy ! Component: 200 - total flux cleaned = 0.000188361 Jy ! Total flux subtracted in 200 components = 0.000188361 Jy ! Clean residual min=-0.002166 max=0.001815 Jy/beam ! Clean residual mean=-0.000000 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.177688 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 81 components and 0.177688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116918Jy sigma=0.108185 ! Fit after self-cal, rms=0.116918Jy sigma=0.108184 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.116918Jy sigma=0.108184 ! Fit after self-cal, rms=0.116952Jy sigma=0.108184 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.283 mas, bmaj=4.42 mas, bpa=3.123 degrees ! Estimated noise=4.50893 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000758393 Jy ! Component: 100 - total flux cleaned = 0.000856703 Jy ! Component: 150 - total flux cleaned = 0.000922706 Jy ! Component: 200 - total flux cleaned = 0.000951668 Jy ! Total flux subtracted in 200 components = 0.000951668 Jy ! Clean residual min=-0.002399 max=0.001912 Jy/beam ! Clean residual mean=-0.000001 rms=0.000539 Jy/beam ! Combined flux in latest and established models = 0.178639 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 87 components and 0.178639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116954Jy sigma=0.108182 ! Fit after self-cal, rms=0.116954Jy sigma=0.108181 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.000161705 Jy ! Component: 100 - total flux cleaned = 0.000161494 Jy ! Component: 150 - total flux cleaned = 0.000174235 Jy ! Component: 200 - total flux cleaned = 0.000208267 Jy ! Total flux subtracted in 200 components = 0.000208267 Jy ! Clean residual min=-0.002401 max=0.001906 Jy/beam ! Clean residual mean=-0.000001 rms=0.000533 Jy/beam ! Combined flux in latest and established models = 0.178848 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 91 components and 0.178848 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116956Jy sigma=0.108181 ! Fit after self-cal, rms=0.116956Jy sigma=0.108181 ! 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=0.9207 mas, bmaj=2.156 mas, bpa=-1.418 degrees ! Estimated noise=3.9138 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9207 x 2.156 at -1.418 degrees (North through East) ! Clean map min=-0.0019934 max=0.15549 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=0.7205 mas, bmaj=1.73 mas, bpa=-1.384 degrees ! Estimated noise=9.29743 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.119068 Jy ! Component: 100 - total flux cleaned = 0.149572 Jy ! Component: 150 - total flux cleaned = 0.161195 Jy ! Component: 200 - total flux cleaned = 0.166969 Jy ! Total flux subtracted in 200 components = 0.166969 Jy ! Clean residual min=-0.004031 max=0.004539 Jy/beam ! Clean residual mean=-0.000000 rms=0.001021 Jy/beam ! Combined flux in latest and established models = 0.166969 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.166969 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9207 mas, bmaj=2.156 mas, bpa=-1.418 degrees ! Estimated noise=3.9138 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.00390637 Jy ! Component: 100 - total flux cleaned = 0.00618078 Jy ! Component: 150 - total flux cleaned = 0.00777379 Jy ! Component: 200 - total flux cleaned = 0.00879457 Jy ! Total flux subtracted in 200 components = 0.00879457 Jy ! Clean residual min=-0.002288 max=0.001878 Jy/beam ! Clean residual mean=-0.000000 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.175763 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 28 components and 0.175763 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.283 mas, bmaj=4.42 mas, bpa=3.123 degrees ! Estimated noise=4.50893 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125651 Jy ! Component: 100 - total flux cleaned = 0.00165895 Jy ! Component: 150 - total flux cleaned = 0.00190363 Jy ! Component: 200 - total flux cleaned = 0.00204308 Jy ! Total flux subtracted in 200 components = 0.00204308 Jy ! Clean residual min=-0.002563 max=0.001959 Jy/beam ! Clean residual mean=-0.000000 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.177806 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 = 8.2084e-05 Jy ! Component: 100 - total flux cleaned = 0.000157147 Jy ! Component: 150 - total flux cleaned = 0.000242408 Jy ! Component: 200 - total flux cleaned = 0.00031888 Jy ! Total flux subtracted in 200 components = 0.00031888 Jy ! Clean residual min=-0.002511 max=0.001903 Jy/beam ! Clean residual mean=-0.000000 rms=0.000538 Jy/beam ! Combined flux in latest and established models = 0.178125 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 49 components and 0.178125 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9207 mas, bmaj=2.156 mas, bpa=-1.418 degrees ! Estimated noise=3.9138 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000121987 Jy ! Component: 100 - total flux cleaned = -8.44589e-05 Jy ! Component: 150 - total flux cleaned = -0.000117496 Jy ! Component: 200 - total flux cleaned = -0.000145993 Jy ! Total flux subtracted in 200 components = -0.000145993 Jy ! Clean residual min=-0.002256 max=0.001737 Jy/beam ! Clean residual mean=-0.000000 rms=0.000428 Jy/beam ! Combined flux in latest and established models = 0.177979 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 68 components and 0.177979 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.116974Jy sigma=0.108195 ! Fit after self-cal, rms=0.116970Jy sigma=0.108193 wmodel /scr/pima/rdv93_uvs/J1743-1658_X_map.mod ! Writing 68 model components to file: /scr/pima/rdv93_uvs/J1743-1658_X_map.mod wobs /scr/pima/rdv93_uvs/J1743-1658_X_uvs.fits ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1743-1658_X_uvs.fits wwins /scr/pima/rdv93_uvs/J1743-1658_X_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv93_uvs/J1743-1658_X_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.000838929 Jy ! Component: 100 - total flux cleaned = -0.000964543 Jy ! Component: 150 - total flux cleaned = -0.00114295 Jy ! Component: 200 - total flux cleaned = -0.00131397 Jy ! Component: 250 - total flux cleaned = -0.00147976 Jy ! Component: 300 - total flux cleaned = -0.00158685 Jy ! Component: 350 - total flux cleaned = -0.00161354 Jy ! Component: 400 - total flux cleaned = -0.00169027 Jy ! Component: 450 - total flux cleaned = -0.00181418 Jy ! Component: 500 - total flux cleaned = -0.00183835 Jy ! Component: 550 - total flux cleaned = -0.00190971 Jy ! Component: 600 - total flux cleaned = -0.00200271 Jy ! Component: 650 - total flux cleaned = -0.00202602 Jy ! Component: 700 - total flux cleaned = -0.00216089 Jy ! Component: 750 - total flux cleaned = -0.00216101 Jy ! Component: 800 - total flux cleaned = -0.0022485 Jy ! Component: 850 - total flux cleaned = -0.00237726 Jy ! Component: 900 - total flux cleaned = -0.00244047 Jy ! Component: 950 - total flux cleaned = -0.0025032 Jy ! Component: 1000 - total flux cleaned = -0.00256517 Jy ! Component: 1050 - total flux cleaned = -0.002565 Jy ! Component: 1100 - total flux cleaned = -0.00262536 Jy ! Component: 1150 - total flux cleaned = -0.00262526 Jy ! Component: 1200 - total flux cleaned = -0.002684 Jy ! Component: 1250 - total flux cleaned = -0.00268417 Jy ! Component: 1300 - total flux cleaned = -0.00266512 Jy ! Component: 1350 - total flux cleaned = -0.00274116 Jy ! Component: 1400 - total flux cleaned = -0.00270336 Jy ! Component: 1450 - total flux cleaned = -0.0027408 Jy ! Component: 1500 - total flux cleaned = -0.00275909 Jy ! Component: 1550 - total flux cleaned = -0.00284981 Jy ! Component: 1600 - total flux cleaned = -0.00288542 Jy ! Component: 1650 - total flux cleaned = -0.00293895 Jy ! Component: 1700 - total flux cleaned = -0.00293874 Jy ! Component: 1750 - total flux cleaned = -0.00297365 Jy ! Component: 1800 - total flux cleaned = -0.00304325 Jy ! Component: 1850 - total flux cleaned = -0.00311194 Jy ! Component: 1900 - total flux cleaned = -0.00312906 Jy ! Component: 1950 - total flux cleaned = -0.00316293 Jy ! Component: 2000 - total flux cleaned = -0.00328043 Jy ! Component: 2050 - total flux cleaned = -0.00331371 Jy ! Component: 2100 - total flux cleaned = -0.00336323 Jy ! Component: 2150 - total flux cleaned = -0.00337955 Jy ! Component: 2200 - total flux cleaned = -0.00347706 Jy ! Component: 2250 - total flux cleaned = -0.00355747 Jy ! Component: 2300 - total flux cleaned = -0.00358944 Jy ! Component: 2350 - total flux cleaned = -0.00366874 Jy ! Component: 2400 - total flux cleaned = -0.00373167 Jy ! Component: 2450 - total flux cleaned = -0.00379414 Jy ! Component: 2500 - total flux cleaned = -0.00382506 Jy ! Component: 2550 - total flux cleaned = -0.00391763 Jy ! Component: 2600 - total flux cleaned = -0.00390216 Jy ! Component: 2650 - total flux cleaned = -0.00393266 Jy ! Component: 2700 - total flux cleaned = -0.00400823 Jy ! Component: 2750 - total flux cleaned = -0.00400824 Jy ! Component: 2800 - total flux cleaned = -0.0040382 Jy ! Component: 2850 - total flux cleaned = -0.0041714 Jy ! Component: 2900 - total flux cleaned = -0.00411245 Jy ! Component: 2950 - total flux cleaned = -0.00420025 Jy ! Component: 3000 - total flux cleaned = -0.00425842 Jy ! Component: 3050 - total flux cleaned = -0.00424409 Jy ! Component: 3100 - total flux cleaned = -0.00428723 Jy ! Component: 3150 - total flux cleaned = -0.00428728 Jy ! Component: 3200 - total flux cleaned = -0.00431561 Jy ! Component: 3250 - total flux cleaned = -0.00435785 Jy ! Component: 3300 - total flux cleaned = -0.00435802 Jy ! Component: 3350 - total flux cleaned = -0.00433021 Jy ! Component: 3400 - total flux cleaned = -0.00441316 Jy ! Component: 3450 - total flux cleaned = -0.00431721 Jy ! Component: 3500 - total flux cleaned = -0.00439918 Jy ! Component: 3550 - total flux cleaned = -0.00443996 Jy ! Component: 3600 - total flux cleaned = -0.00442626 Jy ! Component: 3650 - total flux cleaned = -0.00441283 Jy ! Component: 3700 - total flux cleaned = -0.00442619 Jy ! Component: 3750 - total flux cleaned = -0.00439969 Jy ! Component: 3800 - total flux cleaned = -0.00436024 Jy ! Component: 3850 - total flux cleaned = -0.00438655 Jy ! Component: 3900 - total flux cleaned = -0.00438651 Jy ! Component: 3950 - total flux cleaned = -0.00443838 Jy ! Component: 4000 - total flux cleaned = -0.0044255 Jy ! Component: 4050 - total flux cleaned = -0.0044255 Jy ! Total flux subtracted in 4096 components = -0.00441272 Jy ! Clean residual min=-0.000687 max=0.000757 Jy/beam ! Clean residual mean=-0.000000 rms=0.000220 Jy/beam ! Combined flux in latest and established models = 0.173567 Jy keep ! Adding 302 model components to the UV plane model. ! The established model now contains 370 components and 0.173567 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv93_uvs/J1743-1658_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9207 x 2.156 at -1.418 degrees (North through East) ! Clean map min=-0.0014926 max=0.15522 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1743-1658_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.155224 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000218854 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.422977 0.422977 0.845954 1.69191 3.38382 6.76764 13.5353 27.0705 54.1411 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.155 quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1743-1658_X_uvs.log closed on Tue Sep 24 17:09:03 2013