! Started logfile: /scr/pima/rv100_uvs/J1016+0513_X_uvs.log on Mon Feb 29 13:26:51 2016 obs /scr/pima/rv100_uvs/J1016+0513_X_uva.fits ! Reading UV FITS file: /scr/pima/rv100_uvs/J1016+0513_X_uva.fits ! AN table 1: 38 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.705514 visibilities/baseline/integration-bin. ! Found source: J1016+0513 ! ! 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 2252 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/J1016+0513_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 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 74 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.033383Jy sigma=9.296095 ! Fit after self-cal, rms=0.749330Jy sigma=6.666615 ! 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.8138 mas, bmaj=6.172 mas, bpa=-28.34 degrees ! Estimated noise=3.1196 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.196538 Jy ! Component: 100 - total flux cleaned = 0.239424 Jy ! Total flux subtracted in 100 components = 0.239424 Jy ! Clean residual min=-0.009923 max=0.014332 Jy/beam ! Clean residual mean=0.000034 rms=0.002624 Jy/beam ! Combined flux in latest and established models = 0.239424 Jy ! Performing phase self-cal ! Adding 2 model components to the UV plane model. ! The established model now contains 2 components and 0.239424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066088Jy sigma=0.536921 ! Fit after self-cal, rms=0.066075Jy sigma=0.536869 ! 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=1.054 mas, bmaj=5.977 mas, bpa=-27.79 degrees ! Estimated noise=1.76656 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 (-8.8, 4.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0185015 Jy ! Component: 100 - total flux cleaned = 0.0281778 Jy ! Component: 150 - total flux cleaned = 0.0343673 Jy ! Component: 200 - total flux cleaned = 0.0390048 Jy ! Total flux subtracted in 200 components = 0.0390048 Jy ! Clean residual min=-0.005169 max=0.005940 Jy/beam ! Clean residual mean=0.000009 rms=0.001289 Jy/beam ! Combined flux in latest and established models = 0.278429 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 46 components and 0.278429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061187Jy sigma=0.479175 ! Fit after self-cal, rms=0.061066Jy sigma=0.477596 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.054 x 5.977 at -27.79 degrees (North through East) ! Clean map min=-0.0047742 max=0.2493 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: ! HN 1.13 KP 0.97 LA 1.02 MK 1.01 ! NL 0.98 OV 1.01 PT 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! HN 1.09 KP 0.98 LA 1.00 MK 0.99 ! NL 0.98 OV 1.02 PT 0.99 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! HN 1.06 KP 0.98 LA 1.00 MK 0.99 ! NL 1.00 OV 0.98 PT 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! HN 1.03 KP 0.96 LA 1.04 MK 1.02 ! NL 0.98 OV 0.97 PT 0.96 ! ! ! Fit before self-cal, rms=0.061066Jy sigma=0.477596 ! Fit after self-cal, rms=0.060988Jy sigma=0.470156 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.059 mas, bmaj=5.951 mas, bpa=-27.75 degrees ! Estimated noise=1.75251 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.00125894 Jy ! Component: 100 - total flux cleaned = 0.00233497 Jy ! Component: 150 - total flux cleaned = 0.00288606 Jy ! Component: 200 - total flux cleaned = 0.00309154 Jy ! Total flux subtracted in 200 components = 0.00309154 Jy ! Clean residual min=-0.003281 max=0.002861 Jy/beam ! Clean residual mean=-0.000004 rms=0.000766 Jy/beam ! Combined flux in latest and established models = 0.28152 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 73 components and 0.28152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060700Jy sigma=0.467753 ! Fit after self-cal, rms=0.060718Jy sigma=0.467675 ! 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.060718Jy sigma=0.467675 ! Fit after self-cal, rms=0.060587Jy sigma=0.467561 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.06 mas, bmaj=5.946 mas, bpa=-27.75 degrees ! Estimated noise=1.75003 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00104692 Jy ! Component: 100 - total flux cleaned = 0.00110384 Jy ! Component: 150 - total flux cleaned = 0.000948548 Jy ! Component: 200 - total flux cleaned = 0.000856464 Jy ! Total flux subtracted in 200 components = 0.000856464 Jy ! Clean residual min=-0.002982 max=0.002831 Jy/beam ! Clean residual mean=-0.000001 rms=0.000709 Jy/beam ! Combined flux in latest and established models = 0.282377 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 92 components and 0.282377 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060482Jy sigma=0.466803 ! Fit after self-cal, rms=0.060478Jy sigma=0.466787 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 = -9.64404e-05 Jy ! Component: 100 - total flux cleaned = -0.000136815 Jy ! Component: 150 - total flux cleaned = -9.71382e-05 Jy ! Component: 200 - total flux cleaned = -6.01403e-05 Jy ! Total flux subtracted in 200 components = -6.01403e-05 Jy ! Clean residual min=-0.002860 max=0.002761 Jy/beam ! Clean residual mean=-0.000001 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.282317 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 110 components and 0.282317 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060424Jy sigma=0.466391 ! Fit after self-cal, rms=0.060423Jy sigma=0.466380 ! 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.060423Jy sigma=0.466380 ! Fit after self-cal, rms=0.060573Jy sigma=0.464607 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.06 mas, bmaj=5.95 mas, bpa=-27.74 degrees ! Estimated noise=1.75131 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0010429 Jy ! Component: 100 - total flux cleaned = -0.00111833 Jy ! Component: 150 - total flux cleaned = -0.00108699 Jy ! Component: 200 - total flux cleaned = -0.000974798 Jy ! Total flux subtracted in 200 components = -0.000974798 Jy ! Clean residual min=-0.002422 max=0.002566 Jy/beam ! Clean residual mean=0.000004 rms=0.000601 Jy/beam ! Combined flux in latest and established models = 0.281342 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 130 components and 0.281342 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060519Jy sigma=0.464217 ! Fit after self-cal, rms=0.060519Jy sigma=0.464175 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 (14.6, 15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0009158 Jy ! Component: 100 - total flux cleaned = 0.000979644 Jy ! Component: 150 - total flux cleaned = 0.00113767 Jy ! Component: 200 - total flux cleaned = 0.00117886 Jy ! Total flux subtracted in 200 components = 0.00117886 Jy ! Clean residual min=-0.002268 max=0.002527 Jy/beam ! Clean residual mean=0.000005 rms=0.000546 Jy/beam ! Combined flux in latest and established models = 0.282521 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 156 components and 0.282521 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060350Jy sigma=0.463138 ! Fit after self-cal, rms=0.060343Jy sigma=0.463091 ! Inverting map ! Added new window around map position (-47.6, -0.6). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00122472 Jy ! Component: 100 - total flux cleaned = 0.00134918 Jy ! Component: 150 - total flux cleaned = 0.00157134 Jy ! Component: 200 - total flux cleaned = 0.00167364 Jy ! Total flux subtracted in 200 components = 0.00167364 Jy ! Clean residual min=-0.002049 max=0.002140 Jy/beam ! Clean residual mean=0.000002 rms=0.000506 Jy/beam ! Combined flux in latest and established models = 0.284194 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 182 components and 0.284194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060164Jy sigma=0.462020 ! Fit after self-cal, rms=0.060157Jy sigma=0.461965 ! 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.060157Jy sigma=0.461965 ! Fit after self-cal, rms=0.060103Jy sigma=0.461769 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.857 mas, bmaj=5.697 mas, bpa=-33.55 degrees ! Estimated noise=2.03031 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000566647 Jy ! Component: 100 - total flux cleaned = 0.000843011 Jy ! Component: 150 - total flux cleaned = 0.000967992 Jy ! Component: 200 - total flux cleaned = 0.00104156 Jy ! Total flux subtracted in 200 components = 0.00104156 Jy ! Clean residual min=-0.001647 max=0.001813 Jy/beam ! Clean residual mean=-0.000001 rms=0.000465 Jy/beam ! Combined flux in latest and established models = 0.285236 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 211 components and 0.285236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060036Jy sigma=0.461404 ! Fit after self-cal, rms=0.060034Jy sigma=0.461373 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.06096e-05 Jy ! Component: 100 - total flux cleaned = 0.00022426 Jy ! Component: 150 - total flux cleaned = 0.000259343 Jy ! Component: 200 - total flux cleaned = 0.000227794 Jy ! Total flux subtracted in 200 components = 0.000227794 Jy ! Clean residual min=-0.001629 max=0.001672 Jy/beam ! Clean residual mean=-0.000002 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.285464 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 236 components and 0.285464 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059989Jy sigma=0.461165 ! Fit after self-cal, rms=0.059988Jy sigma=0.461154 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=1.061 mas, bmaj=5.951 mas, bpa=-27.73 degrees ! Estimated noise=1.7486 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.061 x 5.951 at -27.73 degrees (North through East) ! Clean map min=-0.00296 max=0.24774 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.8189 mas, bmaj=6.139 mas, bpa=-28.29 degrees ! Estimated noise=3.10752 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.195719 Jy ! Component: 100 - total flux cleaned = 0.238412 Jy ! Component: 150 - total flux cleaned = 0.251018 Jy ! Component: 200 - total flux cleaned = 0.258514 Jy ! Total flux subtracted in 200 components = 0.258514 Jy ! Clean residual min=-0.006026 max=0.005504 Jy/beam ! Clean residual mean=0.000022 rms=0.001447 Jy/beam ! Combined flux in latest and established models = 0.258514 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.258514 Jy ! Inverting map and beam ! Estimated beam: bmin=1.061 mas, bmaj=5.951 mas, bpa=-27.73 degrees ! Estimated noise=1.7486 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.00721819 Jy ! Component: 100 - total flux cleaned = 0.0116264 Jy ! Component: 150 - total flux cleaned = 0.0146814 Jy ! Component: 200 - total flux cleaned = 0.0170949 Jy ! Total flux subtracted in 200 components = 0.0170949 Jy ! Clean residual min=-0.003341 max=0.002883 Jy/beam ! Clean residual mean=0.000020 rms=0.000795 Jy/beam ! Combined flux in latest and established models = 0.275609 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 69 components and 0.275609 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.857 mas, bmaj=5.697 mas, bpa=-33.55 degrees ! Estimated noise=2.03031 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00292717 Jy ! Component: 100 - total flux cleaned = 0.00491477 Jy ! Component: 150 - total flux cleaned = 0.00632756 Jy ! Component: 200 - total flux cleaned = 0.00728096 Jy ! Total flux subtracted in 200 components = 0.00728096 Jy ! Clean residual min=-0.002575 max=0.002350 Jy/beam ! Clean residual mean=0.000009 rms=0.000647 Jy/beam ! Combined flux in latest and established models = 0.28289 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.000863464 Jy ! Component: 100 - total flux cleaned = 0.0012917 Jy ! Component: 150 - total flux cleaned = 0.00157201 Jy ! Component: 200 - total flux cleaned = 0.00183328 Jy ! Total flux subtracted in 200 components = 0.00183328 Jy ! Clean residual min=-0.002319 max=0.002099 Jy/beam ! Clean residual mean=0.000004 rms=0.000557 Jy/beam ! Combined flux in latest and established models = 0.284723 Jy ! Adding 81 model components to the UV plane model. ! The established model now contains 142 components and 0.284723 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.061 mas, bmaj=5.951 mas, bpa=-27.73 degrees ! Estimated noise=1.7486 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.28076e-05 Jy ! Component: 100 - total flux cleaned = 0.000192311 Jy ! Component: 150 - total flux cleaned = 6.20379e-06 Jy ! Component: 200 - total flux cleaned = -0.000106155 Jy ! Total flux subtracted in 200 components = -0.000106155 Jy ! Clean residual min=-0.002439 max=0.002300 Jy/beam ! Clean residual mean=0.000003 rms=0.000543 Jy/beam ! Combined flux in latest and established models = 0.284617 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 177 components and 0.284617 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060228Jy sigma=0.462546 ! Fit after self-cal, rms=0.060223Jy sigma=0.462469 wmodel /scr/pima/rv100_uvs/J1016+0513_X_map.mod ! Writing 177 model components to file: /scr/pima/rv100_uvs/J1016+0513_X_map.mod wobs /scr/pima/rv100_uvs/J1016+0513_X_uvs.fits ! Writing UV FITS file: /scr/pima/rv100_uvs/J1016+0513_X_uvs.fits wwins /scr/pima/rv100_uvs/J1016+0513_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rv100_uvs/J1016+0513_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.000800809 Jy ! Component: 100 - total flux cleaned = -0.0010229 Jy ! Component: 150 - total flux cleaned = -0.00126609 Jy ! Component: 200 - total flux cleaned = -0.00159972 Jy ! Component: 250 - total flux cleaned = -0.00185868 Jy ! Component: 300 - total flux cleaned = -0.00207918 Jy ! Component: 350 - total flux cleaned = -0.00229485 Jy ! Component: 400 - total flux cleaned = -0.00250498 Jy ! Component: 450 - total flux cleaned = -0.00268166 Jy ! Component: 500 - total flux cleaned = -0.00294115 Jy ! Component: 550 - total flux cleaned = -0.00313886 Jy ! Component: 600 - total flux cleaned = -0.00338851 Jy ! Component: 650 - total flux cleaned = -0.00360604 Jy ! Component: 700 - total flux cleaned = -0.00379309 Jy ! Component: 750 - total flux cleaned = -0.00402979 Jy ! Component: 800 - total flux cleaned = -0.00423668 Jy ! Component: 850 - total flux cleaned = -0.00441507 Jy ! Component: 900 - total flux cleaned = -0.0046658 Jy ! Component: 950 - total flux cleaned = -0.00473978 Jy ! Component: 1000 - total flux cleaned = -0.00483766 Jy ! Component: 1050 - total flux cleaned = -0.00495831 Jy ! Component: 1100 - total flux cleaned = -0.00510089 Jy ! Component: 1150 - total flux cleaned = -0.00521801 Jy ! Component: 1200 - total flux cleaned = -0.00535709 Jy ! Component: 1250 - total flux cleaned = -0.00549392 Jy ! Component: 1300 - total flux cleaned = -0.00558405 Jy ! Component: 1350 - total flux cleaned = -0.00569557 Jy ! Component: 1400 - total flux cleaned = -0.00573985 Jy ! Component: 1450 - total flux cleaned = -0.00589273 Jy ! Component: 1500 - total flux cleaned = -0.00593605 Jy ! Component: 1550 - total flux cleaned = -0.00604297 Jy ! Component: 1600 - total flux cleaned = -0.00614871 Jy ! Component: 1650 - total flux cleaned = -0.00623252 Jy ! Component: 1700 - total flux cleaned = -0.00633651 Jy ! Component: 1750 - total flux cleaned = -0.00658373 Jy ! Component: 1800 - total flux cleaned = -0.00664473 Jy ! Component: 1850 - total flux cleaned = -0.00674585 Jy ! Component: 1900 - total flux cleaned = -0.00678613 Jy ! Component: 1950 - total flux cleaned = -0.00690574 Jy ! Component: 2000 - total flux cleaned = -0.00698455 Jy ! Component: 2050 - total flux cleaned = -0.00704346 Jy ! Component: 2100 - total flux cleaned = -0.00710184 Jy ! Component: 2150 - total flux cleaned = -0.00715982 Jy ! Component: 2200 - total flux cleaned = -0.00723663 Jy ! Component: 2250 - total flux cleaned = -0.00727471 Jy ! Component: 2300 - total flux cleaned = -0.00735037 Jy ! Component: 2350 - total flux cleaned = -0.00740683 Jy ! Component: 2400 - total flux cleaned = -0.00748164 Jy ! Component: 2450 - total flux cleaned = -0.007519 Jy ! Component: 2500 - total flux cleaned = -0.00764851 Jy ! Component: 2550 - total flux cleaned = -0.00770368 Jy ! Component: 2600 - total flux cleaned = -0.00779522 Jy ! Component: 2650 - total flux cleaned = -0.00794088 Jy ! Component: 2700 - total flux cleaned = -0.00797698 Jy ! Component: 2750 - total flux cleaned = -0.00806705 Jy ! Component: 2800 - total flux cleaned = -0.00815646 Jy ! Component: 2850 - total flux cleaned = -0.00826337 Jy ! Component: 2900 - total flux cleaned = -0.00840521 Jy ! Component: 2950 - total flux cleaned = -0.00851087 Jy ! Component: 3000 - total flux cleaned = -0.00861611 Jy ! Component: 3050 - total flux cleaned = -0.00872086 Jy ! Component: 3100 - total flux cleaned = -0.00884258 Jy ! Component: 3150 - total flux cleaned = -0.00896358 Jy ! Component: 3200 - total flux cleaned = -0.00904962 Jy ! Component: 3250 - total flux cleaned = -0.00920385 Jy ! Component: 3300 - total flux cleaned = -0.00932334 Jy ! Component: 3350 - total flux cleaned = -0.00940833 Jy ! Component: 3400 - total flux cleaned = -0.00952688 Jy ! Component: 3450 - total flux cleaned = -0.00967877 Jy ! Component: 3500 - total flux cleaned = -0.00974603 Jy ! Component: 3550 - total flux cleaned = -0.00989705 Jy ! Component: 3600 - total flux cleaned = -0.00996403 Jy ! Component: 3650 - total flux cleaned = -0.010081 Jy ! Component: 3700 - total flux cleaned = -0.0101477 Jy ! Component: 3750 - total flux cleaned = -0.010264 Jy ! Component: 3800 - total flux cleaned = -0.0103469 Jy ! Component: 3850 - total flux cleaned = -0.01038 Jy ! Component: 3900 - total flux cleaned = -0.0105287 Jy ! Component: 3950 - total flux cleaned = -0.0106111 Jy ! Component: 4000 - total flux cleaned = -0.0107264 Jy ! Component: 4050 - total flux cleaned = -0.0107757 Jy ! Total flux subtracted in 4096 components = -0.0109235 Jy ! Clean residual min=-0.001003 max=0.001049 Jy/beam ! Clean residual mean=-0.000004 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.273693 Jy keep ! Adding 242 model components to the UV plane model. ! The established model now contains 419 components and 0.273693 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv100_uvs/J1016+0513_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.061 x 5.951 at -27.73 degrees (North through East) ! Clean map min=-0.0026993 max=0.24782 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv100_uvs/J1016+0513_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.247824 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000291175 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.352478 0.352478 0.704956 1.40991 2.81982 5.63964 11.2793 22.5586 45.1172 90.2343 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.247 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 851.117 quit ! Quitting program ! Log file /scr/pima/rv100_uvs/J1016+0513_X_uvs.log closed on Mon Feb 29 13:26:55 2016