! Started logfile: /scr/pima/bg219g_uvs/J1146+0458_S_uvs.log on Thu Apr 7 07:15:07 2016 obs /scr/pima/bg219g_uvs/J1146+0458_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219g_uvs/J1146+0458_S_uva.fits ! AN table 1: 31 integrations on 28 of 28 possible baselines. ! Apparent sampling: 0.913594 visibilities/baseline/integration-bin. ! Found source: J1146+0458 ! ! 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 54 lines of history. ! ! Reading 3172 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/bg219g_uvs/J1146+0458_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 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.986851Jy sigma=22.668826 ! Fit after self-cal, rms=0.910425Jy sigma=20.837613 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.277 mas, bmaj=12.45 mas, bpa=-27.67 degrees ! Estimated noise=0.815873 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.0705277 Jy ! Component: 100 - total flux cleaned = 0.0873959 Jy ! Total flux subtracted in 100 components = 0.0873959 Jy ! Clean residual min=-0.006036 max=0.009596 Jy/beam ! Clean residual mean=-0.000104 rms=0.001954 Jy/beam ! Combined flux in latest and established models = 0.087396 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.087396 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067279Jy sigma=1.330978 ! Fit after self-cal, rms=0.067249Jy sigma=1.330150 ! 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.954 mas, bmaj=11.76 mas, bpa=-26.81 degrees ! Estimated noise=0.610432 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.0111952 Jy ! Component: 100 - total flux cleaned = 0.017426 Jy ! Component: 150 - total flux cleaned = 0.0211193 Jy ! Component: 200 - total flux cleaned = 0.0234811 Jy ! Total flux subtracted in 200 components = 0.0234811 Jy ! Clean residual min=-0.004820 max=0.005908 Jy/beam ! Clean residual mean=-0.000135 rms=0.001371 Jy/beam ! Combined flux in latest and established models = 0.110877 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 40 components and 0.110877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065513Jy sigma=1.280783 ! Fit after self-cal, rms=0.065399Jy sigma=1.279238 ! 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.954 x 11.76 at -26.81 degrees (North through East) ! Clean map min=-0.0046025 max=0.084152 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: ! BR 1.04 HN 1.11 KP 0.92 LA 0.91 ! MK 0.98 NL 1.07 OV 1.01 PT 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 HN 1.09 KP 0.96 LA 0.90 ! MK 1.07 NL 1.08 OV 0.97 PT 0.95 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 HN 1.06 KP 1.01 LA 0.91 ! MK 1.00 NL 0.89 OV 1.03 PT 1.01 ! ! ! Fit before self-cal, rms=0.065399Jy sigma=1.279238 ! Fit after self-cal, rms=0.064695Jy sigma=1.271180 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.986 mas, bmaj=11.75 mas, bpa=-26.66 degrees ! Estimated noise=0.603638 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 (-15, -9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00551234 Jy ! Component: 100 - total flux cleaned = 0.0086836 Jy ! Component: 150 - total flux cleaned = 0.00995292 Jy ! Component: 200 - total flux cleaned = 0.0109515 Jy ! Total flux subtracted in 200 components = 0.0109515 Jy ! Clean residual min=-0.003306 max=0.002497 Jy/beam ! Clean residual mean=-0.000025 rms=0.000739 Jy/beam ! Combined flux in latest and established models = 0.121829 Jy ! Performing phase self-cal ! Adding 37 model components to the UV plane model. ! The established model now contains 77 components and 0.121829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064152Jy sigma=1.257589 ! Fit after self-cal, rms=0.064099Jy sigma=1.256399 ! 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.064099Jy sigma=1.256399 ! Fit after self-cal, rms=0.063758Jy sigma=1.255929 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.971 mas, bmaj=11.78 mas, bpa=-26.7 degrees ! Estimated noise=0.598874 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00208665 Jy ! Component: 100 - total flux cleaned = 0.00289041 Jy ! Component: 150 - total flux cleaned = 0.00319739 Jy ! Component: 200 - total flux cleaned = 0.00333216 Jy ! Total flux subtracted in 200 components = 0.00333216 Jy ! Clean residual min=-0.002974 max=0.002142 Jy/beam ! Clean residual mean=-0.000016 rms=0.000669 Jy/beam ! Combined flux in latest and established models = 0.125161 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 107 components and 0.125161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063635Jy sigma=1.253592 ! Fit after self-cal, rms=0.063636Jy sigma=1.253369 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.000765867 Jy ! Component: 100 - total flux cleaned = 0.000843142 Jy ! Component: 150 - total flux cleaned = 0.000952251 Jy ! Component: 200 - total flux cleaned = 0.000985867 Jy ! Total flux subtracted in 200 components = 0.000985867 Jy ! Clean residual min=-0.002729 max=0.002116 Jy/beam ! Clean residual mean=-0.000014 rms=0.000629 Jy/beam ! Combined flux in latest and established models = 0.126147 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 130 components and 0.126147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063577Jy sigma=1.252452 ! Fit after self-cal, rms=0.063575Jy sigma=1.252357 ! 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.063575Jy sigma=1.252357 ! Fit after self-cal, rms=0.063304Jy sigma=1.252097 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.965 mas, bmaj=11.82 mas, bpa=-26.72 degrees ! Estimated noise=0.596254 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000390487 Jy ! Component: 100 - total flux cleaned = 0.000533818 Jy ! Component: 150 - total flux cleaned = 0.000628535 Jy ! Component: 200 - total flux cleaned = 0.000714083 Jy ! Total flux subtracted in 200 components = 0.000714083 Jy ! Clean residual min=-0.002557 max=0.001999 Jy/beam ! Clean residual mean=-0.000011 rms=0.000614 Jy/beam ! Combined flux in latest and established models = 0.126861 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 152 components and 0.126861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063258Jy sigma=1.251328 ! Fit after self-cal, rms=0.063257Jy sigma=1.251238 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.00015816 Jy ! Component: 100 - total flux cleaned = 0.000295168 Jy ! Component: 150 - total flux cleaned = 0.000416928 Jy ! Component: 200 - total flux cleaned = 0.000416662 Jy ! Total flux subtracted in 200 components = 0.000416662 Jy ! Clean residual min=-0.002407 max=0.002014 Jy/beam ! Clean residual mean=-0.000011 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.127277 Jy ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 163 components and 0.127277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063229Jy sigma=1.250865 ! Fit after self-cal, rms=0.063227Jy sigma=1.250816 ! 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.063227Jy sigma=1.250816 ! Fit after self-cal, rms=0.062986Jy sigma=1.250646 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.991 mas, bmaj=12.47 mas, bpa=-14.12 degrees ! Estimated noise=0.710733 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000209527 Jy ! Component: 100 - total flux cleaned = -0.000214698 Jy ! Component: 150 - total flux cleaned = -0.00013708 Jy ! Component: 200 - total flux cleaned = -0.000114606 Jy ! Total flux subtracted in 200 components = -0.000114606 Jy ! Clean residual min=-0.002862 max=0.002275 Jy/beam ! Clean residual mean=-0.000018 rms=0.000778 Jy/beam ! Combined flux in latest and established models = 0.127163 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 184 components and 0.127163 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062959Jy sigma=1.250302 ! Fit after self-cal, rms=0.062958Jy sigma=1.250225 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.75002e-05 Jy ! Component: 100 - total flux cleaned = 0.000218078 Jy ! Component: 150 - total flux cleaned = 0.000276402 Jy ! Component: 200 - total flux cleaned = 0.000276422 Jy ! Total flux subtracted in 200 components = 0.000276422 Jy ! Clean residual min=-0.002769 max=0.002145 Jy/beam ! Clean residual mean=-0.000017 rms=0.000765 Jy/beam ! Combined flux in latest and established models = 0.127439 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 194 components and 0.127439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062943Jy sigma=1.250097 ! Fit after self-cal, rms=0.062940Jy sigma=1.250055 ! 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.96 mas, bmaj=11.86 mas, bpa=-26.73 degrees ! Estimated noise=0.593859 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.96 x 11.86 at -26.73 degrees (North through East) ! Clean map min=-0.0022033 max=0.083426 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.276 mas, bmaj=12.57 mas, bpa=-27.64 degrees ! Estimated noise=0.798707 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0689286 Jy ! Component: 100 - total flux cleaned = 0.0854994 Jy ! Component: 150 - total flux cleaned = 0.0943662 Jy ! Component: 200 - total flux cleaned = 0.100765 Jy ! Total flux subtracted in 200 components = 0.100765 Jy ! Clean residual min=-0.004799 max=0.005469 Jy/beam ! Clean residual mean=-0.000058 rms=0.001339 Jy/beam ! Combined flux in latest and established models = 0.100766 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.100766 Jy ! Inverting map and beam ! Estimated beam: bmin=3.96 mas, bmaj=11.86 mas, bpa=-26.73 degrees ! Estimated noise=0.593859 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.00619505 Jy ! Component: 100 - total flux cleaned = 0.0104976 Jy ! Component: 150 - total flux cleaned = 0.0138441 Jy ! Component: 200 - total flux cleaned = 0.0165278 Jy ! Total flux subtracted in 200 components = 0.0165278 Jy ! Clean residual min=-0.003294 max=0.002834 Jy/beam ! Clean residual mean=-0.000058 rms=0.000899 Jy/beam ! Combined flux in latest and established models = 0.117293 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 62 components and 0.117293 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=8.991 mas, bmaj=12.47 mas, bpa=-14.12 degrees ! Estimated noise=0.710733 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00314279 Jy ! Component: 100 - total flux cleaned = 0.00485868 Jy ! Component: 150 - total flux cleaned = 0.00601386 Jy ! Component: 200 - total flux cleaned = 0.00674778 Jy ! Total flux subtracted in 200 components = 0.00674778 Jy ! Clean residual min=-0.003424 max=0.002750 Jy/beam ! Clean residual mean=-0.000043 rms=0.000936 Jy/beam ! Combined flux in latest and established models = 0.124041 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.000376941 Jy ! Component: 100 - total flux cleaned = 0.000768711 Jy ! Component: 150 - total flux cleaned = 0.00112426 Jy ! Component: 200 - total flux cleaned = 0.00140914 Jy ! Total flux subtracted in 200 components = 0.00140914 Jy ! Clean residual min=-0.003047 max=0.002573 Jy/beam ! Clean residual mean=-0.000032 rms=0.000861 Jy/beam ! Combined flux in latest and established models = 0.12545 Jy ! Adding 86 model components to the UV plane model. ! The established model now contains 140 components and 0.12545 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.96 mas, bmaj=11.86 mas, bpa=-26.73 degrees ! Estimated noise=0.593859 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000571303 Jy ! Component: 100 - total flux cleaned = 0.000801875 Jy ! Component: 150 - total flux cleaned = 0.00107429 Jy ! Component: 200 - total flux cleaned = 0.00118096 Jy ! Total flux subtracted in 200 components = 0.00118096 Jy ! Clean residual min=-0.002414 max=0.001978 Jy/beam ! Clean residual mean=-0.000012 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.126631 Jy selfcal ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 163 components and 0.126631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062983Jy sigma=1.251083 ! Fit after self-cal, rms=0.062970Jy sigma=1.250894 wmodel /scr/pima/bg219g_uvs/J1146+0458_S_map.mod ! Writing 163 model components to file: /scr/pima/bg219g_uvs/J1146+0458_S_map.mod wobs /scr/pima/bg219g_uvs/J1146+0458_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219g_uvs/J1146+0458_S_uvs.fits wwins /scr/pima/bg219g_uvs/J1146+0458_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219g_uvs/J1146+0458_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.00108205 Jy ! Component: 100 - total flux cleaned = -0.00197779 Jy ! Component: 150 - total flux cleaned = -0.00248783 Jy ! Component: 200 - total flux cleaned = -0.00286641 Jy ! Component: 250 - total flux cleaned = -0.00310556 Jy ! Component: 300 - total flux cleaned = -0.00321979 Jy ! Component: 350 - total flux cleaned = -0.0032754 Jy ! Component: 400 - total flux cleaned = -0.0033543 Jy ! Component: 450 - total flux cleaned = -0.00337889 Jy ! Component: 500 - total flux cleaned = -0.0034995 Jy ! Component: 550 - total flux cleaned = -0.00363934 Jy ! Component: 600 - total flux cleaned = -0.0037296 Jy ! Component: 650 - total flux cleaned = -0.0038613 Jy ! Component: 700 - total flux cleaned = -0.00384003 Jy ! Component: 750 - total flux cleaned = -0.00390271 Jy ! Component: 800 - total flux cleaned = -0.00390228 Jy ! Component: 850 - total flux cleaned = -0.00384243 Jy ! Component: 900 - total flux cleaned = -0.0038231 Jy ! Component: 950 - total flux cleaned = -0.00378557 Jy ! Component: 1000 - total flux cleaned = -0.00374921 Jy ! Component: 1050 - total flux cleaned = -0.0037314 Jy ! Component: 1100 - total flux cleaned = -0.00374907 Jy ! Component: 1150 - total flux cleaned = -0.00373222 Jy ! Component: 1200 - total flux cleaned = -0.00374932 Jy ! Component: 1250 - total flux cleaned = -0.00378266 Jy ! Component: 1300 - total flux cleaned = -0.00378244 Jy ! Component: 1350 - total flux cleaned = -0.00383068 Jy ! Component: 1400 - total flux cleaned = -0.00384608 Jy ! Component: 1450 - total flux cleaned = -0.00387717 Jy ! Component: 1500 - total flux cleaned = -0.00392308 Jy ! Component: 1550 - total flux cleaned = -0.00396805 Jy ! Component: 1600 - total flux cleaned = -0.00399736 Jy ! Component: 1650 - total flux cleaned = -0.00395335 Jy ! Component: 1700 - total flux cleaned = -0.00398201 Jy ! Component: 1750 - total flux cleaned = -0.00391118 Jy ! Component: 1800 - total flux cleaned = -0.00389736 Jy ! Component: 1850 - total flux cleaned = -0.00388368 Jy ! Component: 1900 - total flux cleaned = -0.00389746 Jy ! Component: 1950 - total flux cleaned = -0.00387085 Jy ! Component: 2000 - total flux cleaned = -0.00391078 Jy ! Component: 2050 - total flux cleaned = -0.00393682 Jy ! Component: 2100 - total flux cleaned = -0.00393662 Jy ! Component: 2150 - total flux cleaned = -0.00394947 Jy ! Component: 2200 - total flux cleaned = -0.00394966 Jy ! Component: 2250 - total flux cleaned = -0.00394998 Jy ! Component: 2300 - total flux cleaned = -0.00395005 Jy ! Component: 2350 - total flux cleaned = -0.00395002 Jy ! Component: 2400 - total flux cleaned = -0.003974 Jy ! Component: 2450 - total flux cleaned = -0.00397405 Jy ! Component: 2500 - total flux cleaned = -0.00393868 Jy ! Component: 2550 - total flux cleaned = -0.00395032 Jy ! Component: 2600 - total flux cleaned = -0.00391551 Jy ! Component: 2650 - total flux cleaned = -0.0038696 Jy ! Component: 2700 - total flux cleaned = -0.00383542 Jy ! Component: 2750 - total flux cleaned = -0.00382421 Jy ! Component: 2800 - total flux cleaned = -0.00380174 Jy ! Component: 2850 - total flux cleaned = -0.00376854 Jy ! Component: 2900 - total flux cleaned = -0.0037466 Jy ! Component: 2950 - total flux cleaned = -0.00373571 Jy ! Component: 3000 - total flux cleaned = -0.00376807 Jy ! Component: 3050 - total flux cleaned = -0.00374653 Jy ! Component: 3100 - total flux cleaned = -0.0037252 Jy ! Component: 3150 - total flux cleaned = -0.00372521 Jy ! Component: 3200 - total flux cleaned = -0.00374629 Jy ! Component: 3250 - total flux cleaned = -0.00375671 Jy ! Component: 3300 - total flux cleaned = -0.00375666 Jy ! Component: 3350 - total flux cleaned = -0.00377725 Jy ! Component: 3400 - total flux cleaned = -0.00377725 Jy ! Component: 3450 - total flux cleaned = -0.00382817 Jy ! Component: 3500 - total flux cleaned = -0.00385857 Jy ! Component: 3550 - total flux cleaned = -0.00384851 Jy ! Component: 3600 - total flux cleaned = -0.00386855 Jy ! Component: 3650 - total flux cleaned = -0.00386853 Jy ! Component: 3700 - total flux cleaned = -0.00387842 Jy ! Component: 3750 - total flux cleaned = -0.00388832 Jy ! Component: 3800 - total flux cleaned = -0.00390811 Jy ! Component: 3850 - total flux cleaned = -0.00390813 Jy ! Component: 3900 - total flux cleaned = -0.00393757 Jy ! Component: 3950 - total flux cleaned = -0.0039669 Jy ! Component: 4000 - total flux cleaned = -0.00400596 Jy ! Component: 4050 - total flux cleaned = -0.00402543 Jy ! Total flux subtracted in 4096 components = -0.00404478 Jy ! Clean residual min=-0.000683 max=0.000544 Jy/beam ! Clean residual mean=-0.000004 rms=0.000188 Jy/beam ! Combined flux in latest and established models = 0.122586 Jy keep ! Adding 287 model components to the UV plane model. ! The established model now contains 450 components and 0.122586 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219g_uvs/J1146+0458_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.96 x 11.86 at -26.73 degrees (North through East) ! Clean map min=-0.0023977 max=0.08582 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219g_uvs/J1146+0458_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0858205 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00018202 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.636282 0.636282 1.27256 2.54513 5.09026 10.1805 20.361 40.722 81.4441 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.085 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 471.489 quit ! Quitting program ! Log file /scr/pima/bg219g_uvs/J1146+0458_S_uvs.log closed on Thu Apr 7 07:15:10 2016