! Started logfile: /scr/pima/bp171a5_uvs/J1507-3149_X_uvs.log on Sat Apr 20 04:03:52 2013 obs /scr/pima/bp171a5_uvs/J1507-3149_X_uva.fits ! Reading UV FITS file: /scr/pima/bp171a5_uvs/J1507-3149_X_uva.fits ! AN table 1: 8 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.847222 visibilities/baseline/integration-bin. ! Found source: J1507-3149 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 7.40797e+09 3.2e+07 1 3.2e+07 ! 02 2 7.43997e+09 3.2e+07 1 3.2e+07 ! 03 3 7.47197e+09 3.2e+07 1 3.2e+07 ! 04 4 7.56797e+09 3.2e+07 1 3.2e+07 ! 05 5 7.75997e+09 3.2e+07 1 3.2e+07 ! 06 6 7.79197e+09 3.2e+07 1 3.2e+07 ! 07 7 7.82397e+09 3.2e+07 1 3.2e+07 ! 08 8 7.85597e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 1952 visibilities. select RR ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /scr/pima/bp171a5_uvs/J1507-3149_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003497Jy sigma=0.709461 ! Fit after self-cal, rms=0.961355Jy sigma=0.679671 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9364 mas, bmaj=4.175 mas, bpa=6.434 degrees ! Estimated noise=38.6455 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.0276288 Jy ! Component: 100 - total flux cleaned = 0.0348146 Jy ! Total flux subtracted in 100 components = 0.0348146 Jy ! Clean residual min=-0.004392 max=0.004307 Jy/beam ! Clean residual mean=-0.000005 rms=0.001119 Jy/beam ! Combined flux in latest and established models = 0.0348146 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0348146 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.041604Jy sigma=0.029398 ! Fit after self-cal, rms=0.040171Jy sigma=0.028385 ! 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.203 mas, bmaj=4.92 mas, bpa=3.017 degrees ! Estimated noise=22.6842 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.0068185 Jy ! Component: 100 - total flux cleaned = 0.00979103 Jy ! Component: 150 - total flux cleaned = 0.0112255 Jy ! Component: 200 - total flux cleaned = 0.0120226 Jy ! Total flux subtracted in 200 components = 0.0120226 Jy ! Clean residual min=-0.003034 max=0.002722 Jy/beam ! Clean residual mean=0.000001 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.0468372 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 34 components and 0.0468372 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.039131Jy sigma=0.027650 ! Fit after self-cal, rms=0.039107Jy sigma=0.027633 ! 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.03 FD 1.16 HN 1.10 KP 0.82 ! LA 1.05 NL 1.00 OV 0.91 PT 0.83 ! SC 0.99 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.15 HN 0.88 KP 1.09 ! LA 0.94 NL 1.05 OV 0.90 PT 0.90 ! SC 0.85 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.20 HN 0.98 KP 1.18 ! LA 0.94 NL 1.09 OV 0.92 PT 0.93 ! SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.17 HN 1.00 KP 0.87 ! LA 1.06 NL 1.15 OV 0.98 PT 0.89 ! SC 0.96 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 1.05 HN 1.12 KP 1.17 ! LA 1.09 NL 0.83 OV 1.03 PT 0.87 ! SC 0.92 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.29 FD 0.98 HN 1.03 KP 1.20 ! LA 1.16 NL 0.98 OV 0.95 PT 0.87 ! SC 0.99 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.24 HN 1.14 KP 1.02 ! LA 0.98 NL 0.85 OV 0.96 PT 0.82 ! SC 1.03 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.23 FD 1.02 HN 1.15 KP 1.07 ! LA 0.84 NL 0.92 OV 1.03 PT 0.83 ! SC 1.06 ! ! ! Fit before self-cal, rms=0.039107Jy sigma=0.027633 ! Fit after self-cal, rms=0.039135Jy sigma=0.027244 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.201 mas, bmaj=4.921 mas, bpa=3.307 degrees ! Estimated noise=22.4817 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 = 4.68943e-05 Jy ! Component: 100 - total flux cleaned = 2.62264e-05 Jy ! Component: 150 - total flux cleaned = 9.32108e-06 Jy ! Component: 200 - total flux cleaned = -5.73362e-06 Jy ! Total flux subtracted in 200 components = -5.73362e-06 Jy ! Clean residual min=-0.002450 max=0.002249 Jy/beam ! Clean residual mean=0.000004 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.0468315 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.0468315 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.039117Jy sigma=0.027233 ! Fit after self-cal, rms=0.039222Jy sigma=0.027206 ! 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.039222Jy sigma=0.027206 ! Fit after self-cal, rms=0.039162Jy sigma=0.027203 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.199 mas, bmaj=4.909 mas, bpa=3.292 degrees ! Estimated noise=22.3857 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.18886e-06 Jy ! Component: 100 - total flux cleaned = 6.6936e-05 Jy ! Component: 150 - total flux cleaned = 3.9768e-05 Jy ! Component: 200 - total flux cleaned = 2.8048e-05 Jy ! Total flux subtracted in 200 components = 2.8048e-05 Jy ! Clean residual min=-0.002309 max=0.002213 Jy/beam ! Clean residual mean=0.000004 rms=0.000617 Jy/beam ! Combined flux in latest and established models = 0.0468595 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 0.0468595 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.039147Jy sigma=0.027195 ! Fit after self-cal, rms=0.039163Jy sigma=0.027193 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.9739e-05 Jy ! Component: 100 - total flux cleaned = -1.42412e-05 Jy ! Component: 150 - total flux cleaned = 6.9829e-06 Jy ! Component: 200 - total flux cleaned = -2.36098e-06 Jy ! Total flux subtracted in 200 components = -2.36098e-06 Jy ! Clean residual min=-0.002273 max=0.002240 Jy/beam ! Clean residual mean=0.000004 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.0468571 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 48 components and 0.0468572 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.039154Jy sigma=0.027190 ! Fit after self-cal, rms=0.039156Jy sigma=0.027189 ! 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.039156Jy sigma=0.027189 ! Fit after self-cal, rms=0.038903Jy sigma=0.027187 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.196 mas, bmaj=4.895 mas, bpa=3.247 degrees ! Estimated noise=22.2919 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.75045e-05 Jy ! Component: 100 - total flux cleaned = 7.16584e-05 Jy ! Component: 150 - total flux cleaned = 8.27379e-05 Jy ! Component: 200 - total flux cleaned = 8.3048e-05 Jy ! Total flux subtracted in 200 components = 8.3048e-05 Jy ! Clean residual min=-0.002207 max=0.002266 Jy/beam ! Clean residual mean=0.000004 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.0469402 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 49 components and 0.0469402 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.038895Jy sigma=0.027183 ! Fit after self-cal, rms=0.038899Jy sigma=0.027182 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.35609e-05 Jy ! Component: 100 - total flux cleaned = -1.28118e-05 Jy ! Component: 150 - total flux cleaned = -4.41476e-06 Jy ! Component: 200 - total flux cleaned = -4.33103e-06 Jy ! Total flux subtracted in 200 components = -4.33103e-06 Jy ! Clean residual min=-0.002196 max=0.002287 Jy/beam ! Clean residual mean=0.000005 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.0469359 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 51 components and 0.0469359 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.038893Jy sigma=0.027181 ! Fit after self-cal, rms=0.038895Jy sigma=0.027180 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.038895Jy sigma=0.027180 ! Fit after self-cal, rms=0.038716Jy sigma=0.027179 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.222 mas, bmaj=6.773 mas, bpa=-4.474 degrees ! Estimated noise=26.3588 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000178555 Jy ! Component: 100 - total flux cleaned = 0.000183987 Jy ! Component: 150 - total flux cleaned = 0.000188345 Jy ! Component: 200 - total flux cleaned = 0.00018811 Jy ! Total flux subtracted in 200 components = 0.00018811 Jy ! Clean residual min=-0.002021 max=0.002274 Jy/beam ! Clean residual mean=0.000007 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.047124 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 59 components and 0.047124 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.038715Jy sigma=0.027178 ! Fit after self-cal, rms=0.038715Jy sigma=0.027178 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 = 9.97038e-06 Jy ! Component: 100 - total flux cleaned = 9.56506e-06 Jy ! Component: 150 - total flux cleaned = 9.14315e-06 Jy ! Component: 200 - total flux cleaned = 8.88081e-06 Jy ! Total flux subtracted in 200 components = 8.88081e-06 Jy ! Clean residual min=-0.002019 max=0.002269 Jy/beam ! Clean residual mean=0.000007 rms=0.000622 Jy/beam ! Combined flux in latest and established models = 0.0471329 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 61 components and 0.0471329 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.038715Jy sigma=0.027178 ! Fit after self-cal, rms=0.038715Jy sigma=0.027178 ! 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.194 mas, bmaj=4.885 mas, bpa=3.193 degrees ! Estimated noise=22.2393 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.194 x 4.885 at 3.193 degrees (North through East) ! Clean map min=-0.0020563 max=0.041011 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9349 mas, bmaj=4.166 mas, bpa=6.452 degrees ! Estimated noise=37.7879 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0279537 Jy ! Component: 100 - total flux cleaned = 0.0358196 Jy ! Component: 150 - total flux cleaned = 0.0399872 Jy ! Component: 200 - total flux cleaned = 0.0427283 Jy ! Total flux subtracted in 200 components = 0.0427283 Jy ! Clean residual min=-0.003800 max=0.003356 Jy/beam ! Clean residual mean=-0.000000 rms=0.000999 Jy/beam ! Combined flux in latest and established models = 0.0427284 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.0427284 Jy ! Inverting map and beam ! Estimated beam: bmin=1.194 mas, bmaj=4.885 mas, bpa=3.193 degrees ! Estimated noise=22.2393 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.00292502 Jy ! Component: 100 - total flux cleaned = 0.00372754 Jy ! Component: 150 - total flux cleaned = 0.00390087 Jy ! Component: 200 - total flux cleaned = 0.00400723 Jy ! Total flux subtracted in 200 components = 0.00400723 Jy ! Clean residual min=-0.002209 max=0.002173 Jy/beam ! Clean residual mean=0.000002 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.0467356 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 37 components and 0.0467356 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.222 mas, bmaj=6.773 mas, bpa=-4.474 degrees ! Estimated noise=26.3588 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00059644 Jy ! Component: 100 - total flux cleaned = 0.000631165 Jy ! Component: 150 - total flux cleaned = 0.000644838 Jy ! Component: 200 - total flux cleaned = 0.00065714 Jy ! Total flux subtracted in 200 components = 0.00065714 Jy ! Clean residual min=-0.002087 max=0.002196 Jy/beam ! Clean residual mean=0.000006 rms=0.000623 Jy/beam ! Combined flux in latest and established models = 0.0473927 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 = 1.10515e-05 Jy ! Component: 100 - total flux cleaned = 1.99743e-05 Jy ! Component: 150 - total flux cleaned = 2.80124e-05 Jy ! Component: 200 - total flux cleaned = 2.07485e-05 Jy ! Total flux subtracted in 200 components = 2.07485e-05 Jy ! Clean residual min=-0.002101 max=0.002205 Jy/beam ! Clean residual mean=0.000006 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.0474135 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 48 components and 0.0474135 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.194 mas, bmaj=4.885 mas, bpa=3.193 degrees ! Estimated noise=22.2393 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000160737 Jy ! Component: 100 - total flux cleaned = -0.000126711 Jy ! Component: 150 - total flux cleaned = -0.000139785 Jy ! Component: 200 - total flux cleaned = -0.000150619 Jy ! Total flux subtracted in 200 components = -0.000150619 Jy ! Clean residual min=-0.002220 max=0.002211 Jy/beam ! Clean residual mean=0.000004 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.0472629 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 54 components and 0.0472629 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.038721Jy sigma=0.027183 ! Fit after self-cal, rms=0.038723Jy sigma=0.027182 wmodel /scr/pima/bp171a5_uvs/J1507-3149_X_map.mod ! Writing 54 model components to file: /scr/pima/bp171a5_uvs/J1507-3149_X_map.mod wobs /scr/pima/bp171a5_uvs/J1507-3149_X_uvs.fits ! Writing UV FITS file: /scr/pima/bp171a5_uvs/J1507-3149_X_uvs.fits wwins /scr/pima/bp171a5_uvs/J1507-3149_X_map.win ! wwins: Wrote 1 windows to /scr/pima/bp171a5_uvs/J1507-3149_X_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 5.27121e-05 Jy ! Component: 100 - total flux cleaned = -0.000276522 Jy ! Component: 150 - total flux cleaned = -0.000483835 Jy ! Component: 200 - total flux cleaned = -0.000615437 Jy ! Component: 250 - total flux cleaned = -0.000709913 Jy ! Component: 300 - total flux cleaned = -0.00085986 Jy ! Component: 350 - total flux cleaned = -0.00106306 Jy ! Component: 400 - total flux cleaned = -0.00120197 Jy ! Component: 450 - total flux cleaned = -0.00125606 Jy ! Component: 500 - total flux cleaned = -0.00136171 Jy ! Component: 550 - total flux cleaned = -0.00143803 Jy ! Component: 600 - total flux cleaned = -0.0015612 Jy ! Component: 650 - total flux cleaned = -0.00163312 Jy ! Component: 700 - total flux cleaned = -0.00168021 Jy ! Component: 750 - total flux cleaned = -0.00177155 Jy ! Component: 800 - total flux cleaned = -0.00179346 Jy ! Component: 850 - total flux cleaned = -0.00188023 Jy ! Component: 900 - total flux cleaned = -0.00188001 Jy ! Component: 950 - total flux cleaned = -0.00194238 Jy ! Component: 1000 - total flux cleaned = -0.00198268 Jy ! Component: 1050 - total flux cleaned = -0.00202216 Jy ! Component: 1100 - total flux cleaned = -0.00204111 Jy ! Component: 1150 - total flux cleaned = -0.00192716 Jy ! Component: 1200 - total flux cleaned = -0.00194585 Jy ! Component: 1250 - total flux cleaned = -0.00194569 Jy ! Component: 1300 - total flux cleaned = -0.00187409 Jy ! Component: 1350 - total flux cleaned = -0.00180453 Jy ! Component: 1400 - total flux cleaned = -0.00183913 Jy ! Component: 1450 - total flux cleaned = -0.00182241 Jy ! Component: 1500 - total flux cleaned = -0.00180593 Jy ! Component: 1550 - total flux cleaned = -0.00177346 Jy ! Component: 1600 - total flux cleaned = -0.00180517 Jy ! Component: 1650 - total flux cleaned = -0.00182063 Jy ! Component: 1700 - total flux cleaned = -0.00183592 Jy ! Component: 1750 - total flux cleaned = -0.00183577 Jy ! Component: 1800 - total flux cleaned = -0.00183599 Jy ! Component: 1850 - total flux cleaned = -0.00186525 Jy ! Component: 1900 - total flux cleaned = -0.00183623 Jy ! Component: 1950 - total flux cleaned = -0.00186488 Jy ! Component: 2000 - total flux cleaned = -0.00185085 Jy ! Component: 2050 - total flux cleaned = -0.00185105 Jy ! Component: 2100 - total flux cleaned = -0.00183769 Jy ! Component: 2150 - total flux cleaned = -0.00185132 Jy ! Component: 2200 - total flux cleaned = -0.00186467 Jy ! Component: 2250 - total flux cleaned = -0.00186481 Jy ! Component: 2300 - total flux cleaned = -0.00186467 Jy ! Component: 2350 - total flux cleaned = -0.00183901 Jy ! Component: 2400 - total flux cleaned = -0.0018643 Jy ! Component: 2450 - total flux cleaned = -0.00183927 Jy ! Component: 2500 - total flux cleaned = -0.00185137 Jy ! Component: 2550 - total flux cleaned = -0.00186356 Jy ! Component: 2600 - total flux cleaned = -0.00187566 Jy ! Component: 2650 - total flux cleaned = -0.00185183 Jy ! Component: 2700 - total flux cleaned = -0.00187562 Jy ! Component: 2750 - total flux cleaned = -0.00192236 Jy ! Component: 2800 - total flux cleaned = -0.00193394 Jy ! Component: 2850 - total flux cleaned = -0.00199113 Jy ! Component: 2900 - total flux cleaned = -0.0019797 Jy ! Component: 2950 - total flux cleaned = -0.00202466 Jy ! Component: 3000 - total flux cleaned = -0.00205805 Jy ! Component: 3050 - total flux cleaned = -0.00209107 Jy ! Component: 3100 - total flux cleaned = -0.00206944 Jy ! Component: 3150 - total flux cleaned = -0.00211287 Jy ! Component: 3200 - total flux cleaned = -0.00214509 Jy ! Component: 3250 - total flux cleaned = -0.00214507 Jy ! Component: 3300 - total flux cleaned = -0.00214505 Jy ! Component: 3350 - total flux cleaned = -0.00216611 Jy ! Component: 3400 - total flux cleaned = -0.00218697 Jy ! Component: 3450 - total flux cleaned = -0.00219728 Jy ! Component: 3500 - total flux cleaned = -0.00217657 Jy ! Component: 3550 - total flux cleaned = -0.00214583 Jy ! Component: 3600 - total flux cleaned = -0.00216628 Jy ! Component: 3650 - total flux cleaned = -0.00217644 Jy ! Component: 3700 - total flux cleaned = -0.00216629 Jy ! Component: 3750 - total flux cleaned = -0.00216633 Jy ! Component: 3800 - total flux cleaned = -0.00213624 Jy ! Component: 3850 - total flux cleaned = -0.00214625 Jy ! Component: 3900 - total flux cleaned = -0.00215621 Jy ! Component: 3950 - total flux cleaned = -0.00214624 Jy ! Component: 4000 - total flux cleaned = -0.00214626 Jy ! Component: 4050 - total flux cleaned = -0.00212664 Jy ! Total flux subtracted in 4096 components = -0.00213647 Jy ! Clean residual min=-0.000571 max=0.000569 Jy/beam ! Clean residual mean=0.000000 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.0451264 Jy keep ! Adding 331 model components to the UV plane model. ! The established model now contains 385 components and 0.0451264 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bp171a5_uvs/J1507-3149_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.194 x 4.885 at 3.193 degrees (North through East) ! Clean map min=-0.0014146 max=0.040377 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171a5_uvs/J1507-3149_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0403768 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000177979 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.32239 1.32239 2.64478 5.28956 10.5791 21.1583 42.3165 84.633 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.04 quit ! Quitting program ! Log file /scr/pima/bp171a5_uvs/J1507-3149_X_uvs.log closed on Sat Apr 20 04:03:57 2013