! Started logfile: /scr/pima/bp171ag_uvs/J2135+011A_C_uvs.log on Fri Oct 11 03:46:38 2013 obs /scr/pima/bp171ag_uvs/J2135+011A_C_uva.fits ! Reading UV FITS file: /scr/pima/bp171ag_uvs/J2135+011A_C_uva.fits ! AN table 1: 9 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.492063 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2135+011A ! ! 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 4.128e+09 3.2e+07 1 3.2e+07 ! 02 2 4.16e+09 3.2e+07 1 3.2e+07 ! 03 3 4.192e+09 3.2e+07 1 3.2e+07 ! 04 4 4.224e+09 3.2e+07 1 3.2e+07 ! 05 5 4.416e+09 3.2e+07 1 3.2e+07 ! 06 6 4.512e+09 3.2e+07 1 3.2e+07 ! 07 7 4.544e+09 3.2e+07 1 3.2e+07 ! 08 8 4.576e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 992 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 = 1024 print "field_cell =",field_cell ! field_cell = 0.3 print "taper_size =",taper_size ! taper_size = 40 ![@/home/lpetrov/bin/01_muppet /scr/pima/bp171ag_uvs/J2135+011A_C] 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.300x0.300 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 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001910Jy sigma=2.390068 ! Fit after self-cal, rms=0.971180Jy sigma=2.084756 ! 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=3.721 mas, bmaj=16.16 mas, bpa=-19.09 degrees ! Estimated noise=26.1716 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0504843 Jy ! Component: 100 - total flux cleaned = 0.0394813 Jy ! Total flux subtracted in 100 components = 0.0394813 Jy ! Clean residual min=-0.015626 max=0.015530 Jy/beam ! Clean residual mean=0.000283 rms=0.010418 Jy/beam ! Combined flux in latest and established models = 0.0394813 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 77 components and 0.0394813 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.028079Jy sigma=0.133849 ! Fit after self-cal, rms=0.026919Jy sigma=0.133531 ! 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=4.657 mas, bmaj=17.15 mas, bpa=-18.77 degrees ! Estimated noise=14.8656 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.00337137 Jy ! Component: 100 - total flux cleaned = 0.00283826 Jy ! Component: 150 - total flux cleaned = 0.00234379 Jy ! Component: 200 - total flux cleaned = 0.00235749 Jy ! Total flux subtracted in 200 components = 0.00235749 Jy ! Clean residual min=-0.005786 max=0.005789 Jy/beam ! Clean residual mean=0.000096 rms=0.002338 Jy/beam ! Combined flux in latest and established models = 0.0418388 Jy ! Performing phase self-cal ! Adding 156 model components to the UV plane model. ! The established model now contains 230 components and 0.0418388 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.018704Jy sigma=0.037220 ! Fit after self-cal, rms=0.018358Jy sigma=0.036827 ! 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.00* FD 0.72 HN 0.73 KP 0.97 ! LA 0.93 NL 1.15 OV 0.80 PT 0.88 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.73 HN 1.10 KP 1.09 ! LA 0.97 NL 1.15 OV 0.81 PT 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.76 HN 1.07 KP 0.72 ! LA 0.96 NL 1.00 OV 1.01 PT 0.93 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.74 HN 1.13 KP 1.27 ! LA 0.99 NL 0.92 OV 0.59 PT 1.01 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.96 HN 0.74 KP 1.13 ! LA 1.00 NL 0.94 OV 0.84 PT 0.97 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 0.73 KP 1.14 ! LA 1.10 NL 1.14 OV 1.42 PT 1.02 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.06 HN 1.22 KP 1.08 ! LA 1.01 NL 0.97 OV 1.05 PT 0.96 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.14 HN 0.98 KP 1.11 ! LA 0.99 NL 1.12 OV 1.18 PT 0.90 ! ! ! Fit before self-cal, rms=0.018358Jy sigma=0.036827 ! Fit after self-cal, rms=0.016673Jy sigma=0.021337 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.632 mas, bmaj=16.99 mas, bpa=-18.5 degrees ! Estimated noise=14.2414 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.000538652 Jy ! Component: 100 - total flux cleaned = -0.000861413 Jy ! Component: 150 - total flux cleaned = -0.00126908 Jy ! Component: 200 - total flux cleaned = -0.00127279 Jy ! Total flux subtracted in 200 components = -0.00127279 Jy ! Clean residual min=-0.000845 max=0.000845 Jy/beam ! Clean residual mean=-0.000004 rms=0.000388 Jy/beam ! Combined flux in latest and established models = 0.040566 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 287 components and 0.040566 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.015711Jy sigma=0.020910 ! Fit after self-cal, rms=0.015690Jy sigma=0.020862 ! 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.015690Jy sigma=0.020862 ! Fit after self-cal, rms=0.015136Jy sigma=0.020720 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.562 mas, bmaj=16.77 mas, bpa=-18.5 degrees ! Estimated noise=13.7856 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00131788 Jy ! Component: 100 - total flux cleaned = -0.00154811 Jy ! Component: 150 - total flux cleaned = -0.00155044 Jy ! Component: 200 - total flux cleaned = -0.00151259 Jy ! Total flux subtracted in 200 components = -0.00151259 Jy ! Clean residual min=-0.000560 max=0.000564 Jy/beam ! Clean residual mean=-0.000002 rms=0.000262 Jy/beam ! Combined flux in latest and established models = 0.0390535 Jy selfcal ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 336 components and 0.0390534 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.014474Jy sigma=0.020597 ! Fit after self-cal, rms=0.014425Jy sigma=0.020580 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.000154411 Jy ! Component: 100 - total flux cleaned = -0.000187556 Jy ! Component: 150 - total flux cleaned = -0.000186641 Jy ! Component: 200 - total flux cleaned = 8.82592e-05 Jy ! Total flux subtracted in 200 components = 8.82592e-05 Jy ! Clean residual min=-0.000457 max=0.000455 Jy/beam ! Clean residual mean=-0.000001 rms=0.000208 Jy/beam ! Combined flux in latest and established models = 0.0391417 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 395 components and 0.0391417 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.014167Jy sigma=0.020478 ! Fit after self-cal, rms=0.014129Jy sigma=0.020466 ! 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.014129Jy sigma=0.020466 ! Fit after self-cal, rms=0.013502Jy sigma=0.020330 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.481 mas, bmaj=16.52 mas, bpa=-18.52 degrees ! Estimated noise=13.2046 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00108737 Jy ! Component: 100 - total flux cleaned = -0.00137272 Jy ! Component: 150 - total flux cleaned = -0.00125072 Jy ! Component: 200 - total flux cleaned = -0.00115841 Jy ! Total flux subtracted in 200 components = -0.00115841 Jy ! Clean residual min=-0.000365 max=0.000366 Jy/beam ! Clean residual mean=-0.000001 rms=0.000159 Jy/beam ! Combined flux in latest and established models = 0.0379833 Jy selfcal ! Performing phase self-cal ! Adding 53 model components to the UV plane model. ! The established model now contains 444 components and 0.0379833 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.013067Jy sigma=0.020368 ! Fit after self-cal, rms=0.013041Jy sigma=0.020360 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.000348083 Jy ! Component: 100 - total flux cleaned = -0.000472782 Jy ! Component: 150 - total flux cleaned = -0.00043389 Jy ! Component: 200 - total flux cleaned = -0.000375386 Jy ! Total flux subtracted in 200 components = -0.000375386 Jy ! Clean residual min=-0.000320 max=0.000319 Jy/beam ! Clean residual mean=-0.000001 rms=0.000136 Jy/beam ! Combined flux in latest and established models = 0.0376079 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 499 components and 0.0376079 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.012893Jy sigma=0.020328 ! Fit after self-cal, rms=0.012892Jy sigma=0.020324 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 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.012892Jy sigma=0.020324 ! Fit after self-cal, rms=0.012391Jy sigma=0.020191 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.93 mas, bmaj=16.34 mas, bpa=-18.51 degrees ! Estimated noise=11.6801 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000764624 Jy ! Component: 100 - total flux cleaned = -0.000957817 Jy ! Component: 150 - total flux cleaned = -0.000945011 Jy ! Component: 200 - total flux cleaned = -0.000654207 Jy ! Total flux subtracted in 200 components = -0.000654207 Jy ! Clean residual min=-0.000264 max=0.000269 Jy/beam ! Clean residual mean=0.000000 rms=0.000109 Jy/beam ! Combined flux in latest and established models = 0.0369537 Jy selfcal ! Performing phase self-cal ! Adding 50 model components to the UV plane model. ! The established model now contains 538 components and 0.0369537 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.012079Jy sigma=0.020259 ! Fit after self-cal, rms=0.012077Jy sigma=0.020253 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.000255301 Jy ! Component: 100 - total flux cleaned = -0.000241054 Jy ! Component: 150 - total flux cleaned = -0.000126849 Jy ! Component: 200 - total flux cleaned = -0.000215945 Jy ! Total flux subtracted in 200 components = -0.000215945 Jy ! Clean residual min=-0.000258 max=0.000259 Jy/beam ! Clean residual mean=-0.000000 rms=0.000096 Jy/beam ! Combined flux in latest and established models = 0.0367378 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 588 components and 0.0367377 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.011987Jy sigma=0.020241 ! Fit after self-cal, rms=0.011993Jy sigma=0.020238 ! 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=4.393 mas, bmaj=16.3 mas, bpa=-18.49 degrees ! Estimated noise=12.6388 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.393 x 16.3 at -18.49 degrees (North through East) ! Clean map min=-0.0081731 max=0.026061 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=3.532 mas, bmaj=15.7 mas, bpa=-18.74 degrees ! Estimated noise=22.0899 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0471863 Jy ! Component: 100 - total flux cleaned = 0.0474587 Jy ! Component: 150 - total flux cleaned = 0.03843 Jy ! Component: 200 - total flux cleaned = 0.0283185 Jy ! Total flux subtracted in 200 components = 0.0283185 Jy ! Clean residual min=-0.007820 max=0.007787 Jy/beam ! Clean residual mean=0.000151 rms=0.005114 Jy/beam ! Combined flux in latest and established models = 0.0283185 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 153 model components to the UV plane model. ! The established model now contains 153 components and 0.0283185 Jy ! Inverting map and beam ! Estimated beam: bmin=4.393 mas, bmaj=16.3 mas, bpa=-18.49 degrees ! Estimated noise=12.6388 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.00784605 Jy ! Component: 100 - total flux cleaned = 0.00756994 Jy ! Component: 150 - total flux cleaned = 0.00255059 Jy ! Component: 200 - total flux cleaned = -0.00172513 Jy ! Total flux subtracted in 200 components = -0.00172513 Jy ! Clean residual min=-0.003200 max=0.003155 Jy/beam ! Clean residual mean=0.000054 rms=0.001423 Jy/beam ! Combined flux in latest and established models = 0.0265934 Jy ! Adding 156 model components to the UV plane model. ! The established model now contains 307 components and 0.0265934 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.93 mas, bmaj=16.34 mas, bpa=-18.51 degrees ! Estimated noise=11.6801 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00167322 Jy ! Component: 100 - total flux cleaned = -0.00115342 Jy ! Component: 150 - total flux cleaned = -0.000650255 Jy ! Component: 200 - total flux cleaned = -0.00114251 Jy ! Total flux subtracted in 200 components = -0.00114251 Jy ! Clean residual min=-0.000883 max=0.000884 Jy/beam ! Clean residual mean=0.000004 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.0254509 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.000758713 Jy ! Component: 100 - total flux cleaned = -0.00204936 Jy ! Component: 150 - total flux cleaned = -0.0035891 Jy ! Component: 200 - total flux cleaned = -0.00545107 Jy ! Total flux subtracted in 200 components = -0.00545107 Jy ! Clean residual min=-0.001409 max=0.001371 Jy/beam ! Clean residual mean=-0.000000 rms=0.000434 Jy/beam ! Combined flux in latest and established models = 0.0199998 Jy ! Adding 177 model components to the UV plane model. ! The established model now contains 482 components and 0.0199998 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.393 mas, bmaj=16.3 mas, bpa=-18.49 degrees ! Estimated noise=12.6388 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000370387 Jy ! Component: 100 - total flux cleaned = 0.000179047 Jy ! Component: 150 - total flux cleaned = 4.5895e-07 Jy ! Component: 200 - total flux cleaned = -5.54206e-05 Jy ! Total flux subtracted in 200 components = -5.54206e-05 Jy ! Clean residual min=-0.000468 max=0.000462 Jy/beam ! Clean residual mean=0.000004 rms=0.000180 Jy/beam ! Combined flux in latest and established models = 0.0199444 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 544 components and 0.0199444 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.012204Jy sigma=0.020604 ! Fit after self-cal, rms=0.012109Jy sigma=0.020453 wmodel /scr/pima/bp171ag_uvs/J2135+011A_C_map.mod ! Writing 544 model components to file: /scr/pima/bp171ag_uvs/J2135+011A_C_map.mod wobs /scr/pima/bp171ag_uvs/J2135+011A_C_uvs.fits ! Writing UV FITS file: /scr/pima/bp171ag_uvs/J2135+011A_C_uvs.fits wwins /scr/pima/bp171ag_uvs/J2135+011A_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /home/lpetrov/bin/01_muppet] ! wmap "/scr/pima/bp171ag_uvs/J2135+011A_C\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.393 x 16.3 at -18.49 degrees (North through East) ! Clean map min=-0.0067339 max=0.020612 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171ag_uvs/J2135+011A_C_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0206123 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000168416 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.45119 2.45119 4.90239 9.80478 19.6096 39.2191 78.4382 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.02 quit ! Quitting program ! Log file /scr/pima/bp171ag_uvs/J2135+011A_C_uvs.log closed on Fri Oct 11 03:46:41 2013