! Started logfile: /scr/pima/s3111c_uvs/J1221+3010_X_uvs.log on Tue Jul 24 09:22:52 2012 obs /scr/pima/s3111c_uvs/J1221+3010_X_uva.fits ! Reading UV FITS file: /scr/pima/s3111c_uvs/J1221+3010_X_uva.fits ! AN table 1: 67 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.716418 visibilities/baseline/integration-bin. ! Found source: J1221+3010 ! ! 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 17280 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/J1221+3010_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 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 174 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 35 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.005544Jy sigma=0.711028 ! Fit after self-cal, rms=0.956745Jy sigma=0.676520 ! 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.007 mas, bmaj=1.78 mas, bpa=21.21 degrees ! Estimated noise=17.0534 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.0343133 Jy ! Component: 100 - total flux cleaned = 0.0423644 Jy ! Total flux subtracted in 100 components = 0.0423644 Jy ! Clean residual min=-0.003450 max=0.003265 Jy/beam ! Clean residual mean=0.000034 rms=0.001042 Jy/beam ! Combined flux in latest and established models = 0.0423644 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0423644 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.033385Jy sigma=0.023607 ! Fit after self-cal, rms=0.032314Jy sigma=0.022850 ! 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.13 mas, bmaj=1.961 mas, bpa=16.13 degrees ! Estimated noise=7.82301 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.00476548 Jy ! Component: 100 - total flux cleaned = 0.00706355 Jy ! Component: 150 - total flux cleaned = 0.00826187 Jy ! Component: 200 - total flux cleaned = 0.00896226 Jy ! Total flux subtracted in 200 components = 0.00896226 Jy ! Clean residual min=-0.001421 max=0.001275 Jy/beam ! Clean residual mean=0.000034 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.0513266 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 37 components and 0.0513267 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.031670Jy sigma=0.022394 ! Fit after self-cal, rms=0.031643Jy sigma=0.022375 ! 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.07 FD 1.08 GB 0.94 HN 0.98 ! KP 0.96 LA 1.04 NL 1.10 OV 1.17 ! PT 1.06 SC 1.08 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 1.08 GB 0.91 HN 1.00 ! KP 0.97 LA 0.98 NL 1.07 OV 1.15 ! PT 1.04 SC 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.10 GB 0.95 HN 0.99 ! KP 1.02 LA 1.08 NL 1.08 OV 1.19 ! PT 1.05 SC 1.10 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.07 GB 0.98 HN 0.99 ! KP 0.94 LA 1.04 NL 1.12 OV 1.23 ! PT 1.07 SC 1.15 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.94 GB 0.93 HN 0.95 ! KP 0.94 LA 1.00 NL 1.07 OV 1.10 ! PT 0.98 SC 1.03 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.86 GB 0.94 HN 0.98 ! KP 0.85 LA 0.99 NL 1.03 OV 1.00 ! PT 1.05 SC 0.96 ! ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.83 GB 0.98 HN 0.97 ! KP 0.90 LA 0.95 NL 1.00 OV 1.05 ! PT 1.00* SC 1.00 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.78 GB 0.86 HN 0.91 ! KP 0.85 LA 0.90 NL 0.91 OV 0.95 ! PT 0.95 SC 0.87 ! ! ! Fit before self-cal, rms=0.031643Jy sigma=0.022375 ! Fit after self-cal, rms=0.029602Jy sigma=0.021780 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.139 mas, bmaj=1.951 mas, bpa=15.27 degrees ! Estimated noise=7.76393 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.000672697 Jy ! Component: 100 - total flux cleaned = 0.000758469 Jy ! Component: 150 - total flux cleaned = 0.000791584 Jy ! Component: 200 - total flux cleaned = 0.000838502 Jy ! Total flux subtracted in 200 components = 0.000838502 Jy ! Clean residual min=-0.000781 max=0.000784 Jy/beam ! Clean residual mean=0.000000 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.0521652 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 50 components and 0.0521652 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.029583Jy sigma=0.021767 ! Fit after self-cal, rms=0.029602Jy sigma=0.021753 ! 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.029602Jy sigma=0.021753 ! Fit after self-cal, rms=0.029468Jy sigma=0.021710 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.136 mas, bmaj=1.952 mas, bpa=15.29 degrees ! Estimated noise=7.76603 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00023104 Jy ! Component: 100 - total flux cleaned = 0.000208555 Jy ! Component: 150 - total flux cleaned = 0.000195387 Jy ! Component: 200 - total flux cleaned = 0.00019539 Jy ! Total flux subtracted in 200 components = 0.00019539 Jy ! Clean residual min=-0.000700 max=0.000663 Jy/beam ! Clean residual mean=-0.000002 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.0523606 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.0523606 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.029463Jy sigma=0.021706 ! Fit after self-cal, rms=0.029471Jy sigma=0.021704 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.09726e-05 Jy ! Component: 100 - total flux cleaned = 2.07583e-05 Jy ! Component: 150 - total flux cleaned = 1.63199e-05 Jy ! Component: 200 - total flux cleaned = 8.15001e-06 Jy ! Total flux subtracted in 200 components = 8.15001e-06 Jy ! Clean residual min=-0.000702 max=0.000642 Jy/beam ! Clean residual mean=-0.000002 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.0523687 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 62 components and 0.0523687 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.029470Jy sigma=0.021703 ! Fit after self-cal, rms=0.029470Jy sigma=0.021703 ! 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.029470Jy sigma=0.021703 ! Fit after self-cal, rms=0.029489Jy sigma=0.021701 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.135 mas, bmaj=1.952 mas, bpa=15.23 degrees ! Estimated noise=7.7706 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000103859 Jy ! Component: 100 - total flux cleaned = 0.000107583 Jy ! Component: 150 - total flux cleaned = 0.000111224 Jy ! Component: 200 - total flux cleaned = 0.000111054 Jy ! Total flux subtracted in 200 components = 0.000111054 Jy ! Clean residual min=-0.000709 max=0.000648 Jy/beam ! Clean residual mean=-0.000002 rms=0.000189 Jy/beam ! Combined flux in latest and established models = 0.0524798 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 67 components and 0.0524798 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.029488Jy sigma=0.021700 ! Fit after self-cal, rms=0.029489Jy sigma=0.021700 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 = -5.93384e-07 Jy ! Component: 100 - total flux cleaned = -3.7171e-06 Jy ! Component: 150 - total flux cleaned = -6.39485e-06 Jy ! Component: 200 - total flux cleaned = -6.37397e-06 Jy ! Total flux subtracted in 200 components = -6.37397e-06 Jy ! Clean residual min=-0.000712 max=0.000643 Jy/beam ! Clean residual mean=-0.000002 rms=0.000189 Jy/beam ! Combined flux in latest and established models = 0.0524734 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 70 components and 0.0524734 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.029489Jy sigma=0.021700 ! Fit after self-cal, rms=0.029489Jy sigma=0.021700 ! 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.029489Jy sigma=0.021700 ! Fit after self-cal, rms=0.029496Jy sigma=0.021699 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.413 mas, bmaj=2.188 mas, bpa=8.025 degrees ! Estimated noise=8.20282 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000123278 Jy ! Component: 100 - total flux cleaned = 0.000127458 Jy ! Component: 150 - total flux cleaned = 0.000127395 Jy ! Component: 200 - total flux cleaned = 0.000124905 Jy ! Total flux subtracted in 200 components = 0.000124905 Jy ! Clean residual min=-0.000739 max=0.000708 Jy/beam ! Clean residual mean=-0.000003 rms=0.000214 Jy/beam ! Combined flux in latest and established models = 0.0525983 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 78 components and 0.0525983 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.029496Jy sigma=0.021698 ! Fit after self-cal, rms=0.029496Jy sigma=0.021698 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 = 4.81494e-06 Jy ! Component: 100 - total flux cleaned = 2.59978e-06 Jy ! Component: 150 - total flux cleaned = 2.63099e-06 Jy ! Component: 200 - total flux cleaned = 7.31193e-07 Jy ! Total flux subtracted in 200 components = 7.31193e-07 Jy ! Clean residual min=-0.000740 max=0.000706 Jy/beam ! Clean residual mean=-0.000003 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.052599 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 81 components and 0.052599 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.029496Jy sigma=0.021698 ! Fit after self-cal, rms=0.029496Jy sigma=0.021698 ! 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.135 mas, bmaj=1.952 mas, bpa=15.22 degrees ! Estimated noise=7.77189 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.135 x 1.952 at 15.22 degrees (North through East) ! Clean map min=-0.00070565 max=0.044551 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.007 mas, bmaj=1.763 mas, bpa=20.92 degrees ! Estimated noise=16.644 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0339846 Jy ! Component: 100 - total flux cleaned = 0.042658 Jy ! Component: 150 - total flux cleaned = 0.0469853 Jy ! Component: 200 - total flux cleaned = 0.0493181 Jy ! Total flux subtracted in 200 components = 0.0493181 Jy ! Clean residual min=-0.002266 max=0.002384 Jy/beam ! Clean residual mean=0.000007 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.0493181 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0493181 Jy ! Inverting map and beam ! Estimated beam: bmin=1.135 mas, bmaj=1.952 mas, bpa=15.22 degrees ! Estimated noise=7.77189 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.00210506 Jy ! Component: 100 - total flux cleaned = 0.00282398 Jy ! Component: 150 - total flux cleaned = 0.00304148 Jy ! Component: 200 - total flux cleaned = 0.00320112 Jy ! Total flux subtracted in 200 components = 0.00320112 Jy ! Clean residual min=-0.000780 max=0.000676 Jy/beam ! Clean residual mean=-0.000002 rms=0.000194 Jy/beam ! Combined flux in latest and established models = 0.0525193 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 31 components and 0.0525193 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.413 mas, bmaj=2.188 mas, bpa=8.025 degrees ! Estimated noise=8.20282 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000139246 Jy ! Component: 100 - total flux cleaned = 0.00017577 Jy ! Component: 150 - total flux cleaned = 0.000170855 Jy ! Component: 200 - total flux cleaned = 0.000166586 Jy ! Total flux subtracted in 200 components = 0.000166586 Jy ! Clean residual min=-0.000757 max=0.000707 Jy/beam ! Clean residual mean=-0.000003 rms=0.000212 Jy/beam ! Combined flux in latest and established models = 0.0526858 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.60478e-08 Jy ! Component: 100 - total flux cleaned = -3.80693e-06 Jy ! Component: 150 - total flux cleaned = -3.79179e-06 Jy ! Component: 200 - total flux cleaned = -7.10357e-06 Jy ! Total flux subtracted in 200 components = -7.10357e-06 Jy ! Clean residual min=-0.000751 max=0.000699 Jy/beam ! Clean residual mean=-0.000003 rms=0.000212 Jy/beam ! Combined flux in latest and established models = 0.0526787 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 45 components and 0.0526787 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.135 mas, bmaj=1.952 mas, bpa=15.22 degrees ! Estimated noise=7.77189 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.62099e-05 Jy ! Component: 100 - total flux cleaned = 1.9185e-05 Jy ! Component: 150 - total flux cleaned = -5.51679e-06 Jy ! Component: 200 - total flux cleaned = -2.21662e-05 Jy ! Total flux subtracted in 200 components = -2.21662e-05 Jy ! Clean residual min=-0.000732 max=0.000637 Jy/beam ! Clean residual mean=-0.000002 rms=0.000190 Jy/beam ! Combined flux in latest and established models = 0.0526566 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 55 components and 0.0526566 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.029498Jy sigma=0.021700 ! Fit after self-cal, rms=0.029497Jy sigma=0.021699 wmodel /scr/pima/s3111c_uvs/J1221+3010_X_map.mod ! Writing 55 model components to file: /scr/pima/s3111c_uvs/J1221+3010_X_map.mod wobs /scr/pima/s3111c_uvs/J1221+3010_X_uvs.fits ! Writing UV FITS file: /scr/pima/s3111c_uvs/J1221+3010_X_uvs.fits wwins /scr/pima/s3111c_uvs/J1221+3010_X_map.win ! wwins: Wrote 1 windows to /scr/pima/s3111c_uvs/J1221+3010_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 = -3.62461e-05 Jy ! Component: 100 - total flux cleaned = 5.11783e-05 Jy ! Component: 150 - total flux cleaned = 0.000102264 Jy ! Component: 200 - total flux cleaned = 0.00017883 Jy ! Component: 250 - total flux cleaned = 0.000233082 Jy ! Component: 300 - total flux cleaned = 0.00027584 Jy ! Component: 350 - total flux cleaned = 0.000292338 Jy ! Component: 400 - total flux cleaned = 0.000300633 Jy ! Component: 450 - total flux cleaned = 0.000315959 Jy ! Component: 500 - total flux cleaned = 0.000323397 Jy ! Component: 550 - total flux cleaned = 0.000345116 Jy ! Component: 600 - total flux cleaned = 0.000359179 Jy ! Component: 650 - total flux cleaned = 0.000366001 Jy ! Component: 700 - total flux cleaned = 0.000359424 Jy ! Component: 750 - total flux cleaned = 0.000346615 Jy ! Component: 800 - total flux cleaned = 0.000340285 Jy ! Component: 850 - total flux cleaned = 0.000327939 Jy ! Component: 900 - total flux cleaned = 0.000315776 Jy ! Component: 950 - total flux cleaned = 0.000309718 Jy ! Component: 1000 - total flux cleaned = 0.000303857 Jy ! Component: 1050 - total flux cleaned = 0.000303835 Jy ! Component: 1100 - total flux cleaned = 0.000314934 Jy ! Component: 1150 - total flux cleaned = 0.000292904 Jy ! Component: 1200 - total flux cleaned = 0.000314589 Jy ! Component: 1250 - total flux cleaned = 0.000325192 Jy ! Component: 1300 - total flux cleaned = 0.000335645 Jy ! Component: 1350 - total flux cleaned = 0.000330467 Jy ! Component: 1400 - total flux cleaned = 0.000335453 Jy ! Component: 1450 - total flux cleaned = 0.000340232 Jy ! Component: 1500 - total flux cleaned = 0.000344965 Jy ! Component: 1550 - total flux cleaned = 0.000340148 Jy ! Component: 1600 - total flux cleaned = 0.000344866 Jy ! Component: 1650 - total flux cleaned = 0.000349479 Jy ! Component: 1700 - total flux cleaned = 0.000340301 Jy ! Component: 1750 - total flux cleaned = 0.000331231 Jy ! Component: 1800 - total flux cleaned = 0.000322259 Jy ! Component: 1850 - total flux cleaned = 0.00030453 Jy ! Component: 1900 - total flux cleaned = 0.000291426 Jy ! Component: 1950 - total flux cleaned = 0.000278526 Jy ! Component: 2000 - total flux cleaned = 0.00026157 Jy ! Total flux subtracted in 2048 components = 0.000244809 Jy ! Clean residual min=-0.000271 max=0.000221 Jy/beam ! Clean residual mean=0.000000 rms=0.000097 Jy/beam ! Combined flux in latest and established models = 0.0529014 Jy keep ! Adding 173 model components to the UV plane model. ! The established model now contains 228 components and 0.0529014 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/s3111c_uvs/J1221+3010_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.135 x 1.952 at 15.22 degrees (North through East) ! Clean map min=-0.00053706 max=0.044731 Jy/beam ! Writing clean map to FITS file: /scr/pima/s3111c_uvs/J1221+3010_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0447306 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 9.67516e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.648895 0.648895 1.29779 2.59558 5.19116 10.3823 20.7646 41.5293 83.0586 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0002 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.044 quit ! Quitting program ! Log file /scr/pima/s3111c_uvs/J1221+3010_X_uvs.log closed on Tue Jul 24 09:22:54 2012