! Started logfile: /scr/pima/bg219h_uvs/J0500+2651_S_uvs.log on Thu Apr 7 08:53:09 2016 obs /scr/pima/bg219h_uvs/J0500+2651_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J0500+2651_S_uva.fits ! AN table 1: 61 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.928051 visibilities/baseline/integration-bin. ! Found source: J0500+2651 ! ! 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 8152 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/J0500+2651_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 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006072Jy sigma=26.336736 ! Fit after self-cal, rms=0.918504Jy sigma=24.073905 ! 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.687 mas, bmaj=5.651 mas, bpa=-3.35 degrees ! Estimated noise=0.51647 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.063893 Jy ! Component: 100 - total flux cleaned = 0.0778688 Jy ! Total flux subtracted in 100 components = 0.0778688 Jy ! Clean residual min=-0.004032 max=0.004577 Jy/beam ! Clean residual mean=-0.000004 rms=0.000966 Jy/beam ! Combined flux in latest and established models = 0.0778688 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0778688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056141Jy sigma=1.386628 ! Fit after self-cal, rms=0.055835Jy sigma=1.379038 ! 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.223 mas, bmaj=6.329 mas, bpa=-2.624 degrees ! Estimated noise=0.321531 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.00466049 Jy ! Component: 100 - total flux cleaned = 0.00655801 Jy ! Component: 150 - total flux cleaned = 0.00708879 Jy ! Component: 200 - total flux cleaned = 0.00708733 Jy ! Total flux subtracted in 200 components = 0.00708733 Jy ! Clean residual min=-0.002500 max=0.002609 Jy/beam ! Clean residual mean=0.000002 rms=0.000696 Jy/beam ! Combined flux in latest and established models = 0.0849561 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 18 components and 0.0849561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055446Jy sigma=1.371483 ! Fit after self-cal, rms=0.055444Jy sigma=1.371367 ! 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.223 x 6.329 at -2.624 degrees (North through East) ! Clean map min=-0.0023937 max=0.082838 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 0.96 HN 0.93 KP 0.99 LA 1.03 ! MK 1.00 NL 1.01 OV 0.98 PT 1.01 ! SC 0.99 ! ! ! 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* ! SC 1.00* ! ! ! Correcting IF 3. ! 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* ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 HN 0.98 KP 1.01 LA 0.99 ! MK 1.01 NL 0.90 OV 0.99 PT 0.99 ! SC 1.01 ! ! ! Fit before self-cal, rms=0.055444Jy sigma=1.371367 ! Fit after self-cal, rms=0.054874Jy sigma=1.369518 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.227 mas, bmaj=6.338 mas, bpa=-2.726 degrees ! Estimated noise=0.318637 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.000573395 Jy ! Component: 100 - total flux cleaned = -0.00061383 Jy ! Component: 150 - total flux cleaned = -0.000681181 Jy ! Component: 200 - total flux cleaned = -0.000740791 Jy ! Total flux subtracted in 200 components = -0.000740791 Jy ! Clean residual min=-0.002445 max=0.002639 Jy/beam ! Clean residual mean=0.000002 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.0842153 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 27 components and 0.0842153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054865Jy sigma=1.368969 ! Fit after self-cal, rms=0.054865Jy sigma=1.368883 ! 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.054865Jy sigma=1.368883 ! Fit after self-cal, rms=0.054334Jy sigma=1.364808 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.233 mas, bmaj=6.354 mas, bpa=-2.731 degrees ! Estimated noise=0.315103 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000954904 Jy ! Component: 100 - total flux cleaned = -0.00139262 Jy ! Component: 150 - total flux cleaned = -0.00146246 Jy ! Component: 200 - total flux cleaned = -0.00153148 Jy ! Total flux subtracted in 200 components = -0.00153148 Jy ! Clean residual min=-0.002370 max=0.002668 Jy/beam ! Clean residual mean=0.000001 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.0826839 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 37 components and 0.0826839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054326Jy sigma=1.364040 ! Fit after self-cal, rms=0.054342Jy sigma=1.363928 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.9725e-05 Jy ! Component: 100 - total flux cleaned = -7.12591e-05 Jy ! Component: 150 - total flux cleaned = -8.71779e-05 Jy ! Component: 200 - total flux cleaned = -0.000102263 Jy ! Total flux subtracted in 200 components = -0.000102263 Jy ! Clean residual min=-0.002350 max=0.002653 Jy/beam ! Clean residual mean=0.000001 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.0825816 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.0825816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054339Jy sigma=1.363845 ! Fit after self-cal, rms=0.054339Jy sigma=1.363833 ! 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.054339Jy sigma=1.363833 ! Fit after self-cal, rms=0.053854Jy sigma=1.363604 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.236 mas, bmaj=6.366 mas, bpa=-2.753 degrees ! Estimated noise=0.312201 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000695257 Jy ! Component: 100 - total flux cleaned = -0.00100146 Jy ! Component: 150 - total flux cleaned = -0.00108939 Jy ! Component: 200 - total flux cleaned = -0.00110304 Jy ! Total flux subtracted in 200 components = -0.00110304 Jy ! Clean residual min=-0.002290 max=0.002647 Jy/beam ! Clean residual mean=0.000001 rms=0.000609 Jy/beam ! Combined flux in latest and established models = 0.0814786 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 42 components and 0.0814786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053851Jy sigma=1.363140 ! Fit after self-cal, rms=0.053851Jy sigma=1.363135 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 (30, -15.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00172878 Jy ! Component: 100 - total flux cleaned = 0.0020455 Jy ! Component: 150 - total flux cleaned = 0.00213875 Jy ! Component: 200 - total flux cleaned = 0.00210784 Jy ! Total flux subtracted in 200 components = 0.00210784 Jy ! Clean residual min=-0.002083 max=0.002123 Jy/beam ! Clean residual mean=0.000002 rms=0.000548 Jy/beam ! Combined flux in latest and established models = 0.0835864 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 63 components and 0.0835864 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053764Jy sigma=1.358988 ! Fit after self-cal, rms=0.053746Jy sigma=1.358691 ! 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.053746Jy sigma=1.358691 ! Fit after self-cal, rms=0.053402Jy sigma=1.358248 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.534 mas, bmaj=9.638 mas, bpa=-2.645 degrees ! Estimated noise=0.393348 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000461676 Jy ! Component: 100 - total flux cleaned = 0.000716816 Jy ! Component: 150 - total flux cleaned = 0.000751435 Jy ! Component: 200 - total flux cleaned = 0.000781622 Jy ! Total flux subtracted in 200 components = 0.000781622 Jy ! Clean residual min=-0.002275 max=0.002425 Jy/beam ! Clean residual mean=0.000002 rms=0.000676 Jy/beam ! Combined flux in latest and established models = 0.084368 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 77 components and 0.084368 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053382Jy sigma=1.357032 ! Fit after self-cal, rms=0.053376Jy sigma=1.356968 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 = -1.18412e-06 Jy ! Component: 100 - total flux cleaned = 4.80543e-05 Jy ! Component: 150 - total flux cleaned = 9.13473e-05 Jy ! Component: 200 - total flux cleaned = 0.000130574 Jy ! Total flux subtracted in 200 components = 0.000130574 Jy ! Clean residual min=-0.002197 max=0.002354 Jy/beam ! Clean residual mean=0.000002 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.0844986 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 84 components and 0.0844986 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053377Jy sigma=1.356693 ! Fit after self-cal, rms=0.053374Jy sigma=1.356675 ! 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.239 mas, bmaj=6.38 mas, bpa=-2.678 degrees ! Estimated noise=0.310522 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.239 x 6.38 at -2.678 degrees (North through East) ! Clean map min=-0.001995 max=0.079975 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.7 mas, bmaj=5.698 mas, bpa=-3.477 degrees ! Estimated noise=0.502882 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0623981 Jy ! Component: 100 - total flux cleaned = 0.0761304 Jy ! Component: 150 - total flux cleaned = 0.0808153 Jy ! Component: 200 - total flux cleaned = 0.0825537 Jy ! Total flux subtracted in 200 components = 0.0825537 Jy ! Clean residual min=-0.003071 max=0.003167 Jy/beam ! Clean residual mean=-0.000003 rms=0.000777 Jy/beam ! Combined flux in latest and established models = 0.0825537 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 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0825537 Jy ! Inverting map and beam ! Estimated beam: bmin=3.239 mas, bmaj=6.38 mas, bpa=-2.678 degrees ! Estimated noise=0.310522 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-29.5, 16). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144443 Jy ! Component: 100 - total flux cleaned = 0.00201714 Jy ! Component: 150 - total flux cleaned = 0.00231883 Jy ! Component: 200 - total flux cleaned = 0.00262469 Jy ! Total flux subtracted in 200 components = 0.00262469 Jy ! Clean residual min=-0.002078 max=0.001991 Jy/beam ! Clean residual mean=0.000001 rms=0.000508 Jy/beam ! Combined flux in latest and established models = 0.0851784 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 36 components and 0.0851784 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=6.534 mas, bmaj=9.638 mas, bpa=-2.645 degrees ! Estimated noise=0.393348 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00050162 Jy ! Component: 100 - total flux cleaned = 0.000848437 Jy ! Component: 150 - total flux cleaned = 0.00101031 Jy ! Component: 200 - total flux cleaned = 0.00115385 Jy ! Total flux subtracted in 200 components = 0.00115385 Jy ! Clean residual min=-0.002090 max=0.002194 Jy/beam ! Clean residual mean=0.000002 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.0863323 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.000127082 Jy ! Component: 100 - total flux cleaned = 0.000197433 Jy ! Component: 150 - total flux cleaned = 0.000263791 Jy ! Component: 200 - total flux cleaned = 0.000325263 Jy ! Total flux subtracted in 200 components = 0.000325263 Jy ! Clean residual min=-0.002037 max=0.002118 Jy/beam ! Clean residual mean=0.000002 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.0866575 Jy ! Adding 40 model components to the UV plane model. ! The established model now contains 74 components and 0.0866576 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.239 mas, bmaj=6.38 mas, bpa=-2.678 degrees ! Estimated noise=0.310522 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000109134 Jy ! Component: 100 - total flux cleaned = -0.000341236 Jy ! Component: 150 - total flux cleaned = -0.000520816 Jy ! Component: 200 - total flux cleaned = -0.000613963 Jy ! Total flux subtracted in 200 components = -0.000613963 Jy ! Clean residual min=-0.001949 max=0.001833 Jy/beam ! Clean residual mean=0.000001 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0860436 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 94 components and 0.0860436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053323Jy sigma=1.354131 ! Fit after self-cal, rms=0.053312Jy sigma=1.353858 wmodel /scr/pima/bg219h_uvs/J0500+2651_S_map.mod ! Writing 94 model components to file: /scr/pima/bg219h_uvs/J0500+2651_S_map.mod wobs /scr/pima/bg219h_uvs/J0500+2651_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J0500+2651_S_uvs.fits wwins /scr/pima/bg219h_uvs/J0500+2651_S_map.win ! wwins: Wrote 3 windows to /scr/pima/bg219h_uvs/J0500+2651_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.000472019 Jy ! Component: 100 - total flux cleaned = -0.000505623 Jy ! Component: 150 - total flux cleaned = -0.000445289 Jy ! Component: 200 - total flux cleaned = -0.000473568 Jy ! Component: 250 - total flux cleaned = -0.000363183 Jy ! Component: 300 - total flux cleaned = -0.000363419 Jy ! Component: 350 - total flux cleaned = -0.000362727 Jy ! Component: 400 - total flux cleaned = -0.000260642 Jy ! Component: 450 - total flux cleaned = -0.000211334 Jy ! Component: 500 - total flux cleaned = -0.000163096 Jy ! Component: 550 - total flux cleaned = -0.000163284 Jy ! Component: 600 - total flux cleaned = -7.04363e-05 Jy ! Component: 650 - total flux cleaned = -4.78374e-05 Jy ! Component: 700 - total flux cleaned = -2.58632e-05 Jy ! Component: 750 - total flux cleaned = -3.86689e-06 Jy ! Component: 800 - total flux cleaned = 6.07688e-05 Jy ! Component: 850 - total flux cleaned = 0.000102909 Jy ! Component: 900 - total flux cleaned = 0.000227727 Jy ! Component: 950 - total flux cleaned = 0.000289172 Jy ! Component: 1000 - total flux cleaned = 0.000349391 Jy ! Component: 1050 - total flux cleaned = 0.000428475 Jy ! Component: 1100 - total flux cleaned = 0.000447989 Jy ! Component: 1150 - total flux cleaned = 0.000543552 Jy ! Component: 1200 - total flux cleaned = 0.000543429 Jy ! Component: 1250 - total flux cleaned = 0.000636174 Jy ! Component: 1300 - total flux cleaned = 0.000690876 Jy ! Component: 1350 - total flux cleaned = 0.000744813 Jy ! Component: 1400 - total flux cleaned = 0.000797634 Jy ! Component: 1450 - total flux cleaned = 0.00091952 Jy ! Component: 1500 - total flux cleaned = 0.000953427 Jy ! Component: 1550 - total flux cleaned = 0.0009532 Jy ! Component: 1600 - total flux cleaned = 0.00103756 Jy ! Component: 1650 - total flux cleaned = 0.00110401 Jy ! Component: 1700 - total flux cleaned = 0.00118596 Jy ! Component: 1750 - total flux cleaned = 0.00121802 Jy ! Component: 1800 - total flux cleaned = 0.00125024 Jy ! Component: 1850 - total flux cleaned = 0.00131329 Jy ! Component: 1900 - total flux cleaned = 0.00125138 Jy ! Component: 1950 - total flux cleaned = 0.00134374 Jy ! Component: 2000 - total flux cleaned = 0.00143501 Jy ! Component: 2050 - total flux cleaned = 0.00143496 Jy ! Component: 2100 - total flux cleaned = 0.00147946 Jy ! Component: 2150 - total flux cleaned = 0.00152349 Jy ! Component: 2200 - total flux cleaned = 0.00156704 Jy ! Component: 2250 - total flux cleaned = 0.00158117 Jy ! Component: 2300 - total flux cleaned = 0.00160935 Jy ! Component: 2350 - total flux cleaned = 0.00165156 Jy ! Component: 2400 - total flux cleaned = 0.0016792 Jy ! Component: 2450 - total flux cleaned = 0.00166545 Jy ! Component: 2500 - total flux cleaned = 0.00169267 Jy ! Component: 2550 - total flux cleaned = 0.00171965 Jy ! Component: 2600 - total flux cleaned = 0.00173301 Jy ! Component: 2650 - total flux cleaned = 0.00175965 Jy ! Component: 2700 - total flux cleaned = 0.00181215 Jy ! Component: 2750 - total flux cleaned = 0.00179906 Jy ! Component: 2800 - total flux cleaned = 0.00185068 Jy ! Component: 2850 - total flux cleaned = 0.00182501 Jy ! Component: 2900 - total flux cleaned = 0.00183768 Jy ! Component: 2950 - total flux cleaned = 0.00182526 Jy ! Component: 3000 - total flux cleaned = 0.00180058 Jy ! Component: 3050 - total flux cleaned = 0.0018747 Jy ! Component: 3100 - total flux cleaned = 0.00182571 Jy ! Component: 3150 - total flux cleaned = 0.00193486 Jy ! Component: 3200 - total flux cleaned = 0.00191084 Jy ! Component: 3250 - total flux cleaned = 0.00194658 Jy ! Component: 3300 - total flux cleaned = 0.00199384 Jy ! Component: 3350 - total flux cleaned = 0.00198192 Jy ! Component: 3400 - total flux cleaned = 0.00203995 Jy ! Component: 3450 - total flux cleaned = 0.0020861 Jy ! Component: 3500 - total flux cleaned = 0.00208604 Jy ! Component: 3550 - total flux cleaned = 0.00209747 Jy ! Component: 3600 - total flux cleaned = 0.0021315 Jy ! Component: 3650 - total flux cleaned = 0.00218749 Jy ! Component: 3700 - total flux cleaned = 0.00219866 Jy ! Component: 3750 - total flux cleaned = 0.00223184 Jy ! Component: 3800 - total flux cleaned = 0.00222097 Jy ! Component: 3850 - total flux cleaned = 0.00227539 Jy ! Component: 3900 - total flux cleaned = 0.00229707 Jy ! Component: 3950 - total flux cleaned = 0.00230777 Jy ! Component: 4000 - total flux cleaned = 0.00229716 Jy ! Component: 4050 - total flux cleaned = 0.00226546 Jy ! Total flux subtracted in 4096 components = 0.00230768 Jy ! Clean residual min=-0.000683 max=0.000560 Jy/beam ! Clean residual mean=0.000000 rms=0.000193 Jy/beam ! Combined flux in latest and established models = 0.0883513 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 398 components and 0.0883513 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J0500+2651_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.239 x 6.38 at -2.678 degrees (North through East) ! Clean map min=-0.0014493 max=0.079206 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J0500+2651_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0792058 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000190981 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.723361 0.723361 1.44672 2.89345 5.78689 11.5738 23.1476 46.2951 92.5903 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.079 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 414.73 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J0500+2651_S_uvs.log closed on Thu Apr 7 08:53:13 2016