! Started logfile: /scr/pima/bg219h_uvs/J1819+3845_S_uvs.log on Thu Apr 7 09:09:49 2016 obs /scr/pima/bg219h_uvs/J1819+3845_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J1819+3845_S_uva.fits ! AN table 1: 28 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.766865 visibilities/baseline/integration-bin. ! Found source: J1819+3845 ! ! 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 3092 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/J1819+3845_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=1.013759Jy sigma=24.983888 ! Fit after self-cal, rms=0.889031Jy sigma=21.934153 ! 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.954 mas, bmaj=5.012 mas, bpa=-7.459 degrees ! Estimated noise=0.846559 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.0864447 Jy ! Component: 100 - total flux cleaned = 0.105738 Jy ! Total flux subtracted in 100 components = 0.105738 Jy ! Clean residual min=-0.005787 max=0.006429 Jy/beam ! Clean residual mean=0.000003 rms=0.001368 Jy/beam ! Combined flux in latest and established models = 0.105738 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.105738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060474Jy sigma=1.402194 ! Fit after self-cal, rms=0.060429Jy sigma=1.400881 ! 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.522 mas, bmaj=5.529 mas, bpa=-5.476 degrees ! Estimated noise=0.591511 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.00797338 Jy ! Component: 100 - total flux cleaned = 0.0112941 Jy ! Component: 150 - total flux cleaned = 0.0124956 Jy ! Component: 200 - total flux cleaned = 0.0130003 Jy ! Total flux subtracted in 200 components = 0.0130003 Jy ! Clean residual min=-0.004657 max=0.004589 Jy/beam ! Clean residual mean=-0.000000 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.118738 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 20 components and 0.118738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059456Jy sigma=1.377788 ! Fit after self-cal, rms=0.059377Jy sigma=1.375567 ! 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.522 x 5.529 at -5.476 degrees (North through East) ! Clean map min=-0.0045021 max=0.11191 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.97 HN 1.07 KP 0.96 LA 0.90 ! MK 0.95 NL 1.01 OV 0.95 PT 0.99 ! SC 0.95 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 HN 1.05 KP 0.96 LA 0.96 ! MK 0.95 NL 1.14 OV 0.97 PT 1.01 ! SC 1.03 ! ! ! 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 0.96 HN 1.11 KP 0.99 LA 0.98 ! MK 1.02 NL 0.96 OV 0.94 PT 1.05 ! SC 1.05 ! ! ! Fit before self-cal, rms=0.059377Jy sigma=1.375567 ! Fit after self-cal, rms=0.058901Jy sigma=1.363599 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.535 mas, bmaj=5.545 mas, bpa=-5.458 degrees ! Estimated noise=0.584899 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.00164577 Jy ! Component: 100 - total flux cleaned = -0.0020627 Jy ! Component: 150 - total flux cleaned = -0.00212352 Jy ! Component: 200 - total flux cleaned = -0.00212675 Jy ! Total flux subtracted in 200 components = -0.00212675 Jy ! Clean residual min=-0.003559 max=0.004007 Jy/beam ! Clean residual mean=0.000001 rms=0.000918 Jy/beam ! Combined flux in latest and established models = 0.116612 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 24 components and 0.116612 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058856Jy sigma=1.361862 ! Fit after self-cal, rms=0.058890Jy sigma=1.361472 ! 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.058890Jy sigma=1.361472 ! Fit after self-cal, rms=0.058546Jy sigma=1.351496 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.538 mas, bmaj=5.559 mas, bpa=-6.176 degrees ! Estimated noise=0.580153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00101548 Jy ! Component: 100 - total flux cleaned = -0.0010463 Jy ! Component: 150 - total flux cleaned = -0.0010239 Jy ! Component: 200 - total flux cleaned = -0.00100531 Jy ! Total flux subtracted in 200 components = -0.00100531 Jy ! Clean residual min=-0.003171 max=0.003054 Jy/beam ! Clean residual mean=0.000002 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.115606 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 32 components and 0.115606 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058523Jy sigma=1.350638 ! Fit after self-cal, rms=0.058546Jy sigma=1.350391 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.000137018 Jy ! Component: 100 - total flux cleaned = -0.00013627 Jy ! Component: 150 - total flux cleaned = -9.03306e-05 Jy ! Component: 200 - total flux cleaned = -7.62003e-05 Jy ! Total flux subtracted in 200 components = -7.62003e-05 Jy ! Clean residual min=-0.003139 max=0.003046 Jy/beam ! Clean residual mean=0.000002 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.11553 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.11553 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058536Jy sigma=1.350133 ! Fit after self-cal, rms=0.058536Jy sigma=1.350092 ! 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.058536Jy sigma=1.350092 ! Fit after self-cal, rms=0.058088Jy sigma=1.349857 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.535 mas, bmaj=5.555 mas, bpa=-6.307 degrees ! Estimated noise=0.575627 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000806982 Jy ! Component: 100 - total flux cleaned = -0.00082568 Jy ! Component: 150 - total flux cleaned = -0.000796206 Jy ! Component: 200 - total flux cleaned = -0.000783627 Jy ! Total flux subtracted in 200 components = -0.000783627 Jy ! Clean residual min=-0.003080 max=0.003048 Jy/beam ! Clean residual mean=0.000002 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.114746 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 36 components and 0.114746 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058076Jy sigma=1.349361 ! Fit after self-cal, rms=0.058076Jy sigma=1.349332 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 = -2.24767e-05 Jy ! Component: 100 - total flux cleaned = 1.31091e-06 Jy ! Component: 150 - total flux cleaned = 2.29924e-05 Jy ! Component: 200 - total flux cleaned = 5.38681e-05 Jy ! Total flux subtracted in 200 components = 5.38681e-05 Jy ! Clean residual min=-0.003050 max=0.003032 Jy/beam ! Clean residual mean=0.000002 rms=0.000761 Jy/beam ! Combined flux in latest and established models = 0.1148 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 40 components and 0.1148 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058070Jy sigma=1.349226 ! Fit after self-cal, rms=0.058071Jy sigma=1.349209 ! 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.058071Jy sigma=1.349209 ! Fit after self-cal, rms=0.057650Jy sigma=1.349044 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.063 mas, bmaj=9.197 mas, bpa=-0.4263 degrees ! Estimated noise=0.707901 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000389838 Jy ! Component: 100 - total flux cleaned = -0.000336025 Jy ! Component: 150 - total flux cleaned = -0.000266592 Jy ! Component: 200 - total flux cleaned = -0.000228124 Jy ! Total flux subtracted in 200 components = -0.000228124 Jy ! Clean residual min=-0.003339 max=0.002956 Jy/beam ! Clean residual mean=0.000007 rms=0.000902 Jy/beam ! Combined flux in latest and established models = 0.114572 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 45 components and 0.114572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057649Jy sigma=1.349099 ! Fit after self-cal, rms=0.057646Jy sigma=1.349043 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 = -5.96005e-05 Jy ! Component: 100 - total flux cleaned = -1.52633e-05 Jy ! Component: 150 - total flux cleaned = 3.43358e-05 Jy ! Component: 200 - total flux cleaned = 5.62228e-05 Jy ! Total flux subtracted in 200 components = 5.62228e-05 Jy ! Clean residual min=-0.003331 max=0.002931 Jy/beam ! Clean residual mean=0.000007 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.114628 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 48 components and 0.114628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057652Jy sigma=1.349324 ! Fit after self-cal, rms=0.057652Jy sigma=1.349305 ! 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.532 mas, bmaj=5.549 mas, bpa=-6.333 degrees ! Estimated noise=0.571642 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.532 x 5.549 at -6.333 degrees (North through East) ! Clean map min=-0.0028848 max=0.10853 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.948 mas, bmaj=5.04 mas, bpa=-8.622 degrees ! Estimated noise=0.81564 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0832053 Jy ! Component: 100 - total flux cleaned = 0.102291 Jy ! Component: 150 - total flux cleaned = 0.107958 Jy ! Component: 200 - total flux cleaned = 0.109076 Jy ! Total flux subtracted in 200 components = 0.109076 Jy ! Clean residual min=-0.004184 max=0.004342 Jy/beam ! Clean residual mean=0.000003 rms=0.001080 Jy/beam ! Combined flux in latest and established models = 0.109076 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.109076 Jy ! Inverting map and beam ! Estimated beam: bmin=3.532 mas, bmaj=5.549 mas, bpa=-6.333 degrees ! Estimated noise=0.571642 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.00334054 Jy ! Component: 100 - total flux cleaned = 0.00391494 Jy ! Component: 150 - total flux cleaned = 0.00434745 Jy ! Component: 200 - total flux cleaned = 0.00463779 Jy ! Total flux subtracted in 200 components = 0.00463779 Jy ! Clean residual min=-0.003140 max=0.003059 Jy/beam ! Clean residual mean=0.000002 rms=0.000767 Jy/beam ! Combined flux in latest and established models = 0.113714 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 26 components and 0.113714 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.063 mas, bmaj=9.197 mas, bpa=-0.4263 degrees ! Estimated noise=0.707901 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000562861 Jy ! Component: 100 - total flux cleaned = 0.000775359 Jy ! Component: 150 - total flux cleaned = 0.000927006 Jy ! Component: 200 - total flux cleaned = 0.000984687 Jy ! Total flux subtracted in 200 components = 0.000984687 Jy ! Clean residual min=-0.003329 max=0.002949 Jy/beam ! Clean residual mean=0.000007 rms=0.000901 Jy/beam ! Combined flux in latest and established models = 0.114699 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 = 1.5101e-05 Jy ! Component: 100 - total flux cleaned = 2.84375e-05 Jy ! Component: 150 - total flux cleaned = 5.11018e-05 Jy ! Component: 200 - total flux cleaned = 6.04277e-05 Jy ! Total flux subtracted in 200 components = 6.04277e-05 Jy ! Clean residual min=-0.003338 max=0.002953 Jy/beam ! Clean residual mean=0.000007 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.114759 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 30 components and 0.114759 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.532 mas, bmaj=5.549 mas, bpa=-6.333 degrees ! Estimated noise=0.571642 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000457303 Jy ! Component: 100 - total flux cleaned = -0.000490668 Jy ! Component: 150 - total flux cleaned = -0.000492717 Jy ! Component: 200 - total flux cleaned = -0.000493356 Jy ! Total flux subtracted in 200 components = -0.000493356 Jy ! Clean residual min=-0.002986 max=0.002971 Jy/beam ! Clean residual mean=0.000002 rms=0.000753 Jy/beam ! Combined flux in latest and established models = 0.114266 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.114266 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057638Jy sigma=1.348753 ! Fit after self-cal, rms=0.057641Jy sigma=1.348709 wmodel /scr/pima/bg219h_uvs/J1819+3845_S_map.mod ! Writing 37 model components to file: /scr/pima/bg219h_uvs/J1819+3845_S_map.mod wobs /scr/pima/bg219h_uvs/J1819+3845_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J1819+3845_S_uvs.fits wwins /scr/pima/bg219h_uvs/J1819+3845_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219h_uvs/J1819+3845_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.000497055 Jy ! Component: 100 - total flux cleaned = -0.00090311 Jy ! Component: 150 - total flux cleaned = -0.0011458 Jy ! Component: 200 - total flux cleaned = -0.00110104 Jy ! Component: 250 - total flux cleaned = -0.00105814 Jy ! Component: 300 - total flux cleaned = -0.00097191 Jy ! Component: 350 - total flux cleaned = -0.000887193 Jy ! Component: 400 - total flux cleaned = -0.000724026 Jy ! Component: 450 - total flux cleaned = -0.000644824 Jy ! Component: 500 - total flux cleaned = -0.000606446 Jy ! Component: 550 - total flux cleaned = -0.000607169 Jy ! Component: 600 - total flux cleaned = -0.000606426 Jy ! Component: 650 - total flux cleaned = -0.000606607 Jy ! Component: 700 - total flux cleaned = -0.000711913 Jy ! Component: 750 - total flux cleaned = -0.000781 Jy ! Component: 800 - total flux cleaned = -0.000713156 Jy ! Component: 850 - total flux cleaned = -0.000646739 Jy ! Component: 900 - total flux cleaned = -0.000778256 Jy ! Component: 950 - total flux cleaned = -0.000875077 Jy ! Component: 1000 - total flux cleaned = -0.000812253 Jy ! Component: 1050 - total flux cleaned = -0.000937806 Jy ! Component: 1100 - total flux cleaned = -0.000937923 Jy ! Component: 1150 - total flux cleaned = -0.00099859 Jy ! Component: 1200 - total flux cleaned = -0.00102867 Jy ! Component: 1250 - total flux cleaned = -0.00111625 Jy ! Component: 1300 - total flux cleaned = -0.00117416 Jy ! Component: 1350 - total flux cleaned = -0.00134521 Jy ! Component: 1400 - total flux cleaned = -0.00145809 Jy ! Component: 1450 - total flux cleaned = -0.00156959 Jy ! Component: 1500 - total flux cleaned = -0.00170645 Jy ! Component: 1550 - total flux cleaned = -0.00173374 Jy ! Component: 1600 - total flux cleaned = -0.00181383 Jy ! Component: 1650 - total flux cleaned = -0.00197189 Jy ! Component: 1700 - total flux cleaned = -0.00204955 Jy ! Component: 1750 - total flux cleaned = -0.00215205 Jy ! Component: 1800 - total flux cleaned = -0.00222773 Jy ! Component: 1850 - total flux cleaned = -0.00220322 Jy ! Component: 1900 - total flux cleaned = -0.00227743 Jy ! Component: 1950 - total flux cleaned = -0.00230194 Jy ! Component: 2000 - total flux cleaned = -0.00232604 Jy ! Component: 2050 - total flux cleaned = -0.0023978 Jy ! Component: 2100 - total flux cleaned = -0.00246892 Jy ! Component: 2150 - total flux cleaned = -0.00251491 Jy ! Component: 2200 - total flux cleaned = -0.00253803 Jy ! Component: 2250 - total flux cleaned = -0.0026524 Jy ! Component: 2300 - total flux cleaned = -0.00260704 Jy ! Component: 2350 - total flux cleaned = -0.0027191 Jy ! Component: 2400 - total flux cleaned = -0.00278536 Jy ! Component: 2450 - total flux cleaned = -0.00287321 Jy ! Component: 2500 - total flux cleaned = -0.00296003 Jy ! Component: 2550 - total flux cleaned = -0.00295983 Jy ! Component: 2600 - total flux cleaned = -0.00298106 Jy ! Component: 2650 - total flux cleaned = -0.00300225 Jy ! Component: 2700 - total flux cleaned = -0.00300241 Jy ! Component: 2750 - total flux cleaned = -0.0030436 Jy ! Component: 2800 - total flux cleaned = -0.00304376 Jy ! Component: 2850 - total flux cleaned = -0.00314514 Jy ! Component: 2900 - total flux cleaned = -0.00312516 Jy ! Component: 2950 - total flux cleaned = -0.00310497 Jy ! Component: 3000 - total flux cleaned = -0.00304574 Jy ! Component: 3050 - total flux cleaned = -0.00298697 Jy ! Component: 3100 - total flux cleaned = -0.00296746 Jy ! Component: 3150 - total flux cleaned = -0.00296738 Jy ! Component: 3200 - total flux cleaned = -0.00296726 Jy ! Component: 3250 - total flux cleaned = -0.00291026 Jy ! Component: 3300 - total flux cleaned = -0.0028725 Jy ! Component: 3350 - total flux cleaned = -0.00283483 Jy ! Component: 3400 - total flux cleaned = -0.00283493 Jy ! Component: 3450 - total flux cleaned = -0.00276103 Jy ! Component: 3500 - total flux cleaned = -0.00279776 Jy ! Component: 3550 - total flux cleaned = -0.00281591 Jy ! Component: 3600 - total flux cleaned = -0.0028701 Jy ! Component: 3650 - total flux cleaned = -0.00276212 Jy ! Component: 3700 - total flux cleaned = -0.0027981 Jy ! Component: 3750 - total flux cleaned = -0.00269176 Jy ! Component: 3800 - total flux cleaned = -0.00276228 Jy ! Component: 3850 - total flux cleaned = -0.00269239 Jy ! Component: 3900 - total flux cleaned = -0.00267519 Jy ! Component: 3950 - total flux cleaned = -0.00267523 Jy ! Component: 4000 - total flux cleaned = -0.00257245 Jy ! Component: 4050 - total flux cleaned = -0.00258973 Jy ! Total flux subtracted in 4096 components = -0.00260662 Jy ! Clean residual min=-0.001232 max=0.001095 Jy/beam ! Clean residual mean=0.000001 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.111659 Jy keep ! Adding 258 model components to the UV plane model. ! The established model now contains 295 components and 0.111659 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J1819+3845_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.532 x 5.549 at -6.333 degrees (North through East) ! Clean map min=-0.0020937 max=0.10838 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J1819+3845_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.108375 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000292614 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.81 0.81 1.62 3.24 6.48 12.96 25.92 51.84 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.108 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 370.37 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J1819+3845_S_uvs.log closed on Thu Apr 7 09:09:53 2016