! Started logfile: /g0/scr/pima//bp171af_uvs/J2037-0729_C_uvs.log on Sun Dec 8 12:05:42 2013 obs /g0/scr/pima//bp171af_uvs/J2037-0729_C_uva.fits ! Reading UV FITS file: /g0/scr/pima//bp171af_uvs/J2037-0729_C_uva.fits ! AN table 1: 4 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.732143 visibilities/baseline/integration-bin. ! Found source: J2037-0729 ! ! 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 4.128e+09 3.2e+07 1 3.2e+07 ! 02 2 4.16e+09 3.2e+07 1 3.2e+07 ! 03 3 4.192e+09 3.2e+07 1 3.2e+07 ! 04 4 4.224e+09 3.2e+07 1 3.2e+07 ! 05 5 4.416e+09 3.2e+07 1 3.2e+07 ! 06 6 4.512e+09 3.2e+07 1 3.2e+07 ! 07 7 4.544e+09 3.2e+07 1 3.2e+07 ! 08 8 4.576e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 656 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 = 4096 print "field_cell =",field_cell ! field_cell = 0.3 print "taper_size =",taper_size ! taper_size = 40 ![@/home/lpetrov/bin/01_muppet /g0/scr/pima//bp171af_uvs/J2037-0729_C] 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 = 4096x4096 pixels with 0.300x0.300 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 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005962Jy sigma=3.845263 ! Fit after self-cal, rms=0.934225Jy sigma=3.192931 ! 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=1.652 mas, bmaj=3.714 mas, bpa=-8.015 degrees ! Estimated noise=13.6895 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.0856241 Jy ! Component: 100 - total flux cleaned = 0.119095 Jy ! Total flux subtracted in 100 components = 0.119095 Jy ! Clean residual min=-0.023825 max=0.029235 Jy/beam ! Clean residual mean=-0.000001 rms=0.005933 Jy/beam ! Combined flux in latest and established models = 0.119095 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.119095 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.071985Jy sigma=0.267360 ! Fit after self-cal, rms=0.069286Jy sigma=0.264023 ! 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=1.998 mas, bmaj=4.124 mas, bpa=-5.472 degrees ! Estimated noise=9.88874 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.0243614 Jy ! Component: 100 - total flux cleaned = 0.0381522 Jy ! Component: 150 - total flux cleaned = 0.0464894 Jy ! Component: 200 - total flux cleaned = 0.0507324 Jy ! Total flux subtracted in 200 components = 0.0507324 Jy ! Clean residual min=-0.019249 max=0.026525 Jy/beam ! Clean residual mean=0.000002 rms=0.004636 Jy/beam ! Combined flux in latest and established models = 0.169828 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 31 components and 0.169828 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.070046Jy sigma=0.183337 ! Fit after self-cal, rms=0.069976Jy sigma=0.183237 ! Inverting map ! Added new window around map position (-84.9, -9.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0214591 Jy ! Component: 100 - total flux cleaned = 0.0291939 Jy ! Component: 150 - total flux cleaned = 0.0301802 Jy ! Component: 200 - total flux cleaned = 0.0301551 Jy ! Total flux subtracted in 200 components = 0.0301551 Jy ! Clean residual min=-0.013664 max=0.019032 Jy/beam ! Clean residual mean=0.000000 rms=0.003613 Jy/beam ! Combined flux in latest and established models = 0.199983 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 53 components and 0.199983 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.062749Jy sigma=0.148744 ! Fit after self-cal, rms=0.060706Jy sigma=0.128703 ! 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.78 HN 2.06 KP 1.02 MK 0.81 ! NL 0.82 OV 1.15 PT 1.21 SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 HN 2.15 KP 1.24 MK 0.68 ! NL 0.94 OV 0.96 PT 1.13 SC 1.13 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 HN 2.86 KP 1.18 MK 0.79 ! NL 1.00 OV 0.92 PT 0.86 SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 HN 1.63 KP 1.67 MK 0.97 ! NL 1.22 OV 0.87 PT 0.85 SC 1.36 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 0.85 HN 1.15 KP 0.99 MK 0.89 ! NL 1.08 OV 0.94 PT 0.99 SC 0.89 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 HN 1.17 KP 0.92 MK 0.85 ! NL 1.03 OV 0.91 PT 1.08 SC 0.85 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 HN 0.91 KP 0.89 MK 0.98 ! NL 1.09 OV 0.90 PT 1.00 SC 0.83 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 HN 1.29 KP 0.94 MK 0.93 ! NL 1.25 OV 0.92 PT 1.00 SC 0.80 ! ! ! Fit before self-cal, rms=0.060706Jy sigma=0.128703 ! Fit after self-cal, rms=0.067418Jy sigma=0.091223 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.96 mas, bmaj=4.081 mas, bpa=-6.973 degrees ! Estimated noise=9.61144 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 (4.8, -3.3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00265881 Jy ! Component: 100 - total flux cleaned = 0.00346207 Jy ! Component: 150 - total flux cleaned = 0.00466645 Jy ! Component: 200 - total flux cleaned = 0.00606828 Jy ! Total flux subtracted in 200 components = 0.00606828 Jy ! Clean residual min=-0.005864 max=0.006828 Jy/beam ! Clean residual mean=-0.000000 rms=0.001424 Jy/beam ! Combined flux in latest and established models = 0.206051 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 68 components and 0.206051 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.062279Jy sigma=0.085102 ! Fit after self-cal, rms=0.062644Jy sigma=0.082345 ! 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.062644Jy sigma=0.082345 ! Fit after self-cal, rms=0.060534Jy sigma=0.080571 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.949 mas, bmaj=4.039 mas, bpa=-6.77 degrees ! Estimated noise=9.31335 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000861848 Jy ! Component: 100 - total flux cleaned = 0.00106105 Jy ! Component: 150 - total flux cleaned = 0.00268433 Jy ! Component: 200 - total flux cleaned = 0.00412824 Jy ! Total flux subtracted in 200 components = 0.00412824 Jy ! Clean residual min=-0.004955 max=0.005630 Jy/beam ! Clean residual mean=-0.000000 rms=0.001186 Jy/beam ! Combined flux in latest and established models = 0.210179 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 74 components and 0.210179 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.056904Jy sigma=0.079369 ! Fit after self-cal, rms=0.056845Jy sigma=0.077865 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 (1.8, 6.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00433592 Jy ! Component: 100 - total flux cleaned = 0.00553389 Jy ! Component: 150 - total flux cleaned = 0.00652848 Jy ! Component: 200 - total flux cleaned = 0.00779857 Jy ! Total flux subtracted in 200 components = 0.00779857 Jy ! Clean residual min=-0.004452 max=0.004589 Jy/beam ! Clean residual mean=-0.000000 rms=0.001048 Jy/beam ! Combined flux in latest and established models = 0.217978 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 91 components and 0.217978 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.054063Jy sigma=0.075845 ! Fit after self-cal, rms=0.054016Jy sigma=0.074589 ! 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.054016Jy sigma=0.074589 ! Fit after self-cal, rms=0.058697Jy sigma=0.072617 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.946 mas, bmaj=4.046 mas, bpa=-6.896 degrees ! Estimated noise=9.10548 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.14277e-05 Jy ! Component: 100 - total flux cleaned = 0.00181134 Jy ! Component: 150 - total flux cleaned = 0.00347485 Jy ! Component: 200 - total flux cleaned = 0.00460284 Jy ! Total flux subtracted in 200 components = 0.00460284 Jy ! Clean residual min=-0.004009 max=0.003716 Jy/beam ! Clean residual mean=-0.000000 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.222581 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 105 components and 0.222581 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.056760Jy sigma=0.072232 ! Fit after self-cal, rms=0.056766Jy sigma=0.071481 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 (-72.3, -112.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00173485 Jy ! Component: 100 - total flux cleaned = 0.00221577 Jy ! Component: 150 - total flux cleaned = 0.00271367 Jy ! Component: 200 - total flux cleaned = 0.00301358 Jy ! Total flux subtracted in 200 components = 0.00301358 Jy ! Clean residual min=-0.003293 max=0.003421 Jy/beam ! Clean residual mean=0.000000 rms=0.000751 Jy/beam ! Combined flux in latest and established models = 0.225594 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 123 components and 0.225594 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.055599Jy sigma=0.069990 ! Fit after self-cal, rms=0.055476Jy sigma=0.069461 ! Inverting map ! Added new window around map position (208.5, 36.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00251034 Jy ! Component: 100 - total flux cleaned = 0.00329439 Jy ! Component: 150 - total flux cleaned = 0.00382789 Jy ! Component: 200 - total flux cleaned = 0.0041736 Jy ! Total flux subtracted in 200 components = 0.0041736 Jy ! Clean residual min=-0.002968 max=0.003073 Jy/beam ! Clean residual mean=-0.000000 rms=0.000681 Jy/beam ! Combined flux in latest and established models = 0.229768 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 148 components and 0.229768 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.054529Jy sigma=0.068321 ! Fit after self-cal, rms=0.054475Jy sigma=0.067821 ! Inverting map ! Added new window around map position (-25.5, 147). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00244195 Jy ! Component: 100 - total flux cleaned = 0.00373897 Jy ! Component: 150 - total flux cleaned = 0.00453413 Jy ! Component: 200 - total flux cleaned = 0.00480066 Jy ! Total flux subtracted in 200 components = 0.00480066 Jy ! Clean residual min=-0.002603 max=0.002825 Jy/beam ! Clean residual mean=-0.000000 rms=0.000605 Jy/beam ! Combined flux in latest and established models = 0.234569 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 172 components and 0.234569 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.053591Jy sigma=0.066981 ! Fit after self-cal, rms=0.053552Jy sigma=0.066604 ! Inverting map ! Added new window around map position (26.1, -108.9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00133312 Jy ! Component: 100 - total flux cleaned = 0.00212421 Jy ! Component: 150 - total flux cleaned = 0.0027569 Jy ! Component: 200 - total flux cleaned = 0.00333821 Jy ! Total flux subtracted in 200 components = 0.00333821 Jy ! Clean residual min=-0.002314 max=0.002491 Jy/beam ! Clean residual mean=-0.000000 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.237907 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 189 components and 0.237907 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.052363Jy sigma=0.065820 ! Fit after self-cal, rms=0.052180Jy sigma=0.065668 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 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.052180Jy sigma=0.065668 ! Fit after self-cal, rms=0.044381Jy sigma=0.064398 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.914 mas, bmaj=6.815 mas, bpa=3.177 degrees ! Estimated noise=8.61932 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000163101 Jy ! Component: 100 - total flux cleaned = 0.000767819 Jy ! Component: 150 - total flux cleaned = 0.0012317 Jy ! Component: 200 - total flux cleaned = 0.00144474 Jy ! Total flux subtracted in 200 components = 0.00144474 Jy ! Clean residual min=-0.002030 max=0.002381 Jy/beam ! Clean residual mean=-0.000000 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.239352 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 212 components and 0.239352 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.043467Jy sigma=0.064178 ! Fit after self-cal, rms=0.043427Jy sigma=0.063983 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 (-258, -107.7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119567 Jy ! Component: 100 - total flux cleaned = 0.00144231 Jy ! Component: 150 - total flux cleaned = 0.00150118 Jy ! Component: 200 - total flux cleaned = 0.00155263 Jy ! Total flux subtracted in 200 components = 0.00155263 Jy ! Clean residual min=-0.002100 max=0.001782 Jy/beam ! Clean residual mean=-0.000000 rms=0.000435 Jy/beam ! Combined flux in latest and established models = 0.240904 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 241 components and 0.240904 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.042876Jy sigma=0.063470 ! Fit after self-cal, rms=0.042841Jy sigma=0.063386 ! 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=1.94 mas, bmaj=4.011 mas, bpa=-6.646 degrees ! Estimated noise=8.9785 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.94 x 4.011 at -6.646 degrees (North through East) ! Clean map min=-0.0025275 max=0.085174 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=1.614 mas, bmaj=3.616 mas, bpa=-9.062 degrees ! Estimated noise=12.1922 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0788695 Jy ! Component: 100 - total flux cleaned = 0.113983 Jy ! Component: 150 - total flux cleaned = 0.136187 Jy ! Component: 200 - total flux cleaned = 0.152325 Jy ! Total flux subtracted in 200 components = 0.152325 Jy ! Clean residual min=-0.013100 max=0.014487 Jy/beam ! Clean residual mean=-0.000001 rms=0.002977 Jy/beam ! Combined flux in latest and established models = 0.152325 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 37 model components to the UV plane model. ! The established model now contains 37 components and 0.152325 Jy ! Inverting map and beam ! Estimated beam: bmin=1.94 mas, bmaj=4.011 mas, bpa=-6.646 degrees ! Estimated noise=8.9785 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.0167175 Jy ! Component: 100 - total flux cleaned = 0.0286939 Jy ! Component: 150 - total flux cleaned = 0.0380805 Jy ! Component: 200 - total flux cleaned = 0.0456155 Jy ! Total flux subtracted in 200 components = 0.0456155 Jy ! Clean residual min=-0.007111 max=0.007684 Jy/beam ! Clean residual mean=-0.000001 rms=0.001660 Jy/beam ! Combined flux in latest and established models = 0.19794 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 88 components and 0.19794 Jy ! Inverting map ! Added new window around map position (8.1, -17.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00739279 Jy ! Component: 100 - total flux cleaned = 0.0128594 Jy ! Component: 150 - total flux cleaned = 0.0173395 Jy ! Component: 200 - total flux cleaned = 0.0210317 Jy ! Total flux subtracted in 200 components = 0.0210317 Jy ! Clean residual min=-0.003964 max=0.003962 Jy/beam ! Clean residual mean=-0.000000 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.218972 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 120 components and 0.218972 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.914 mas, bmaj=6.815 mas, bpa=3.177 degrees ! Estimated noise=8.61932 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.003298 Jy ! Component: 100 - total flux cleaned = 0.0055941 Jy ! Component: 150 - total flux cleaned = 0.00764136 Jy ! Component: 200 - total flux cleaned = 0.00915166 Jy ! Total flux subtracted in 200 components = 0.00915166 Jy ! Clean residual min=-0.003114 max=0.003114 Jy/beam ! Clean residual mean=-0.000000 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.228124 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.00102499 Jy ! Component: 100 - total flux cleaned = 0.00180871 Jy ! Component: 150 - total flux cleaned = 0.0023933 Jy ! Component: 200 - total flux cleaned = 0.0028789 Jy ! Total flux subtracted in 200 components = 0.0028789 Jy ! Clean residual min=-0.002652 max=0.002707 Jy/beam ! Clean residual mean=-0.000000 rms=0.000626 Jy/beam ! Combined flux in latest and established models = 0.231002 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 196 components and 0.231002 Jy ! Inverting map ! Added new window around map position (57.3, -151.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00174142 Jy ! Component: 100 - total flux cleaned = 0.00245924 Jy ! Component: 150 - total flux cleaned = 0.00271961 Jy ! Component: 200 - total flux cleaned = 0.00284163 Jy ! Total flux subtracted in 200 components = 0.00284163 Jy ! Clean residual min=-0.002052 max=0.001978 Jy/beam ! Clean residual mean=-0.000000 rms=0.000475 Jy/beam ! Combined flux in latest and established models = 0.233844 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 226 components and 0.233844 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.94 mas, bmaj=4.011 mas, bpa=-6.646 degrees ! Estimated noise=8.9785 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00114807 Jy ! Component: 100 - total flux cleaned = -0.00123822 Jy ! Component: 150 - total flux cleaned = -0.00107916 Jy ! Component: 200 - total flux cleaned = -0.000856505 Jy ! Total flux subtracted in 200 components = -0.000856505 Jy ! Clean residual min=-0.002477 max=0.002272 Jy/beam ! Clean residual mean=-0.000000 rms=0.000467 Jy/beam ! Combined flux in latest and established models = 0.232988 Jy selfcal ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 258 components and 0.232988 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.042762Jy sigma=0.064117 ! Fit after self-cal, rms=0.042707Jy sigma=0.063430 wmodel /g0/scr/pima//bp171af_uvs/J2037-0729_C_map.mod ! Writing 258 model components to file: /g0/scr/pima//bp171af_uvs/J2037-0729_C_map.mod wobs /g0/scr/pima//bp171af_uvs/J2037-0729_C_uvs.fits ! Writing UV FITS file: /g0/scr/pima//bp171af_uvs/J2037-0729_C_uvs.fits wwins /g0/scr/pima//bp171af_uvs/J2037-0729_C_map.win ! wwins: Wrote 11 windows to /g0/scr/pima//bp171af_uvs/J2037-0729_C_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=16384 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000629692 Jy ! Component: 100 - total flux cleaned = -0.000557472 Jy ! Component: 150 - total flux cleaned = -0.000488815 Jy ! Component: 200 - total flux cleaned = -0.000422722 Jy ! Component: 250 - total flux cleaned = -0.000326325 Jy ! Component: 300 - total flux cleaned = -0.000138309 Jy ! Component: 350 - total flux cleaned = -1.5561e-05 Jy ! Component: 400 - total flux cleaned = 4.46279e-05 Jy ! Component: 450 - total flux cleaned = 0.000193092 Jy ! Component: 500 - total flux cleaned = 0.000396484 Jy ! Component: 550 - total flux cleaned = 0.000425323 Jy ! Component: 600 - total flux cleaned = 0.000566665 Jy ! Component: 650 - total flux cleaned = 0.000789043 Jy ! Component: 700 - total flux cleaned = 0.000980579 Jy ! Component: 750 - total flux cleaned = 0.00114334 Jy ! Component: 800 - total flux cleaned = 0.00135773 Jy ! Component: 850 - total flux cleaned = 0.00159574 Jy ! Component: 900 - total flux cleaned = 0.00180422 Jy ! Component: 950 - total flux cleaned = 0.00195881 Jy ! Component: 1000 - total flux cleaned = 0.0020863 Jy ! Component: 1050 - total flux cleaned = 0.00221244 Jy ! Component: 1100 - total flux cleaned = 0.00231281 Jy ! Component: 1150 - total flux cleaned = 0.00251038 Jy ! Component: 1200 - total flux cleaned = 0.00258368 Jy ! Component: 1250 - total flux cleaned = 0.00272919 Jy ! Component: 1300 - total flux cleaned = 0.00284929 Jy ! Component: 1350 - total flux cleaned = 0.00299214 Jy ! Component: 1400 - total flux cleaned = 0.00311007 Jy ! Component: 1450 - total flux cleaned = 0.00320333 Jy ! Component: 1500 - total flux cleaned = 0.00313371 Jy ! Component: 1550 - total flux cleaned = 0.00320316 Jy ! Component: 1600 - total flux cleaned = 0.00322599 Jy ! Component: 1650 - total flux cleaned = 0.00333924 Jy ! Component: 1700 - total flux cleaned = 0.00336194 Jy ! Component: 1750 - total flux cleaned = 0.0034511 Jy ! Component: 1800 - total flux cleaned = 0.00349538 Jy ! Component: 1850 - total flux cleaned = 0.00356122 Jy ! Component: 1900 - total flux cleaned = 0.00362672 Jy ! Component: 1950 - total flux cleaned = 0.00371335 Jy ! Component: 2000 - total flux cleaned = 0.00375628 Jy ! Component: 2050 - total flux cleaned = 0.00386324 Jy ! Component: 2100 - total flux cleaned = 0.00386331 Jy ! Component: 2150 - total flux cleaned = 0.00388449 Jy ! Component: 2200 - total flux cleaned = 0.00392648 Jy ! Component: 2250 - total flux cleaned = 0.00403095 Jy ! Component: 2300 - total flux cleaned = 0.00407253 Jy ! Component: 2350 - total flux cleaned = 0.00413459 Jy ! Component: 2400 - total flux cleaned = 0.00417578 Jy ! Component: 2450 - total flux cleaned = 0.00421663 Jy ! Component: 2500 - total flux cleaned = 0.00431835 Jy ! Component: 2550 - total flux cleaned = 0.00437909 Jy ! Component: 2600 - total flux cleaned = 0.00441951 Jy ! Component: 2650 - total flux cleaned = 0.00441952 Jy ! Component: 2700 - total flux cleaned = 0.00443954 Jy ! Component: 2750 - total flux cleaned = 0.00445927 Jy ! Component: 2800 - total flux cleaned = 0.00451862 Jy ! Component: 2850 - total flux cleaned = 0.00453853 Jy ! Component: 2900 - total flux cleaned = 0.00453863 Jy ! Component: 2950 - total flux cleaned = 0.00455828 Jy ! Component: 3000 - total flux cleaned = 0.00467545 Jy ! Component: 3050 - total flux cleaned = 0.00469495 Jy ! Component: 3100 - total flux cleaned = 0.00477247 Jy ! Component: 3150 - total flux cleaned = 0.00483025 Jy ! Component: 3200 - total flux cleaned = 0.00481107 Jy ! Component: 3250 - total flux cleaned = 0.00486857 Jy ! Component: 3300 - total flux cleaned = 0.00490689 Jy ! Component: 3350 - total flux cleaned = 0.00494505 Jy ! Component: 3400 - total flux cleaned = 0.00502128 Jy ! Component: 3450 - total flux cleaned = 0.00502126 Jy ! Component: 3500 - total flux cleaned = 0.00505919 Jy ! Component: 3550 - total flux cleaned = 0.00513499 Jy ! Component: 3600 - total flux cleaned = 0.00509711 Jy ! Component: 3650 - total flux cleaned = 0.00511595 Jy ! Component: 3700 - total flux cleaned = 0.00509711 Jy ! Component: 3750 - total flux cleaned = 0.00507826 Jy ! Component: 3800 - total flux cleaned = 0.00509714 Jy ! Component: 3850 - total flux cleaned = 0.00502157 Jy ! Component: 3900 - total flux cleaned = 0.0049649 Jy ! Component: 3950 - total flux cleaned = 0.00496489 Jy ! Component: 4000 - total flux cleaned = 0.00487029 Jy ! Component: 4050 - total flux cleaned = 0.00483239 Jy ! Component: 4100 - total flux cleaned = 0.0048325 Jy ! Component: 4150 - total flux cleaned = 0.00485141 Jy ! Component: 4200 - total flux cleaned = 0.00479436 Jy ! Component: 4250 - total flux cleaned = 0.0047561 Jy ! Component: 4300 - total flux cleaned = 0.00477516 Jy ! Component: 4350 - total flux cleaned = 0.00473699 Jy ! Component: 4400 - total flux cleaned = 0.00471785 Jy ! Component: 4450 - total flux cleaned = 0.00473709 Jy ! Component: 4500 - total flux cleaned = 0.00473718 Jy ! Component: 4550 - total flux cleaned = 0.0047952 Jy ! Component: 4600 - total flux cleaned = 0.00481477 Jy ! Component: 4650 - total flux cleaned = 0.00477559 Jy ! Component: 4700 - total flux cleaned = 0.0047559 Jy ! Component: 4750 - total flux cleaned = 0.00471631 Jy ! Component: 4800 - total flux cleaned = 0.00469647 Jy ! Component: 4850 - total flux cleaned = 0.00467666 Jy ! Component: 4900 - total flux cleaned = 0.00463655 Jy ! Component: 4950 - total flux cleaned = 0.00453563 Jy ! Component: 5000 - total flux cleaned = 0.00453549 Jy ! Component: 5050 - total flux cleaned = 0.00445399 Jy ! Component: 5100 - total flux cleaned = 0.00439241 Jy ! Component: 5150 - total flux cleaned = 0.00435093 Jy ! Component: 5200 - total flux cleaned = 0.00433027 Jy ! Component: 5250 - total flux cleaned = 0.00426758 Jy ! Component: 5300 - total flux cleaned = 0.00424669 Jy ! Component: 5350 - total flux cleaned = 0.00420438 Jy ! Component: 5400 - total flux cleaned = 0.00411907 Jy ! Component: 5450 - total flux cleaned = 0.00411898 Jy ! Component: 5500 - total flux cleaned = 0.0040541 Jy ! Component: 5550 - total flux cleaned = 0.00407579 Jy ! Component: 5600 - total flux cleaned = 0.00411956 Jy ! Component: 5650 - total flux cleaned = 0.00414157 Jy ! Component: 5700 - total flux cleaned = 0.00418612 Jy ! Component: 5750 - total flux cleaned = 0.00427579 Jy ! Component: 5800 - total flux cleaned = 0.00434365 Jy ! Component: 5850 - total flux cleaned = 0.00445761 Jy ! Component: 5900 - total flux cleaned = 0.00448063 Jy ! Component: 5950 - total flux cleaned = 0.00450367 Jy ! Component: 6000 - total flux cleaned = 0.00457413 Jy ! Component: 6050 - total flux cleaned = 0.00462146 Jy ! Component: 6100 - total flux cleaned = 0.0046693 Jy ! Component: 6150 - total flux cleaned = 0.00474184 Jy ! Component: 6200 - total flux cleaned = 0.00481479 Jy ! Component: 6250 - total flux cleaned = 0.00483903 Jy ! Component: 6300 - total flux cleaned = 0.00488879 Jy ! Component: 6350 - total flux cleaned = 0.00496376 Jy ! Component: 6400 - total flux cleaned = 0.00501409 Jy ! Component: 6450 - total flux cleaned = 0.00506479 Jy ! Component: 6500 - total flux cleaned = 0.00509013 Jy ! Component: 6550 - total flux cleaned = 0.005116 Jy ! Component: 6600 - total flux cleaned = 0.00519444 Jy ! Component: 6650 - total flux cleaned = 0.00524759 Jy ! Component: 6700 - total flux cleaned = 0.00532829 Jy ! Component: 6750 - total flux cleaned = 0.00532859 Jy ! Component: 6800 - total flux cleaned = 0.00538328 Jy ! Component: 6850 - total flux cleaned = 0.00541112 Jy ! Component: 6900 - total flux cleaned = 0.00552335 Jy ! Component: 6950 - total flux cleaned = 0.00560855 Jy ! Component: 7000 - total flux cleaned = 0.0056949 Jy ! Component: 7050 - total flux cleaned = 0.00566558 Jy ! Component: 7100 - total flux cleaned = 0.00584161 Jy ! Component: 7150 - total flux cleaned = 0.00595998 Jy ! Component: 7200 - total flux cleaned = 0.00604992 Jy ! Component: 7250 - total flux cleaned = 0.006232 Jy ! Component: 7300 - total flux cleaned = 0.00644668 Jy ! Component: 7350 - total flux cleaned = 0.00647804 Jy ! Component: 7400 - total flux cleaned = 0.00669736 Jy ! Component: 7450 - total flux cleaned = 0.00682473 Jy ! Component: 7500 - total flux cleaned = 0.00695311 Jy ! Component: 7550 - total flux cleaned = 0.0071166 Jy ! Component: 7600 - total flux cleaned = 0.00731528 Jy ! Component: 7650 - total flux cleaned = 0.00738234 Jy ! Component: 7700 - total flux cleaned = 0.00745042 Jy ! Component: 7750 - total flux cleaned = 0.00751862 Jy ! Component: 7800 - total flux cleaned = 0.00769159 Jy ! Component: 7850 - total flux cleaned = 0.00783265 Jy ! Component: 7900 - total flux cleaned = 0.00797519 Jy ! Component: 7950 - total flux cleaned = 0.0080476 Jy ! Component: 8000 - total flux cleaned = 0.00815668 Jy ! Component: 8050 - total flux cleaned = 0.00834122 Jy ! Component: 8100 - total flux cleaned = 0.00849087 Jy ! Component: 8150 - total flux cleaned = 0.00864252 Jy ! Component: 8200 - total flux cleaned = 0.00883468 Jy ! Component: 8250 - total flux cleaned = 0.00895143 Jy ! Component: 8300 - total flux cleaned = 0.00906925 Jy ! Component: 8350 - total flux cleaned = 0.0093491 Jy ! Component: 8400 - total flux cleaned = 0.00951161 Jy ! Component: 8450 - total flux cleaned = 0.00959358 Jy ! Component: 8500 - total flux cleaned = 0.0097597 Jy ! Component: 8550 - total flux cleaned = 0.0100111 Jy ! Component: 8600 - total flux cleaned = 0.0101805 Jy ! Component: 8650 - total flux cleaned = 0.0104397 Jy ! Component: 8700 - total flux cleaned = 0.0106588 Jy ! Component: 8750 - total flux cleaned = 0.0108364 Jy ! Component: 8800 - total flux cleaned = 0.0111052 Jy ! Component: 8850 - total flux cleaned = 0.0112419 Jy ! Component: 8900 - total flux cleaned = 0.0113798 Jy ! Component: 8950 - total flux cleaned = 0.0115659 Jy ! Component: 9000 - total flux cleaned = 0.0117554 Jy ! Component: 9050 - total flux cleaned = 0.0118991 Jy ! Component: 9100 - total flux cleaned = 0.0120942 Jy ! Component: 9150 - total flux cleaned = 0.0122428 Jy ! Component: 9200 - total flux cleaned = 0.0122935 Jy ! Component: 9250 - total flux cleaned = 0.0123958 Jy ! Component: 9300 - total flux cleaned = 0.0126023 Jy ! Component: 9350 - total flux cleaned = 0.012812 Jy ! Component: 9400 - total flux cleaned = 0.0129704 Jy ! Component: 9450 - total flux cleaned = 0.0130779 Jy ! Component: 9500 - total flux cleaned = 0.0130773 Jy ! Component: 9550 - total flux cleaned = 0.0132971 Jy ! Component: 9600 - total flux cleaned = 0.0136897 Jy ! Component: 9650 - total flux cleaned = 0.0138036 Jy ! Component: 9700 - total flux cleaned = 0.0139772 Jy ! Component: 9750 - total flux cleaned = 0.0140356 Jy ! Component: 9800 - total flux cleaned = 0.0142728 Jy ! Component: 9850 - total flux cleaned = 0.014453 Jy ! Component: 9900 - total flux cleaned = 0.0147575 Jy ! Component: 9950 - total flux cleaned = 0.015005 Jy ! Component: 10000 - total flux cleaned = 0.0150679 Jy ! Component: 10050 - total flux cleaned = 0.0153222 Jy ! Component: 10100 - total flux cleaned = 0.0155169 Jy ! Component: 10150 - total flux cleaned = 0.015779 Jy ! Component: 10200 - total flux cleaned = 0.0159125 Jy ! Component: 10250 - total flux cleaned = 0.0161152 Jy ! Component: 10300 - total flux cleaned = 0.0163888 Jy ! Component: 10350 - total flux cleaned = 0.0165974 Jy ! Component: 10400 - total flux cleaned = 0.0167395 Jy ! Component: 10450 - total flux cleaned = 0.0170983 Jy ! Component: 10500 - total flux cleaned = 0.0174627 Jy ! Component: 10550 - total flux cleaned = 0.0176848 Jy ! Component: 10600 - total flux cleaned = 0.0178341 Jy ! Component: 10650 - total flux cleaned = 0.0178333 Jy ! Component: 10700 - total flux cleaned = 0.0182948 Jy ! Component: 10750 - total flux cleaned = 0.0183713 Jy ! Component: 10800 - total flux cleaned = 0.0188463 Jy ! Component: 10850 - total flux cleaned = 0.0189265 Jy ! Component: 10900 - total flux cleaned = 0.0192536 Jy ! Component: 10950 - total flux cleaned = 0.0193357 Jy ! Component: 11000 - total flux cleaned = 0.0197537 Jy ! Component: 11050 - total flux cleaned = 0.020094 Jy ! Component: 11100 - total flux cleaned = 0.0201803 Jy ! Component: 11150 - total flux cleaned = 0.0207062 Jy ! Component: 11200 - total flux cleaned = 0.0209729 Jy ! Component: 11250 - total flux cleaned = 0.0212457 Jy ! Component: 11300 - total flux cleaned = 0.0213379 Jy ! Component: 11350 - total flux cleaned = 0.0218022 Jy ! Component: 11400 - total flux cleaned = 0.021896 Jy ! Component: 11450 - total flux cleaned = 0.0222808 Jy ! Component: 11500 - total flux cleaned = 0.0222799 Jy ! Component: 11550 - total flux cleaned = 0.0226755 Jy ! Component: 11600 - total flux cleaned = 0.0229761 Jy ! Component: 11650 - total flux cleaned = 0.0231794 Jy ! Component: 11700 - total flux cleaned = 0.0235924 Jy ! Component: 11750 - total flux cleaned = 0.0235922 Jy ! Component: 11800 - total flux cleaned = 0.0241244 Jy ! Component: 11850 - total flux cleaned = 0.0243414 Jy ! Component: 11900 - total flux cleaned = 0.0244506 Jy ! Component: 11950 - total flux cleaned = 0.0250032 Jy ! Component: 12000 - total flux cleaned = 0.0254534 Jy ! Component: 12050 - total flux cleaned = 0.0255691 Jy ! Component: 12100 - total flux cleaned = 0.025798 Jy ! Component: 12150 - total flux cleaned = 0.0263871 Jy ! Component: 12200 - total flux cleaned = 0.026388 Jy ! Component: 12250 - total flux cleaned = 0.0266309 Jy ! Component: 12300 - total flux cleaned = 0.0272462 Jy ! Component: 12350 - total flux cleaned = 0.0274956 Jy ! Component: 12400 - total flux cleaned = 0.0277496 Jy ! Component: 12450 - total flux cleaned = 0.0278774 Jy ! Component: 12500 - total flux cleaned = 0.0281368 Jy ! Component: 12550 - total flux cleaned = 0.0287961 Jy ! Component: 12600 - total flux cleaned = 0.0289307 Jy ! Component: 12650 - total flux cleaned = 0.029339 Jy ! Component: 12700 - total flux cleaned = 0.0296165 Jy ! Component: 12750 - total flux cleaned = 0.0303177 Jy ! Component: 12800 - total flux cleaned = 0.0306047 Jy ! Component: 12850 - total flux cleaned = 0.0304629 Jy ! Component: 12900 - total flux cleaned = 0.0306084 Jy ! Component: 12950 - total flux cleaned = 0.0313521 Jy ! Component: 13000 - total flux cleaned = 0.0319584 Jy ! Component: 13050 - total flux cleaned = 0.0321126 Jy ! Component: 13100 - total flux cleaned = 0.0325808 Jy ! Component: 13150 - total flux cleaned = 0.0329 Jy ! Component: 13200 - total flux cleaned = 0.0327398 Jy ! Component: 13250 - total flux cleaned = 0.0333914 Jy ! Component: 13300 - total flux cleaned = 0.0337218 Jy ! Component: 13350 - total flux cleaned = 0.0340594 Jy ! Component: 13400 - total flux cleaned = 0.03406 Jy ! Component: 13450 - total flux cleaned = 0.0347536 Jy ! Component: 13500 - total flux cleaned = 0.0351074 Jy ! Component: 13550 - total flux cleaned = 0.0356455 Jy ! Component: 13600 - total flux cleaned = 0.0356483 Jy ! Component: 13650 - total flux cleaned = 0.036019 Jy ! Component: 13700 - total flux cleaned = 0.0367654 Jy ! Component: 13750 - total flux cleaned = 0.0367677 Jy ! Component: 13800 - total flux cleaned = 0.0371516 Jy ! Component: 13850 - total flux cleaned = 0.0375421 Jy ! Component: 13900 - total flux cleaned = 0.0377459 Jy ! Component: 13950 - total flux cleaned = 0.0383496 Jy ! Component: 14000 - total flux cleaned = 0.038758 Jy ! Component: 14050 - total flux cleaned = 0.0387601 Jy ! Component: 14100 - total flux cleaned = 0.0393933 Jy ! Component: 14150 - total flux cleaned = 0.0396093 Jy ! Component: 14200 - total flux cleaned = 0.0400436 Jy ! Component: 14250 - total flux cleaned = 0.0400402 Jy ! Component: 14300 - total flux cleaned = 0.0407111 Jy ! Component: 14350 - total flux cleaned = 0.0409357 Jy ! Component: 14400 - total flux cleaned = 0.0416265 Jy ! Component: 14450 - total flux cleaned = 0.0420916 Jy ! Component: 14500 - total flux cleaned = 0.0430372 Jy ! Component: 14550 - total flux cleaned = 0.042799 Jy ! Component: 14600 - total flux cleaned = 0.0430404 Jy ! Component: 14650 - total flux cleaned = 0.0437846 Jy ! Component: 14700 - total flux cleaned = 0.0440371 Jy ! Component: 14750 - total flux cleaned = 0.0442935 Jy ! Component: 14800 - total flux cleaned = 0.0445503 Jy ! Component: 14850 - total flux cleaned = 0.0450745 Jy ! Component: 14900 - total flux cleaned = 0.0456025 Jy ! Component: 14950 - total flux cleaned = 0.0469578 Jy ! Component: 15000 - total flux cleaned = 0.0464102 Jy ! Component: 15050 - total flux cleaned = 0.0469638 Jy ! Component: 15100 - total flux cleaned = 0.0469636 Jy ! Component: 15150 - total flux cleaned = 0.0475323 Jy ! Component: 15200 - total flux cleaned = 0.0478233 Jy ! Component: 15250 - total flux cleaned = 0.0487125 Jy ! Component: 15300 - total flux cleaned = 0.04871 Jy ! Component: 15350 - total flux cleaned = 0.0499261 Jy ! Component: 15400 - total flux cleaned = 0.0499219 Jy ! Component: 15450 - total flux cleaned = 0.0508667 Jy ! Component: 15500 - total flux cleaned = 0.0518206 Jy ! Component: 15550 - total flux cleaned = 0.0527968 Jy ! Component: 15600 - total flux cleaned = 0.0527997 Jy ! Component: 15650 - total flux cleaned = 0.053462 Jy ! Component: 15700 - total flux cleaned = 0.0534634 Jy ! Component: 15750 - total flux cleaned = 0.053797 Jy ! Component: 15800 - total flux cleaned = 0.0548421 Jy ! Component: 15850 - total flux cleaned = 0.0562616 Jy ! Component: 15900 - total flux cleaned = 0.0551819 Jy ! Component: 15950 - total flux cleaned = 0.057372 Jy ! Component: 16000 - total flux cleaned = 0.0566272 Jy ! Component: 16050 - total flux cleaned = 0.0581408 Jy ! Component: 16100 - total flux cleaned = 0.0573768 Jy ! Component: 16150 - total flux cleaned = 0.0585361 Jy ! Component: 16200 - total flux cleaned = 0.0589262 Jy ! Component: 16250 - total flux cleaned = 0.0601269 Jy ! Component: 16300 - total flux cleaned = 0.0609432 Jy ! Component: 16350 - total flux cleaned = 0.0625922 Jy ! Total flux subtracted in 16384 components = 0.0617593 Jy ! Clean residual min=-0.029952 max=0.021443 Jy/beam ! Clean residual mean=0.000002 rms=0.006222 Jy/beam ! Combined flux in latest and established models = 0.294747 Jy keep ! Adding 722 model components to the UV plane model. ! The established model now contains 980 components and 0.294747 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/g0/scr/pima//bp171af_uvs/J2037-0729_C\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.94 x 4.011 at -6.646 degrees (North through East) ! Clean map min=-0.033591 max=0.078688 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima//bp171af_uvs/J2037-0729_C_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0786877 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00748767 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -28.547 28.547 57.0941 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0224 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.078 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 10.508 quit ! Quitting program ! Log file /g0/scr/pima//bp171af_uvs/J2037-0729_C_uvs.log closed on Sun Dec 8 12:11:10 2013