! Started logfile: /scr/pima/s3111b_uvs/J0905+1358_X_uvs.log on Mon Jul 23 22:51:32 2012 obs /scr/pima/s3111b_uvs/J0905+1358_X_uva.fits ! Reading UV FITS file: /scr/pima/s3111b_uvs/J0905+1358_X_uva.fits ! AN table 1: 69 integrations on 55 of 55 possible baselines. ! Apparent sampling: 0.858498 visibilities/baseline/integration-bin. ! Found source: J0905+1358 ! ! 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 26064 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/s3111b_uvs/J0905+1358_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 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 55 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 55 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 55 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001023Jy sigma=0.704285 ! Fit after self-cal, rms=0.966689Jy sigma=0.680110 ! 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.6874 mas, bmaj=1.699 mas, bpa=-0.428 degrees ! Estimated noise=15.2687 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.0263516 Jy ! Component: 100 - total flux cleaned = 0.0321405 Jy ! Total flux subtracted in 100 components = 0.0321405 Jy ! Clean residual min=-0.002765 max=0.004169 Jy/beam ! Clean residual mean=0.000047 rms=0.000788 Jy/beam ! Combined flux in latest and established models = 0.0321405 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0321405 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.034916Jy sigma=0.024535 ! Fit after self-cal, rms=0.032846Jy sigma=0.023061 ! 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=0.8835 mas, bmaj=2.126 mas, bpa=-3.582 degrees ! Estimated noise=6.3729 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 (-1.8, -0.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00518555 Jy ! Component: 100 - total flux cleaned = 0.00810881 Jy ! Component: 150 - total flux cleaned = 0.0100402 Jy ! Component: 200 - total flux cleaned = 0.0113276 Jy ! Total flux subtracted in 200 components = 0.0113276 Jy ! Clean residual min=-0.002303 max=0.004062 Jy/beam ! Clean residual mean=0.000055 rms=0.000656 Jy/beam ! Combined flux in latest and established models = 0.0434682 Jy ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 54 components and 0.0434682 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.031981Jy sigma=0.022451 ! Fit after self-cal, rms=0.031848Jy sigma=0.022358 ! 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.05 FD 1.05 GB 0.88 HN 1.35 ! KP 0.87 LA 0.93 MK 1.03 NL 1.89 ! OV 1.02 PT 0.96 SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.01 GB 0.86 HN 1.34 ! KP 0.87 LA 0.98 MK 1.02 NL 1.85 ! OV 1.05 PT 1.00 SC 1.12 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.98 GB 0.89 HN 1.11 ! KP 0.92 LA 0.94 MK 1.02 NL 1.87 ! OV 1.00 PT 0.94 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.99 GB 0.93 HN 1.21 ! KP 0.85 LA 0.95 MK 1.02 NL 1.96 ! OV 1.03 PT 0.96 SC 1.10 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.90 GB 0.87 HN 1.09 ! KP 0.85 LA 0.93 MK 0.90 NL 1.93 ! OV 1.00 PT 0.92 SC 1.01 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.83 GB 0.92 HN 1.26 ! KP 0.83 LA 0.93 MK 0.98 NL 1.66 ! OV 0.93 PT 1.00 SC 1.00 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.87 GB 0.93 HN 1.00* ! KP 0.77 LA 0.93 MK 1.00* NL 1.61 ! OV 0.92 PT 0.93 SC 0.99 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 0.81 FD 0.74 GB 0.82 HN 1.14 ! KP 0.83 LA 0.85 MK 0.85 NL 1.67 ! OV 0.93 PT 0.86 SC 0.88 ! ! ! Fit before self-cal, rms=0.031848Jy sigma=0.022358 ! Fit after self-cal, rms=0.034087Jy sigma=0.021412 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8885 mas, bmaj=2.132 mas, bpa=-2.824 degrees ! Estimated noise=6.37349 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.000262254 Jy ! Component: 100 - total flux cleaned = -0.000387689 Jy ! Component: 150 - total flux cleaned = -0.000370572 Jy ! Component: 200 - total flux cleaned = -0.000339699 Jy ! Total flux subtracted in 200 components = -0.000339699 Jy ! Clean residual min=-0.000614 max=0.000633 Jy/beam ! Clean residual mean=0.000004 rms=0.000184 Jy/beam ! Combined flux in latest and established models = 0.0431285 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 92 components and 0.0431285 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.034048Jy sigma=0.021386 ! Fit after self-cal, rms=0.034185Jy sigma=0.021353 ! 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.034185Jy sigma=0.021353 ! Fit after self-cal, rms=0.034936Jy sigma=0.021317 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.888 mas, bmaj=2.132 mas, bpa=-2.823 degrees ! Estimated noise=6.35906 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000326924 Jy ! Component: 100 - total flux cleaned = -0.000329689 Jy ! Component: 150 - total flux cleaned = -0.000329219 Jy ! Component: 200 - total flux cleaned = -0.000317151 Jy ! Total flux subtracted in 200 components = -0.000317151 Jy ! Clean residual min=-0.000573 max=0.000551 Jy/beam ! Clean residual mean=0.000002 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.0428113 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 120 components and 0.0428113 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.034920Jy sigma=0.021308 ! Fit after self-cal, rms=0.034924Jy sigma=0.021304 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.000161288 Jy ! Component: 100 - total flux cleaned = -0.000171871 Jy ! Component: 150 - total flux cleaned = -0.000181235 Jy ! Component: 200 - total flux cleaned = -0.00018139 Jy ! Total flux subtracted in 200 components = -0.00018139 Jy ! Clean residual min=-0.000551 max=0.000547 Jy/beam ! Clean residual mean=0.000003 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.0426299 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 136 components and 0.0426299 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.034917Jy sigma=0.021300 ! Fit after self-cal, rms=0.034914Jy sigma=0.021299 ! 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.034914Jy sigma=0.021299 ! Fit after self-cal, rms=0.035284Jy sigma=0.021296 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8878 mas, bmaj=2.13 mas, bpa=-2.76 degrees ! Estimated noise=6.34781 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000349714 Jy ! Component: 100 - total flux cleaned = -0.000360304 Jy ! Component: 150 - total flux cleaned = -0.00036055 Jy ! Component: 200 - total flux cleaned = -0.000368354 Jy ! Total flux subtracted in 200 components = -0.000368354 Jy ! Clean residual min=-0.000534 max=0.000536 Jy/beam ! Clean residual mean=0.000002 rms=0.000152 Jy/beam ! Combined flux in latest and established models = 0.0422616 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 146 components and 0.0422616 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.035277Jy sigma=0.021292 ! Fit after self-cal, rms=0.035280Jy sigma=0.021291 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.000129793 Jy ! Component: 100 - total flux cleaned = -0.000144781 Jy ! Component: 150 - total flux cleaned = -0.000151894 Jy ! Component: 200 - total flux cleaned = -0.000164977 Jy ! Total flux subtracted in 200 components = -0.000164977 Jy ! Clean residual min=-0.000529 max=0.000541 Jy/beam ! Clean residual mean=0.000003 rms=0.000149 Jy/beam ! Combined flux in latest and established models = 0.0420966 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 151 components and 0.0420966 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.035276Jy sigma=0.021289 ! Fit after self-cal, rms=0.035274Jy sigma=0.021288 ! 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.035274Jy sigma=0.021288 ! Fit after self-cal, rms=0.035507Jy sigma=0.021286 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.331 mas, bmaj=2.573 mas, bpa=-2.772 degrees ! Estimated noise=6.92981 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000290043 Jy ! Component: 100 - total flux cleaned = -0.000304353 Jy ! Component: 150 - total flux cleaned = -0.00031603 Jy ! Component: 200 - total flux cleaned = -0.000321072 Jy ! Total flux subtracted in 200 components = -0.000321072 Jy ! Clean residual min=-0.000609 max=0.000597 Jy/beam ! Clean residual mean=0.000004 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.0417755 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 169 components and 0.0417755 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.035503Jy sigma=0.021285 ! Fit after self-cal, rms=0.035505Jy sigma=0.021284 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.63022e-05 Jy ! Component: 100 - total flux cleaned = -9.67862e-05 Jy ! Component: 150 - total flux cleaned = -0.000101438 Jy ! Component: 200 - total flux cleaned = -0.000101571 Jy ! Total flux subtracted in 200 components = -0.000101571 Jy ! Clean residual min=-0.000604 max=0.000596 Jy/beam ! Clean residual mean=0.000005 rms=0.000165 Jy/beam ! Combined flux in latest and established models = 0.041674 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 184 components and 0.041674 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.035503Jy sigma=0.021284 ! Fit after self-cal, rms=0.035502Jy sigma=0.021284 ! 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=0.8882 mas, bmaj=2.128 mas, bpa=-2.664 degrees ! Estimated noise=6.33829 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8882 x 2.128 at -2.664 degrees (North through East) ! Clean map min=-0.00052948 max=0.035055 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.6833 mas, bmaj=1.696 mas, bpa=1.051 degrees ! Estimated noise=15.1375 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0278349 Jy ! Component: 100 - total flux cleaned = 0.0340642 Jy ! Component: 150 - total flux cleaned = 0.0365949 Jy ! Component: 200 - total flux cleaned = 0.0383592 Jy ! Total flux subtracted in 200 components = 0.0383592 Jy ! Clean residual min=-0.001543 max=0.001418 Jy/beam ! Clean residual mean=0.000008 rms=0.000418 Jy/beam ! Combined flux in latest and established models = 0.0383592 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0383592 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8882 mas, bmaj=2.128 mas, bpa=-2.664 degrees ! Estimated noise=6.33829 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.001457 Jy ! Component: 100 - total flux cleaned = 0.00222773 Jy ! Component: 150 - total flux cleaned = 0.00244517 Jy ! Component: 200 - total flux cleaned = 0.00251635 Jy ! Total flux subtracted in 200 components = 0.00251635 Jy ! Clean residual min=-0.000595 max=0.000631 Jy/beam ! Clean residual mean=0.000007 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.0408755 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 45 components and 0.0408755 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.331 mas, bmaj=2.573 mas, bpa=-2.772 degrees ! Estimated noise=6.92981 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000296023 Jy ! Component: 100 - total flux cleaned = 0.000334115 Jy ! Component: 150 - total flux cleaned = 0.000366229 Jy ! Component: 200 - total flux cleaned = 0.000393689 Jy ! Total flux subtracted in 200 components = 0.000393689 Jy ! Clean residual min=-0.000662 max=0.000572 Jy/beam ! Clean residual mean=0.000008 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.0412692 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.57481e-05 Jy ! Component: 100 - total flux cleaned = 3.69646e-05 Jy ! Component: 150 - total flux cleaned = 6.18704e-05 Jy ! Component: 200 - total flux cleaned = 8.42701e-05 Jy ! Total flux subtracted in 200 components = 8.42701e-05 Jy ! Clean residual min=-0.000655 max=0.000570 Jy/beam ! Clean residual mean=0.000008 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.0413535 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 94 components and 0.0413535 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8882 mas, bmaj=2.128 mas, bpa=-2.664 degrees ! Estimated noise=6.33829 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.0017e-05 Jy ! Component: 100 - total flux cleaned = -8.17634e-05 Jy ! Component: 150 - total flux cleaned = -7.35264e-05 Jy ! Component: 200 - total flux cleaned = -6.5399e-05 Jy ! Total flux subtracted in 200 components = -6.5399e-05 Jy ! Clean residual min=-0.000551 max=0.000514 Jy/beam ! Clean residual mean=0.000006 rms=0.000147 Jy/beam ! Combined flux in latest and established models = 0.0412881 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 109 components and 0.0412881 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.035506Jy sigma=0.021287 ! Fit after self-cal, rms=0.035503Jy sigma=0.021285 wmodel /scr/pima/s3111b_uvs/J0905+1358_X_map.mod ! Writing 109 model components to file: /scr/pima/s3111b_uvs/J0905+1358_X_map.mod wobs /scr/pima/s3111b_uvs/J0905+1358_X_uvs.fits ! Writing UV FITS file: /scr/pima/s3111b_uvs/J0905+1358_X_uvs.fits wwins /scr/pima/s3111b_uvs/J0905+1358_X_map.win ! wwins: Wrote 2 windows to /scr/pima/s3111b_uvs/J0905+1358_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 = -5.97186e-05 Jy ! Component: 100 - total flux cleaned = -6.03172e-05 Jy ! Component: 150 - total flux cleaned = -1.96978e-05 Jy ! Component: 200 - total flux cleaned = 3.41763e-05 Jy ! Component: 250 - total flux cleaned = 6.3633e-05 Jy ! Component: 300 - total flux cleaned = 8.47117e-05 Jy ! Component: 350 - total flux cleaned = 8.47575e-05 Jy ! Component: 400 - total flux cleaned = 0.000104474 Jy ! Component: 450 - total flux cleaned = 0.000148769 Jy ! Component: 500 - total flux cleaned = 0.000185673 Jy ! Component: 550 - total flux cleaned = 0.000209792 Jy ! Component: 600 - total flux cleaned = 0.000250853 Jy ! Component: 650 - total flux cleaned = 0.000267987 Jy ! Component: 700 - total flux cleaned = 0.000273594 Jy ! Component: 750 - total flux cleaned = 0.000290159 Jy ! Component: 800 - total flux cleaned = 0.000295624 Jy ! Component: 850 - total flux cleaned = 0.000317054 Jy ! Component: 900 - total flux cleaned = 0.000322312 Jy ! Component: 950 - total flux cleaned = 0.000348145 Jy ! Component: 1000 - total flux cleaned = 0.000348074 Jy ! Component: 1050 - total flux cleaned = 0.00035806 Jy ! Component: 1100 - total flux cleaned = 0.000363052 Jy ! Component: 1150 - total flux cleaned = 0.000382586 Jy ! Component: 1200 - total flux cleaned = 0.000392188 Jy ! Component: 1250 - total flux cleaned = 0.00041113 Jy ! Component: 1300 - total flux cleaned = 0.000411167 Jy ! Component: 1350 - total flux cleaned = 0.000429711 Jy ! Component: 1400 - total flux cleaned = 0.000434298 Jy ! Component: 1450 - total flux cleaned = 0.000452415 Jy ! Component: 1500 - total flux cleaned = 0.000461389 Jy ! Component: 1550 - total flux cleaned = 0.000487953 Jy ! Component: 1600 - total flux cleaned = 0.000479084 Jy ! Component: 1650 - total flux cleaned = 0.000500791 Jy ! Component: 1700 - total flux cleaned = 0.00051361 Jy ! Component: 1750 - total flux cleaned = 0.000522131 Jy ! Component: 1800 - total flux cleaned = 0.000539026 Jy ! Component: 1850 - total flux cleaned = 0.000559885 Jy ! Component: 1900 - total flux cleaned = 0.000584687 Jy ! Component: 1950 - total flux cleaned = 0.000605113 Jy ! Component: 2000 - total flux cleaned = 0.000617225 Jy ! Total flux subtracted in 2048 components = 0.000621244 Jy ! Clean residual min=-0.000210 max=0.000293 Jy/beam ! Clean residual mean=0.000002 rms=0.000090 Jy/beam ! Combined flux in latest and established models = 0.0419094 Jy keep ! Adding 148 model components to the UV plane model. ! The established model now contains 257 components and 0.0419094 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/s3111b_uvs/J0905+1358_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8882 x 2.128 at -2.664 degrees (North through East) ! Clean map min=-0.00047689 max=0.035283 Jy/beam ! Writing clean map to FITS file: /scr/pima/s3111b_uvs/J0905+1358_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0352832 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 8.98187e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.763695 0.763695 1.52739 3.05478 6.10956 12.2191 24.4382 48.8765 97.753 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0002 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.035 quit ! Quitting program ! Log file /scr/pima/s3111b_uvs/J0905+1358_X_uvs.log closed on Mon Jul 23 22:51:34 2012