! Started logfile: /scr/pima/s3111c_uvs/J1022-0113_X_uvs.log on Tue Jul 24 09:22:17 2012 obs /scr/pima/s3111c_uvs/J1022-0113_X_uva.fits ! Reading UV FITS file: /scr/pima/s3111c_uvs/J1022-0113_X_uva.fits ! AN table 1: 69 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.705636 visibilities/baseline/integration-bin. ! Found source: J1022-0113 ! ! 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 8.41193e+09 1.6e+07 1 1.6e+07 ! 02 2 8.42793e+09 1.6e+07 1 1.6e+07 ! 03 3 8.52393e+09 1.6e+07 1 1.6e+07 ! 04 4 8.57193e+09 1.6e+07 1 1.6e+07 ! 05 5 8.65193e+09 1.6e+07 1 1.6e+07 ! 06 6 8.82793e+09 1.6e+07 1 1.6e+07 ! 07 7 8.85993e+09 1.6e+07 1 1.6e+07 ! 08 8 8.89193e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 17528 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 = 512 print "field_cell =",field_cell ! field_cell = 0.1 print "taper_size =",taper_size ! taper_size = 120 ![@/home/lpetrov/bin/01_muppet /scr/pima/s3111c_uvs/J1022-0113_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 = 512x512 pixels with 0.100x0.100 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 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 190 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 42 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.996976Jy sigma=0.704969 ! Fit after self-cal, rms=0.977031Jy sigma=0.690865 ! 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.083 mas, bmaj=2.257 mas, bpa=22.55 degrees ! Estimated noise=18.3558 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.0182737 Jy ! Component: 100 - total flux cleaned = 0.0223702 Jy ! Total flux subtracted in 100 components = 0.0223702 Jy ! Clean residual min=-0.002318 max=0.002658 Jy/beam ! Clean residual mean=0.000001 rms=0.000747 Jy/beam ! Combined flux in latest and established models = 0.0223702 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0223702 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.031509Jy sigma=0.022280 ! Fit after self-cal, rms=0.030023Jy sigma=0.021229 ! 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.254 mas, bmaj=2.572 mas, bpa=18.5 degrees ! Estimated noise=7.76384 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.0028006 Jy ! Component: 100 - total flux cleaned = 0.00381708 Jy ! Component: 150 - total flux cleaned = 0.00439912 Jy ! Component: 200 - total flux cleaned = 0.00476579 Jy ! Total flux subtracted in 200 components = 0.00476579 Jy ! Clean residual min=-0.000707 max=0.001019 Jy/beam ! Clean residual mean=0.000014 rms=0.000267 Jy/beam ! Combined flux in latest and established models = 0.027136 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 34 components and 0.027136 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.029791Jy sigma=0.021065 ! Fit after self-cal, rms=0.029786Jy sigma=0.021062 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.15 GB 1.07 HN 0.91 ! KP 0.96 LA 0.97 NL 1.13 OV 1.07 ! PT 1.12 SC 1.11 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.20 GB 1.06 HN 0.99 ! KP 0.94 LA 0.97 NL 1.00 OV 1.05 ! PT 1.11 SC 1.16 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 FD 1.05 GB 1.11 HN 0.99 ! KP 1.02 LA 0.95 NL 1.03 OV 1.00 ! PT 1.16 SC 1.13 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.06 GB 1.12 HN 0.98 ! KP 0.97 LA 0.97 NL 1.06 OV 1.13 ! PT 1.17 SC 1.19 ! ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.91 GB 1.04 HN 0.95 ! KP 1.00 LA 1.01 NL 1.18 OV 0.98 ! PT 1.01 SC 1.08 ! ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 0.88 GB 1.12 HN 1.00 ! KP 0.88 LA 0.93 NL 1.04 OV 0.91 ! PT 1.14 SC 1.02 ! ! ! Correcting IF 7. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.76 GB 1.15 HN 0.93 ! KP 0.89 LA 0.96 NL 0.95 OV 0.91 ! PT 1.00* SC 0.91 ! ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.76 FD 0.64 GB 1.11 HN 0.90 ! KP 0.91 LA 0.98 NL 0.88 OV 0.87 ! PT 1.01 SC 0.81 ! ! ! Fit before self-cal, rms=0.029786Jy sigma=0.021062 ! Fit after self-cal, rms=0.027660Jy sigma=0.020707 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.258 mas, bmaj=2.558 mas, bpa=17.89 degrees ! Estimated noise=7.72638 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.000217285 Jy ! Component: 100 - total flux cleaned = 0.000217896 Jy ! Component: 150 - total flux cleaned = 0.000228363 Jy ! Component: 200 - total flux cleaned = 0.000232534 Jy ! Total flux subtracted in 200 components = 0.000232534 Jy ! Clean residual min=-0.000570 max=0.000547 Jy/beam ! Clean residual mean=0.000014 rms=0.000165 Jy/beam ! Combined flux in latest and established models = 0.0273685 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 46 components and 0.0273685 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.027654Jy sigma=0.020703 ! Fit after self-cal, rms=0.027726Jy sigma=0.020676 ! 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.027726Jy sigma=0.020676 ! Fit after self-cal, rms=0.028000Jy sigma=0.020647 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.256 mas, bmaj=2.553 mas, bpa=17.86 degrees ! Estimated noise=7.75308 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.47274e-05 Jy ! Component: 100 - total flux cleaned = 6.85477e-05 Jy ! Component: 150 - total flux cleaned = 9.22312e-05 Jy ! Component: 200 - total flux cleaned = 0.000113865 Jy ! Total flux subtracted in 200 components = 0.000113865 Jy ! Clean residual min=-0.000598 max=0.000482 Jy/beam ! Clean residual mean=0.000015 rms=0.000157 Jy/beam ! Combined flux in latest and established models = 0.0274824 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 55 components and 0.0274824 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.027997Jy sigma=0.020644 ! Fit after self-cal, rms=0.028031Jy sigma=0.020638 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.83321e-05 Jy ! Component: 100 - total flux cleaned = 4.39686e-05 Jy ! Component: 150 - total flux cleaned = 4.92471e-05 Jy ! Component: 200 - total flux cleaned = 5.901e-05 Jy ! Total flux subtracted in 200 components = 5.901e-05 Jy ! Clean residual min=-0.000605 max=0.000459 Jy/beam ! Clean residual mean=0.000015 rms=0.000157 Jy/beam ! Combined flux in latest and established models = 0.0275414 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 61 components and 0.0275414 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.028029Jy sigma=0.020637 ! Fit after self-cal, rms=0.028030Jy sigma=0.020636 ! 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.028030Jy sigma=0.020636 ! Fit after self-cal, rms=0.028218Jy sigma=0.020631 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.256 mas, bmaj=2.551 mas, bpa=17.87 degrees ! Estimated noise=7.79259 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.87095e-05 Jy ! Component: 100 - total flux cleaned = 0.000111604 Jy ! Component: 150 - total flux cleaned = 0.000111659 Jy ! Component: 200 - total flux cleaned = 0.000116772 Jy ! Total flux subtracted in 200 components = 0.000116772 Jy ! Clean residual min=-0.000618 max=0.000491 Jy/beam ! Clean residual mean=0.000015 rms=0.000155 Jy/beam ! Combined flux in latest and established models = 0.0276582 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 66 components and 0.0276582 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.028216Jy sigma=0.020629 ! Fit after self-cal, rms=0.028226Jy sigma=0.020628 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 = 1.21576e-05 Jy ! Component: 100 - total flux cleaned = 1.24825e-05 Jy ! Component: 150 - total flux cleaned = 1.72545e-05 Jy ! Component: 200 - total flux cleaned = 2.1727e-05 Jy ! Total flux subtracted in 200 components = 2.1727e-05 Jy ! Clean residual min=-0.000603 max=0.000479 Jy/beam ! Clean residual mean=0.000015 rms=0.000154 Jy/beam ! Combined flux in latest and established models = 0.0276799 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 71 components and 0.0276799 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.028225Jy sigma=0.020627 ! Fit after self-cal, rms=0.028225Jy sigma=0.020627 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 120 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.028225Jy sigma=0.020627 ! Fit after self-cal, rms=0.028336Jy sigma=0.020622 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.562 mas, bmaj=2.72 mas, bpa=11.03 degrees ! Estimated noise=8.13014 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000154036 Jy ! Component: 100 - total flux cleaned = 0.000159094 Jy ! Component: 150 - total flux cleaned = 0.000159283 Jy ! Component: 200 - total flux cleaned = 0.000166413 Jy ! Total flux subtracted in 200 components = 0.000166413 Jy ! Clean residual min=-0.000606 max=0.000490 Jy/beam ! Clean residual mean=0.000021 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.0278463 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 80 components and 0.0278463 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.028335Jy sigma=0.020621 ! Fit after self-cal, rms=0.028338Jy sigma=0.020621 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 = 1.0601e-05 Jy ! Component: 100 - total flux cleaned = 1.43119e-05 Jy ! Component: 150 - total flux cleaned = 1.43461e-05 Jy ! Component: 200 - total flux cleaned = 1.74948e-05 Jy ! Total flux subtracted in 200 components = 1.74948e-05 Jy ! Clean residual min=-0.000596 max=0.000487 Jy/beam ! Clean residual mean=0.000020 rms=0.000157 Jy/beam ! Combined flux in latest and established models = 0.0278638 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 82 components and 0.0278638 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.028337Jy sigma=0.020620 ! Fit after self-cal, rms=0.028338Jy sigma=0.020620 ! 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.255 mas, bmaj=2.55 mas, bpa=17.89 degrees ! Estimated noise=7.82186 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.255 x 2.55 at 17.89 degrees (North through East) ! Clean map min=-0.00060124 max=0.025545 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.084 mas, bmaj=2.224 mas, bpa=22.11 degrees ! Estimated noise=18.1461 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.019974 Jy ! Component: 100 - total flux cleaned = 0.0244301 Jy ! Component: 150 - total flux cleaned = 0.025903 Jy ! Component: 200 - total flux cleaned = 0.0267237 Jy ! Total flux subtracted in 200 components = 0.0267237 Jy ! Clean residual min=-0.001208 max=0.001449 Jy/beam ! Clean residual mean=0.000010 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.0267237 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.0267237 Jy ! Inverting map and beam ! Estimated beam: bmin=1.255 mas, bmaj=2.55 mas, bpa=17.89 degrees ! Estimated noise=7.82186 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (1, 2.7). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000867154 Jy ! Component: 100 - total flux cleaned = 0.0011079 Jy ! Component: 150 - total flux cleaned = 0.00134754 Jy ! Component: 200 - total flux cleaned = 0.001486 Jy ! Total flux subtracted in 200 components = 0.001486 Jy ! Clean residual min=-0.000557 max=0.000633 Jy/beam ! Clean residual mean=0.000015 rms=0.000154 Jy/beam ! Combined flux in latest and established models = 0.0282097 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 61 components and 0.0282097 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 120 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.562 mas, bmaj=2.72 mas, bpa=11.03 degrees ! Estimated noise=8.13014 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000115279 Jy ! Component: 100 - total flux cleaned = 0.000166895 Jy ! Component: 150 - total flux cleaned = 0.000190288 Jy ! Component: 200 - total flux cleaned = 0.000197436 Jy ! Total flux subtracted in 200 components = 0.000197436 Jy ! Clean residual min=-0.000543 max=0.000554 Jy/beam ! Clean residual mean=0.000020 rms=0.000149 Jy/beam ! Combined flux in latest and established models = 0.0284071 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 = 6.57124e-06 Jy ! Component: 100 - total flux cleaned = 1.30389e-05 Jy ! Component: 150 - total flux cleaned = 1.89888e-05 Jy ! Component: 200 - total flux cleaned = 2.47853e-05 Jy ! Total flux subtracted in 200 components = 2.47853e-05 Jy ! Clean residual min=-0.000534 max=0.000541 Jy/beam ! Clean residual mean=0.000020 rms=0.000147 Jy/beam ! Combined flux in latest and established models = 0.0284319 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 91 components and 0.0284319 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.255 mas, bmaj=2.55 mas, bpa=17.89 degrees ! Estimated noise=7.82186 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.77854e-05 Jy ! Component: 100 - total flux cleaned = 5.65366e-05 Jy ! Component: 150 - total flux cleaned = 6.81941e-05 Jy ! Component: 200 - total flux cleaned = 7.93376e-05 Jy ! Total flux subtracted in 200 components = 7.93376e-05 Jy ! Clean residual min=-0.000540 max=0.000584 Jy/beam ! Clean residual mean=0.000016 rms=0.000141 Jy/beam ! Combined flux in latest and established models = 0.0285113 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 104 components and 0.0285112 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.028332Jy sigma=0.020615 ! Fit after self-cal, rms=0.028333Jy sigma=0.020611 wmodel /scr/pima/s3111c_uvs/J1022-0113_X_map.mod ! Writing 104 model components to file: /scr/pima/s3111c_uvs/J1022-0113_X_map.mod wobs /scr/pima/s3111c_uvs/J1022-0113_X_uvs.fits ! Writing UV FITS file: /scr/pima/s3111c_uvs/J1022-0113_X_uvs.fits wwins /scr/pima/s3111c_uvs/J1022-0113_X_map.win ! wwins: Wrote 2 windows to /scr/pima/s3111c_uvs/J1022-0113_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=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -7.65331e-05 Jy ! Component: 100 - total flux cleaned = -7.09546e-05 Jy ! Component: 150 - total flux cleaned = 9.39935e-06 Jy ! Component: 200 - total flux cleaned = 5.02345e-05 Jy ! Component: 250 - total flux cleaned = 9.56278e-05 Jy ! Component: 300 - total flux cleaned = 0.000151544 Jy ! Component: 350 - total flux cleaned = 0.000199005 Jy ! Component: 400 - total flux cleaned = 0.000244626 Jy ! Component: 450 - total flux cleaned = 0.000288647 Jy ! Component: 500 - total flux cleaned = 0.000320522 Jy ! Component: 550 - total flux cleaned = 0.000346265 Jy ! Component: 600 - total flux cleaned = 0.000385994 Jy ! Component: 650 - total flux cleaned = 0.000434323 Jy ! Component: 700 - total flux cleaned = 0.000472029 Jy ! Component: 750 - total flux cleaned = 0.000513386 Jy ! Component: 800 - total flux cleaned = 0.000549317 Jy ! Component: 850 - total flux cleaned = 0.000588815 Jy ! Component: 900 - total flux cleaned = 0.000623082 Jy ! Component: 950 - total flux cleaned = 0.000644097 Jy ! Component: 1000 - total flux cleaned = 0.000672972 Jy ! Component: 1050 - total flux cleaned = 0.00071733 Jy ! Component: 1100 - total flux cleaned = 0.000760925 Jy ! Component: 1150 - total flux cleaned = 0.000803731 Jy ! Component: 1200 - total flux cleaned = 0.000841997 Jy ! Component: 1250 - total flux cleaned = 0.000879655 Jy ! Component: 1300 - total flux cleaned = 0.000909308 Jy ! Component: 1350 - total flux cleaned = 0.00094218 Jy ! Component: 1400 - total flux cleaned = 0.00097448 Jy ! Component: 1450 - total flux cleaned = 0.00100637 Jy ! Component: 1500 - total flux cleaned = 0.00104126 Jy ! Component: 1550 - total flux cleaned = 0.0010791 Jy ! Component: 1600 - total flux cleaned = 0.00110957 Jy ! Component: 1650 - total flux cleaned = 0.00112627 Jy ! Component: 1700 - total flux cleaned = 0.00114286 Jy ! Component: 1750 - total flux cleaned = 0.00116901 Jy ! Component: 1800 - total flux cleaned = 0.00119485 Jy ! Component: 1850 - total flux cleaned = 0.00121721 Jy ! Component: 1900 - total flux cleaned = 0.00123301 Jy ! Component: 1950 - total flux cleaned = 0.00125802 Jy ! Component: 2000 - total flux cleaned = 0.00127961 Jy ! Total flux subtracted in 2048 components = 0.00129791 Jy ! Clean residual min=-0.000177 max=0.000178 Jy/beam ! Clean residual mean=0.000008 rms=0.000069 Jy/beam ! Combined flux in latest and established models = 0.0298092 Jy keep ! Adding 162 model components to the UV plane model. ! The established model now contains 264 components and 0.0298092 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/s3111c_uvs/J1022-0113_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.255 x 2.55 at 17.89 degrees (North through East) ! Clean map min=-0.00047863 max=0.025528 Jy/beam ! Writing clean map to FITS file: /scr/pima/s3111c_uvs/J1022-0113_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0255282 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 6.81853e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.801293 0.801293 1.60259 3.20517 6.41035 12.8207 25.6414 51.2828 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0002 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.025 quit ! Quitting program ! Log file /scr/pima/s3111c_uvs/J1022-0113_X_uvs.log closed on Tue Jul 24 09:22:19 2012