! Started logfile: /scr/pima/bg219a_uvs/J2200-1632_S_uvs.log on Wed Apr 6 23:03:58 2016 obs /scr/pima/bg219a_uvs/J2200-1632_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J2200-1632_S_uva.fits ! AN table 1: 26 integrations on 10 of 10 possible baselines. ! AN table 2: 26 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.9 visibilities/baseline/integration-bin. ! Found source: J2200-1632 ! ! 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.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 49 lines of history. ! ! Reading 1872 visibilities. select rr, 1,2,3,4,6,7,8 ! Restricting channel ranges to the available 4 channels. ! 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 /scr/pima/bg219a_uvs/J2200-1632_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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. ! A total of 10 telescope corrections were flagged in sub-array 1. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! A total of 10 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.009990Jy sigma=20.662501 ! Fit after self-cal, rms=0.939777Jy sigma=19.255814 ! 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.814 mas, bmaj=7.977 mas, bpa=16.89 degrees ! Estimated noise=1.0835 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.0485993 Jy ! Component: 100 - total flux cleaned = 0.0592034 Jy ! Total flux subtracted in 100 components = 0.0592034 Jy ! Clean residual min=-0.005839 max=0.004754 Jy/beam ! Clean residual mean=-0.000004 rms=0.001418 Jy/beam ! Combined flux in latest and established models = 0.0592034 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.0592034 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062808Jy sigma=1.150663 ! Fit after self-cal, rms=0.061663Jy sigma=1.131504 ! 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.412 mas, bmaj=8.997 mas, bpa=14.72 degrees ! Estimated noise=0.850364 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.00273731 Jy ! Component: 100 - total flux cleaned = 0.00316941 Jy ! Component: 150 - total flux cleaned = 0.00338965 Jy ! Component: 200 - total flux cleaned = 0.00352641 Jy ! Total flux subtracted in 200 components = 0.00352641 Jy ! Clean residual min=-0.003480 max=0.003741 Jy/beam ! Clean residual mean=0.000009 rms=0.000972 Jy/beam ! Combined flux in latest and established models = 0.0627298 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 11 components and 0.0627298 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061428Jy sigma=1.128260 ! Fit after self-cal, rms=0.061382Jy sigma=1.128078 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.412 x 8.997 at 14.72 degrees (North through East) ! Clean map min=-0.0034242 max=0.062118 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! LA 0.90 MK 0.89 NL 1.12 PT 1.02 ! SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 1.09 NL 1.11 OV 1.04 PT 1.02 ! SC 1.00 ! ! Telescope amplitude corrections in sub-array 2: ! LA 0.91 MK 1.06 NL 0.97 PT 0.99 ! SC 0.88 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.12 NL 0.93 OV 0.97 PT 1.10 ! SC 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! LA 1.00 MK 0.89 NL 0.93 PT 1.15 ! SC 0.94 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 0.92 NL 1.05 OV 0.91 PT 1.08 ! SC 1.02 ! ! Telescope amplitude corrections in sub-array 2: ! LA 1.11 MK 1.04 NL 0.97 PT 1.00 ! SC 1.00 ! ! ! Fit before self-cal, rms=0.061382Jy sigma=1.128078 ! Fit after self-cal, rms=0.060793Jy sigma=1.121819 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.381 mas, bmaj=8.843 mas, bpa=14.89 degrees ! Estimated noise=0.855462 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.00135665 Jy ! Component: 100 - total flux cleaned = 0.00191814 Jy ! Component: 150 - total flux cleaned = 0.00203474 Jy ! Component: 200 - total flux cleaned = 0.00210678 Jy ! Total flux subtracted in 200 components = 0.00210678 Jy ! Clean residual min=-0.003594 max=0.003314 Jy/beam ! Clean residual mean=0.000002 rms=0.000934 Jy/beam ! Combined flux in latest and established models = 0.0648366 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 25 components and 0.0648366 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060757Jy sigma=1.121295 ! Fit after self-cal, rms=0.060763Jy sigma=1.120348 ! 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.060763Jy sigma=1.120348 ! Fit after self-cal, rms=0.061178Jy sigma=1.119879 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.354 mas, bmaj=8.776 mas, bpa=14.83 degrees ! Estimated noise=0.863067 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00115525 Jy ! Component: 100 - total flux cleaned = 0.00170046 Jy ! Component: 150 - total flux cleaned = 0.00182866 Jy ! Component: 200 - total flux cleaned = 0.00192325 Jy ! Total flux subtracted in 200 components = 0.00192325 Jy ! Clean residual min=-0.003460 max=0.003184 Jy/beam ! Clean residual mean=0.000002 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.0667599 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 29 components and 0.0667599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061150Jy sigma=1.119521 ! Fit after self-cal, rms=0.061169Jy sigma=1.119417 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.57256e-06 Jy ! Component: 100 - total flux cleaned = 2.25243e-05 Jy ! Component: 150 - total flux cleaned = 3.61355e-05 Jy ! Component: 200 - total flux cleaned = 4.78991e-05 Jy ! Total flux subtracted in 200 components = 4.78991e-05 Jy ! Clean residual min=-0.003395 max=0.003224 Jy/beam ! Clean residual mean=0.000001 rms=0.000888 Jy/beam ! Combined flux in latest and established models = 0.0668078 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 34 components and 0.0668078 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061159Jy sigma=1.119307 ! Fit after self-cal, rms=0.061157Jy sigma=1.119263 ! 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.061157Jy sigma=1.119263 ! Fit after self-cal, rms=0.061559Jy sigma=1.119024 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.334 mas, bmaj=8.726 mas, bpa=14.77 degrees ! Estimated noise=0.870279 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000988749 Jy ! Component: 100 - total flux cleaned = 0.00150566 Jy ! Component: 150 - total flux cleaned = 0.00162186 Jy ! Component: 200 - total flux cleaned = 0.00169699 Jy ! Total flux subtracted in 200 components = 0.00169699 Jy ! Clean residual min=-0.003451 max=0.003214 Jy/beam ! Clean residual mean=0.000003 rms=0.000889 Jy/beam ! Combined flux in latest and established models = 0.0685048 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 35 components and 0.0685048 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061537Jy sigma=1.118785 ! Fit after self-cal, rms=0.061547Jy sigma=1.118745 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 = -3.11386e-06 Jy ! Component: 100 - total flux cleaned = 2.60287e-05 Jy ! Component: 150 - total flux cleaned = 2.57867e-05 Jy ! Component: 200 - total flux cleaned = 4.85055e-05 Jy ! Total flux subtracted in 200 components = 4.85055e-05 Jy ! Clean residual min=-0.003405 max=0.003210 Jy/beam ! Clean residual mean=0.000002 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.0685533 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 36 components and 0.0685533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061539Jy sigma=1.118666 ! Fit after self-cal, rms=0.061537Jy sigma=1.118635 ! 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.061537Jy sigma=1.118635 ! Fit after self-cal, rms=0.061897Jy sigma=1.118465 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.614 mas, bmaj=17.12 mas, bpa=3.723 degrees ! Estimated noise=1.1327 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00146142 Jy ! Component: 100 - total flux cleaned = 0.00193453 Jy ! Component: 150 - total flux cleaned = 0.00197221 Jy ! Component: 200 - total flux cleaned = 0.00199469 Jy ! Total flux subtracted in 200 components = 0.00199469 Jy ! Clean residual min=-0.004207 max=0.003217 Jy/beam ! Clean residual mean=0.000005 rms=0.001260 Jy/beam ! Combined flux in latest and established models = 0.070548 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 38 components and 0.070548 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061894Jy sigma=1.118493 ! Fit after self-cal, rms=0.061879Jy sigma=1.118297 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.000130514 Jy ! Component: 100 - total flux cleaned = 0.000132371 Jy ! Component: 150 - total flux cleaned = 0.000145239 Jy ! Component: 200 - total flux cleaned = 0.000167296 Jy ! Total flux subtracted in 200 components = 0.000167296 Jy ! Clean residual min=-0.004231 max=0.003228 Jy/beam ! Clean residual mean=0.000004 rms=0.001261 Jy/beam ! Combined flux in latest and established models = 0.0707152 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 39 components and 0.0707152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061879Jy sigma=1.118346 ! Fit after self-cal, rms=0.061872Jy sigma=1.118283 ! 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.318 mas, bmaj=8.681 mas, bpa=14.72 degrees ! Estimated noise=0.876772 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.318 x 8.681 at 14.72 degrees (North through East) ! Clean map min=-0.0033773 max=0.062509 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.778 mas, bmaj=7.786 mas, bpa=16.8 degrees ! Estimated noise=1.0792 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0495235 Jy ! Component: 100 - total flux cleaned = 0.0605434 Jy ! Component: 150 - total flux cleaned = 0.0636717 Jy ! Component: 200 - total flux cleaned = 0.0646111 Jy ! Total flux subtracted in 200 components = 0.0646111 Jy ! Clean residual min=-0.003906 max=0.004072 Jy/beam ! Clean residual mean=0.000004 rms=0.001082 Jy/beam ! Combined flux in latest and established models = 0.0646111 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0646111 Jy ! Inverting map and beam ! Estimated beam: bmin=3.318 mas, bmaj=8.681 mas, bpa=14.72 degrees ! Estimated noise=0.876772 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.00308843 Jy ! Component: 100 - total flux cleaned = 0.00405134 Jy ! Component: 150 - total flux cleaned = 0.00431596 Jy ! Component: 200 - total flux cleaned = 0.00452839 Jy ! Total flux subtracted in 200 components = 0.00452839 Jy ! Clean residual min=-0.003493 max=0.003286 Jy/beam ! Clean residual mean=0.000005 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.0691395 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 29 components and 0.0691395 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.614 mas, bmaj=17.12 mas, bpa=3.723 degrees ! Estimated noise=1.1327 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0010388 Jy ! Component: 100 - total flux cleaned = 0.00109699 Jy ! Component: 150 - total flux cleaned = 0.00117459 Jy ! Component: 200 - total flux cleaned = 0.00121967 Jy ! Total flux subtracted in 200 components = 0.00121967 Jy ! Clean residual min=-0.004235 max=0.003471 Jy/beam ! Clean residual mean=0.000007 rms=0.001306 Jy/beam ! Combined flux in latest and established models = 0.0703592 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 = 4.12717e-05 Jy ! Component: 100 - total flux cleaned = 9.60078e-05 Jy ! Component: 150 - total flux cleaned = 0.000128247 Jy ! Component: 200 - total flux cleaned = 0.000156639 Jy ! Total flux subtracted in 200 components = 0.000156639 Jy ! Clean residual min=-0.004211 max=0.003364 Jy/beam ! Clean residual mean=0.000006 rms=0.001284 Jy/beam ! Combined flux in latest and established models = 0.0705158 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 34 components and 0.0705158 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.318 mas, bmaj=8.681 mas, bpa=14.72 degrees ! Estimated noise=0.876772 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00026627 Jy ! Component: 100 - total flux cleaned = -0.000272025 Jy ! Component: 150 - total flux cleaned = -0.000275953 Jy ! Component: 200 - total flux cleaned = -0.000277253 Jy ! Total flux subtracted in 200 components = -0.000277253 Jy ! Clean residual min=-0.003406 max=0.003274 Jy/beam ! Clean residual mean=0.000003 rms=0.000893 Jy/beam ! Combined flux in latest and established models = 0.0702386 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 45 components and 0.0702386 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061864Jy sigma=1.118181 ! Fit after self-cal, rms=0.061874Jy sigma=1.118137 wmodel /scr/pima/bg219a_uvs/J2200-1632_S_map.mod ! Writing 45 model components to file: /scr/pima/bg219a_uvs/J2200-1632_S_map.mod wobs /scr/pima/bg219a_uvs/J2200-1632_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J2200-1632_S_uvs.fits wwins /scr/pima/bg219a_uvs/J2200-1632_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219a_uvs/J2200-1632_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.000208512 Jy ! Component: 100 - total flux cleaned = -9.48779e-05 Jy ! Component: 150 - total flux cleaned = -0.000190069 Jy ! Component: 200 - total flux cleaned = -0.000235698 Jy ! Component: 250 - total flux cleaned = -0.000318576 Jy ! Component: 300 - total flux cleaned = -0.000394688 Jy ! Component: 350 - total flux cleaned = -0.000288209 Jy ! Component: 400 - total flux cleaned = -0.00011643 Jy ! Component: 450 - total flux cleaned = -1.97406e-05 Jy ! Component: 500 - total flux cleaned = 7.24685e-05 Jy ! Component: 550 - total flux cleaned = 4.31361e-05 Jy ! Component: 600 - total flux cleaned = -7.01103e-05 Jy ! Component: 650 - total flux cleaned = -0.000179606 Jy ! Component: 700 - total flux cleaned = -0.000313456 Jy ! Component: 750 - total flux cleaned = -0.000468805 Jy ! Component: 800 - total flux cleaned = -0.000618883 Jy ! Component: 850 - total flux cleaned = -0.000739711 Jy ! Component: 900 - total flux cleaned = -0.000787083 Jy ! Component: 950 - total flux cleaned = -0.000855947 Jy ! Component: 1000 - total flux cleaned = -0.000966865 Jy ! Component: 1050 - total flux cleaned = -0.00109573 Jy ! Component: 1100 - total flux cleaned = -0.00113717 Jy ! Component: 1150 - total flux cleaned = -0.00123919 Jy ! Component: 1200 - total flux cleaned = -0.00133867 Jy ! Component: 1250 - total flux cleaned = -0.00147443 Jy ! Component: 1300 - total flux cleaned = -0.00151271 Jy ! Component: 1350 - total flux cleaned = -0.0016242 Jy ! Component: 1400 - total flux cleaned = -0.00171481 Jy ! Component: 1450 - total flux cleaned = -0.00176799 Jy ! Component: 1500 - total flux cleaned = -0.00187173 Jy ! Component: 1550 - total flux cleaned = -0.00199057 Jy ! Component: 1600 - total flux cleaned = -0.00209096 Jy ! Component: 1650 - total flux cleaned = -0.00222245 Jy ! Component: 1700 - total flux cleaned = -0.00231947 Jy ! Component: 1750 - total flux cleaned = -0.002415 Jy ! Component: 1800 - total flux cleaned = -0.00246196 Jy ! Component: 1850 - total flux cleaned = -0.00255502 Jy ! Component: 1900 - total flux cleaned = -0.00266209 Jy ! Component: 1950 - total flux cleaned = -0.00272238 Jy ! Component: 2000 - total flux cleaned = -0.0027522 Jy ! Component: 2050 - total flux cleaned = -0.0027964 Jy ! Component: 2100 - total flux cleaned = -0.00282555 Jy ! Component: 2150 - total flux cleaned = -0.00286888 Jy ! Component: 2200 - total flux cleaned = -0.00289741 Jy ! Component: 2250 - total flux cleaned = -0.0028973 Jy ! Component: 2300 - total flux cleaned = -0.0028973 Jy ! Component: 2350 - total flux cleaned = -0.00289736 Jy ! Component: 2400 - total flux cleaned = -0.00286948 Jy ! Component: 2450 - total flux cleaned = -0.00286953 Jy ! Component: 2500 - total flux cleaned = -0.00286956 Jy ! Component: 2550 - total flux cleaned = -0.00285569 Jy ! Component: 2600 - total flux cleaned = -0.00288332 Jy ! Component: 2650 - total flux cleaned = -0.00289708 Jy ! Component: 2700 - total flux cleaned = -0.00289714 Jy ! Component: 2750 - total flux cleaned = -0.00291098 Jy ! Component: 2800 - total flux cleaned = -0.00292482 Jy ! Component: 2850 - total flux cleaned = -0.00293858 Jy ! Component: 2900 - total flux cleaned = -0.00297994 Jy ! Component: 2950 - total flux cleaned = -0.00296614 Jy ! Component: 3000 - total flux cleaned = -0.00297988 Jy ! Component: 3050 - total flux cleaned = -0.00297976 Jy ! Component: 3100 - total flux cleaned = -0.00303522 Jy ! Component: 3150 - total flux cleaned = -0.00306304 Jy ! Component: 3200 - total flux cleaned = -0.00307695 Jy ! Component: 3250 - total flux cleaned = -0.0030769 Jy ! Component: 3300 - total flux cleaned = -0.00309087 Jy ! Component: 3350 - total flux cleaned = -0.00313332 Jy ! Component: 3400 - total flux cleaned = -0.00313335 Jy ! Component: 3450 - total flux cleaned = -0.00313335 Jy ! Component: 3500 - total flux cleaned = -0.00311899 Jy ! Component: 3550 - total flux cleaned = -0.00311895 Jy ! Component: 3600 - total flux cleaned = -0.00310444 Jy ! Component: 3650 - total flux cleaned = -0.0030754 Jy ! Component: 3700 - total flux cleaned = -0.00307548 Jy ! Component: 3750 - total flux cleaned = -0.00304593 Jy ! Component: 3800 - total flux cleaned = -0.00307572 Jy ! Component: 3850 - total flux cleaned = -0.00306065 Jy ! Component: 3900 - total flux cleaned = -0.0030759 Jy ! Component: 3950 - total flux cleaned = -0.003076 Jy ! Component: 4000 - total flux cleaned = -0.00309148 Jy ! Component: 4050 - total flux cleaned = -0.00306033 Jy ! Total flux subtracted in 4096 components = -0.00302888 Jy ! Clean residual min=-0.001016 max=0.000941 Jy/beam ! Clean residual mean=0.000008 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 0.0672097 Jy keep ! Adding 205 model components to the UV plane model. ! The established model now contains 250 components and 0.0672097 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J2200-1632_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.318 x 8.681 at 14.72 degrees (North through East) ! Clean map min=-0.0024833 max=0.062852 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J2200-1632_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0628517 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00027624 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.31853 1.31853 2.63707 5.27413 10.5483 21.0965 42.193 84.3861 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.062 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 227.525 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J2200-1632_S_uvs.log closed on Wed Apr 6 23:04:02 2016