! Started logfile: /scr/pima/bg219h_uvs/J0110+5632_S_uvs.log on Thu Apr 7 08:48:51 2016 obs /scr/pima/bg219h_uvs/J0110+5632_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J0110+5632_S_uva.fits ! AN table 1: 61 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.577778 visibilities/baseline/integration-bin. ! Found source: J0110+5632 ! ! 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 6344 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/bg219h_uvs/J0110+5632_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 163 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 163 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 163 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 163 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.012136Jy sigma=24.062021 ! Fit after self-cal, rms=0.904323Jy sigma=21.518728 ! 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.365 mas, bmaj=5.875 mas, bpa=35.62 degrees ! Estimated noise=0.683559 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.0700645 Jy ! Component: 100 - total flux cleaned = 0.0975276 Jy ! Total flux subtracted in 100 components = 0.0975276 Jy ! Clean residual min=-0.013185 max=0.015454 Jy/beam ! Clean residual mean=-0.000195 rms=0.003647 Jy/beam ! Combined flux in latest and established models = 0.0975276 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.0975276 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.115870Jy sigma=2.518432 ! Fit after self-cal, rms=0.114513Jy sigma=2.487476 ! 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=4.05 mas, bmaj=6.375 mas, bpa=36.02 degrees ! Estimated noise=0.408966 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.0280048 Jy ! Component: 100 - total flux cleaned = 0.0443347 Jy ! Component: 150 - total flux cleaned = 0.0552265 Jy ! Component: 200 - total flux cleaned = 0.0625998 Jy ! Total flux subtracted in 200 components = 0.0625998 Jy ! Clean residual min=-0.021169 max=0.025757 Jy/beam ! Clean residual mean=-0.000514 rms=0.007062 Jy/beam ! Combined flux in latest and established models = 0.160127 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 49 components and 0.160127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106501Jy sigma=2.302742 ! Fit after self-cal, rms=0.106127Jy sigma=2.290763 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.05 x 6.375 at 36.02 degrees (North through East) ! Clean map min=-0.021221 max=0.10119 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.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.106127Jy sigma=2.290763 ! Fit after self-cal, rms=0.106127Jy sigma=2.290763 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.05 mas, bmaj=6.375 mas, bpa=36.02 degrees ! Estimated noise=0.408966 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.00640701 Jy ! Component: 100 - total flux cleaned = 0.00882475 Jy ! Component: 150 - total flux cleaned = 0.0105456 Jy ! Component: 200 - total flux cleaned = 0.0116299 Jy ! Total flux subtracted in 200 components = 0.0116299 Jy ! Clean residual min=-0.021683 max=0.026274 Jy/beam ! Clean residual mean=-0.000535 rms=0.007149 Jy/beam ! Combined flux in latest and established models = 0.171757 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 64 components and 0.171757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105445Jy sigma=2.282576 ! Fit after self-cal, rms=0.105528Jy sigma=2.281398 ! 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.105528Jy sigma=2.281398 ! Fit after self-cal, rms=0.105956Jy sigma=2.276495 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.048 mas, bmaj=6.431 mas, bpa=36.51 degrees ! Estimated noise=0.410403 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000963509 Jy ! Component: 100 - total flux cleaned = 0.0013219 Jy ! Component: 150 - total flux cleaned = 0.00171639 Jy ! Component: 200 - total flux cleaned = 0.00200797 Jy ! Total flux subtracted in 200 components = 0.00200797 Jy ! Clean residual min=-0.021075 max=0.025345 Jy/beam ! Clean residual mean=-0.000540 rms=0.007133 Jy/beam ! Combined flux in latest and established models = 0.173765 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 76 components and 0.173765 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105735Jy sigma=2.274353 ! Fit after self-cal, rms=0.105816Jy sigma=2.273660 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.52921e-05 Jy ! Component: 100 - total flux cleaned = 0.000239516 Jy ! Component: 150 - total flux cleaned = 0.000442255 Jy ! Component: 200 - total flux cleaned = 0.000627742 Jy ! Total flux subtracted in 200 components = 0.000627742 Jy ! Clean residual min=-0.020975 max=0.025311 Jy/beam ! Clean residual mean=-0.000540 rms=0.007126 Jy/beam ! Combined flux in latest and established models = 0.174393 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 81 components and 0.174393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105678Jy sigma=2.272074 ! Fit after self-cal, rms=0.105725Jy sigma=2.271655 ! 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.105725Jy sigma=2.271655 ! Fit after self-cal, rms=0.105645Jy sigma=2.271442 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.052 mas, bmaj=6.409 mas, bpa=36.62 degrees ! Estimated noise=0.409388 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000156298 Jy ! Component: 100 - total flux cleaned = -1.67751e-05 Jy ! Component: 150 - total flux cleaned = 0.000103919 Jy ! Component: 200 - total flux cleaned = 0.000274183 Jy ! Total flux subtracted in 200 components = 0.000274183 Jy ! Clean residual min=-0.020740 max=0.025113 Jy/beam ! Clean residual mean=-0.000539 rms=0.007097 Jy/beam ! Combined flux in latest and established models = 0.174667 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 83 components and 0.174667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105535Jy sigma=2.269944 ! Fit after self-cal, rms=0.105570Jy sigma=2.269560 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 = 7.81648e-05 Jy ! Component: 100 - total flux cleaned = 0.000201803 Jy ! Component: 150 - total flux cleaned = 0.000307895 Jy ! Component: 200 - total flux cleaned = 0.000461518 Jy ! Total flux subtracted in 200 components = 0.000461518 Jy ! Clean residual min=-0.020682 max=0.025074 Jy/beam ! Clean residual mean=-0.000538 rms=0.007092 Jy/beam ! Combined flux in latest and established models = 0.175129 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 83 components and 0.175129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105476Jy sigma=2.268427 ! Fit after self-cal, rms=0.105501Jy sigma=2.268054 ! 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.105501Jy sigma=2.268054 ! Fit after self-cal, rms=0.105139Jy sigma=2.264826 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.222 mas, bmaj=8.139 mas, bpa=41.85 degrees ! Estimated noise=0.492261 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00419162 Jy ! Component: 100 - total flux cleaned = 0.00491416 Jy ! Component: 150 - total flux cleaned = 0.0056273 Jy ! Component: 200 - total flux cleaned = 0.00614102 Jy ! Total flux subtracted in 200 components = 0.00614102 Jy ! Clean residual min=-0.038381 max=0.046301 Jy/beam ! Clean residual mean=-0.001187 rms=0.014923 Jy/beam ! Combined flux in latest and established models = 0.18127 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 91 components and 0.18127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105137Jy sigma=2.271644 ! Fit after self-cal, rms=0.105209Jy sigma=2.269789 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.00017164 Jy ! Component: 100 - total flux cleaned = -0.000176318 Jy ! Component: 150 - total flux cleaned = 1.93104e-08 Jy ! Component: 200 - total flux cleaned = 0.00032722 Jy ! Total flux subtracted in 200 components = 0.00032722 Jy ! Clean residual min=-0.038729 max=0.046449 Jy/beam ! Clean residual mean=-0.001189 rms=0.014911 Jy/beam ! Combined flux in latest and established models = 0.181597 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 94 components and 0.181597 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105236Jy sigma=2.273327 ! Fit after self-cal, rms=0.105315Jy sigma=2.272524 ! 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=4.062 mas, bmaj=6.388 mas, bpa=36.82 degrees ! Estimated noise=0.406967 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.062 x 6.388 at 36.82 degrees (North through East) ! Clean map min=-0.020547 max=0.099023 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.36 mas, bmaj=5.934 mas, bpa=36.26 degrees ! Estimated noise=0.687183 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0705902 Jy ! Component: 100 - total flux cleaned = 0.0999819 Jy ! Component: 150 - total flux cleaned = 0.118101 Jy ! Component: 200 - total flux cleaned = 0.130811 Jy ! Total flux subtracted in 200 components = 0.130811 Jy ! Clean residual min=-0.012088 max=0.014557 Jy/beam ! Clean residual mean=-0.000209 rms=0.003513 Jy/beam ! Combined flux in latest and established models = 0.130811 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.130811 Jy ! Inverting map and beam ! Estimated beam: bmin=4.062 mas, bmaj=6.388 mas, bpa=36.82 degrees ! Estimated noise=0.406967 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.0173126 Jy ! Component: 100 - total flux cleaned = 0.0275256 Jy ! Component: 150 - total flux cleaned = 0.0335914 Jy ! Component: 200 - total flux cleaned = 0.0357956 Jy ! Total flux subtracted in 200 components = 0.0357956 Jy ! Clean residual min=-0.020463 max=0.024762 Jy/beam ! Clean residual mean=-0.000555 rms=0.007072 Jy/beam ! Combined flux in latest and established models = 0.166607 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 55 components and 0.166607 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.222 mas, bmaj=8.139 mas, bpa=41.85 degrees ! Estimated noise=0.492261 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00747313 Jy ! Component: 100 - total flux cleaned = 0.009887 Jy ! Component: 150 - total flux cleaned = 0.0113094 Jy ! Component: 200 - total flux cleaned = 0.0121564 Jy ! Total flux subtracted in 200 components = 0.0121564 Jy ! Clean residual min=-0.038382 max=0.046207 Jy/beam ! Clean residual mean=-0.001200 rms=0.014943 Jy/beam ! Combined flux in latest and established models = 0.178763 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.000699073 Jy ! Component: 100 - total flux cleaned = 0.00110303 Jy ! Component: 150 - total flux cleaned = 0.00146523 Jy ! Component: 200 - total flux cleaned = 0.00163454 Jy ! Total flux subtracted in 200 components = 0.00163454 Jy ! Clean residual min=-0.038609 max=0.046445 Jy/beam ! Clean residual mean=-0.001193 rms=0.014929 Jy/beam ! Combined flux in latest and established models = 0.180398 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 71 components and 0.180398 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.062 mas, bmaj=6.388 mas, bpa=36.82 degrees ! Estimated noise=0.406967 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0010131 Jy ! Component: 100 - total flux cleaned = -0.00226661 Jy ! Component: 150 - total flux cleaned = -0.00286145 Jy ! Component: 200 - total flux cleaned = -0.00324924 Jy ! Total flux subtracted in 200 components = -0.00324924 Jy ! Clean residual min=-0.020513 max=0.024408 Jy/beam ! Clean residual mean=-0.000533 rms=0.007053 Jy/beam ! Combined flux in latest and established models = 0.177149 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 81 components and 0.177149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105413Jy sigma=2.272451 ! Fit after self-cal, rms=0.105330Jy sigma=2.271249 wmodel /scr/pima/bg219h_uvs/J0110+5632_S_map.mod ! Writing 81 model components to file: /scr/pima/bg219h_uvs/J0110+5632_S_map.mod wobs /scr/pima/bg219h_uvs/J0110+5632_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J0110+5632_S_uvs.fits wwins /scr/pima/bg219h_uvs/J0110+5632_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219h_uvs/J0110+5632_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.00994224 Jy ! Component: 100 - total flux cleaned = 0.0140654 Jy ! Component: 150 - total flux cleaned = 0.0157852 Jy ! Component: 200 - total flux cleaned = 0.0164268 Jy ! Component: 250 - total flux cleaned = 0.0167238 Jy ! Component: 300 - total flux cleaned = 0.0170128 Jy ! Component: 350 - total flux cleaned = 0.0181124 Jy ! Component: 400 - total flux cleaned = 0.0188984 Jy ! Component: 450 - total flux cleaned = 0.0191594 Jy ! Component: 500 - total flux cleaned = 0.0201411 Jy ! Component: 550 - total flux cleaned = 0.0201406 Jy ! Component: 600 - total flux cleaned = 0.0199107 Jy ! Component: 650 - total flux cleaned = 0.0201365 Jy ! Component: 700 - total flux cleaned = 0.0205602 Jy ! Component: 750 - total flux cleaned = 0.0197174 Jy ! Component: 800 - total flux cleaned = 0.0195181 Jy ! Component: 850 - total flux cleaned = 0.0191228 Jy ! Component: 900 - total flux cleaned = 0.0187396 Jy ! Component: 950 - total flux cleaned = 0.0179849 Jy ! Component: 1000 - total flux cleaned = 0.0178034 Jy ! Component: 1050 - total flux cleaned = 0.0174393 Jy ! Component: 1100 - total flux cleaned = 0.0167263 Jy ! Component: 1150 - total flux cleaned = 0.0158556 Jy ! Component: 1200 - total flux cleaned = 0.015007 Jy ! Component: 1250 - total flux cleaned = 0.0148421 Jy ! Component: 1300 - total flux cleaned = 0.0145141 Jy ! Component: 1350 - total flux cleaned = 0.0140359 Jy ! Component: 1400 - total flux cleaned = 0.0137196 Jy ! Component: 1450 - total flux cleaned = 0.0135665 Jy ! Component: 1500 - total flux cleaned = 0.0129572 Jy ! Component: 1550 - total flux cleaned = 0.0126605 Jy ! Component: 1600 - total flux cleaned = 0.0125172 Jy ! Component: 1650 - total flux cleaned = 0.0120848 Jy ! Component: 1700 - total flux cleaned = 0.0120844 Jy ! Component: 1750 - total flux cleaned = 0.011526 Jy ! Component: 1800 - total flux cleaned = 0.011255 Jy ! Component: 1850 - total flux cleaned = 0.0112541 Jy ! Component: 1900 - total flux cleaned = 0.0107227 Jy ! Component: 1950 - total flux cleaned = 0.0103311 Jy ! Component: 2000 - total flux cleaned = 0.0104592 Jy ! Component: 2050 - total flux cleaned = 0.00969341 Jy ! Component: 2100 - total flux cleaned = 0.00957142 Jy ! Component: 2150 - total flux cleaned = 0.00932587 Jy ! Component: 2200 - total flux cleaned = 0.00944856 Jy ! Component: 2250 - total flux cleaned = 0.0093294 Jy ! Component: 2300 - total flux cleaned = 0.00932901 Jy ! Component: 2350 - total flux cleaned = 0.00932698 Jy ! Component: 2400 - total flux cleaned = 0.00886624 Jy ! Component: 2450 - total flux cleaned = 0.00886754 Jy ! Component: 2500 - total flux cleaned = 0.00841806 Jy ! Component: 2550 - total flux cleaned = 0.00852802 Jy ! Component: 2600 - total flux cleaned = 0.00819871 Jy ! Component: 2650 - total flux cleaned = 0.00776591 Jy ! Component: 2700 - total flux cleaned = 0.00787231 Jy ! Component: 2750 - total flux cleaned = 0.00734388 Jy ! Component: 2800 - total flux cleaned = 0.00682492 Jy ! Component: 2850 - total flux cleaned = 0.00692964 Jy ! Component: 2900 - total flux cleaned = 0.00642028 Jy ! Component: 2950 - total flux cleaned = 0.00591765 Jy ! Component: 3000 - total flux cleaned = 0.00591805 Jy ! Component: 3050 - total flux cleaned = 0.00552345 Jy ! Component: 3100 - total flux cleaned = 0.00571829 Jy ! Component: 3150 - total flux cleaned = 0.00523643 Jy ! Component: 3200 - total flux cleaned = 0.0049504 Jy ! Component: 3250 - total flux cleaned = 0.00476097 Jy ! Component: 3300 - total flux cleaned = 0.00466697 Jy ! Component: 3350 - total flux cleaned = 0.00485299 Jy ! Component: 3400 - total flux cleaned = 0.00430229 Jy ! Component: 3450 - total flux cleaned = 0.00430171 Jy ! Component: 3500 - total flux cleaned = 0.0042115 Jy ! Component: 3550 - total flux cleaned = 0.00421028 Jy ! Component: 3600 - total flux cleaned = 0.00376975 Jy ! Component: 3650 - total flux cleaned = 0.00376886 Jy ! Component: 3700 - total flux cleaned = 0.00342286 Jy ! Component: 3750 - total flux cleaned = 0.00333803 Jy ! Component: 3800 - total flux cleaned = 0.00342226 Jy ! Component: 3850 - total flux cleaned = 0.0032526 Jy ! Component: 3900 - total flux cleaned = 0.00291861 Jy ! Component: 3950 - total flux cleaned = 0.00275347 Jy ! Component: 4000 - total flux cleaned = 0.00267098 Jy ! Component: 4050 - total flux cleaned = 0.00242569 Jy ! Total flux subtracted in 4096 components = 0.00218156 Jy ! Clean residual min=-0.004290 max=0.004518 Jy/beam ! Clean residual mean=-0.000228 rms=0.002395 Jy/beam ! Combined flux in latest and established models = 0.17933 Jy keep ! Adding 898 model components to the UV plane model. ! The established model now contains 979 components and 0.17933 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J0110+5632_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.062 x 6.388 at 36.82 degrees (North through East) ! Clean map min=-0.011973 max=0.099489 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J0110+5632_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0994894 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00220205 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -6.64007 6.64007 13.2801 26.5603 53.1205 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0066 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.099 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 45.18 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J0110+5632_S_uvs.log closed on Thu Apr 7 08:48:55 2016