! Started logfile: /g0/scr/pima/npcsc_uvs/J1016+7617_S_uvs.log on Sun Oct 6 14:28:01 2013 obs /g0/scr/pima/npcsc_uvs/J1016+7617_S_uva.fits ! Reading UV FITS file: /g0/scr/pima/npcsc_uvs/J1016+7617_S_uva.fits ! AN table 1: 45 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J1016+7617 ! ! 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 2.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 8100 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.5 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/01_muppet /g0/scr/pima/npcsc_uvs/J1016+7617_S] 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.500x0.500 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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.017387Jy sigma=1.275550 ! Fit after self-cal, rms=0.879667Jy sigma=1.025666 ! 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=2.433 mas, bmaj=10.14 mas, bpa=7.478 degrees ! Estimated noise=15.409 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.112132 Jy ! Component: 100 - total flux cleaned = 0.141196 Jy ! Total flux subtracted in 100 components = 0.141196 Jy ! Clean residual min=-0.011141 max=0.021161 Jy/beam ! Clean residual mean=0.000008 rms=0.002991 Jy/beam ! Combined flux in latest and established models = 0.141196 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.141196 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098100Jy sigma=0.127274 ! Fit after self-cal, rms=0.098129Jy sigma=0.127194 ! Inverting map ! Added new window around map position (21.5, -7.5). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.019263 Jy ! Component: 100 - total flux cleaned = 0.0294799 Jy ! Total flux subtracted in 100 components = 0.0294799 Jy ! Clean residual min=-0.009289 max=0.009662 Jy/beam ! Clean residual mean=0.000003 rms=0.002191 Jy/beam ! Combined flux in latest and established models = 0.170676 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 16 components and 0.170676 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095838Jy sigma=0.118521 ! Fit after self-cal, rms=0.095438Jy sigma=0.117934 ! 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=3.274 mas, bmaj=10.6 mas, bpa=6.959 degrees ! Estimated noise=7.00634 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.0135878 Jy ! Component: 100 - total flux cleaned = 0.0215721 Jy ! Component: 150 - total flux cleaned = 0.0269809 Jy ! Component: 200 - total flux cleaned = 0.0308874 Jy ! Total flux subtracted in 200 components = 0.0308874 Jy ! Clean residual min=-0.008012 max=0.008399 Jy/beam ! Clean residual mean=-0.000001 rms=0.001849 Jy/beam ! Combined flux in latest and established models = 0.201563 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 46 components and 0.201563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094960Jy sigma=0.112688 ! Fit after self-cal, rms=0.094889Jy sigma=0.112545 ! 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 0.93 FD 0.98 HN 0.93 KP 0.90 ! LA 1.03 MK 0.87 NL 1.00 OV 0.97 ! PT 1.01 SC 0.84 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.96 HN 0.98 KP 0.90 ! LA 0.97 MK 0.85 NL 1.03 OV 0.95 ! PT 0.96 SC 0.82 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 0.92 KP 0.94 ! LA 0.77 MK 1.07 NL 1.12 OV 1.01 ! PT 1.09 SC 0.87 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.97 HN 0.86 KP 0.87 ! LA 0.69 MK 1.01 NL 1.06 OV 0.88 ! PT 0.96 SC 0.94 ! ! ! Fit before self-cal, rms=0.094889Jy sigma=0.112545 ! Fit after self-cal, rms=0.086757Jy sigma=0.105532 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.233 mas, bmaj=10.61 mas, bpa=6.957 degrees ! Estimated noise=6.19069 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.0128836 Jy ! Component: 100 - total flux cleaned = -0.0135512 Jy ! Component: 150 - total flux cleaned = -0.012635 Jy ! Component: 200 - total flux cleaned = -0.0122405 Jy ! Total flux subtracted in 200 components = -0.0122405 Jy ! Clean residual min=-0.003274 max=0.006565 Jy/beam ! Clean residual mean=0.000005 rms=0.001004 Jy/beam ! Combined flux in latest and established models = 0.189323 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 53 components and 0.189323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.081219Jy sigma=0.107497 ! Fit after self-cal, rms=0.081275Jy sigma=0.107371 ! Inverting map ! Added new window around map position (8.5, -4.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00529047 Jy ! Component: 100 - total flux cleaned = 0.00554383 Jy ! Component: 150 - total flux cleaned = 0.00604551 Jy ! Component: 200 - total flux cleaned = 0.00621152 Jy ! Total flux subtracted in 200 components = 0.00621152 Jy ! Clean residual min=-0.002346 max=0.003369 Jy/beam ! Clean residual mean=0.000003 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.195534 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 78 components and 0.195535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080606Jy sigma=0.106749 ! Fit after self-cal, rms=0.080584Jy sigma=0.106676 ! 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.080584Jy sigma=0.106676 ! Fit after self-cal, rms=0.076325Jy sigma=0.104467 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.175 mas, bmaj=10.6 mas, bpa=7.013 degrees ! Estimated noise=5.55344 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0111092 Jy ! Component: 100 - total flux cleaned = -0.0124109 Jy ! Component: 150 - total flux cleaned = -0.0127272 Jy ! Component: 200 - total flux cleaned = -0.0129694 Jy ! Total flux subtracted in 200 components = -0.0129694 Jy ! Clean residual min=-0.002241 max=0.002869 Jy/beam ! Clean residual mean=0.000002 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.182565 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 98 components and 0.182565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071608Jy sigma=0.106436 ! Fit after self-cal, rms=0.071602Jy sigma=0.106404 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 (-12, -24.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00102078 Jy ! Component: 100 - total flux cleaned = 0.00120689 Jy ! Component: 150 - total flux cleaned = 0.00116999 Jy ! Component: 200 - total flux cleaned = 0.0010478 Jy ! Total flux subtracted in 200 components = 0.0010478 Jy ! Clean residual min=-0.002024 max=0.002226 Jy/beam ! Clean residual mean=0.000002 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.183613 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 121 components and 0.183613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071323Jy sigma=0.106373 ! Fit after self-cal, rms=0.071315Jy sigma=0.106357 ! Inverting map ! Added new window around map position (-116, -63). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000254025 Jy ! Component: 100 - total flux cleaned = 0.00014193 Jy ! Component: 150 - total flux cleaned = 0.00023614 Jy ! Component: 200 - total flux cleaned = 0.000320151 Jy ! Total flux subtracted in 200 components = 0.000320151 Jy ! Clean residual min=-0.001901 max=0.002103 Jy/beam ! Clean residual mean=0.000001 rms=0.000497 Jy/beam ! Combined flux in latest and established models = 0.183933 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 150 components and 0.183933 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071212Jy sigma=0.106207 ! Fit after self-cal, rms=0.071218Jy sigma=0.106196 ! 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.071218Jy sigma=0.106196 ! Fit after self-cal, rms=0.067571Jy sigma=0.104054 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.115 mas, bmaj=10.6 mas, bpa=7.028 degrees ! Estimated noise=4.99381 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00941071 Jy ! Component: 100 - total flux cleaned = -0.0119005 Jy ! Component: 150 - total flux cleaned = -0.012728 Jy ! Component: 200 - total flux cleaned = -0.0130574 Jy ! Total flux subtracted in 200 components = -0.0130574 Jy ! Clean residual min=-0.002072 max=0.001959 Jy/beam ! Clean residual mean=0.000002 rms=0.000485 Jy/beam ! Combined flux in latest and established models = 0.170876 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 168 components and 0.170876 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063677Jy sigma=0.106048 ! Fit after self-cal, rms=0.063680Jy sigma=0.106034 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.000283525 Jy ! Component: 100 - total flux cleaned = -0.000359637 Jy ! Component: 150 - total flux cleaned = -0.000427856 Jy ! Component: 200 - total flux cleaned = -0.000524006 Jy ! Total flux subtracted in 200 components = -0.000524006 Jy ! Clean residual min=-0.001989 max=0.001871 Jy/beam ! Clean residual mean=0.000002 rms=0.000466 Jy/beam ! Combined flux in latest and established models = 0.170352 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 189 components and 0.170352 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063524Jy sigma=0.106134 ! Fit after self-cal, rms=0.063526Jy sigma=0.106132 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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.063526Jy sigma=0.106132 ! Fit after self-cal, rms=0.060578Jy sigma=0.104075 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.377 mas, bmaj=11.72 mas, bpa=7.398 degrees ! Estimated noise=5.36999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00847223 Jy ! Component: 100 - total flux cleaned = -0.0107665 Jy ! Component: 150 - total flux cleaned = -0.0120283 Jy ! Component: 200 - total flux cleaned = -0.0127702 Jy ! Total flux subtracted in 200 components = -0.0127702 Jy ! Clean residual min=-0.001789 max=0.002005 Jy/beam ! Clean residual mean=0.000003 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.157581 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 215 components and 0.157581 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057327Jy sigma=0.106125 ! Fit after self-cal, rms=0.057293Jy sigma=0.106051 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.000221354 Jy ! Component: 100 - total flux cleaned = -0.000422654 Jy ! Component: 150 - total flux cleaned = -0.000538134 Jy ! Component: 200 - total flux cleaned = -0.000625332 Jy ! Total flux subtracted in 200 components = -0.000625332 Jy ! Clean residual min=-0.001698 max=0.001890 Jy/beam ! Clean residual mean=0.000002 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.156956 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 245 components and 0.156956 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057228Jy sigma=0.106130 ! Fit after self-cal, rms=0.057227Jy sigma=0.106128 ! 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=3.07 mas, bmaj=10.61 mas, bpa=7.062 degrees ! Estimated noise=4.50558 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.07 x 10.61 at 7.062 degrees (North through East) ! Clean map min=-0.0024528 max=0.096683 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=2.297 mas, bmaj=10.23 mas, bpa=7.628 degrees ! Estimated noise=9.51956 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0687335 Jy ! Component: 100 - total flux cleaned = 0.0933694 Jy ! Component: 150 - total flux cleaned = 0.10798 Jy ! Component: 200 - total flux cleaned = 0.117955 Jy ! Total flux subtracted in 200 components = 0.117955 Jy ! Clean residual min=-0.005343 max=0.007442 Jy/beam ! Clean residual mean=0.000006 rms=0.001476 Jy/beam ! Combined flux in latest and established models = 0.117955 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.117955 Jy ! Inverting map and beam ! Estimated beam: bmin=3.07 mas, bmaj=10.61 mas, bpa=7.062 degrees ! Estimated noise=4.50558 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.0118721 Jy ! Component: 100 - total flux cleaned = 0.0194494 Jy ! Component: 150 - total flux cleaned = 0.0249775 Jy ! Component: 200 - total flux cleaned = 0.0292448 Jy ! Total flux subtracted in 200 components = 0.0292448 Jy ! Clean residual min=-0.002522 max=0.003814 Jy/beam ! Clean residual mean=0.000004 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.147199 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 53 components and 0.147199 Jy ! Inverting map ! Added new window around map position (27, -61.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00348517 Jy ! Component: 100 - total flux cleaned = 0.00513608 Jy ! Component: 150 - total flux cleaned = 0.00633074 Jy ! Component: 200 - total flux cleaned = 0.00720295 Jy ! Total flux subtracted in 200 components = 0.00720295 Jy ! Clean residual min=-0.002080 max=0.002796 Jy/beam ! Clean residual mean=0.000003 rms=0.000568 Jy/beam ! Combined flux in latest and established models = 0.154402 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 86 components and 0.154402 Jy ! Inverting map ! Added new window around map position (-27.5, 61). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00191231 Jy ! Component: 100 - total flux cleaned = 0.00224956 Jy ! Component: 150 - total flux cleaned = 0.00243099 Jy ! Component: 200 - total flux cleaned = 0.00259035 Jy ! Total flux subtracted in 200 components = 0.00259035 Jy ! Clean residual min=-0.001703 max=0.001843 Jy/beam ! Clean residual mean=0.000002 rms=0.000460 Jy/beam ! Combined flux in latest and established models = 0.156993 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 115 components and 0.156993 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.377 mas, bmaj=11.72 mas, bpa=7.398 degrees ! Estimated noise=5.36999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000608736 Jy ! Component: 100 - total flux cleaned = 0.000899297 Jy ! Component: 150 - total flux cleaned = 0.000980396 Jy ! Component: 200 - total flux cleaned = 0.000980097 Jy ! Total flux subtracted in 200 components = 0.000980097 Jy ! Clean residual min=-0.001416 max=0.001476 Jy/beam ! Clean residual mean=0.000003 rms=0.000426 Jy/beam ! Combined flux in latest and established models = 0.157973 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 = -6.26671e-05 Jy ! Component: 100 - total flux cleaned = -6.15925e-05 Jy ! Component: 150 - total flux cleaned = -8.96966e-05 Jy ! Component: 200 - total flux cleaned = -0.000139632 Jy ! Total flux subtracted in 200 components = -0.000139632 Jy ! Clean residual min=-0.001337 max=0.001391 Jy/beam ! Clean residual mean=0.000003 rms=0.000393 Jy/beam ! Combined flux in latest and established models = 0.157833 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 174 components and 0.157833 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.07 mas, bmaj=10.61 mas, bpa=7.062 degrees ! Estimated noise=4.50558 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000611206 Jy ! Component: 100 - total flux cleaned = -0.000688168 Jy ! Component: 150 - total flux cleaned = -0.000723287 Jy ! Component: 200 - total flux cleaned = -0.000722356 Jy ! Total flux subtracted in 200 components = -0.000722356 Jy ! Clean residual min=-0.001574 max=0.001561 Jy/beam ! Clean residual mean=0.000002 rms=0.000390 Jy/beam ! Combined flux in latest and established models = 0.157111 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 206 components and 0.157111 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056856Jy sigma=0.106380 ! Fit after self-cal, rms=0.056845Jy sigma=0.106318 wmodel /g0/scr/pima/npcsc_uvs/J1016+7617_S_map.mod ! Writing 206 model components to file: /g0/scr/pima/npcsc_uvs/J1016+7617_S_map.mod wobs /g0/scr/pima/npcsc_uvs/J1016+7617_S_uvs.fits ! Writing UV FITS file: /g0/scr/pima/npcsc_uvs/J1016+7617_S_uvs.fits wwins /g0/scr/pima/npcsc_uvs/J1016+7617_S_map.win ! wwins: Wrote 7 windows to /g0/scr/pima/npcsc_uvs/J1016+7617_S_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.000125815 Jy ! Component: 100 - total flux cleaned = 0.000416593 Jy ! Component: 150 - total flux cleaned = 0.000466988 Jy ! Component: 200 - total flux cleaned = 0.000443228 Jy ! Component: 250 - total flux cleaned = 0.000397063 Jy ! Component: 300 - total flux cleaned = 0.000420176 Jy ! Component: 350 - total flux cleaned = 0.000420464 Jy ! Component: 400 - total flux cleaned = 0.000420844 Jy ! Component: 450 - total flux cleaned = 0.000379292 Jy ! Component: 500 - total flux cleaned = 0.000358999 Jy ! Component: 550 - total flux cleaned = 0.000378548 Jy ! Component: 600 - total flux cleaned = 0.00035835 Jy ! Component: 650 - total flux cleaned = 0.000338577 Jy ! Component: 700 - total flux cleaned = 0.000319668 Jy ! Component: 750 - total flux cleaned = 0.000319723 Jy ! Component: 800 - total flux cleaned = 0.0003568 Jy ! Component: 850 - total flux cleaned = 0.00032048 Jy ! Component: 900 - total flux cleaned = 0.00032064 Jy ! Component: 950 - total flux cleaned = 0.000302802 Jy ! Component: 1000 - total flux cleaned = 0.000285621 Jy ! Component: 1050 - total flux cleaned = 0.000337188 Jy ! Component: 1100 - total flux cleaned = 0.000337108 Jy ! Component: 1150 - total flux cleaned = 0.000320384 Jy ! Component: 1200 - total flux cleaned = 0.000353581 Jy ! Component: 1250 - total flux cleaned = 0.000337271 Jy ! Component: 1300 - total flux cleaned = 0.000305175 Jy ! Component: 1350 - total flux cleaned = 0.000273453 Jy ! Component: 1400 - total flux cleaned = 0.000289586 Jy ! Component: 1450 - total flux cleaned = 0.00027438 Jy ! Component: 1500 - total flux cleaned = 0.000305284 Jy ! Component: 1550 - total flux cleaned = 0.000274853 Jy ! Component: 1600 - total flux cleaned = 0.000274833 Jy ! Component: 1650 - total flux cleaned = 0.00025993 Jy ! Component: 1700 - total flux cleaned = 0.00024518 Jy ! Component: 1750 - total flux cleaned = 0.000230479 Jy ! Component: 1800 - total flux cleaned = 0.000186922 Jy ! Component: 1850 - total flux cleaned = 0.000215544 Jy ! Component: 1900 - total flux cleaned = 0.000201303 Jy ! Component: 1950 - total flux cleaned = 0.000172938 Jy ! Component: 2000 - total flux cleaned = 0.000172999 Jy ! Component: 2050 - total flux cleaned = 0.000117455 Jy ! Component: 2100 - total flux cleaned = 8.98806e-05 Jy ! Component: 2150 - total flux cleaned = 6.26626e-05 Jy ! Component: 2200 - total flux cleaned = 3.55572e-05 Jy ! Component: 2250 - total flux cleaned = 8.56484e-06 Jy ! Component: 2300 - total flux cleaned = -3.1517e-05 Jy ! Component: 2350 - total flux cleaned = -8.4597e-05 Jy ! Component: 2400 - total flux cleaned = -0.000124186 Jy ! Component: 2450 - total flux cleaned = -0.000176491 Jy ! Component: 2500 - total flux cleaned = -0.000241443 Jy ! Component: 2550 - total flux cleaned = -0.000267171 Jy ! Component: 2600 - total flux cleaned = -0.000254194 Jy ! Component: 2650 - total flux cleaned = -0.000216195 Jy ! Component: 2700 - total flux cleaned = -0.000304676 Jy ! Component: 2750 - total flux cleaned = -0.00030473 Jy ! Component: 2800 - total flux cleaned = -0.00035466 Jy ! Component: 2850 - total flux cleaned = -0.000367067 Jy ! Component: 2900 - total flux cleaned = -0.000428658 Jy ! Component: 2950 - total flux cleaned = -0.000428745 Jy ! Component: 3000 - total flux cleaned = -0.000489735 Jy ! Component: 3050 - total flux cleaned = -0.000501786 Jy ! Component: 3100 - total flux cleaned = -0.000537954 Jy ! Component: 3150 - total flux cleaned = -0.000573822 Jy ! Component: 3200 - total flux cleaned = -0.000562049 Jy ! Component: 3250 - total flux cleaned = -0.000609312 Jy ! Component: 3300 - total flux cleaned = -0.000585801 Jy ! Component: 3350 - total flux cleaned = -0.000632558 Jy ! Component: 3400 - total flux cleaned = -0.000632583 Jy ! Component: 3450 - total flux cleaned = -0.000620961 Jy ! Component: 3500 - total flux cleaned = -0.000655606 Jy ! Component: 3550 - total flux cleaned = -0.000667098 Jy ! Component: 3600 - total flux cleaned = -0.000667096 Jy ! Component: 3650 - total flux cleaned = -0.000689716 Jy ! Component: 3700 - total flux cleaned = -0.000644749 Jy ! Component: 3750 - total flux cleaned = -0.000689612 Jy ! Component: 3800 - total flux cleaned = -0.000644964 Jy ! Component: 3850 - total flux cleaned = -0.000622847 Jy ! Component: 3900 - total flux cleaned = -0.000611901 Jy ! Component: 3950 - total flux cleaned = -0.000622822 Jy ! Component: 4000 - total flux cleaned = -0.000655617 Jy ! Component: 4050 - total flux cleaned = -0.000677396 Jy ! Total flux subtracted in 4096 components = -0.000633961 Jy ! Clean residual min=-0.000612 max=0.000626 Jy/beam ! Clean residual mean=0.000001 rms=0.000203 Jy/beam ! Combined flux in latest and established models = 0.156477 Jy keep ! Adding 303 model components to the UV plane model. ! The established model now contains 509 components and 0.156477 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/g0/scr/pima/npcsc_uvs/J1016+7617_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.07 x 10.61 at 7.062 degrees (North through East) ! Clean map min=-0.00165 max=0.093673 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima/npcsc_uvs/J1016+7617_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0936729 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000200113 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.640887 0.640887 1.28177 2.56355 5.1271 10.2542 20.5084 41.0168 82.0336 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.093 quit ! Quitting program ! Log file /g0/scr/pima/npcsc_uvs/J1016+7617_S_uvs.log closed on Sun Oct 6 14:28:07 2013