! Started logfile: /scr/pima/rdv93_uvs/J1743-1658_S_uvs.log on Tue Sep 24 17:08:32 2013 obs /scr/pima/rdv93_uvs/J1743-1658_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J1743-1658_S_uva.fits ! AN table 1: 180 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.98037 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 2.23693e+09 1.6e+07 1 1.6e+07 ! 02 2 2.26693e+09 1.6e+07 1 1.6e+07 ! 03 3 2.35693e+09 1.6e+07 1 1.6e+07 ! 04 4 2.37693e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 31764 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.5 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/01_muppet /scr/pima/rdv93_uvs/J1743-1658_S] 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 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.015196Jy sigma=0.714129 ! Fit after self-cal, rms=0.902402Jy sigma=0.622671 ! 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.898 mas, bmaj=6.706 mas, bpa=4.532 degrees ! Estimated noise=14.7462 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.0830585 Jy ! Component: 100 - total flux cleaned = 0.107971 Jy ! Total flux subtracted in 100 components = 0.107971 Jy ! Clean residual min=-0.007244 max=0.012390 Jy/beam ! Clean residual mean=-0.000012 rms=0.001937 Jy/beam ! Combined flux in latest and established models = 0.107971 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.107971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.123023Jy sigma=0.079230 ! Fit after self-cal, rms=0.122679Jy sigma=0.078899 ! Inverting map ! Added new window around map position (4.5, 5.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0127265 Jy ! Component: 100 - total flux cleaned = 0.0197674 Jy ! Total flux subtracted in 100 components = 0.0197674 Jy ! Clean residual min=-0.005966 max=0.006007 Jy/beam ! Clean residual mean=-0.000012 rms=0.001552 Jy/beam ! Combined flux in latest and established models = 0.127738 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 33 components and 0.127738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121566Jy sigma=0.077269 ! Fit after self-cal, rms=0.121595Jy sigma=0.077227 ! 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.833 mas, bmaj=8.696 mas, bpa=2.278 degrees ! Estimated noise=6.01272 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.00602862 Jy ! Component: 100 - total flux cleaned = 0.00901173 Jy ! Component: 150 - total flux cleaned = 0.00955283 Jy ! Component: 200 - total flux cleaned = 0.00955637 Jy ! Total flux subtracted in 200 components = 0.00955637 Jy ! Clean residual min=-0.003718 max=0.006302 Jy/beam ! Clean residual mean=-0.000006 rms=0.001193 Jy/beam ! Combined flux in latest and established models = 0.137294 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 56 components and 0.137294 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.121394Jy sigma=0.076903 ! Fit after self-cal, rms=0.121402Jy sigma=0.076885 ! 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.98 FD 1.00 HN 0.95 KP 1.03 ! LA 1.20 MK 0.93 NL 0.98 OV 0.97 ! PT 0.99 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.05 HN 1.10 KP 1.03 ! LA 1.05 MK 1.00 NL 1.02 OV 0.99 ! PT 1.02 SC 1.06 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.08 HN 0.98 KP 0.93 ! LA 1.02 MK 0.96 NL 1.09 OV 1.02 ! PT 1.08 SC 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.77 FD 1.07 HN 0.97 KP 0.83 ! LA 0.86 MK 1.00 NL 1.02 OV 0.87 ! PT 0.95 SC 1.00 ! ! ! Fit before self-cal, rms=0.121402Jy sigma=0.076885 ! Fit after self-cal, rms=0.117885Jy sigma=0.075696 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.825 mas, bmaj=8.667 mas, bpa=2.103 degrees ! Estimated noise=5.90894 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 (15, 20). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00613253 Jy ! Component: 100 - total flux cleaned = 0.00872236 Jy ! Component: 150 - total flux cleaned = 0.00928703 Jy ! Component: 200 - total flux cleaned = 0.0094054 Jy ! Total flux subtracted in 200 components = 0.0094054 Jy ! Clean residual min=-0.002707 max=0.003713 Jy/beam ! Clean residual mean=0.000001 rms=0.000714 Jy/beam ! Combined flux in latest and established models = 0.1467 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 96 components and 0.1467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117637Jy sigma=0.075387 ! Fit after self-cal, rms=0.117693Jy sigma=0.075302 ! 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.117693Jy sigma=0.075302 ! Fit after self-cal, rms=0.117582Jy sigma=0.074968 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.811 mas, bmaj=8.653 mas, bpa=2.056 degrees ! Estimated noise=5.90799 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00250745 Jy ! Component: 100 - total flux cleaned = 0.00331148 Jy ! Component: 150 - total flux cleaned = 0.00375748 Jy ! Component: 200 - total flux cleaned = 0.00399866 Jy ! Total flux subtracted in 200 components = 0.00399866 Jy ! Clean residual min=-0.002483 max=0.002191 Jy/beam ! Clean residual mean=0.000003 rms=0.000558 Jy/beam ! Combined flux in latest and established models = 0.150698 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 123 components and 0.150698 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117525Jy sigma=0.074913 ! Fit after self-cal, rms=0.117595Jy sigma=0.074886 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.000910103 Jy ! Component: 100 - total flux cleaned = 0.0010848 Jy ! Component: 150 - total flux cleaned = 0.00113979 Jy ! Component: 200 - total flux cleaned = 0.00116598 Jy ! Total flux subtracted in 200 components = 0.00116598 Jy ! Clean residual min=-0.002367 max=0.002075 Jy/beam ! Clean residual mean=0.000005 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.151864 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 138 components and 0.151864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117575Jy sigma=0.074872 ! Fit after self-cal, rms=0.117584Jy sigma=0.074870 ! 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.117584Jy sigma=0.074870 ! Fit after self-cal, rms=0.117460Jy sigma=0.074863 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.811 mas, bmaj=8.658 mas, bpa=1.975 degrees ! Estimated noise=5.89694 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000629008 Jy ! Component: 100 - total flux cleaned = 0.000750543 Jy ! Component: 150 - total flux cleaned = 0.000774036 Jy ! Component: 200 - total flux cleaned = 0.000817543 Jy ! Total flux subtracted in 200 components = 0.000817543 Jy ! Clean residual min=-0.002376 max=0.002028 Jy/beam ! Clean residual mean=0.000004 rms=0.000517 Jy/beam ! Combined flux in latest and established models = 0.152682 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 148 components and 0.152682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117445Jy sigma=0.074854 ! Fit after self-cal, rms=0.117457Jy sigma=0.074852 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.000357851 Jy ! Component: 100 - total flux cleaned = 0.000402353 Jy ! Component: 150 - total flux cleaned = 0.000442365 Jy ! Component: 200 - total flux cleaned = 0.000460919 Jy ! Total flux subtracted in 200 components = 0.000460919 Jy ! Clean residual min=-0.002318 max=0.002044 Jy/beam ! Clean residual mean=0.000004 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.153143 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 157 components and 0.153143 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117448Jy sigma=0.074848 ! Fit after self-cal, rms=0.117453Jy sigma=0.074847 ! 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.117453Jy sigma=0.074847 ! Fit after self-cal, rms=0.117272Jy sigma=0.074846 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.457 mas, bmaj=16.28 mas, bpa=6.887 degrees ! Estimated noise=6.15778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000278513 Jy ! Component: 100 - total flux cleaned = 0.000279676 Jy ! Component: 150 - total flux cleaned = 0.000278341 Jy ! Component: 200 - total flux cleaned = 0.000277428 Jy ! Total flux subtracted in 200 components = 0.000277428 Jy ! Clean residual min=-0.002655 max=0.002394 Jy/beam ! Clean residual mean=0.000008 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.15342 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 169 components and 0.15342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117269Jy sigma=0.074843 ! Fit after self-cal, rms=0.117271Jy sigma=0.074842 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.000108432 Jy ! Component: 100 - total flux cleaned = 0.000120885 Jy ! Component: 150 - total flux cleaned = 0.000132071 Jy ! Component: 200 - total flux cleaned = 0.000143231 Jy ! Total flux subtracted in 200 components = 0.000143231 Jy ! Clean residual min=-0.002602 max=0.002391 Jy/beam ! Clean residual mean=0.000008 rms=0.000702 Jy/beam ! Combined flux in latest and established models = 0.153563 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 176 components and 0.153563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117269Jy sigma=0.074841 ! Fit after self-cal, rms=0.117270Jy sigma=0.074840 ! 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.81 mas, bmaj=8.663 mas, bpa=1.887 degrees ! Estimated noise=5.88651 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.81 x 8.663 at 1.887 degrees (North through East) ! Clean map min=-0.0022073 max=0.10368 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.881 mas, bmaj=6.675 mas, bpa=4.446 degrees ! Estimated noise=14.2892 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0805753 Jy ! Component: 100 - total flux cleaned = 0.106191 Jy ! Component: 150 - total flux cleaned = 0.119166 Jy ! Component: 200 - total flux cleaned = 0.12737 Jy ! Total flux subtracted in 200 components = 0.12737 Jy ! Clean residual min=-0.004771 max=0.004440 Jy/beam ! Clean residual mean=-0.000008 rms=0.001168 Jy/beam ! Combined flux in latest and established models = 0.12737 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 31 model components to the UV plane model. ! The established model now contains 31 components and 0.12737 Jy ! Inverting map and beam ! Estimated beam: bmin=3.81 mas, bmaj=8.663 mas, bpa=1.887 degrees ! Estimated noise=5.88651 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.0087879 Jy ! Component: 100 - total flux cleaned = 0.0141913 Jy ! Component: 150 - total flux cleaned = 0.0178825 Jy ! Component: 200 - total flux cleaned = 0.0205815 Jy ! Total flux subtracted in 200 components = 0.0205815 Jy ! Clean residual min=-0.002840 max=0.002129 Jy/beam ! Clean residual mean=0.000001 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.147951 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 78 components and 0.147951 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.457 mas, bmaj=16.28 mas, bpa=6.887 degrees ! Estimated noise=6.15778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00258885 Jy ! Component: 100 - total flux cleaned = 0.00427633 Jy ! Component: 150 - total flux cleaned = 0.00517938 Jy ! Component: 200 - total flux cleaned = 0.0054016 Jy ! Total flux subtracted in 200 components = 0.0054016 Jy ! Clean residual min=-0.002741 max=0.002507 Jy/beam ! Clean residual mean=0.000008 rms=0.000730 Jy/beam ! Combined flux in latest and established models = 0.153353 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.000126143 Jy ! Component: 100 - total flux cleaned = 0.000211059 Jy ! Component: 150 - total flux cleaned = 0.000312273 Jy ! Component: 200 - total flux cleaned = 0.000376537 Jy ! Total flux subtracted in 200 components = 0.000376537 Jy ! Clean residual min=-0.002619 max=0.002452 Jy/beam ! Clean residual mean=0.000008 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.15373 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 121 components and 0.15373 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.81 mas, bmaj=8.663 mas, bpa=1.887 degrees ! Estimated noise=5.88651 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000253165 Jy ! Component: 100 - total flux cleaned = -0.000110552 Jy ! Component: 150 - total flux cleaned = -8.01718e-05 Jy ! Component: 200 - total flux cleaned = -5.16449e-05 Jy ! Total flux subtracted in 200 components = -5.16449e-05 Jy ! Clean residual min=-0.002288 max=0.002013 Jy/beam ! Clean residual mean=0.000004 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 0.153678 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 141 components and 0.153678 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.117293Jy sigma=0.074852 ! Fit after self-cal, rms=0.117302Jy sigma=0.074848 wmodel /scr/pima/rdv93_uvs/J1743-1658_S_map.mod ! Writing 141 model components to file: /scr/pima/rdv93_uvs/J1743-1658_S_map.mod wobs /scr/pima/rdv93_uvs/J1743-1658_S_uvs.fits ! Writing UV FITS file: /scr/pima/rdv93_uvs/J1743-1658_S_uvs.fits wwins /scr/pima/rdv93_uvs/J1743-1658_S_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv93_uvs/J1743-1658_S_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.000621532 Jy ! Component: 100 - total flux cleaned = -0.000903073 Jy ! Component: 150 - total flux cleaned = -0.000936915 Jy ! Component: 200 - total flux cleaned = -0.000849515 Jy ! Component: 250 - total flux cleaned = -0.000794307 Jy ! Component: 300 - total flux cleaned = -0.000820663 Jy ! Component: 350 - total flux cleaned = -0.000896759 Jy ! Component: 400 - total flux cleaned = -0.000921405 Jy ! Component: 450 - total flux cleaned = -0.00101672 Jy ! Component: 500 - total flux cleaned = -0.000947876 Jy ! Component: 550 - total flux cleaned = -0.000903404 Jy ! Component: 600 - total flux cleaned = -0.000859817 Jy ! Component: 650 - total flux cleaned = -0.000881145 Jy ! Component: 700 - total flux cleaned = -0.000838957 Jy ! Component: 750 - total flux cleaned = -0.00079762 Jy ! Component: 800 - total flux cleaned = -0.000737072 Jy ! Component: 850 - total flux cleaned = -0.00073708 Jy ! Component: 900 - total flux cleaned = -0.000737199 Jy ! Component: 950 - total flux cleaned = -0.000718266 Jy ! Component: 1000 - total flux cleaned = -0.000755613 Jy ! Component: 1050 - total flux cleaned = -0.000755235 Jy ! Component: 1100 - total flux cleaned = -0.000773163 Jy ! Component: 1150 - total flux cleaned = -0.000879499 Jy ! Component: 1200 - total flux cleaned = -0.000896768 Jy ! Component: 1250 - total flux cleaned = -0.000982396 Jy ! Component: 1300 - total flux cleaned = -0.000948314 Jy ! Component: 1350 - total flux cleaned = -0.000999007 Jy ! Component: 1400 - total flux cleaned = -0.00104883 Jy ! Component: 1450 - total flux cleaned = -0.00109783 Jy ! Component: 1500 - total flux cleaned = -0.00116264 Jy ! Component: 1550 - total flux cleaned = -0.00117838 Jy ! Component: 1600 - total flux cleaned = -0.00119445 Jy ! Component: 1650 - total flux cleaned = -0.00121015 Jy ! Component: 1700 - total flux cleaned = -0.00127191 Jy ! Component: 1750 - total flux cleaned = -0.00136355 Jy ! Component: 1800 - total flux cleaned = -0.00140885 Jy ! Component: 1850 - total flux cleaned = -0.00146866 Jy ! Component: 1900 - total flux cleaned = -0.00151316 Jy ! Component: 1950 - total flux cleaned = -0.00160091 Jy ! Component: 2000 - total flux cleaned = -0.001601 Jy ! Component: 2050 - total flux cleaned = -0.00168704 Jy ! Component: 2100 - total flux cleaned = -0.00170108 Jy ! Component: 2150 - total flux cleaned = -0.00168709 Jy ! Component: 2200 - total flux cleaned = -0.00172877 Jy ! Component: 2250 - total flux cleaned = -0.00174251 Jy ! Component: 2300 - total flux cleaned = -0.00174243 Jy ! Component: 2350 - total flux cleaned = -0.00176932 Jy ! Component: 2400 - total flux cleaned = -0.00176935 Jy ! Component: 2450 - total flux cleaned = -0.00176953 Jy ! Component: 2500 - total flux cleaned = -0.00183506 Jy ! Component: 2550 - total flux cleaned = -0.001757 Jy ! Component: 2600 - total flux cleaned = -0.00180849 Jy ! Component: 2650 - total flux cleaned = -0.001783 Jy ! Component: 2700 - total flux cleaned = -0.00183362 Jy ! Component: 2750 - total flux cleaned = -0.00189627 Jy ! Component: 2800 - total flux cleaned = -0.00189608 Jy ! Component: 2850 - total flux cleaned = -0.00192073 Jy ! Component: 2900 - total flux cleaned = -0.0019452 Jy ! Component: 2950 - total flux cleaned = -0.00193289 Jy ! Component: 3000 - total flux cleaned = -0.00196921 Jy ! Component: 3050 - total flux cleaned = -0.00195716 Jy ! Component: 3100 - total flux cleaned = -0.00198104 Jy ! Component: 3150 - total flux cleaned = -0.00198105 Jy ! Component: 3200 - total flux cleaned = -0.00199291 Jy ! Component: 3250 - total flux cleaned = -0.00198122 Jy ! Component: 3300 - total flux cleaned = -0.00198129 Jy ! Component: 3350 - total flux cleaned = -0.00199273 Jy ! Component: 3400 - total flux cleaned = -0.00200434 Jy ! Component: 3450 - total flux cleaned = -0.00204978 Jy ! Component: 3500 - total flux cleaned = -0.00203838 Jy ! Component: 3550 - total flux cleaned = -0.00202717 Jy ! Component: 3600 - total flux cleaned = -0.00199375 Jy ! Component: 3650 - total flux cleaned = -0.00200493 Jy ! Component: 3700 - total flux cleaned = -0.00199396 Jy ! Component: 3750 - total flux cleaned = -0.00200503 Jy ! Component: 3800 - total flux cleaned = -0.00196143 Jy ! Component: 3850 - total flux cleaned = -0.00193985 Jy ! Component: 3900 - total flux cleaned = -0.00196139 Jy ! Component: 3950 - total flux cleaned = -0.00191847 Jy ! Component: 4000 - total flux cleaned = -0.00192919 Jy ! Component: 4050 - total flux cleaned = -0.00193971 Jy ! Total flux subtracted in 4096 components = -0.00192915 Jy ! Clean residual min=-0.000656 max=0.000669 Jy/beam ! Clean residual mean=0.000002 rms=0.000201 Jy/beam ! Combined flux in latest and established models = 0.151749 Jy keep ! Adding 283 model components to the UV plane model. ! The established model now contains 424 components and 0.151749 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv93_uvs/J1743-1658_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.81 x 8.663 at 1.887 degrees (North through East) ! Clean map min=-0.0014656 max=0.10265 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J1743-1658_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.102645 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000199778 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.583889 0.583889 1.16778 2.33556 4.67112 9.34223 18.6845 37.3689 74.7378 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.102 quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J1743-1658_S_uvs.log closed on Tue Sep 24 17:08:37 2013