! Started logfile: /scr/pima/bp171a1_uvs/J0407-392A_C_uvs.log on Fri Mar 15 17:58:26 2013 obs /scr/pima/bp171a1_uvs/J0407-392A_C_uva.fits ! Reading UV FITS file: /scr/pima/bp171a1_uvs/J0407-392A_C_uva.fits ! AN table 1: 19 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.824561 visibilities/baseline/integration-bin. ! Found source: J0407-392A ! ! 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 3.94397e+09 3.2e+07 1 3.2e+07 ! 02 2 3.97597e+09 3.2e+07 1 3.2e+07 ! 03 3 4.00797e+09 3.2e+07 1 3.2e+07 ! 04 4 4.03997e+09 3.2e+07 1 3.2e+07 ! 05 5 4.23197e+09 3.2e+07 1 3.2e+07 ! 06 6 4.32797e+09 3.2e+07 1 3.2e+07 ! 07 7 4.35997e+09 3.2e+07 1 3.2e+07 ! 08 8 4.39197e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 2632 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/bp171a1_uvs/J0407-392A_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 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.015494Jy sigma=0.718037 ! Fit after self-cal, rms=0.922492Jy sigma=0.652275 ! 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=5.109 mas, bmaj=36.7 mas, bpa=9.165 degrees ! Estimated noise=22.9221 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0614215 Jy ! Component: 100 - total flux cleaned = 0.0934063 Jy ! Total flux subtracted in 100 components = 0.0934063 Jy ! Clean residual min=-0.017552 max=0.018476 Jy/beam ! Clean residual mean=-0.002022 rms=0.008528 Jy/beam ! Combined flux in latest and established models = 0.0934063 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 52 components and 0.0934063 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.090013Jy sigma=0.063647 ! Fit after self-cal, rms=0.088702Jy sigma=0.062719 ! 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=5.567 mas, bmaj=39.99 mas, bpa=8.422 degrees ! Estimated noise=19.4928 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.0295393 Jy ! Component: 100 - total flux cleaned = 0.0501207 Jy ! Component: 150 - total flux cleaned = 0.0665589 Jy ! Component: 200 - total flux cleaned = 0.0759239 Jy ! Total flux subtracted in 200 components = 0.0759239 Jy ! Clean residual min=-0.008277 max=0.008312 Jy/beam ! Clean residual mean=-0.000842 rms=0.004157 Jy/beam ! Combined flux in latest and established models = 0.16933 Jy ! Performing phase self-cal ! Adding 128 model components to the UV plane model. ! The established model now contains 180 components and 0.16933 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.074382Jy sigma=0.052594 ! Fit after self-cal, rms=0.073604Jy sigma=0.052043 ! 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.06 FD 0.78 KP 1.01 LA 0.70 ! NL 1.31 OV 0.69 PT 0.78 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.21 FD 0.77 KP 1.01 LA 0.72 ! NL 1.06 OV 0.74 PT 0.78 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 0.84 KP 1.21 LA 0.74 ! NL 1.25 OV 0.75 PT 0.79 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.41 FD 1.22 KP 1.20 LA 0.87 ! NL 1.14 OV 1.03 PT 0.82 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.41 KP 0.91 LA 0.84 ! NL 1.41 OV 0.54 PT 1.03 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.39 FD 1.07 KP 1.21 LA 0.97 ! NL 1.21 OV 1.10 PT 0.86 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.64 FD 1.14 KP 1.32 LA 0.92 ! NL 1.49 OV 1.01 PT 0.82 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.33 FD 1.10 KP 1.13 LA 0.87 ! NL 1.43 OV 1.09 PT 0.89 ! ! ! Fit before self-cal, rms=0.073604Jy sigma=0.052043 ! Fit after self-cal, rms=0.059955Jy sigma=0.045217 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.822 mas, bmaj=43.16 mas, bpa=8.67 degrees ! Estimated noise=17.9996 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.00607031 Jy ! Component: 100 - total flux cleaned = 0.00601022 Jy ! Component: 150 - total flux cleaned = 0.00680076 Jy ! Component: 200 - total flux cleaned = 0.00747349 Jy ! Total flux subtracted in 200 components = 0.00747349 Jy ! Clean residual min=-0.002098 max=0.002108 Jy/beam ! Clean residual mean=-0.000006 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.176804 Jy ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 261 components and 0.176804 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.058677Jy sigma=0.044178 ! Fit after self-cal, rms=0.059089Jy sigma=0.043903 ! 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.059089Jy sigma=0.043903 ! Fit after self-cal, rms=0.059906Jy sigma=0.043822 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.822 mas, bmaj=43.6 mas, bpa=8.518 degrees ! Estimated noise=17.9404 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000839839 Jy ! Component: 100 - total flux cleaned = 0.00085396 Jy ! Component: 150 - total flux cleaned = 0.00093963 Jy ! Component: 200 - total flux cleaned = 0.00136979 Jy ! Total flux subtracted in 200 components = 0.00136979 Jy ! Clean residual min=-0.001368 max=0.001377 Jy/beam ! Clean residual mean=-0.000012 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.178174 Jy selfcal ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 330 components and 0.178174 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.059490Jy sigma=0.043501 ! Fit after self-cal, rms=0.059638Jy sigma=0.043460 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.000561285 Jy ! Component: 100 - total flux cleaned = 0.00118692 Jy ! Component: 150 - total flux cleaned = 0.00196722 Jy ! Component: 200 - total flux cleaned = 0.00267393 Jy ! Total flux subtracted in 200 components = 0.00267393 Jy ! Clean residual min=-0.001018 max=0.001028 Jy/beam ! Clean residual mean=-0.000009 rms=0.000502 Jy/beam ! Combined flux in latest and established models = 0.180847 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 414 components and 0.180847 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.059437Jy sigma=0.043332 ! Fit after self-cal, rms=0.059475Jy sigma=0.043318 ! 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.059475Jy sigma=0.043318 ! Fit after self-cal, rms=0.059399Jy sigma=0.043298 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.818 mas, bmaj=43.71 mas, bpa=8.449 degrees ! Estimated noise=17.8443 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000163606 Jy ! Component: 100 - total flux cleaned = 0.000230339 Jy ! Component: 150 - total flux cleaned = 0.000336367 Jy ! Component: 200 - total flux cleaned = 0.000439705 Jy ! Total flux subtracted in 200 components = 0.000439705 Jy ! Clean residual min=-0.000816 max=0.000810 Jy/beam ! Clean residual mean=-0.000006 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.181287 Jy selfcal ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 485 components and 0.181287 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.059266Jy sigma=0.043214 ! Fit after self-cal, rms=0.059269Jy sigma=0.043196 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.000435139 Jy ! Component: 100 - total flux cleaned = 0.000732102 Jy ! Component: 150 - total flux cleaned = 0.00100379 Jy ! Component: 200 - total flux cleaned = 0.00150321 Jy ! Total flux subtracted in 200 components = 0.00150321 Jy ! Clean residual min=-0.000664 max=0.000669 Jy/beam ! Clean residual mean=-0.000006 rms=0.000322 Jy/beam ! Combined flux in latest and established models = 0.18279 Jy ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 545 components and 0.18279 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.059177Jy sigma=0.043151 ! Fit after self-cal, rms=0.059176Jy sigma=0.043146 ! 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.059176Jy sigma=0.043146 ! Fit after self-cal, rms=0.058774Jy sigma=0.043140 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.08 mas, bmaj=44.29 mas, bpa=8.366 degrees ! Estimated noise=17.6873 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000163121 Jy ! Component: 100 - total flux cleaned = -4.07002e-06 Jy ! Component: 150 - total flux cleaned = 0.00032182 Jy ! Component: 200 - total flux cleaned = 0.00048982 Jy ! Total flux subtracted in 200 components = 0.00048982 Jy ! Clean residual min=-0.000539 max=0.000542 Jy/beam ! Clean residual mean=-0.000004 rms=0.000254 Jy/beam ! Combined flux in latest and established models = 0.18328 Jy selfcal ! Performing phase self-cal ! Adding 78 model components to the UV plane model. ! The established model now contains 596 components and 0.18328 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.058709Jy sigma=0.043106 ! Fit after self-cal, rms=0.058705Jy sigma=0.043102 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.000134808 Jy ! Component: 100 - total flux cleaned = 0.000332079 Jy ! Component: 150 - total flux cleaned = 0.000571451 Jy ! Component: 200 - total flux cleaned = 0.000825065 Jy ! Total flux subtracted in 200 components = 0.000825065 Jy ! Clean residual min=-0.000458 max=0.000461 Jy/beam ! Clean residual mean=-0.000003 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.184105 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 638 components and 0.184105 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.058659Jy sigma=0.043082 ! Fit after self-cal, rms=0.058662Jy sigma=0.043080 ! 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=5.812 mas, bmaj=43.7 mas, bpa=8.412 degrees ! Estimated noise=17.7672 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.812 x 43.7 at 8.412 degrees (North through East) ! Clean map min=-0.0027911 max=0.071304 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=5.495 mas, bmaj=41.15 mas, bpa=9.124 degrees ! Estimated noise=21.4769 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0580577 Jy ! Component: 100 - total flux cleaned = 0.0887914 Jy ! Component: 150 - total flux cleaned = 0.108731 Jy ! Component: 200 - total flux cleaned = 0.120958 Jy ! Total flux subtracted in 200 components = 0.120958 Jy ! Clean residual min=-0.009256 max=0.009345 Jy/beam ! Clean residual mean=-0.000866 rms=0.004233 Jy/beam ! Combined flux in latest and established models = 0.120958 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 92 model components to the UV plane model. ! The established model now contains 92 components and 0.120958 Jy ! Inverting map and beam ! Estimated beam: bmin=5.812 mas, bmaj=43.7 mas, bpa=8.412 degrees ! Estimated noise=17.7672 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.0076989 Jy ! Component: 100 - total flux cleaned = 0.0144592 Jy ! Component: 150 - total flux cleaned = 0.0187878 Jy ! Component: 200 - total flux cleaned = 0.0225821 Jy ! Total flux subtracted in 200 components = 0.0225821 Jy ! Clean residual min=-0.004134 max=0.004118 Jy/beam ! Clean residual mean=-0.000300 rms=0.002073 Jy/beam ! Combined flux in latest and established models = 0.14354 Jy ! Adding 105 model components to the UV plane model. ! The established model now contains 193 components and 0.14354 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=6.08 mas, bmaj=44.29 mas, bpa=8.366 degrees ! Estimated noise=17.6873 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00467371 Jy ! Component: 100 - total flux cleaned = 0.0074768 Jy ! Component: 150 - total flux cleaned = 0.00936718 Jy ! Component: 200 - total flux cleaned = 0.0107009 Jy ! Total flux subtracted in 200 components = 0.0107009 Jy ! Clean residual min=-0.002328 max=0.002305 Jy/beam ! Clean residual mean=-0.000174 rms=0.001250 Jy/beam ! Combined flux in latest and established models = 0.154241 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.00117182 Jy ! Component: 100 - total flux cleaned = 0.0016428 Jy ! Component: 150 - total flux cleaned = 0.00187192 Jy ! Component: 200 - total flux cleaned = 0.00168653 Jy ! Total flux subtracted in 200 components = 0.00168653 Jy ! Clean residual min=-0.001519 max=0.001521 Jy/beam ! Clean residual mean=-0.000099 rms=0.000823 Jy/beam ! Combined flux in latest and established models = 0.155927 Jy ! Adding 230 model components to the UV plane model. ! The established model now contains 414 components and 0.155927 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.812 mas, bmaj=43.7 mas, bpa=8.412 degrees ! Estimated noise=17.7672 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000183601 Jy ! Component: 100 - total flux cleaned = -0.000788748 Jy ! Component: 150 - total flux cleaned = -0.000994609 Jy ! Component: 200 - total flux cleaned = -0.000751249 Jy ! Total flux subtracted in 200 components = -0.000751249 Jy ! Clean residual min=-0.000986 max=0.000978 Jy/beam ! Clean residual mean=-0.000056 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.155176 Jy selfcal ! Performing phase self-cal ! Adding 102 model components to the UV plane model. ! The established model now contains 510 components and 0.155176 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.058875Jy sigma=0.043228 ! Fit after self-cal, rms=0.058848Jy sigma=0.043218 wmodel /scr/pima/bp171a1_uvs/J0407-392A_C_map.mod ! Writing 510 model components to file: /scr/pima/bp171a1_uvs/J0407-392A_C_map.mod wobs /scr/pima/bp171a1_uvs/J0407-392A_C_uvs.fits ! Writing UV FITS file: /scr/pima/bp171a1_uvs/J0407-392A_C_uvs.fits wwins /scr/pima/bp171a1_uvs/J0407-392A_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /home/lpetrov/bin/01_muppet] ! wmap "/scr/pima/bp171a1_uvs/J0407-392A_C\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.812 x 43.7 at 8.412 degrees (North through East) ! Clean map min=-0.004337 max=0.06706 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171a1_uvs/J0407-392A_C_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0670598 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000508481 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.27475 2.27475 4.5495 9.099 18.198 36.396 72.792 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.067 quit ! Quitting program ! Log file /scr/pima/bp171a1_uvs/J0407-392A_C_uvs.log closed on Fri Mar 15 17:58:31 2013