! Started logfile: /scr/pima/rv100_uvs/J0952+3512_X_uvs.log on Mon Feb 29 13:26:46 2016 obs /scr/pima/rv100_uvs/J0952+3512_X_uva.fits ! Reading UV FITS file: /scr/pima/rv100_uvs/J0952+3512_X_uva.fits ! AN table 1: 54 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.299824 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0952+3512 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40599e+09 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 1360 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.2 print "taper_size =", taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /scr/pima/rv100_uvs/J0952+3512_X] 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.200x0.200 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 210 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.007594Jy sigma=9.607659 ! Fit after self-cal, rms=0.751654Jy sigma=7.157951 ! 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.7715 mas, bmaj=1.359 mas, bpa=-11.02 degrees ! Estimated noise=3.3464 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.191884 Jy ! Component: 100 - total flux cleaned = 0.236851 Jy ! Total flux subtracted in 100 components = 0.236851 Jy ! Clean residual min=-0.009288 max=0.015729 Jy/beam ! Clean residual mean=-0.000006 rms=0.002434 Jy/beam ! Combined flux in latest and established models = 0.236851 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.236851 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055076Jy sigma=0.511618 ! Fit after self-cal, rms=0.055082Jy sigma=0.511455 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0151119 Jy ! Component: 100 - total flux cleaned = 0.0213 Jy ! Total flux subtracted in 100 components = 0.0213 Jy ! Clean residual min=-0.007723 max=0.007681 Jy/beam ! Clean residual mean=0.000005 rms=0.001893 Jy/beam ! Combined flux in latest and established models = 0.258151 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 9 components and 0.258151 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050597Jy sigma=0.466705 ! Fit after self-cal, rms=0.050574Jy sigma=0.466344 ! 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.9306 mas, bmaj=1.657 mas, bpa=-10.78 degrees ! Estimated noise=2.22893 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.00543998 Jy ! Component: 100 - total flux cleaned = 0.00661764 Jy ! Component: 150 - total flux cleaned = 0.00715856 Jy ! Component: 200 - total flux cleaned = 0.00727548 Jy ! Total flux subtracted in 200 components = 0.00727548 Jy ! Clean residual min=-0.007067 max=0.007977 Jy/beam ! Clean residual mean=0.000019 rms=0.001816 Jy/beam ! Combined flux in latest and established models = 0.265426 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 17 components and 0.265426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.050001Jy sigma=0.460558 ! Fit after self-cal, rms=0.049976Jy sigma=0.460382 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9306 x 1.657 at -10.78 degrees (North through East) ! Clean map min=-0.0066348 max=0.24575 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. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! KP 0.99 LA 1.03 MK 1.04 NL 1.00 ! OV 0.99 PT 0.96 SC 0.99 ! ! ! Correcting IF 2. ! A total of 66 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! KP 1.00 LA 1.02 MK 1.01 NL 1.02 ! OV 1.02 PT 0.95 SC 1.00* ! ! ! Correcting IF 3. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! KP 0.97 LA 1.03 MK 1.02 NL 1.01 ! OV 0.99 PT 0.97 SC 0.96 ! ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! KP 0.96 LA 1.04 MK 1.02 NL 0.99 ! OV 1.04 PT 0.94 SC 0.97 ! ! ! Fit before self-cal, rms=0.049976Jy sigma=0.460382 ! Fit after self-cal, rms=0.050009Jy sigma=0.465266 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9567 mas, bmaj=1.565 mas, bpa=-8.689 degrees ! Estimated noise=2.39591 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.00159346 Jy ! Component: 100 - total flux cleaned = -0.00183202 Jy ! Component: 150 - total flux cleaned = -0.00188375 Jy ! Component: 200 - total flux cleaned = -0.00188722 Jy ! Total flux subtracted in 200 components = -0.00188722 Jy ! Clean residual min=-0.006361 max=0.008176 Jy/beam ! Clean residual mean=0.000048 rms=0.001799 Jy/beam ! Combined flux in latest and established models = 0.263539 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 22 components and 0.263539 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049826Jy sigma=0.464072 ! Fit after self-cal, rms=0.049805Jy sigma=0.463865 ! 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.049805Jy sigma=0.463865 ! Fit after self-cal, rms=0.049476Jy sigma=0.451621 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9585 mas, bmaj=1.57 mas, bpa=-8.935 degrees ! Estimated noise=2.39825 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000152642 Jy ! Component: 100 - total flux cleaned = 7.29177e-05 Jy ! Component: 150 - total flux cleaned = 7.21004e-05 Jy ! Component: 200 - total flux cleaned = 7.22318e-05 Jy ! Total flux subtracted in 200 components = 7.22318e-05 Jy ! Clean residual min=-0.005308 max=0.006820 Jy/beam ! Clean residual mean=0.000032 rms=0.001448 Jy/beam ! Combined flux in latest and established models = 0.263611 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 27 components and 0.263611 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049394Jy sigma=0.451118 ! Fit after self-cal, rms=0.049435Jy sigma=0.450942 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 (2.8, -8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00652098 Jy ! Component: 100 - total flux cleaned = 0.00984084 Jy ! Component: 150 - total flux cleaned = 0.011102 Jy ! Component: 200 - total flux cleaned = 0.0114684 Jy ! Total flux subtracted in 200 components = 0.0114684 Jy ! Clean residual min=-0.004341 max=0.004632 Jy/beam ! Clean residual mean=0.000023 rms=0.001112 Jy/beam ! Combined flux in latest and established models = 0.27508 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 43 components and 0.27508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048646Jy sigma=0.441809 ! Fit after self-cal, rms=0.048542Jy sigma=0.441157 ! 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.048542Jy sigma=0.441157 ! Fit after self-cal, rms=0.048251Jy sigma=0.437654 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9577 mas, bmaj=1.57 mas, bpa=-8.99 degrees ! Estimated noise=2.39743 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00241867 Jy ! Component: 100 - total flux cleaned = 0.00296263 Jy ! Component: 150 - total flux cleaned = 0.00302227 Jy ! Component: 200 - total flux cleaned = 0.00317698 Jy ! Total flux subtracted in 200 components = 0.00317698 Jy ! Clean residual min=-0.003907 max=0.004166 Jy/beam ! Clean residual mean=0.000021 rms=0.000964 Jy/beam ! Combined flux in latest and established models = 0.278257 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 51 components and 0.278257 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048081Jy sigma=0.435959 ! Fit after self-cal, rms=0.048072Jy sigma=0.435870 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 (-39.6, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0038797 Jy ! Component: 100 - total flux cleaned = 0.00544393 Jy ! Component: 150 - total flux cleaned = 0.00574049 Jy ! Component: 200 - total flux cleaned = 0.00600637 Jy ! Total flux subtracted in 200 components = 0.00600637 Jy ! Clean residual min=-0.003504 max=0.003152 Jy/beam ! Clean residual mean=0.000016 rms=0.000845 Jy/beam ! Combined flux in latest and established models = 0.284263 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 70 components and 0.284263 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047712Jy sigma=0.432796 ! Fit after self-cal, rms=0.047662Jy sigma=0.432378 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047662Jy sigma=0.432378 ! Fit after self-cal, rms=0.047596Jy sigma=0.431960 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.682 mas, bmaj=4.234 mas, bpa=-19.49 degrees ! Estimated noise=3.05018 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00245002 Jy ! Component: 100 - total flux cleaned = 0.00310384 Jy ! Component: 150 - total flux cleaned = 0.00337838 Jy ! Component: 200 - total flux cleaned = 0.00342956 Jy ! Total flux subtracted in 200 components = 0.00342956 Jy ! Clean residual min=-0.003117 max=0.003187 Jy/beam ! Clean residual mean=0.000033 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.287693 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 80 components and 0.287693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047542Jy sigma=0.431445 ! Fit after self-cal, rms=0.047534Jy sigma=0.431320 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.000349167 Jy ! Component: 100 - total flux cleaned = 0.000466833 Jy ! Component: 150 - total flux cleaned = 0.000515885 Jy ! Component: 200 - total flux cleaned = 0.000537356 Jy ! Total flux subtracted in 200 components = 0.000537356 Jy ! Clean residual min=-0.003041 max=0.003113 Jy/beam ! Clean residual mean=0.000031 rms=0.000900 Jy/beam ! Combined flux in latest and established models = 0.28823 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 83 components and 0.28823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047503Jy sigma=0.431130 ! Fit after self-cal, rms=0.047499Jy sigma=0.431101 ! 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=0.9576 mas, bmaj=1.57 mas, bpa=-9.026 degrees ! Estimated noise=2.39671 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9576 x 1.57 at -9.026 degrees (North through East) ! Clean map min=-0.0032397 max=0.24491 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.7953 mas, bmaj=1.276 mas, bpa=-9.347 degrees ! Estimated noise=3.6102 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.19117 Jy ! Component: 100 - total flux cleaned = 0.236691 Jy ! Component: 150 - total flux cleaned = 0.252929 Jy ! Component: 200 - total flux cleaned = 0.262403 Jy ! Total flux subtracted in 200 components = 0.262403 Jy ! Clean residual min=-0.007366 max=0.007811 Jy/beam ! Clean residual mean=0.000009 rms=0.001808 Jy/beam ! Combined flux in latest and established models = 0.262403 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.262403 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9576 mas, bmaj=1.57 mas, bpa=-9.026 degrees ! Estimated noise=2.39671 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) ! Added new window around map position (0.6, -1.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00894246 Jy ! Component: 100 - total flux cleaned = 0.0140084 Jy ! Component: 150 - total flux cleaned = 0.0178782 Jy ! Component: 200 - total flux cleaned = 0.0209356 Jy ! Total flux subtracted in 200 components = 0.0209356 Jy ! Clean residual min=-0.004182 max=0.003400 Jy/beam ! Clean residual mean=0.000018 rms=0.000873 Jy/beam ! Combined flux in latest and established models = 0.283339 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 39 components and 0.283339 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.682 mas, bmaj=4.234 mas, bpa=-19.49 degrees ! Estimated noise=3.05018 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00275712 Jy ! Component: 100 - total flux cleaned = 0.00425516 Jy ! Component: 150 - total flux cleaned = 0.00468561 Jy ! Component: 200 - total flux cleaned = 0.00473035 Jy ! Total flux subtracted in 200 components = 0.00473035 Jy ! Clean residual min=-0.003422 max=0.003489 Jy/beam ! Clean residual mean=0.000032 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.288069 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 = 3.98793e-05 Jy ! Component: 100 - total flux cleaned = 3.98114e-05 Jy ! Component: 150 - total flux cleaned = 7.69637e-05 Jy ! Component: 200 - total flux cleaned = 0.000108783 Jy ! Total flux subtracted in 200 components = 0.000108783 Jy ! Clean residual min=-0.003322 max=0.003327 Jy/beam ! Clean residual mean=0.000032 rms=0.000902 Jy/beam ! Combined flux in latest and established models = 0.288178 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 59 components and 0.288178 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9576 mas, bmaj=1.57 mas, bpa=-9.026 degrees ! Estimated noise=2.39671 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.39343e-05 Jy ! Component: 100 - total flux cleaned = -1.10378e-05 Jy ! Component: 150 - total flux cleaned = 4.68929e-05 Jy ! Component: 200 - total flux cleaned = 0.000153838 Jy ! Total flux subtracted in 200 components = 0.000153838 Jy ! Clean residual min=-0.003710 max=0.003034 Jy/beam ! Clean residual mean=0.000016 rms=0.000758 Jy/beam ! Combined flux in latest and established models = 0.288331 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 79 components and 0.288332 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047441Jy sigma=0.430968 ! Fit after self-cal, rms=0.047417Jy sigma=0.430712 wmodel /scr/pima/rv100_uvs/J0952+3512_X_map.mod ! Writing 79 model components to file: /scr/pima/rv100_uvs/J0952+3512_X_map.mod wobs /scr/pima/rv100_uvs/J0952+3512_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv100_uvs/J0952+3512_X_uvs.fits wwins /scr/pima/rv100_uvs/J0952+3512_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rv100_uvs/J0952+3512_X_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00158793 Jy ! Component: 100 - total flux cleaned = -0.00241808 Jy ! Component: 150 - total flux cleaned = -0.00257466 Jy ! Component: 200 - total flux cleaned = -0.00276823 Jy ! Component: 250 - total flux cleaned = -0.00272319 Jy ! Component: 300 - total flux cleaned = -0.00259126 Jy ! Component: 350 - total flux cleaned = -0.00242124 Jy ! Component: 400 - total flux cleaned = -0.00233811 Jy ! Component: 450 - total flux cleaned = -0.00221809 Jy ! Component: 500 - total flux cleaned = -0.00210184 Jy ! Component: 550 - total flux cleaned = -0.00183802 Jy ! Component: 600 - total flux cleaned = -0.00165418 Jy ! Component: 650 - total flux cleaned = -0.00151023 Jy ! Component: 700 - total flux cleaned = -0.00133428 Jy ! Component: 750 - total flux cleaned = -0.0011964 Jy ! Component: 800 - total flux cleaned = -0.000994579 Jy ! Component: 850 - total flux cleaned = -0.000764402 Jy ! Component: 900 - total flux cleaned = -0.000667834 Jy ! Component: 950 - total flux cleaned = -0.000510098 Jy ! Component: 1000 - total flux cleaned = -0.000294436 Jy ! Component: 1050 - total flux cleaned = -0.000263911 Jy ! Component: 1100 - total flux cleaned = -8.60514e-05 Jy ! Component: 1150 - total flux cleaned = -5.76496e-05 Jy ! Component: 1200 - total flux cleaned = -2.90786e-05 Jy ! Component: 1250 - total flux cleaned = -2.87716e-05 Jy ! Component: 1300 - total flux cleaned = 8.18354e-05 Jy ! Component: 1350 - total flux cleaned = 8.25663e-05 Jy ! Component: 1400 - total flux cleaned = 0.000135882 Jy ! Component: 1450 - total flux cleaned = 0.000188016 Jy ! Component: 1500 - total flux cleaned = 0.000136822 Jy ! Component: 1550 - total flux cleaned = 0.000238232 Jy ! Component: 1600 - total flux cleaned = 0.000188491 Jy ! Component: 1650 - total flux cleaned = 0.000237719 Jy ! Component: 1700 - total flux cleaned = 0.000213394 Jy ! Component: 1750 - total flux cleaned = 0.000189866 Jy ! Component: 1800 - total flux cleaned = 0.000142576 Jy ! Component: 1850 - total flux cleaned = 7.28266e-05 Jy ! Component: 1900 - total flux cleaned = 4.98662e-05 Jy ! Component: 1950 - total flux cleaned = -8.59457e-05 Jy ! Component: 2000 - total flux cleaned = -8.60164e-05 Jy ! Component: 2050 - total flux cleaned = -0.00021842 Jy ! Component: 2100 - total flux cleaned = -0.00026182 Jy ! Component: 2150 - total flux cleaned = -0.000347804 Jy ! Component: 2200 - total flux cleaned = -0.00041111 Jy ! Component: 2250 - total flux cleaned = -0.000431827 Jy ! Component: 2300 - total flux cleaned = -0.000411034 Jy ! Component: 2350 - total flux cleaned = -0.000451911 Jy ! Component: 2400 - total flux cleaned = -0.000391148 Jy ! Component: 2450 - total flux cleaned = -0.000370948 Jy ! Component: 2500 - total flux cleaned = -0.000331345 Jy ! Component: 2550 - total flux cleaned = -0.000311633 Jy ! Component: 2600 - total flux cleaned = -0.000272824 Jy ! Component: 2650 - total flux cleaned = -0.000292448 Jy ! Component: 2700 - total flux cleaned = -0.000330775 Jy ! Component: 2750 - total flux cleaned = -0.000311624 Jy ! Component: 2800 - total flux cleaned = -0.000273943 Jy ! Component: 2850 - total flux cleaned = -0.000217749 Jy ! Component: 2900 - total flux cleaned = -0.00023631 Jy ! Component: 2950 - total flux cleaned = -0.000143963 Jy ! Component: 3000 - total flux cleaned = -0.000107482 Jy ! Component: 3050 - total flux cleaned = -5.29974e-05 Jy ! Component: 3100 - total flux cleaned = -7.10922e-05 Jy ! Component: 3150 - total flux cleaned = -7.112e-05 Jy ! Component: 3200 - total flux cleaned = -1.77745e-05 Jy ! Component: 3250 - total flux cleaned = -1.87103e-07 Jy ! Component: 3300 - total flux cleaned = -3.54297e-05 Jy ! Component: 3350 - total flux cleaned = -5.2827e-05 Jy ! Component: 3400 - total flux cleaned = -7.01967e-05 Jy ! Component: 3450 - total flux cleaned = -1.05029e-06 Jy ! Component: 3500 - total flux cleaned = 1.60966e-05 Jy ! Component: 3550 - total flux cleaned = 6.7344e-05 Jy ! Component: 3600 - total flux cleaned = 3.32595e-05 Jy ! Component: 3650 - total flux cleaned = 6.72726e-05 Jy ! Component: 3700 - total flux cleaned = 5.02672e-05 Jy ! Component: 3750 - total flux cleaned = 1.67444e-05 Jy ! Component: 3800 - total flux cleaned = -1.67287e-05 Jy ! Component: 3850 - total flux cleaned = 4.99884e-05 Jy ! Component: 3900 - total flux cleaned = 6.65687e-05 Jy ! Component: 3950 - total flux cleaned = 0.000132794 Jy ! Component: 4000 - total flux cleaned = 0.000116249 Jy ! Component: 4050 - total flux cleaned = 0.000165643 Jy ! Total flux subtracted in 4096 components = 0.000165639 Jy ! Clean residual min=-0.000872 max=0.001006 Jy/beam ! Clean residual mean=0.000004 rms=0.000247 Jy/beam ! Combined flux in latest and established models = 0.288497 Jy keep ! Adding 228 model components to the UV plane model. ! The established model now contains 307 components and 0.288497 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv100_uvs/J0952+3512_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9576 x 1.57 at -9.026 degrees (North through East) ! Clean map min=-0.0021157 max=0.24397 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv100_uvs/J0952+3512_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.243967 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000244765 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.300981 0.300981 0.601962 1.20392 2.40785 4.8157 9.6314 19.2628 38.5256 77.0512 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0007 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.243 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 996.74 quit ! Quitting program ! Log file /scr/pima/rv100_uvs/J0952+3512_X_uvs.log closed on Mon Feb 29 13:26:50 2016