! Started logfile: /scr/pima/bp171ag_uvs/J2056-3857_X_uvs.log on Fri Oct 11 07:19:00 2013 obs /scr/pima/bp171ag_uvs/J2056-3857_X_uva.fits ! Reading UV FITS file: /scr/pima/bp171ag_uvs/J2056-3857_X_uva.fits ! AN table 1: 7 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.579365 visibilities/baseline/integration-bin. ! Found source: J2056-3857 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 7.392e+09 3.2e+07 1 3.2e+07 ! 02 2 7.424e+09 3.2e+07 1 3.2e+07 ! 03 3 7.456e+09 3.2e+07 1 3.2e+07 ! 04 4 7.552e+09 3.2e+07 1 3.2e+07 ! 05 5 7.744e+09 3.2e+07 1 3.2e+07 ! 06 6 7.776e+09 3.2e+07 1 3.2e+07 ! 07 7 7.808e+09 3.2e+07 1 3.2e+07 ! 08 8 7.84e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 1168 visibilities. select RR ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 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/bp171ag_uvs/J2056-3857_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 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.018240Jy sigma=4.372242 ! Fit after self-cal, rms=0.860256Jy sigma=3.375420 ! 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.7459 mas, bmaj=2.258 mas, bpa=1.679 degrees ! Estimated noise=9.91359 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.133656 Jy ! Component: 100 - total flux cleaned = 0.176476 Jy ! Total flux subtracted in 100 components = 0.176476 Jy ! Clean residual min=-0.018367 max=0.023854 Jy/beam ! Clean residual mean=-0.000574 rms=0.006562 Jy/beam ! Combined flux in latest and established models = 0.176476 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.176476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.073854Jy sigma=0.299048 ! Fit after self-cal, rms=0.073870Jy sigma=0.298385 ! 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.9651 mas, bmaj=2.797 mas, bpa=0.6018 degrees ! Estimated noise=5.83901 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.0292752 Jy ! Component: 100 - total flux cleaned = 0.0426226 Jy ! Component: 150 - total flux cleaned = 0.0487993 Jy ! Component: 200 - total flux cleaned = 0.0498419 Jy ! Total flux subtracted in 200 components = 0.0498419 Jy ! Clean residual min=-0.012252 max=0.019451 Jy/beam ! Clean residual mean=-0.000373 rms=0.004353 Jy/beam ! Combined flux in latest and established models = 0.226318 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 26 components and 0.226318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.077174Jy sigma=0.196566 ! Fit after self-cal, rms=0.077238Jy sigma=0.196372 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.34 FD 1.02 KP 0.92 LA 1.02 ! MK 1.05 NL 2.23 OV 1.03 PT 0.81 ! SC 0.90 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.30 FD 0.94 KP 0.94 LA 0.94 ! MK 1.06 NL 2.11 OV 1.02 PT 0.85 ! SC 0.87 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.02 KP 1.04 LA 0.96 ! MK 1.13 NL 2.28 OV 1.03 PT 0.86 ! SC 0.90 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 1.02 KP 0.91 LA 0.97 ! MK 1.13 NL 2.08 OV 1.01 PT 0.87 ! SC 0.93 ! ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.22 FD 0.92 KP 1.07 LA 1.02 ! MK 0.95 NL 2.38 OV 1.04 PT 0.82 ! SC 0.84 ! ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.32 FD 1.01 KP 0.97 LA 1.07 ! MK 1.00 NL 2.12 OV 1.07 PT 0.87 ! SC 1.12 ! ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.40 FD 0.95 KP 0.99 LA 0.94 ! MK 0.99 NL 2.22 OV 1.09 PT 0.85 ! SC 0.95 ! ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.57 FD 0.93 KP 1.06 LA 0.90 ! MK 1.00 NL 2.15 OV 1.06 PT 0.79 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.077238Jy sigma=0.196372 ! Fit after self-cal, rms=0.075333Jy sigma=0.126593 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9876 mas, bmaj=2.79 mas, bpa=1.113 degrees ! Estimated noise=5.7898 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 (3.6, 4.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00625044 Jy ! Component: 100 - total flux cleaned = 0.0054717 Jy ! Component: 150 - total flux cleaned = 0.00519094 Jy ! Component: 200 - total flux cleaned = 0.00540769 Jy ! Total flux subtracted in 200 components = 0.00540769 Jy ! Clean residual min=-0.004127 max=0.005678 Jy/beam ! Clean residual mean=0.000030 rms=0.001280 Jy/beam ! Combined flux in latest and established models = 0.231726 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 37 components and 0.231726 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.072152Jy sigma=0.116622 ! Fit after self-cal, rms=0.071897Jy sigma=0.114925 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.071897Jy sigma=0.114925 ! Fit after self-cal, rms=0.068691Jy sigma=0.112938 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9766 mas, bmaj=2.748 mas, bpa=1.563 degrees ! Estimated noise=5.64663 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000105241 Jy ! Component: 100 - total flux cleaned = 0.000355245 Jy ! Component: 150 - total flux cleaned = 0.000179026 Jy ! Component: 200 - total flux cleaned = 0.000180604 Jy ! Total flux subtracted in 200 components = 0.000180604 Jy ! Clean residual min=-0.003565 max=0.004858 Jy/beam ! Clean residual mean=0.000013 rms=0.000941 Jy/beam ! Combined flux in latest and established models = 0.231907 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 53 components and 0.231907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.066933Jy sigma=0.111576 ! Fit after self-cal, rms=0.066792Jy sigma=0.111083 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 (-8.6, -23). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00366229 Jy ! Component: 100 - total flux cleaned = 0.00444153 Jy ! Component: 150 - total flux cleaned = 0.00422937 Jy ! Component: 200 - total flux cleaned = 0.00404206 Jy ! Total flux subtracted in 200 components = 0.00404206 Jy ! Clean residual min=-0.003091 max=0.003092 Jy/beam ! Clean residual mean=0.000016 rms=0.000771 Jy/beam ! Combined flux in latest and established models = 0.235949 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 68 components and 0.235949 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.065939Jy sigma=0.109760 ! Fit after self-cal, rms=0.065764Jy sigma=0.109678 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.065764Jy sigma=0.109678 ! Fit after self-cal, rms=0.063613Jy sigma=0.108334 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9663 mas, bmaj=2.702 mas, bpa=2.24 degrees ! Estimated noise=5.52009 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00189458 Jy ! Component: 100 - total flux cleaned = -0.00130868 Jy ! Component: 150 - total flux cleaned = -0.00130314 Jy ! Component: 200 - total flux cleaned = -0.00130385 Jy ! Total flux subtracted in 200 components = -0.00130385 Jy ! Clean residual min=-0.002802 max=0.003200 Jy/beam ! Clean residual mean=0.000010 rms=0.000646 Jy/beam ! Combined flux in latest and established models = 0.234645 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 74 components and 0.234645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.062363Jy sigma=0.108613 ! Fit after self-cal, rms=0.062328Jy sigma=0.108470 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.000200883 Jy ! Component: 100 - total flux cleaned = 3.88088e-05 Jy ! Component: 150 - total flux cleaned = -1.04065e-05 Jy ! Component: 200 - total flux cleaned = -0.00010253 Jy ! Total flux subtracted in 200 components = -0.00010253 Jy ! Clean residual min=-0.002759 max=0.002750 Jy/beam ! Clean residual mean=0.000011 rms=0.000611 Jy/beam ! Combined flux in latest and established models = 0.234542 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 85 components and 0.234542 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.061872Jy sigma=0.108371 ! Fit after self-cal, rms=0.061831Jy sigma=0.108296 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.061831Jy sigma=0.108296 ! Fit after self-cal, rms=0.060453Jy sigma=0.107337 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.974 mas, bmaj=8.967 mas, bpa=8.39 degrees ! Estimated noise=5.9724 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00184154 Jy ! Component: 100 - total flux cleaned = -0.0020898 Jy ! Component: 150 - total flux cleaned = -0.00220426 Jy ! Component: 200 - total flux cleaned = -0.00239243 Jy ! Total flux subtracted in 200 components = -0.00239243 Jy ! Clean residual min=-0.002258 max=0.002180 Jy/beam ! Clean residual mean=0.000022 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.23215 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 93 components and 0.23215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.059655Jy sigma=0.107865 ! Fit after self-cal, rms=0.059675Jy sigma=0.107775 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.000240401 Jy ! Component: 100 - total flux cleaned = 2.96231e-05 Jy ! Component: 150 - total flux cleaned = -0.000120681 Jy ! Component: 200 - total flux cleaned = -0.000235266 Jy ! Total flux subtracted in 200 components = -0.000235266 Jy ! Clean residual min=-0.002269 max=0.002072 Jy/beam ! Clean residual mean=0.000022 rms=0.000650 Jy/beam ! Combined flux in latest and established models = 0.231915 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 98 components and 0.231915 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.059438Jy sigma=0.107917 ! Fit after self-cal, rms=0.059423Jy sigma=0.107861 ! 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.9566 mas, bmaj=2.663 mas, bpa=2.892 degrees ! Estimated noise=5.39889 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9566 x 2.663 at 2.892 degrees (North through East) ! Clean map min=-0.0027682 max=0.14158 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.734 mas, bmaj=2.18 mas, bpa=3.796 degrees ! Estimated noise=8.93498 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.125147 Jy ! Component: 100 - total flux cleaned = 0.166861 Jy ! Component: 150 - total flux cleaned = 0.189844 Jy ! Component: 200 - total flux cleaned = 0.204165 Jy ! Total flux subtracted in 200 components = 0.204165 Jy ! Clean residual min=-0.006601 max=0.008015 Jy/beam ! Clean residual mean=-0.000150 rms=0.002049 Jy/beam ! Combined flux in latest and established models = 0.204165 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 23 model components to the UV plane model. ! The established model now contains 23 components and 0.204165 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9566 mas, bmaj=2.663 mas, bpa=2.892 degrees ! Estimated noise=5.39889 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) ! Added new window around map position (1.6, 2.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0110672 Jy ! Component: 100 - total flux cleaned = 0.0169739 Jy ! Component: 150 - total flux cleaned = 0.0207281 Jy ! Component: 200 - total flux cleaned = 0.0234004 Jy ! Total flux subtracted in 200 components = 0.0234004 Jy ! Clean residual min=-0.002659 max=0.003208 Jy/beam ! Clean residual mean=-0.000018 rms=0.000728 Jy/beam ! Combined flux in latest and established models = 0.227566 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 56 components and 0.227566 Jy ! Inverting map ! Added new window around map position (-3.2, -7.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00280246 Jy ! Component: 100 - total flux cleaned = 0.00372217 Jy ! Component: 150 - total flux cleaned = 0.00366496 Jy ! Component: 200 - total flux cleaned = 0.0035615 Jy ! Total flux subtracted in 200 components = 0.0035615 Jy ! Clean residual min=-0.002234 max=0.001990 Jy/beam ! Clean residual mean=0.000009 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.231127 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 79 components and 0.231127 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.974 mas, bmaj=8.967 mas, bpa=8.39 degrees ! Estimated noise=5.9724 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000237665 Jy ! Component: 100 - total flux cleaned = 0.000307555 Jy ! Component: 150 - total flux cleaned = 0.000280755 Jy ! Component: 200 - total flux cleaned = 0.000201508 Jy ! Total flux subtracted in 200 components = 0.000201508 Jy ! Clean residual min=-0.001848 max=0.002098 Jy/beam ! Clean residual mean=0.000024 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.231329 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 = -9.75004e-05 Jy ! Component: 100 - total flux cleaned = -0.000191186 Jy ! Component: 150 - total flux cleaned = -0.000302948 Jy ! Component: 200 - total flux cleaned = -0.000388449 Jy ! Total flux subtracted in 200 components = -0.000388449 Jy ! Clean residual min=-0.001822 max=0.001967 Jy/beam ! Clean residual mean=0.000021 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.23094 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 92 components and 0.23094 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9566 mas, bmaj=2.663 mas, bpa=2.892 degrees ! Estimated noise=5.39889 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000193139 Jy ! Component: 100 - total flux cleaned = -5.50864e-05 Jy ! Component: 150 - total flux cleaned = -0.000130687 Jy ! Component: 200 - total flux cleaned = -0.000166687 Jy ! Total flux subtracted in 200 components = -0.000166687 Jy ! Clean residual min=-0.002069 max=0.001784 Jy/beam ! Clean residual mean=0.000009 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.230774 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 101 components and 0.230774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.056733Jy sigma=0.108120 ! Fit after self-cal, rms=0.056650Jy sigma=0.107911 wmodel /scr/pima/bp171ag_uvs/J2056-3857_X_map.mod ! Writing 101 model components to file: /scr/pima/bp171ag_uvs/J2056-3857_X_map.mod wobs /scr/pima/bp171ag_uvs/J2056-3857_X_uvs.fits ! Writing UV FITS file: /scr/pima/bp171ag_uvs/J2056-3857_X_uvs.fits wwins /scr/pima/bp171ag_uvs/J2056-3857_X_map.win ! wwins: Wrote 5 windows to /scr/pima/bp171ag_uvs/J2056-3857_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.00041161 Jy ! Component: 100 - total flux cleaned = -8.15072e-05 Jy ! Component: 150 - total flux cleaned = 0.000172225 Jy ! Component: 200 - total flux cleaned = 0.00035691 Jy ! Component: 250 - total flux cleaned = 0.000406847 Jy ! Component: 300 - total flux cleaned = 0.000311895 Jy ! Component: 350 - total flux cleaned = 0.00031203 Jy ! Component: 400 - total flux cleaned = 0.000399732 Jy ! Component: 450 - total flux cleaned = 0.000505748 Jy ! Component: 500 - total flux cleaned = 0.000587598 Jy ! Component: 550 - total flux cleaned = 0.000686577 Jy ! Component: 600 - total flux cleaned = 0.000725499 Jy ! Component: 650 - total flux cleaned = 0.000800282 Jy ! Component: 700 - total flux cleaned = 0.000854846 Jy ! Component: 750 - total flux cleaned = 0.000908822 Jy ! Component: 800 - total flux cleaned = 0.000961671 Jy ! Component: 850 - total flux cleaned = 0.00101373 Jy ! Component: 900 - total flux cleaned = 0.00103094 Jy ! Component: 950 - total flux cleaned = 0.00103091 Jy ! Component: 1000 - total flux cleaned = 0.00101457 Jy ! Component: 1050 - total flux cleaned = 0.00104691 Jy ! Component: 1100 - total flux cleaned = 0.00099878 Jy ! Component: 1150 - total flux cleaned = 0.00098307 Jy ! Component: 1200 - total flux cleaned = 0.000967734 Jy ! Component: 1250 - total flux cleaned = 0.000967853 Jy ! Component: 1300 - total flux cleaned = 0.000982799 Jy ! Component: 1350 - total flux cleaned = 0.00101238 Jy ! Component: 1400 - total flux cleaned = 0.00105618 Jy ! Component: 1450 - total flux cleaned = 0.0010707 Jy ! Component: 1500 - total flux cleaned = 0.00114198 Jy ! Component: 1550 - total flux cleaned = 0.00118401 Jy ! Component: 1600 - total flux cleaned = 0.00122557 Jy ! Component: 1650 - total flux cleaned = 0.00126687 Jy ! Component: 1700 - total flux cleaned = 0.00136216 Jy ! Component: 1750 - total flux cleaned = 0.00138888 Jy ! Component: 1800 - total flux cleaned = 0.00142887 Jy ! Component: 1850 - total flux cleaned = 0.00149491 Jy ! Component: 1900 - total flux cleaned = 0.00150796 Jy ! Component: 1950 - total flux cleaned = 0.00159872 Jy ! Component: 2000 - total flux cleaned = 0.00164992 Jy ! Component: 2050 - total flux cleaned = 0.00166266 Jy ! Component: 2100 - total flux cleaned = 0.0017005 Jy ! Component: 2150 - total flux cleaned = 0.00175066 Jy ! Component: 2200 - total flux cleaned = 0.00181278 Jy ! Component: 2250 - total flux cleaned = 0.00186231 Jy ! Component: 2300 - total flux cleaned = 0.00192362 Jy ! Component: 2350 - total flux cleaned = 0.00198446 Jy ! Component: 2400 - total flux cleaned = 0.00205703 Jy ! Component: 2450 - total flux cleaned = 0.00212897 Jy ! Component: 2500 - total flux cleaned = 0.0021886 Jy ! Component: 2550 - total flux cleaned = 0.00221237 Jy ! Component: 2600 - total flux cleaned = 0.00228342 Jy ! Component: 2650 - total flux cleaned = 0.00236594 Jy ! Component: 2700 - total flux cleaned = 0.00241289 Jy ! Component: 2750 - total flux cleaned = 0.00245968 Jy ! Component: 2800 - total flux cleaned = 0.00252969 Jy ! Component: 2850 - total flux cleaned = 0.00257631 Jy ! Component: 2900 - total flux cleaned = 0.00262286 Jy ! Component: 2950 - total flux cleaned = 0.00265773 Jy ! Component: 3000 - total flux cleaned = 0.00271564 Jy ! Component: 3050 - total flux cleaned = 0.00276192 Jy ! Component: 3100 - total flux cleaned = 0.00284287 Jy ! Component: 3150 - total flux cleaned = 0.00288905 Jy ! Component: 3200 - total flux cleaned = 0.00293523 Jy ! Component: 3250 - total flux cleaned = 0.00300454 Jy ! Component: 3300 - total flux cleaned = 0.00303925 Jy ! Component: 3350 - total flux cleaned = 0.0031086 Jy ! Component: 3400 - total flux cleaned = 0.00314331 Jy ! Component: 3450 - total flux cleaned = 0.00318954 Jy ! Component: 3500 - total flux cleaned = 0.00323581 Jy ! Component: 3550 - total flux cleaned = 0.00328219 Jy ! Component: 3600 - total flux cleaned = 0.0033054 Jy ! Component: 3650 - total flux cleaned = 0.00331701 Jy ! Component: 3700 - total flux cleaned = 0.00329372 Jy ! Component: 3750 - total flux cleaned = 0.00330537 Jy ! Component: 3800 - total flux cleaned = 0.00334043 Jy ! Component: 3850 - total flux cleaned = 0.00332869 Jy ! Component: 3900 - total flux cleaned = 0.00336395 Jy ! Component: 3950 - total flux cleaned = 0.00336393 Jy ! Component: 4000 - total flux cleaned = 0.00337571 Jy ! Component: 4050 - total flux cleaned = 0.00338756 Jy ! Total flux subtracted in 4096 components = 0.00339943 Jy ! Clean residual min=-0.000692 max=0.000795 Jy/beam ! Clean residual mean=0.000007 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.234173 Jy keep ! Adding 223 model components to the UV plane model. ! The established model now contains 324 components and 0.234173 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bp171ag_uvs/J2056-3857_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9566 x 2.663 at 2.892 degrees (North through East) ! Clean map min=-0.0012395 max=0.14444 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171ag_uvs/J2056-3857_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.144442 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000191892 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.398552 0.398552 0.797104 1.59421 3.18842 6.37683 12.7537 25.5073 51.0147 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.144 quit ! Quitting program ! Log file /scr/pima/bp171ag_uvs/J2056-3857_X_uvs.log closed on Fri Oct 11 07:19:04 2013