! Started logfile: /scr/pima/s3111c_uvs/J1735-1117_X_uvs.log on Tue Jul 24 09:23:55 2012 obs /scr/pima/s3111c_uvs/J1735-1117_X_uva.fits ! Reading UV FITS file: /scr/pima/s3111c_uvs/J1735-1117_X_uva.fits ! AN table 1: 75 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.693037 visibilities/baseline/integration-bin. ! Found source: J1735-1117 ! ! 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 18712 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/J1735-1117_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 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 199 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.996646Jy sigma=0.704735 ! Fit after self-cal, rms=0.961517Jy sigma=0.679894 ! 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.856 mas, bmaj=2.76 mas, bpa=18.67 degrees ! Estimated noise=12.7188 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.0286321 Jy ! Component: 100 - total flux cleaned = 0.036334 Jy ! Total flux subtracted in 100 components = 0.036334 Jy ! Clean residual min=-0.001876 max=0.003301 Jy/beam ! Clean residual mean=0.000159 rms=0.000721 Jy/beam ! Combined flux in latest and established models = 0.036334 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.036334 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.033493Jy sigma=0.023683 ! Fit after self-cal, rms=0.033214Jy sigma=0.023486 ! 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.9992 mas, bmaj=2.901 mas, bpa=17.12 degrees ! Estimated noise=7.49679 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.0055964 Jy ! Component: 100 - total flux cleaned = 0.00870079 Jy ! Component: 150 - total flux cleaned = 0.0107846 Jy ! Component: 200 - total flux cleaned = 0.0122541 Jy ! Total flux subtracted in 200 components = 0.0122541 Jy ! Clean residual min=-0.001403 max=0.002271 Jy/beam ! Clean residual mean=0.000060 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.048588 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 75 components and 0.048588 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.032221Jy sigma=0.022783 ! Fit after self-cal, rms=0.032187Jy sigma=0.022760 ! 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.17 FD 1.13 GB 0.92 HN 1.01 ! KP 0.95 LA 0.99 NL 1.08 OV 1.14 ! PT 1.01 SC 1.13 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.24 FD 1.11 GB 0.90 HN 1.05 ! KP 0.95 LA 0.98 NL 1.00 OV 1.10 ! PT 1.03 SC 1.09 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 1.08 GB 0.94 HN 0.98 ! KP 1.03 LA 0.98 NL 1.05 OV 1.15 ! PT 1.06 SC 1.08 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 1.09 GB 0.99 HN 1.04 ! KP 0.95 LA 1.02 NL 1.05 OV 1.12 ! PT 1.02 SC 1.09 ! ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 FD 0.94 GB 0.90 HN 1.00 ! KP 0.94 LA 0.98 NL 1.04 OV 1.05 ! PT 1.02 SC 1.07 ! ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.87 GB 0.95 HN 0.97 ! KP 0.87 LA 0.96 NL 1.02 OV 0.92 ! PT 0.99 SC 1.01 ! ! ! 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.85 GB 0.96 HN 1.00 ! KP 0.90 LA 0.96 NL 0.96 OV 1.05 ! PT 1.00* SC 0.95 ! ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 0.76 GB 0.87 HN 0.94 ! KP 0.86 LA 0.87 NL 0.88 OV 0.95 ! PT 0.97 SC 0.86 ! ! ! Fit before self-cal, rms=0.032187Jy sigma=0.022760 ! Fit after self-cal, rms=0.030626Jy sigma=0.022335 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.007 mas, bmaj=2.894 mas, bpa=16.63 degrees ! Estimated noise=7.43139 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.7, 4.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00202645 Jy ! Component: 100 - total flux cleaned = 0.00303672 Jy ! Component: 150 - total flux cleaned = 0.00353391 Jy ! Component: 200 - total flux cleaned = 0.0038355 Jy ! Total flux subtracted in 200 components = 0.0038355 Jy ! Clean residual min=-0.000760 max=0.000942 Jy/beam ! Clean residual mean=0.000027 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.0524235 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 118 components and 0.0524235 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.030491Jy sigma=0.022240 ! Fit after self-cal, rms=0.030508Jy sigma=0.022216 ! 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.030508Jy sigma=0.022216 ! Fit after self-cal, rms=0.030377Jy sigma=0.022183 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.006 mas, bmaj=2.893 mas, bpa=16.72 degrees ! Estimated noise=7.43292 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000767318 Jy ! Component: 100 - total flux cleaned = 0.001272 Jy ! Component: 150 - total flux cleaned = 0.00147483 Jy ! Component: 200 - total flux cleaned = 0.00152704 Jy ! Total flux subtracted in 200 components = 0.00152704 Jy ! Clean residual min=-0.000667 max=0.000840 Jy/beam ! Clean residual mean=0.000019 rms=0.000194 Jy/beam ! Combined flux in latest and established models = 0.0539506 Jy selfcal ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 170 components and 0.0539506 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.030353Jy sigma=0.022166 ! Fit after self-cal, rms=0.030357Jy sigma=0.022162 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.000298465 Jy ! Component: 100 - total flux cleaned = 0.000479452 Jy ! Component: 150 - total flux cleaned = 0.000544212 Jy ! Component: 200 - total flux cleaned = 0.000554641 Jy ! Total flux subtracted in 200 components = 0.000554641 Jy ! Clean residual min=-0.000653 max=0.000795 Jy/beam ! Clean residual mean=0.000015 rms=0.000187 Jy/beam ! Combined flux in latest and established models = 0.0545052 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 201 components and 0.0545052 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.030348Jy sigma=0.022156 ! Fit after self-cal, rms=0.030349Jy sigma=0.022155 ! Inverting map ! Added new window around map position (12, -5.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000721676 Jy ! Component: 100 - total flux cleaned = 0.000996661 Jy ! Component: 150 - total flux cleaned = 0.00111837 Jy ! Component: 200 - total flux cleaned = 0.00120244 Jy ! Total flux subtracted in 200 components = 0.00120244 Jy ! Clean residual min=-0.000583 max=0.000609 Jy/beam ! Clean residual mean=0.000007 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.0557076 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 235 components and 0.0557077 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.030330Jy sigma=0.022142 ! Fit after self-cal, rms=0.030328Jy sigma=0.022140 ! 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.030328Jy sigma=0.022140 ! Fit after self-cal, rms=0.030249Jy sigma=0.022131 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.005 mas, bmaj=2.891 mas, bpa=16.78 degrees ! Estimated noise=7.43054 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000378584 Jy ! Component: 100 - total flux cleaned = 0.000661173 Jy ! Component: 150 - total flux cleaned = 0.000773278 Jy ! Component: 200 - total flux cleaned = 0.000840475 Jy ! Total flux subtracted in 200 components = 0.000840475 Jy ! Clean residual min=-0.000585 max=0.000563 Jy/beam ! Clean residual mean=0.000007 rms=0.000147 Jy/beam ! Combined flux in latest and established models = 0.0565481 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 266 components and 0.0565481 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.030242Jy sigma=0.022126 ! Fit after self-cal, rms=0.030244Jy sigma=0.022125 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.000202192 Jy ! Component: 100 - total flux cleaned = 0.000290904 Jy ! Component: 150 - total flux cleaned = 0.000334941 Jy ! Component: 200 - total flux cleaned = 0.000362702 Jy ! Total flux subtracted in 200 components = 0.000362702 Jy ! Clean residual min=-0.000577 max=0.000551 Jy/beam ! Clean residual mean=0.000004 rms=0.000144 Jy/beam ! Combined flux in latest and established models = 0.0569108 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 292 components and 0.0569108 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.030240Jy sigma=0.022122 ! Fit after self-cal, rms=0.030240Jy sigma=0.022122 ! 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.030240Jy sigma=0.022122 ! Fit after self-cal, rms=0.030173Jy sigma=0.022117 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.346 mas, bmaj=3.13 mas, bpa=12.71 degrees ! Estimated noise=7.95947 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00032117 Jy ! Component: 100 - total flux cleaned = 0.000525793 Jy ! Component: 150 - total flux cleaned = 0.000670577 Jy ! Component: 200 - total flux cleaned = 0.000786668 Jy ! Total flux subtracted in 200 components = 0.000786668 Jy ! Clean residual min=-0.000574 max=0.000566 Jy/beam ! Clean residual mean=0.000007 rms=0.000141 Jy/beam ! Combined flux in latest and established models = 0.0576975 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 313 components and 0.0576975 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.030171Jy sigma=0.022115 ! Fit after self-cal, rms=0.030170Jy sigma=0.022115 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.000150144 Jy ! Component: 100 - total flux cleaned = 0.00026668 Jy ! Component: 150 - total flux cleaned = 0.000334397 Jy ! Component: 200 - total flux cleaned = 0.000389916 Jy ! Total flux subtracted in 200 components = 0.000389916 Jy ! Clean residual min=-0.000562 max=0.000545 Jy/beam ! Clean residual mean=0.000003 rms=0.000138 Jy/beam ! Combined flux in latest and established models = 0.0580874 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 326 components and 0.0580874 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.030169Jy sigma=0.022114 ! Fit after self-cal, rms=0.030169Jy sigma=0.022114 ! 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.004 mas, bmaj=2.891 mas, bpa=16.81 degrees ! Estimated noise=7.42903 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.004 x 2.891 at 16.81 degrees (North through East) ! Clean map min=-0.00055816 max=0.036814 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.8516 mas, bmaj=2.761 mas, bpa=18.64 degrees ! Estimated noise=12.5885 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0283141 Jy ! Component: 100 - total flux cleaned = 0.0364302 Jy ! Component: 150 - total flux cleaned = 0.0402089 Jy ! Component: 200 - total flux cleaned = 0.0428499 Jy ! Total flux subtracted in 200 components = 0.0428499 Jy ! Clean residual min=-0.001238 max=0.001728 Jy/beam ! Clean residual mean=0.000117 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.0428499 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 48 model components to the UV plane model. ! The established model now contains 48 components and 0.0428499 Jy ! Inverting map and beam ! Estimated beam: bmin=1.004 mas, bmaj=2.891 mas, bpa=16.81 degrees ! Estimated noise=7.42903 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.00325628 Jy ! Component: 100 - total flux cleaned = 0.00547584 Jy ! Component: 150 - total flux cleaned = 0.00712924 Jy ! Component: 200 - total flux cleaned = 0.00843711 Jy ! Total flux subtracted in 200 components = 0.00843711 Jy ! Clean residual min=-0.000867 max=0.000866 Jy/beam ! Clean residual mean=0.000052 rms=0.000317 Jy/beam ! Combined flux in latest and established models = 0.0512871 Jy ! Adding 110 model components to the UV plane model. ! The established model now contains 152 components and 0.0512871 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.346 mas, bmaj=3.13 mas, bpa=12.71 degrees ! Estimated noise=7.95947 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135426 Jy ! Component: 100 - total flux cleaned = 0.00238956 Jy ! Component: 150 - total flux cleaned = 0.00321447 Jy ! Component: 200 - total flux cleaned = 0.00388028 Jy ! Total flux subtracted in 200 components = 0.00388028 Jy ! Clean residual min=-0.000696 max=0.000593 Jy/beam ! Clean residual mean=0.000035 rms=0.000217 Jy/beam ! Combined flux in latest and established models = 0.0551674 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.000542184 Jy ! Component: 100 - total flux cleaned = 0.000986602 Jy ! Component: 150 - total flux cleaned = 0.00136037 Jy ! Component: 200 - total flux cleaned = 0.00167028 Jy ! Total flux subtracted in 200 components = 0.00167028 Jy ! Clean residual min=-0.000587 max=0.000590 Jy/beam ! Clean residual mean=0.000018 rms=0.000163 Jy/beam ! Combined flux in latest and established models = 0.0568376 Jy ! Adding 125 model components to the UV plane model. ! The established model now contains 265 components and 0.0568376 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.004 mas, bmaj=2.891 mas, bpa=16.81 degrees ! Estimated noise=7.42903 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.72612e-05 Jy ! Component: 100 - total flux cleaned = 6.14096e-05 Jy ! Component: 150 - total flux cleaned = 0.000157539 Jy ! Component: 200 - total flux cleaned = 0.000263207 Jy ! Total flux subtracted in 200 components = 0.000263207 Jy ! Clean residual min=-0.000550 max=0.000569 Jy/beam ! Clean residual mean=0.000008 rms=0.000148 Jy/beam ! Combined flux in latest and established models = 0.0571008 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 295 components and 0.0571008 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.030174Jy sigma=0.022119 ! Fit after self-cal, rms=0.030174Jy sigma=0.022118 wmodel /scr/pima/s3111c_uvs/J1735-1117_X_map.mod ! Writing 295 model components to file: /scr/pima/s3111c_uvs/J1735-1117_X_map.mod wobs /scr/pima/s3111c_uvs/J1735-1117_X_uvs.fits ! Writing UV FITS file: /scr/pima/s3111c_uvs/J1735-1117_X_uvs.fits wwins /scr/pima/s3111c_uvs/J1735-1117_X_map.win ! wwins: Wrote 3 windows to /scr/pima/s3111c_uvs/J1735-1117_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.02395e-07 Jy ! Component: 100 - total flux cleaned = -3.29479e-05 Jy ! Component: 150 - total flux cleaned = -7.84284e-05 Jy ! Component: 200 - total flux cleaned = -5.73673e-05 Jy ! Component: 250 - total flux cleaned = -7.05402e-05 Jy ! Component: 300 - total flux cleaned = -8.95688e-05 Jy ! Component: 350 - total flux cleaned = -8.3707e-05 Jy ! Component: 400 - total flux cleaned = -7.18863e-05 Jy ! Component: 450 - total flux cleaned = -4.87642e-05 Jy ! Component: 500 - total flux cleaned = -2.06335e-05 Jy ! Component: 550 - total flux cleaned = 6.66913e-06 Jy ! Component: 600 - total flux cleaned = 3.32764e-05 Jy ! Component: 650 - total flux cleaned = 6.44703e-05 Jy ! Component: 700 - total flux cleaned = 8.96875e-05 Jy ! Component: 750 - total flux cleaned = 0.000124126 Jy ! Component: 800 - total flux cleaned = 0.000148171 Jy ! Component: 850 - total flux cleaned = 0.000171688 Jy ! Component: 900 - total flux cleaned = 0.000203832 Jy ! Component: 950 - total flux cleaned = 0.000226262 Jy ! Component: 1000 - total flux cleaned = 0.000248126 Jy ! Component: 1050 - total flux cleaned = 0.000256706 Jy ! Component: 1100 - total flux cleaned = 0.000269357 Jy ! Component: 1150 - total flux cleaned = 0.000277617 Jy ! Component: 1200 - total flux cleaned = 0.000297805 Jy ! Component: 1250 - total flux cleaned = 0.000305694 Jy ! Component: 1300 - total flux cleaned = 0.000317404 Jy ! Component: 1350 - total flux cleaned = 0.00033662 Jy ! Component: 1400 - total flux cleaned = 0.00035541 Jy ! Component: 1450 - total flux cleaned = 0.000377534 Jy ! Component: 1500 - total flux cleaned = 0.000399183 Jy ! Component: 1550 - total flux cleaned = 0.000406233 Jy ! Component: 1600 - total flux cleaned = 0.000423772 Jy ! Component: 1650 - total flux cleaned = 0.000444493 Jy ! Component: 1700 - total flux cleaned = 0.000454641 Jy ! Component: 1750 - total flux cleaned = 0.000464696 Jy ! Component: 1800 - total flux cleaned = 0.00047457 Jy ! Component: 1850 - total flux cleaned = 0.000481032 Jy ! Component: 1900 - total flux cleaned = 0.00049062 Jy ! Component: 1950 - total flux cleaned = 0.00046848 Jy ! Component: 2000 - total flux cleaned = 0.000484121 Jy ! Total flux subtracted in 2048 components = 0.000487183 Jy ! Clean residual min=-0.000180 max=0.000163 Jy/beam ! Clean residual mean=0.000005 rms=0.000068 Jy/beam ! Combined flux in latest and established models = 0.057588 Jy keep ! Adding 154 model components to the UV plane model. ! The established model now contains 449 components and 0.057588 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/s3111c_uvs/J1735-1117_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.004 x 2.891 at 16.81 degrees (North through East) ! Clean map min=-0.00048706 max=0.037125 Jy/beam ! Writing clean map to FITS file: /scr/pima/s3111c_uvs/J1735-1117_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0371252 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 6.71947e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.542984 0.542984 1.08597 2.17193 4.34387 8.68774 17.3755 34.751 69.5019 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0002 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.037 quit ! Quitting program ! Log file /scr/pima/s3111c_uvs/J1735-1117_X_uvs.log closed on Tue Jul 24 09:23:57 2012