! Started logfile: /scr/pima/rdv93_uvs/J0931+2750_X_uvs.log on Tue Sep 24 17:06:55 2013 obs /scr/pima/rdv93_uvs/J0931+2750_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J0931+2750_X_uva.fits ! AN table 1: 90 integrations on 21 of 21 possible baselines. ! AN table 2: 90 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.992788 visibilities/baseline/integration-bin. ! Found source: J0931+2750 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40993e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47993e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79493e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89993e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 20372 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 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/rdv93_uvs/J0931+2750_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 2 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 4 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.020769Jy sigma=1.038860 ! Fit after self-cal, rms=0.846074Jy sigma=0.859511 ! 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.8007 mas, bmaj=1.363 mas, bpa=-24.59 degrees ! Estimated noise=11.5894 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.12399 Jy ! Component: 100 - total flux cleaned = 0.151165 Jy ! Total flux subtracted in 100 components = 0.151165 Jy ! Clean residual min=-0.006285 max=0.007874 Jy/beam ! Clean residual mean=-0.000000 rms=0.001287 Jy/beam ! Combined flux in latest and established models = 0.151165 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.151165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109122Jy sigma=0.102615 ! Fit after self-cal, rms=0.109107Jy sigma=0.102603 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00792395 Jy ! Component: 100 - total flux cleaned = 0.0111355 Jy ! Total flux subtracted in 100 components = 0.0111355 Jy ! Clean residual min=-0.005413 max=0.005185 Jy/beam ! Clean residual mean=0.000001 rms=0.001121 Jy/beam ! Combined flux in latest and established models = 0.162301 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 9 components and 0.162301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108527Jy sigma=0.101809 ! Fit after self-cal, rms=0.108537Jy sigma=0.101791 ! 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.071 mas, bmaj=1.634 mas, bpa=-18.67 degrees ! Estimated noise=5.04166 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 (3, 0). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00566096 Jy ! Component: 100 - total flux cleaned = 0.00844005 Jy ! Component: 150 - total flux cleaned = 0.0104105 Jy ! Component: 200 - total flux cleaned = 0.0118214 Jy ! Total flux subtracted in 200 components = 0.0118214 Jy ! Clean residual min=-0.003716 max=0.002902 Jy/beam ! Clean residual mean=0.000001 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.174122 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 28 components and 0.174122 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108244Jy sigma=0.101460 ! Fit after self-cal, rms=0.108225Jy sigma=0.101421 ! 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: ! FD 1.00 HN 0.99 KP 1.00 NL 0.95 ! OV 0.96 PT 0.95 SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.99 FD 1.00 HN 0.98 LA 1.01 ! MK 0.97 NL 0.95 OV 1.01 PT 1.00 ! SC 1.04 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 HN 1.00 KP 0.95 NL 0.98 ! OV 0.95 PT 1.01 SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 0.99 HN 0.95 LA 0.98 ! MK 1.03 NL 0.97 OV 1.00 PT 0.99 ! SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 HN 0.99 KP 0.86 NL 1.01 ! OV 1.05 PT 0.98 SC 0.97 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.04 FD 0.99 HN 1.03 LA 1.03 ! MK 0.96 NL 1.00 OV 1.09 PT 0.99 ! SC 1.09 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 HN 1.04 KP 0.87 NL 1.00 ! OV 1.02 PT 1.02 SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! BR 0.97 FD 1.02 HN 0.95 LA 1.05 ! MK 1.02 NL 1.11 OV 1.07 PT 0.99 ! SC 1.15 ! ! ! Fit before self-cal, rms=0.108225Jy sigma=0.101421 ! Fit after self-cal, rms=0.109695Jy sigma=0.100895 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.073 mas, bmaj=1.629 mas, bpa=-18.51 degrees ! Estimated noise=5.02045 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.00029063 Jy ! Component: 100 - total flux cleaned = 9.21579e-05 Jy ! Component: 150 - total flux cleaned = 9.27572e-05 Jy ! Component: 200 - total flux cleaned = 9.21098e-05 Jy ! Total flux subtracted in 200 components = 9.21098e-05 Jy ! Clean residual min=-0.002043 max=0.002172 Jy/beam ! Clean residual mean=-0.000000 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.174215 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 47 components and 0.174215 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109676Jy sigma=0.100883 ! Fit after self-cal, rms=0.109705Jy sigma=0.100871 ! 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. ! ! Fit before self-cal, rms=0.109705Jy sigma=0.100871 ! Fit after self-cal, rms=0.109739Jy sigma=0.100870 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.073 mas, bmaj=1.629 mas, bpa=-18.52 degrees ! Estimated noise=5.02076 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.19861e-06 Jy ! Component: 100 - total flux cleaned = -3.55915e-05 Jy ! Component: 150 - total flux cleaned = -7.20672e-05 Jy ! Component: 200 - total flux cleaned = -0.000123457 Jy ! Total flux subtracted in 200 components = -0.000123457 Jy ! Clean residual min=-0.002030 max=0.002118 Jy/beam ! Clean residual mean=-0.000000 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.174091 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 53 components and 0.174091 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109729Jy sigma=0.100865 ! Fit after self-cal, rms=0.109729Jy sigma=0.100865 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) ! Added new window around map position (-48.8, 0.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135608 Jy ! Component: 100 - total flux cleaned = 0.00132905 Jy ! Component: 150 - total flux cleaned = 0.00122064 Jy ! Component: 200 - total flux cleaned = 0.0012483 Jy ! Total flux subtracted in 200 components = 0.0012483 Jy ! Clean residual min=-0.001849 max=0.001887 Jy/beam ! Clean residual mean=-0.000000 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.175339 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 68 components and 0.175339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109686Jy sigma=0.100826 ! Fit after self-cal, rms=0.109684Jy sigma=0.100823 ! 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. ! ! Fit before self-cal, rms=0.109684Jy sigma=0.100823 ! Fit after self-cal, rms=0.109607Jy sigma=0.100821 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.073 mas, bmaj=1.63 mas, bpa=-18.59 degrees ! Estimated noise=5.01778 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000340821 Jy ! Component: 100 - total flux cleaned = 0.000238716 Jy ! Component: 150 - total flux cleaned = 0.000169315 Jy ! Component: 200 - total flux cleaned = 0.000127461 Jy ! Total flux subtracted in 200 components = 0.000127461 Jy ! Clean residual min=-0.001820 max=0.001808 Jy/beam ! Clean residual mean=-0.000001 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.175467 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 75 components and 0.175467 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109594Jy sigma=0.100810 ! Fit after self-cal, rms=0.109593Jy sigma=0.100810 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.13972e-06 Jy ! Component: 100 - total flux cleaned = -2.9791e-05 Jy ! Component: 150 - total flux cleaned = 6.07995e-06 Jy ! Component: 200 - total flux cleaned = -1.13192e-05 Jy ! Total flux subtracted in 200 components = -1.13192e-05 Jy ! Clean residual min=-0.001834 max=0.001801 Jy/beam ! Clean residual mean=-0.000001 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.175456 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 88 components and 0.175456 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109585Jy sigma=0.100805 ! Fit after self-cal, rms=0.109586Jy sigma=0.100804 ! 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. ! ! Fit before self-cal, rms=0.109586Jy sigma=0.100804 ! Fit after self-cal, rms=0.109556Jy sigma=0.100804 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.228 mas, bmaj=2.767 mas, bpa=-8.727 degrees ! Estimated noise=5.77925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000261893 Jy ! Component: 100 - total flux cleaned = -0.000276076 Jy ! Component: 150 - total flux cleaned = -0.000239734 Jy ! Component: 200 - total flux cleaned = -0.000217283 Jy ! Total flux subtracted in 200 components = -0.000217283 Jy ! Clean residual min=-0.002225 max=0.002067 Jy/beam ! Clean residual mean=-0.000001 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.175238 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 102 components and 0.175238 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109553Jy sigma=0.100802 ! Fit after self-cal, rms=0.109553Jy sigma=0.100801 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.54987e-06 Jy ! Component: 100 - total flux cleaned = 1.86519e-05 Jy ! Component: 150 - total flux cleaned = 2.78979e-05 Jy ! Component: 200 - total flux cleaned = 3.67449e-05 Jy ! Total flux subtracted in 200 components = 3.67449e-05 Jy ! Clean residual min=-0.002217 max=0.002047 Jy/beam ! Clean residual mean=-0.000001 rms=0.000500 Jy/beam ! Combined flux in latest and established models = 0.175275 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 107 components and 0.175275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109551Jy sigma=0.100800 ! Fit after self-cal, rms=0.109552Jy sigma=0.100800 ! 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.073 mas, bmaj=1.63 mas, bpa=-18.62 degrees ! Estimated noise=5.01604 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.073 x 1.63 at -18.62 degrees (North through East) ! Clean map min=-0.0017667 max=0.16041 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.8013 mas, bmaj=1.354 mas, bpa=-24.6 degrees ! Estimated noise=11.5839 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.123796 Jy ! Component: 100 - total flux cleaned = 0.151365 Jy ! Component: 150 - total flux cleaned = 0.159894 Jy ! Component: 200 - total flux cleaned = 0.164729 Jy ! Total flux subtracted in 200 components = 0.164729 Jy ! Clean residual min=-0.004035 max=0.004129 Jy/beam ! Clean residual mean=0.000000 rms=0.000948 Jy/beam ! Combined flux in latest and established models = 0.164729 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.164729 Jy ! Inverting map and beam ! Estimated beam: bmin=1.073 mas, bmaj=1.63 mas, bpa=-18.62 degrees ! Estimated noise=5.01604 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.0045112 Jy ! Component: 100 - total flux cleaned = 0.00682937 Jy ! Component: 150 - total flux cleaned = 0.0077969 Jy ! Component: 200 - total flux cleaned = 0.00850632 Jy ! Total flux subtracted in 200 components = 0.00850632 Jy ! Clean residual min=-0.001941 max=0.001837 Jy/beam ! Clean residual mean=-0.000001 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.173236 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 32 components and 0.173236 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.228 mas, bmaj=2.767 mas, bpa=-8.727 degrees ! Estimated noise=5.77925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000669722 Jy ! Component: 100 - total flux cleaned = 0.00104362 Jy ! Component: 150 - total flux cleaned = 0.00125229 Jy ! Component: 200 - total flux cleaned = 0.00141143 Jy ! Total flux subtracted in 200 components = 0.00141143 Jy ! Clean residual min=-0.002268 max=0.002107 Jy/beam ! Clean residual mean=-0.000001 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.174647 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000119608 Jy ! Component: 100 - total flux cleaned = 0.000208091 Jy ! Component: 150 - total flux cleaned = 0.00028802 Jy ! Component: 200 - total flux cleaned = 0.000332152 Jy ! Total flux subtracted in 200 components = 0.000332152 Jy ! Clean residual min=-0.002255 max=0.002086 Jy/beam ! Clean residual mean=-0.000001 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.174979 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 66 components and 0.174979 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.073 mas, bmaj=1.63 mas, bpa=-18.62 degrees ! Estimated noise=5.01604 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000423335 Jy ! Component: 100 - total flux cleaned = -0.0005622 Jy ! Component: 150 - total flux cleaned = -0.000624797 Jy ! Component: 200 - total flux cleaned = -0.000652138 Jy ! Total flux subtracted in 200 components = -0.000652138 Jy ! Clean residual min=-0.001866 max=0.001762 Jy/beam ! Clean residual mean=-0.000001 rms=0.000433 Jy/beam ! Combined flux in latest and established models = 0.174327 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 78 components and 0.174327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109581Jy sigma=0.100819 ! Fit after self-cal, rms=0.109577Jy sigma=0.100818 wmodel /scr/pima/rdv93_uvs/J0931+2750_X_map.mod ! Writing 78 model components to file: /scr/pima/rdv93_uvs/J0931+2750_X_map.mod wobs /scr/pima/rdv93_uvs/J0931+2750_X_uvs.fits ! Writing UV FITS file: /scr/pima/rdv93_uvs/J0931+2750_X_uvs.fits wwins /scr/pima/rdv93_uvs/J0931+2750_X_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv93_uvs/J0931+2750_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 = -0.000484775 Jy ! Component: 100 - total flux cleaned = -0.000546316 Jy ! Component: 150 - total flux cleaned = -0.000605892 Jy ! Component: 200 - total flux cleaned = -0.00077672 Jy ! Component: 250 - total flux cleaned = -0.00077687 Jy ! Component: 300 - total flux cleaned = -0.000856694 Jy ! Component: 350 - total flux cleaned = -0.000882295 Jy ! Component: 400 - total flux cleaned = -0.00093272 Jy ! Component: 450 - total flux cleaned = -0.0010813 Jy ! Component: 500 - total flux cleaned = -0.00120287 Jy ! Component: 550 - total flux cleaned = -0.00136991 Jy ! Component: 600 - total flux cleaned = -0.00153425 Jy ! Component: 650 - total flux cleaned = -0.00167263 Jy ! Component: 700 - total flux cleaned = -0.00176352 Jy ! Component: 750 - total flux cleaned = -0.00187536 Jy ! Component: 800 - total flux cleaned = -0.0019193 Jy ! Component: 850 - total flux cleaned = -0.00198452 Jy ! Component: 900 - total flux cleaned = -0.00209138 Jy ! Component: 950 - total flux cleaned = -0.00211226 Jy ! Component: 1000 - total flux cleaned = -0.00217497 Jy ! Component: 1050 - total flux cleaned = -0.00223683 Jy ! Component: 1100 - total flux cleaned = -0.00229776 Jy ! Component: 1150 - total flux cleaned = -0.00229763 Jy ! Component: 1200 - total flux cleaned = -0.00225797 Jy ! Component: 1250 - total flux cleaned = -0.00229781 Jy ! Component: 1300 - total flux cleaned = -0.00239485 Jy ! Component: 1350 - total flux cleaned = -0.00237565 Jy ! Component: 1400 - total flux cleaned = -0.0024329 Jy ! Component: 1450 - total flux cleaned = -0.00245177 Jy ! Component: 1500 - total flux cleaned = -0.00252668 Jy ! Component: 1550 - total flux cleaned = -0.00258251 Jy ! Component: 1600 - total flux cleaned = -0.00265572 Jy ! Component: 1650 - total flux cleaned = -0.00272836 Jy ! Component: 1700 - total flux cleaned = -0.00274647 Jy ! Component: 1750 - total flux cleaned = -0.00272852 Jy ! Component: 1800 - total flux cleaned = -0.00274631 Jy ! Component: 1850 - total flux cleaned = -0.00276417 Jy ! Component: 1900 - total flux cleaned = -0.0028163 Jy ! Component: 1950 - total flux cleaned = -0.00281603 Jy ! Component: 2000 - total flux cleaned = -0.00276456 Jy ! Component: 2050 - total flux cleaned = -0.00271362 Jy ! Component: 2100 - total flux cleaned = -0.00269679 Jy ! Component: 2150 - total flux cleaned = -0.00271363 Jy ! Component: 2200 - total flux cleaned = -0.00273002 Jy ! Component: 2250 - total flux cleaned = -0.00271356 Jy ! Component: 2300 - total flux cleaned = -0.0027299 Jy ! Component: 2350 - total flux cleaned = -0.0026485 Jy ! Component: 2400 - total flux cleaned = -0.00268082 Jy ! Component: 2450 - total flux cleaned = -0.00264881 Jy ! Component: 2500 - total flux cleaned = -0.00266477 Jy ! Component: 2550 - total flux cleaned = -0.00268049 Jy ! Component: 2600 - total flux cleaned = -0.00260216 Jy ! Component: 2650 - total flux cleaned = -0.00255564 Jy ! Component: 2700 - total flux cleaned = -0.0026176 Jy ! Component: 2750 - total flux cleaned = -0.0025716 Jy ! Component: 2800 - total flux cleaned = -0.00257171 Jy ! Component: 2850 - total flux cleaned = -0.00260203 Jy ! Component: 2900 - total flux cleaned = -0.00258712 Jy ! Component: 2950 - total flux cleaned = -0.00255727 Jy ! Component: 3000 - total flux cleaned = -0.00254246 Jy ! Component: 3050 - total flux cleaned = -0.00255723 Jy ! Component: 3100 - total flux cleaned = -0.00255721 Jy ! Component: 3150 - total flux cleaned = -0.00254263 Jy ! Component: 3200 - total flux cleaned = -0.00248452 Jy ! Component: 3250 - total flux cleaned = -0.00244134 Jy ! Component: 3300 - total flux cleaned = -0.00244124 Jy ! Component: 3350 - total flux cleaned = -0.00248412 Jy ! Component: 3400 - total flux cleaned = -0.00248411 Jy ! Component: 3450 - total flux cleaned = -0.00246999 Jy ! Component: 3500 - total flux cleaned = -0.00247001 Jy ! Component: 3550 - total flux cleaned = -0.00241425 Jy ! Component: 3600 - total flux cleaned = -0.00244203 Jy ! Component: 3650 - total flux cleaned = -0.00242826 Jy ! Component: 3700 - total flux cleaned = -0.00244192 Jy ! Component: 3750 - total flux cleaned = -0.00242827 Jy ! Component: 3800 - total flux cleaned = -0.00240095 Jy ! Component: 3850 - total flux cleaned = -0.00237392 Jy ! Component: 3900 - total flux cleaned = -0.00237377 Jy ! Component: 3950 - total flux cleaned = -0.00237382 Jy ! Component: 4000 - total flux cleaned = -0.00232059 Jy ! Component: 4050 - total flux cleaned = -0.00232064 Jy ! Total flux subtracted in 4096 components = -0.00233385 Jy ! Clean residual min=-0.000952 max=0.000815 Jy/beam ! Clean residual mean=0.000001 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.171993 Jy keep ! Adding 263 model components to the UV plane model. ! The established model now contains 341 components and 0.171993 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv93_uvs/J0931+2750_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.073 x 1.63 at -18.62 degrees (North through East) ! Clean map min=-0.0012319 max=0.16017 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J0931+2750_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.160173 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000215769 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.404131 0.404131 0.808261 1.61652 3.23304 6.46609 12.9322 25.8644 51.7287 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.16 quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J0931+2750_X_uvs.log closed on Tue Sep 24 17:07:00 2013