! Started logfile: /scr/pima/bp171ag_uvs/J2311+3156_C_uvs.log on Fri Oct 11 03:47:59 2013 obs /scr/pima/bp171ag_uvs/J2311+3156_C_uva.fits ! Reading UV FITS file: /scr/pima/bp171ag_uvs/J2311+3156_C_uva.fits ! AN table 1: 4 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.95 visibilities/baseline/integration-bin. ! Found source: J2311+3156 ! ! 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 1368 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.3 print "taper_size =",taper_size ! taper_size = 40 ![@/home/lpetrov/bin/01_muppet /scr/pima/bp171ag_uvs/J2311+3156_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 = 1024x1024 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.004433Jy sigma=4.493437 ! Fit after self-cal, rms=0.907354Jy sigma=4.012232 ! 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.423 mas, bmaj=4.098 mas, bpa=-1.898 degrees ! Estimated noise=6.37636 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.0758244 Jy ! Component: 100 - total flux cleaned = 0.0997506 Jy ! Total flux subtracted in 100 components = 0.0997506 Jy ! Clean residual min=-0.008673 max=0.010256 Jy/beam ! Clean residual mean=-0.000006 rms=0.002683 Jy/beam ! Combined flux in latest and established models = 0.0997506 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0997506 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.049842Jy sigma=0.240080 ! Fit after self-cal, rms=0.049763Jy sigma=0.239893 ! 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.715 mas, bmaj=4.457 mas, bpa=-1.639 degrees ! Estimated noise=4.52027 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.0114661 Jy ! Component: 100 - total flux cleaned = 0.016964 Jy ! Component: 150 - total flux cleaned = 0.0201955 Jy ! Component: 200 - total flux cleaned = 0.0214101 Jy ! Total flux subtracted in 200 components = 0.0214101 Jy ! Clean residual min=-0.009677 max=0.006616 Jy/beam ! Clean residual mean=-0.000007 rms=0.001991 Jy/beam ! Combined flux in latest and established models = 0.121161 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 41 components and 0.121161 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.047704Jy sigma=0.228129 ! Fit after self-cal, rms=0.047692Jy sigma=0.228097 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.04 HN 1.01 KP 0.93 ! LA 1.10 MK 1.23 NL 1.09 OV 1.05 ! PT 0.91 SC 0.87 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.11 HN 1.03 KP 0.95 ! LA 1.20 MK 1.12 NL 1.13 OV 1.10 ! PT 1.05 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.07 HN 0.95 KP 0.62 ! LA 1.15 MK 1.06 NL 0.99 OV 1.06 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.19 HN 1.02 KP 1.03 ! LA 1.12 MK 1.14 NL 0.26 OV 1.04 ! PT 1.09 SC 1.07 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.07 HN 1.01 KP 1.04 ! LA 1.18 MK 1.17 NL 1.04 OV 1.05 ! PT 0.95 SC 0.94 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.06 HN 1.05 KP 1.02 ! LA 1.23 MK 1.05 NL 1.02 OV 1.05 ! PT 1.06 SC 1.03 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.03 KP 0.98 ! LA 1.14 MK 1.14 NL 1.05 OV 1.05 ! PT 0.99 SC 0.92 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.03 HN 1.03 KP 1.06 ! LA 1.08 MK 1.07 NL 1.00 OV 1.05 ! PT 0.96 SC 0.91 ! ! ! Fit before self-cal, rms=0.047692Jy sigma=0.228097 ! Fit after self-cal, rms=0.015058Jy sigma=0.059696 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.741 mas, bmaj=4.452 mas, bpa=-1.317 degrees ! Estimated noise=4.49482 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 (-2.4, 7.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000262583 Jy ! Component: 100 - total flux cleaned = 0.000407639 Jy ! Component: 150 - total flux cleaned = 0.000526208 Jy ! Component: 200 - total flux cleaned = 0.000526791 Jy ! Total flux subtracted in 200 components = 0.000526791 Jy ! Clean residual min=-0.001180 max=0.001096 Jy/beam ! Clean residual mean=0.000000 rms=0.000275 Jy/beam ! Combined flux in latest and established models = 0.121687 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 57 components and 0.121687 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.014681Jy sigma=0.058810 ! Fit after self-cal, rms=0.014852Jy sigma=0.057914 ! 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.014852Jy sigma=0.057914 ! Fit after self-cal, rms=0.014786Jy sigma=0.057786 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.739 mas, bmaj=4.457 mas, bpa=-1.379 degrees ! Estimated noise=4.4739 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000242041 Jy ! Component: 100 - total flux cleaned = -0.000273882 Jy ! Component: 150 - total flux cleaned = -0.00029737 Jy ! Component: 200 - total flux cleaned = -0.000339522 Jy ! Total flux subtracted in 200 components = -0.000339522 Jy ! Clean residual min=-0.001121 max=0.000992 Jy/beam ! Clean residual mean=0.000000 rms=0.000247 Jy/beam ! Combined flux in latest and established models = 0.121348 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 76 components and 0.121348 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.014631Jy sigma=0.057535 ! Fit after self-cal, rms=0.014634Jy sigma=0.057477 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 = -3.64117e-05 Jy ! Component: 100 - total flux cleaned = -1.85006e-05 Jy ! Component: 150 - total flux cleaned = -5.21432e-05 Jy ! Component: 200 - total flux cleaned = -8.34817e-05 Jy ! Total flux subtracted in 200 components = -8.34817e-05 Jy ! Clean residual min=-0.001103 max=0.000958 Jy/beam ! Clean residual mean=0.000000 rms=0.000239 Jy/beam ! Combined flux in latest and established models = 0.121264 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 88 components and 0.121264 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.014564Jy sigma=0.057379 ! Fit after self-cal, rms=0.014565Jy sigma=0.057355 ! 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.014565Jy sigma=0.057355 ! Fit after self-cal, rms=0.014527Jy sigma=0.057244 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.74 mas, bmaj=4.463 mas, bpa=-1.445 degrees ! Estimated noise=4.45289 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000669651 Jy ! Component: 100 - total flux cleaned = -0.000615766 Jy ! Component: 150 - total flux cleaned = -0.000615663 Jy ! Component: 200 - total flux cleaned = -0.000628653 Jy ! Total flux subtracted in 200 components = -0.000628653 Jy ! Clean residual min=-0.001041 max=0.000922 Jy/beam ! Clean residual mean=0.000000 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.120636 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 97 components and 0.120636 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.014440Jy sigma=0.057226 ! Fit after self-cal, rms=0.014442Jy sigma=0.057204 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 = -2.38202e-05 Jy ! Component: 100 - total flux cleaned = -2.33791e-05 Jy ! Component: 150 - total flux cleaned = -4.58673e-05 Jy ! Component: 200 - total flux cleaned = -6.67092e-05 Jy ! Total flux subtracted in 200 components = -6.67092e-05 Jy ! Clean residual min=-0.001031 max=0.000912 Jy/beam ! Clean residual mean=0.000000 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.120569 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 105 components and 0.120569 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.014407Jy sigma=0.057175 ! Fit after self-cal, rms=0.014408Jy sigma=0.057161 ! 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.014408Jy sigma=0.057161 ! Fit after self-cal, rms=0.014375Jy sigma=0.057061 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.558 mas, bmaj=5.544 mas, bpa=-8.344 degrees ! Estimated noise=5.04914 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000365632 Jy ! Component: 100 - total flux cleaned = -0.000341086 Jy ! Component: 150 - total flux cleaned = -0.000309357 Jy ! Component: 200 - total flux cleaned = -0.000291692 Jy ! Total flux subtracted in 200 components = -0.000291692 Jy ! Clean residual min=-0.001057 max=0.000967 Jy/beam ! Clean residual mean=0.000001 rms=0.000268 Jy/beam ! Combined flux in latest and established models = 0.120277 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 120 components and 0.120277 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.014334Jy sigma=0.057152 ! Fit after self-cal, rms=0.014336Jy sigma=0.057095 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 = 8.13868e-06 Jy ! Component: 100 - total flux cleaned = 1.83645e-05 Jy ! Component: 150 - total flux cleaned = 2.55589e-05 Jy ! Component: 200 - total flux cleaned = 4.66177e-05 Jy ! Total flux subtracted in 200 components = 4.66177e-05 Jy ! Clean residual min=-0.001054 max=0.000949 Jy/beam ! Clean residual mean=0.000001 rms=0.000266 Jy/beam ! Combined flux in latest and established models = 0.120324 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 127 components and 0.120324 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.014323Jy sigma=0.057136 ! Fit after self-cal, rms=0.014327Jy sigma=0.057120 ! 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.741 mas, bmaj=4.467 mas, bpa=-1.487 degrees ! Estimated noise=4.42963 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.741 x 4.467 at -1.487 degrees (North through East) ! Clean map min=-0.00093701 max=0.094829 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.454 mas, bmaj=4.111 mas, bpa=-1.581 degrees ! Estimated noise=6.19337 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0735791 Jy ! Component: 100 - total flux cleaned = 0.0964898 Jy ! Component: 150 - total flux cleaned = 0.106202 Jy ! Component: 200 - total flux cleaned = 0.110696 Jy ! Total flux subtracted in 200 components = 0.110696 Jy ! Clean residual min=-0.002063 max=0.002314 Jy/beam ! Clean residual mean=-0.000001 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.110696 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.110696 Jy ! Inverting map and beam ! Estimated beam: bmin=1.741 mas, bmaj=4.467 mas, bpa=-1.487 degrees ! Estimated noise=4.42963 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.00325574 Jy ! Component: 100 - total flux cleaned = 0.00519391 Jy ! Component: 150 - total flux cleaned = 0.00654238 Jy ! Component: 200 - total flux cleaned = 0.0074884 Jy ! Total flux subtracted in 200 components = 0.0074884 Jy ! Clean residual min=-0.000937 max=0.001003 Jy/beam ! Clean residual mean=0.000000 rms=0.000259 Jy/beam ! Combined flux in latest and established models = 0.118184 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 55 components and 0.118184 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.558 mas, bmaj=5.544 mas, bpa=-8.344 degrees ! Estimated noise=5.04914 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000996439 Jy ! Component: 100 - total flux cleaned = 0.00153792 Jy ! Component: 150 - total flux cleaned = 0.00173314 Jy ! Component: 200 - total flux cleaned = 0.00180544 Jy ! Total flux subtracted in 200 components = 0.00180544 Jy ! Clean residual min=-0.001065 max=0.000973 Jy/beam ! Clean residual mean=0.000001 rms=0.000271 Jy/beam ! Combined flux in latest and established models = 0.11999 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 = 5.28705e-05 Jy ! Component: 100 - total flux cleaned = 0.000100238 Jy ! Component: 150 - total flux cleaned = 0.000128896 Jy ! Component: 200 - total flux cleaned = 0.000142123 Jy ! Total flux subtracted in 200 components = 0.000142123 Jy ! Clean residual min=-0.001062 max=0.000972 Jy/beam ! Clean residual mean=0.000001 rms=0.000268 Jy/beam ! Combined flux in latest and established models = 0.120132 Jy ! Adding 45 model components to the UV plane model. ! The established model now contains 94 components and 0.120132 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.741 mas, bmaj=4.467 mas, bpa=-1.487 degrees ! Estimated noise=4.42963 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00020247 Jy ! Component: 100 - total flux cleaned = -0.000170247 Jy ! Component: 150 - total flux cleaned = -0.000110921 Jy ! Component: 200 - total flux cleaned = -0.000110966 Jy ! Total flux subtracted in 200 components = -0.000110966 Jy ! Clean residual min=-0.000869 max=0.000891 Jy/beam ! Clean residual mean=0.000000 rms=0.000228 Jy/beam ! Combined flux in latest and established models = 0.120021 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 108 components and 0.120021 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.014322Jy sigma=0.057314 ! Fit after self-cal, rms=0.014327Jy sigma=0.057268 wmodel /scr/pima/bp171ag_uvs/J2311+3156_C_map.mod ! Writing 108 model components to file: /scr/pima/bp171ag_uvs/J2311+3156_C_map.mod wobs /scr/pima/bp171ag_uvs/J2311+3156_C_uvs.fits ! Writing UV FITS file: /scr/pima/bp171ag_uvs/J2311+3156_C_uvs.fits wwins /scr/pima/bp171ag_uvs/J2311+3156_C_map.win ! wwins: Wrote 2 windows to /scr/pima/bp171ag_uvs/J2311+3156_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=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.000130835 Jy ! Component: 100 - total flux cleaned = 0.000279212 Jy ! Component: 150 - total flux cleaned = 0.000405599 Jy ! Component: 200 - total flux cleaned = 0.000500286 Jy ! Component: 250 - total flux cleaned = 0.000618361 Jy ! Component: 300 - total flux cleaned = 0.000707367 Jy ! Component: 350 - total flux cleaned = 0.000769211 Jy ! Component: 400 - total flux cleaned = 0.000817265 Jy ! Component: 450 - total flux cleaned = 0.000840561 Jy ! Component: 500 - total flux cleaned = 0.000874819 Jy ! Component: 550 - total flux cleaned = 0.000885868 Jy ! Component: 600 - total flux cleaned = 0.000875015 Jy ! Component: 650 - total flux cleaned = 0.000875158 Jy ! Component: 700 - total flux cleaned = 0.000864171 Jy ! Component: 750 - total flux cleaned = 0.000822841 Jy ! Component: 800 - total flux cleaned = 0.000812613 Jy ! Component: 850 - total flux cleaned = 0.000752596 Jy ! Component: 900 - total flux cleaned = 0.000732802 Jy ! Component: 950 - total flux cleaned = 0.000655109 Jy ! Component: 1000 - total flux cleaned = 0.000598076 Jy ! Component: 1050 - total flux cleaned = 0.000560542 Jy ! Component: 1100 - total flux cleaned = 0.000477183 Jy ! Component: 1150 - total flux cleaned = 0.000440797 Jy ! Component: 1200 - total flux cleaned = 0.00037772 Jy ! Component: 1250 - total flux cleaned = 0.000324239 Jy ! Component: 1300 - total flux cleaned = 0.000280226 Jy ! Component: 1350 - total flux cleaned = 0.000236787 Jy ! Component: 1400 - total flux cleaned = 0.000202531 Jy ! Component: 1450 - total flux cleaned = 0.000151672 Jy ! Component: 1500 - total flux cleaned = 0.000109909 Jy ! Component: 1550 - total flux cleaned = 6.88459e-05 Jy ! Component: 1600 - total flux cleaned = 2.82809e-05 Jy ! Component: 1650 - total flux cleaned = -1.98345e-05 Jy ! Component: 1700 - total flux cleaned = -4.36479e-05 Jy ! Component: 1750 - total flux cleaned = -8.29163e-05 Jy ! Component: 1800 - total flux cleaned = -0.000137107 Jy ! Component: 1850 - total flux cleaned = -0.000137132 Jy ! Component: 1900 - total flux cleaned = -0.000152324 Jy ! Component: 1950 - total flux cleaned = -0.000167259 Jy ! Component: 2000 - total flux cleaned = -0.00016735 Jy ! Component: 2050 - total flux cleaned = -0.000189308 Jy ! Component: 2100 - total flux cleaned = -0.00019643 Jy ! Component: 2150 - total flux cleaned = -0.000189296 Jy ! Component: 2200 - total flux cleaned = -0.000210602 Jy ! Component: 2250 - total flux cleaned = -0.000203683 Jy ! Component: 2300 - total flux cleaned = -0.000203622 Jy ! Component: 2350 - total flux cleaned = -0.000217416 Jy ! Component: 2400 - total flux cleaned = -0.000251474 Jy ! Component: 2450 - total flux cleaned = -0.000278394 Jy ! Component: 2500 - total flux cleaned = -0.00029178 Jy ! Component: 2550 - total flux cleaned = -0.000291734 Jy ! Component: 2600 - total flux cleaned = -0.000304838 Jy ! Component: 2650 - total flux cleaned = -0.000291762 Jy ! Component: 2700 - total flux cleaned = -0.000291842 Jy ! Component: 2750 - total flux cleaned = -0.00029175 Jy ! Component: 2800 - total flux cleaned = -0.000291701 Jy ! Component: 2850 - total flux cleaned = -0.000291685 Jy ! Component: 2900 - total flux cleaned = -0.000266908 Jy ! Component: 2950 - total flux cleaned = -0.000297761 Jy ! Component: 3000 - total flux cleaned = -0.000285569 Jy ! Component: 3050 - total flux cleaned = -0.000279549 Jy ! Component: 3100 - total flux cleaned = -0.000309691 Jy ! Component: 3150 - total flux cleaned = -0.000303723 Jy ! Component: 3200 - total flux cleaned = -0.000297795 Jy ! Component: 3250 - total flux cleaned = -0.000309505 Jy ! Component: 3300 - total flux cleaned = -0.000309482 Jy ! Component: 3350 - total flux cleaned = -0.000303699 Jy ! Component: 3400 - total flux cleaned = -0.000315143 Jy ! Component: 3450 - total flux cleaned = -0.000320909 Jy ! Component: 3500 - total flux cleaned = -0.000315235 Jy ! Component: 3550 - total flux cleaned = -0.00029836 Jy ! Component: 3600 - total flux cleaned = -0.000326242 Jy ! Component: 3650 - total flux cleaned = -0.000320716 Jy ! Component: 3700 - total flux cleaned = -0.000298676 Jy ! Component: 3750 - total flux cleaned = -0.000304159 Jy ! Component: 3800 - total flux cleaned = -0.000309568 Jy ! Component: 3850 - total flux cleaned = -0.000309546 Jy ! Component: 3900 - total flux cleaned = -0.000288062 Jy ! Component: 3950 - total flux cleaned = -0.000282715 Jy ! Component: 4000 - total flux cleaned = -0.000288017 Jy ! Component: 4050 - total flux cleaned = -0.000282779 Jy ! Total flux subtracted in 4096 components = -0.000282777 Jy ! Clean residual min=-0.000320 max=0.000290 Jy/beam ! Clean residual mean=0.000000 rms=0.000094 Jy/beam ! Combined flux in latest and established models = 0.119738 Jy keep ! Adding 298 model components to the UV plane model. ! The established model now contains 406 components and 0.119738 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bp171ag_uvs/J2311+3156_C\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.741 x 4.467 at -1.487 degrees (North through East) ! Clean map min=-0.00067183 max=0.094896 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171ag_uvs/J2311+3156_C_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0948959 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 9.28776e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.293619 0.293619 0.587239 1.17448 2.34896 4.69791 9.39582 18.7916 37.5833 75.1666 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0002 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.094 quit ! Quitting program ! Log file /scr/pima/bp171ag_uvs/J2311+3156_C_uvs.log closed on Fri Oct 11 03:48:03 2013