! Started logfile: /scr/pima/bg219a_uvs/J0248+0434_S_uvs.log on Wed Apr 6 22:42:58 2016 obs /scr/pima/bg219a_uvs/J0248+0434_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219a_uvs/J0248+0434_S_uva.fits ! AN table 1: 62 integrations on 15 of 15 possible baselines. ! Apparent sampling: 1 visibilities/baseline/integration-bin. ! Found source: J0248+0434 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.22e+09 3.2e+07 1 3.2e+07 ! 02 2 2.252e+09 3.2e+07 1 3.2e+07 ! 03 3 2.284e+09 3.2e+07 1 3.2e+07 ! 04 4 2.348e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 49 lines of history. ! ! Reading 3720 visibilities. select rr, 1,2,3,4,6,7,8 ! Restricting channel ranges to the available 4 channels. ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 print "field_size =", field_size ! field_size = 1024 print "field_cell =", field_cell ! field_cell = 0.5 print "taper_size =", taper_size ! taper_size = 20 ![@/home/lpetrov/bin/01_muppet /scr/pima/bg219a_uvs/J0248+0434_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 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.998306Jy sigma=23.351399 ! Fit after self-cal, rms=0.919738Jy sigma=21.475631 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.68 mas, bmaj=6.353 mas, bpa=-3.167 degrees ! Estimated noise=0.984527 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.0616533 Jy ! Component: 100 - total flux cleaned = 0.0764006 Jy ! Total flux subtracted in 100 components = 0.0764006 Jy ! Clean residual min=-0.005687 max=0.006679 Jy/beam ! Clean residual mean=-0.000027 rms=0.001468 Jy/beam ! Combined flux in latest and established models = 0.0764006 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.0764006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060908Jy sigma=1.288726 ! Fit after self-cal, rms=0.060653Jy sigma=1.280183 ! 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.24 mas, bmaj=7.433 mas, bpa=-3.841 degrees ! Estimated noise=0.53443 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.00968047 Jy ! Component: 100 - total flux cleaned = 0.0142759 Jy ! Component: 150 - total flux cleaned = 0.0167123 Jy ! Component: 200 - total flux cleaned = 0.0180512 Jy ! Total flux subtracted in 200 components = 0.0180512 Jy ! Clean residual min=-0.002495 max=0.002169 Jy/beam ! Clean residual mean=-0.000013 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.0944518 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 37 components and 0.0944518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059409Jy sigma=1.239383 ! Fit after self-cal, rms=0.059440Jy sigma=1.238658 ! 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.24 x 7.433 at -3.841 degrees (North through East) ! Clean map min=-0.0024379 max=0.083233 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! LA 1.02 MK 1.02 NL 0.96 OV 0.99 ! PT 1.01 SC 1.06 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! LA 1.02 MK 1.03 NL 0.95 OV 1.01 ! PT 1.00 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! LA 1.00 MK 1.02 NL 0.97 OV 1.01 ! PT 1.01 SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! LA 1.03 MK 1.02 NL 0.95 OV 0.96 ! PT 0.96 SC 0.96 ! ! ! Fit before self-cal, rms=0.059440Jy sigma=1.238658 ! Fit after self-cal, rms=0.059247Jy sigma=1.235670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.258 mas, bmaj=7.429 mas, bpa=-3.751 degrees ! Estimated noise=0.529886 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.000103173 Jy ! Component: 100 - total flux cleaned = -0.000155191 Jy ! Component: 150 - total flux cleaned = -0.000178272 Jy ! Component: 200 - total flux cleaned = -0.000198095 Jy ! Total flux subtracted in 200 components = -0.000198095 Jy ! Clean residual min=-0.002187 max=0.001938 Jy/beam ! Clean residual mean=-0.000019 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0942537 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 40 components and 0.0942537 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059221Jy sigma=1.235352 ! Fit after self-cal, rms=0.059242Jy sigma=1.235266 ! 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.059242Jy sigma=1.235266 ! Fit after self-cal, rms=0.059740Jy sigma=1.231270 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.251 mas, bmaj=7.384 mas, bpa=-3.545 degrees ! Estimated noise=0.527944 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.39765e-05 Jy ! Component: 100 - total flux cleaned = 7.72048e-05 Jy ! Component: 150 - total flux cleaned = 4.18252e-05 Jy ! Component: 200 - total flux cleaned = -2.07247e-05 Jy ! Total flux subtracted in 200 components = -2.07247e-05 Jy ! Clean residual min=-0.001762 max=0.001993 Jy/beam ! Clean residual mean=-0.000007 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.094233 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.094233 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059725Jy sigma=1.230982 ! Fit after self-cal, rms=0.059758Jy sigma=1.230822 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 (-112.5, -103). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000421175 Jy ! Component: 100 - total flux cleaned = 0.000388426 Jy ! Component: 150 - total flux cleaned = 0.000316982 Jy ! Component: 200 - total flux cleaned = 0.000285023 Jy ! Total flux subtracted in 200 components = 0.000285023 Jy ! Clean residual min=-0.001714 max=0.001521 Jy/beam ! Clean residual mean=-0.000006 rms=0.000436 Jy/beam ! Combined flux in latest and established models = 0.094518 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 70 components and 0.094518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059671Jy sigma=1.229230 ! Fit after self-cal, rms=0.059665Jy sigma=1.229023 ! 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.059665Jy sigma=1.229023 ! Fit after self-cal, rms=0.059788Jy sigma=1.228879 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.248 mas, bmaj=7.371 mas, bpa=-3.434 degrees ! Estimated noise=0.527925 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00028002 Jy ! Component: 100 - total flux cleaned = 0.000278668 Jy ! Component: 150 - total flux cleaned = 0.000279045 Jy ! Component: 200 - total flux cleaned = 0.000279109 Jy ! Total flux subtracted in 200 components = 0.000279109 Jy ! Clean residual min=-0.001678 max=0.001524 Jy/beam ! Clean residual mean=-0.000005 rms=0.000423 Jy/beam ! Combined flux in latest and established models = 0.0947971 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 82 components and 0.0947971 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059759Jy sigma=1.228322 ! Fit after self-cal, rms=0.059760Jy sigma=1.228280 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.000111241 Jy ! Component: 100 - total flux cleaned = 8.97078e-05 Jy ! Component: 150 - total flux cleaned = 4.94092e-05 Jy ! Component: 200 - total flux cleaned = 1.1223e-05 Jy ! Total flux subtracted in 200 components = 1.1223e-05 Jy ! Clean residual min=-0.001692 max=0.001506 Jy/beam ! Clean residual mean=-0.000005 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0948083 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 91 components and 0.0948083 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059745Jy sigma=1.227993 ! Fit after self-cal, rms=0.059747Jy sigma=1.227983 ! 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.059747Jy sigma=1.227983 ! Fit after self-cal, rms=0.059878Jy sigma=1.227929 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.146 mas, bmaj=13.88 mas, bpa=-6.335 degrees ! Estimated noise=0.656835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000201606 Jy ! Component: 100 - total flux cleaned = 0.000215911 Jy ! Component: 150 - total flux cleaned = 0.000216283 Jy ! Component: 200 - total flux cleaned = 0.000216119 Jy ! Total flux subtracted in 200 components = 0.000216119 Jy ! Clean residual min=-0.001500 max=0.001453 Jy/beam ! Clean residual mean=-0.000015 rms=0.000459 Jy/beam ! Combined flux in latest and established models = 0.0950245 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 100 components and 0.0950245 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059873Jy sigma=1.227875 ! Fit after self-cal, rms=0.059874Jy sigma=1.227856 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.000101935 Jy ! Component: 100 - total flux cleaned = 0.000102335 Jy ! Component: 150 - total flux cleaned = 9.33107e-05 Jy ! Component: 200 - total flux cleaned = 8.41416e-05 Jy ! Total flux subtracted in 200 components = 8.41416e-05 Jy ! Clean residual min=-0.001451 max=0.001434 Jy/beam ! Clean residual mean=-0.000014 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.0951086 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 104 components and 0.0951086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059872Jy sigma=1.227835 ! Fit after self-cal, rms=0.059872Jy sigma=1.227827 ! 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.248 mas, bmaj=7.364 mas, bpa=-3.354 degrees ! Estimated noise=0.528535 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.248 x 7.364 at -3.354 degrees (North through East) ! Clean map min=-0.0023435 max=0.082149 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.682 mas, bmaj=6.299 mas, bpa=-2.735 degrees ! Estimated noise=0.975991 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0611317 Jy ! Component: 100 - total flux cleaned = 0.0764752 Jy ! Component: 150 - total flux cleaned = 0.0830672 Jy ! Component: 200 - total flux cleaned = 0.0869164 Jy ! Total flux subtracted in 200 components = 0.0869164 Jy ! Clean residual min=-0.004400 max=0.004151 Jy/beam ! Clean residual mean=-0.000013 rms=0.001053 Jy/beam ! Combined flux in latest and established models = 0.0869164 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0869164 Jy ! Inverting map and beam ! Estimated beam: bmin=3.248 mas, bmaj=7.364 mas, bpa=-3.354 degrees ! Estimated noise=0.528535 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.00451475 Jy ! Component: 100 - total flux cleaned = 0.00647134 Jy ! Component: 150 - total flux cleaned = 0.00709239 Jy ! Component: 200 - total flux cleaned = 0.00730188 Jy ! Total flux subtracted in 200 components = 0.00730188 Jy ! Clean residual min=-0.001866 max=0.001725 Jy/beam ! Clean residual mean=-0.000010 rms=0.000474 Jy/beam ! Combined flux in latest and established models = 0.0942183 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 51 components and 0.0942183 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.146 mas, bmaj=13.88 mas, bpa=-6.335 degrees ! Estimated noise=0.656835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000605621 Jy ! Component: 100 - total flux cleaned = 0.000634106 Jy ! Component: 150 - total flux cleaned = 0.000634473 Jy ! Component: 200 - total flux cleaned = 0.000656382 Jy ! Total flux subtracted in 200 components = 0.000656382 Jy ! Clean residual min=-0.001463 max=0.001473 Jy/beam ! Clean residual mean=-0.000019 rms=0.000455 Jy/beam ! Combined flux in latest and established models = 0.0948746 Jy flux_cutoff = imstat(rms) * dynam repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.78385e-08 Jy ! Component: 100 - total flux cleaned = 1.63047e-05 Jy ! Component: 150 - total flux cleaned = 1.60548e-05 Jy ! Component: 200 - total flux cleaned = 4.39526e-05 Jy ! Total flux subtracted in 200 components = 4.39526e-05 Jy ! Clean residual min=-0.001400 max=0.001436 Jy/beam ! Clean residual mean=-0.000018 rms=0.000452 Jy/beam ! Combined flux in latest and established models = 0.0949186 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 69 components and 0.0949186 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.248 mas, bmaj=7.364 mas, bpa=-3.354 degrees ! Estimated noise=0.528535 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000199203 Jy ! Component: 100 - total flux cleaned = -0.000256465 Jy ! Component: 150 - total flux cleaned = -0.000257054 Jy ! Component: 200 - total flux cleaned = -0.000233235 Jy ! Total flux subtracted in 200 components = -0.000233235 Jy ! Clean residual min=-0.001670 max=0.001512 Jy/beam ! Clean residual mean=-0.000008 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0946854 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 82 components and 0.0946854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059913Jy sigma=1.228365 ! Fit after self-cal, rms=0.059914Jy sigma=1.228290 wmodel /scr/pima/bg219a_uvs/J0248+0434_S_map.mod ! Writing 82 model components to file: /scr/pima/bg219a_uvs/J0248+0434_S_map.mod wobs /scr/pima/bg219a_uvs/J0248+0434_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219a_uvs/J0248+0434_S_uvs.fits wwins /scr/pima/bg219a_uvs/J0248+0434_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219a_uvs/J0248+0434_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.000759957 Jy ! Component: 100 - total flux cleaned = -0.00120088 Jy ! Component: 150 - total flux cleaned = -0.00140891 Jy ! Component: 200 - total flux cleaned = -0.00158249 Jy ! Component: 250 - total flux cleaned = -0.00179492 Jy ! Component: 300 - total flux cleaned = -0.00190872 Jy ! Component: 350 - total flux cleaned = -0.00208407 Jy ! Component: 400 - total flux cleaned = -0.00219 Jy ! Component: 450 - total flux cleaned = -0.00227204 Jy ! Component: 500 - total flux cleaned = -0.00235126 Jy ! Component: 550 - total flux cleaned = -0.00235054 Jy ! Component: 600 - total flux cleaned = -0.00236928 Jy ! Component: 650 - total flux cleaned = -0.0024614 Jy ! Component: 700 - total flux cleaned = -0.00247916 Jy ! Component: 750 - total flux cleaned = -0.00254901 Jy ! Component: 800 - total flux cleaned = -0.00249771 Jy ! Component: 850 - total flux cleaned = -0.00256482 Jy ! Component: 900 - total flux cleaned = -0.00264686 Jy ! Component: 950 - total flux cleaned = -0.00271105 Jy ! Component: 1000 - total flux cleaned = -0.00274278 Jy ! Component: 1050 - total flux cleaned = -0.00285157 Jy ! Component: 1100 - total flux cleaned = -0.00286705 Jy ! Component: 1150 - total flux cleaned = -0.00289739 Jy ! Component: 1200 - total flux cleaned = -0.00297148 Jy ! Component: 1250 - total flux cleaned = -0.00297138 Jy ! Component: 1300 - total flux cleaned = -0.00302897 Jy ! Component: 1350 - total flux cleaned = -0.00302887 Jy ! Component: 1400 - total flux cleaned = -0.003085 Jy ! Component: 1450 - total flux cleaned = -0.00314009 Jy ! Component: 1500 - total flux cleaned = -0.00319457 Jy ! Component: 1550 - total flux cleaned = -0.00324815 Jy ! Component: 1600 - total flux cleaned = -0.00330102 Jy ! Component: 1650 - total flux cleaned = -0.00334009 Jy ! Component: 1700 - total flux cleaned = -0.00340462 Jy ! Component: 1750 - total flux cleaned = -0.00341737 Jy ! Component: 1800 - total flux cleaned = -0.00346785 Jy ! Component: 1850 - total flux cleaned = -0.00350521 Jy ! Component: 1900 - total flux cleaned = -0.00356667 Jy ! Component: 1950 - total flux cleaned = -0.00356671 Jy ! Component: 2000 - total flux cleaned = -0.00361484 Jy ! Component: 2050 - total flux cleaned = -0.00365079 Jy ! Component: 2100 - total flux cleaned = -0.00370965 Jy ! Component: 2150 - total flux cleaned = -0.00376776 Jy ! Component: 2200 - total flux cleaned = -0.00381356 Jy ! Component: 2250 - total flux cleaned = -0.00388172 Jy ! Component: 2300 - total flux cleaned = -0.00392649 Jy ! Component: 2350 - total flux cleaned = -0.00397085 Jy ! Component: 2400 - total flux cleaned = -0.0040257 Jy ! Component: 2450 - total flux cleaned = -0.00404752 Jy ! Component: 2500 - total flux cleaned = -0.00405827 Jy ! Component: 2550 - total flux cleaned = -0.00410101 Jy ! Component: 2600 - total flux cleaned = -0.00414328 Jy ! Component: 2650 - total flux cleaned = -0.00417472 Jy ! Component: 2700 - total flux cleaned = -0.00419541 Jy ! Component: 2750 - total flux cleaned = -0.0042262 Jy ! Component: 2800 - total flux cleaned = -0.00427693 Jy ! Component: 2850 - total flux cleaned = -0.00426688 Jy ! Component: 2900 - total flux cleaned = -0.00431674 Jy ! Component: 2950 - total flux cleaned = -0.00431676 Jy ! Component: 3000 - total flux cleaned = -0.0043658 Jy ! Component: 3050 - total flux cleaned = -0.00439488 Jy ! Component: 3100 - total flux cleaned = -0.00441399 Jy ! Component: 3150 - total flux cleaned = -0.00443308 Jy ! Component: 3200 - total flux cleaned = -0.00444259 Jy ! Component: 3250 - total flux cleaned = -0.00446143 Jy ! Component: 3300 - total flux cleaned = -0.00448949 Jy ! Component: 3350 - total flux cleaned = -0.00450805 Jy ! Component: 3400 - total flux cleaned = -0.00450813 Jy ! Component: 3450 - total flux cleaned = -0.00455375 Jy ! Component: 3500 - total flux cleaned = -0.00456279 Jy ! Component: 3550 - total flux cleaned = -0.00458088 Jy ! Component: 3600 - total flux cleaned = -0.00458983 Jy ! Component: 3650 - total flux cleaned = -0.00462549 Jy ! Component: 3700 - total flux cleaned = -0.00462549 Jy ! Component: 3750 - total flux cleaned = -0.00465186 Jy ! Component: 3800 - total flux cleaned = -0.00466054 Jy ! Component: 3850 - total flux cleaned = -0.00465185 Jy ! Component: 3900 - total flux cleaned = -0.00465193 Jy ! Component: 3950 - total flux cleaned = -0.00465195 Jy ! Component: 4000 - total flux cleaned = -0.00463483 Jy ! Component: 4050 - total flux cleaned = -0.00462638 Jy ! Total flux subtracted in 4096 components = -0.00462633 Jy ! Clean residual min=-0.000562 max=0.000492 Jy/beam ! Clean residual mean=-0.000001 rms=0.000145 Jy/beam ! Combined flux in latest and established models = 0.090059 Jy keep ! Adding 253 model components to the UV plane model. ! The established model now contains 335 components and 0.090059 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219a_uvs/J0248+0434_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.248 x 7.364 at -3.354 degrees (North through East) ! Clean map min=-0.0021031 max=0.081298 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219a_uvs/J0248+0434_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0812982 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000143736 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.530403 0.530403 1.06081 2.12161 4.24323 8.48645 16.9729 33.9458 67.8916 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0004 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.081 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 565.607 quit ! Quitting program ! Log file /scr/pima/bg219a_uvs/J0248+0434_S_uvs.log closed on Wed Apr 6 22:43:02 2016