! Started logfile: /scr/pima/bg219i_uvs/J0527-1002_S_uvs.log on Wed Apr 6 22:53:05 2016 obs /scr/pima/bg219i_uvs/J0527-1002_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J0527-1002_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.666667 visibilities/baseline/integration-bin. ! Found source: J0527-1002 ! ! 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 5952 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/bg219i_uvs/J0527-1002_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 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 110 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002177Jy sigma=22.278187 ! Fit after self-cal, rms=0.957907Jy sigma=21.358716 ! 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=5.55 mas, bmaj=15.24 mas, bpa=-5.641 degrees ! Estimated noise=0.652656 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.0337213 Jy ! Component: 100 - total flux cleaned = 0.0411757 Jy ! Total flux subtracted in 100 components = 0.0411757 Jy ! Clean residual min=-0.003721 max=0.003774 Jy/beam ! Clean residual mean=0.000003 rms=0.001063 Jy/beam ! Combined flux in latest and established models = 0.0411757 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.0411757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059354Jy sigma=1.270818 ! Fit after self-cal, rms=0.057141Jy sigma=1.220139 ! 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=7.056 mas, bmaj=15.98 mas, bpa=-3.811 degrees ! Estimated noise=0.443782 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.00492455 Jy ! Component: 100 - total flux cleaned = 0.00653039 Jy ! Component: 150 - total flux cleaned = 0.00733263 Jy ! Component: 200 - total flux cleaned = 0.00747349 Jy ! Total flux subtracted in 200 components = 0.00747349 Jy ! Clean residual min=-0.002058 max=0.002011 Jy/beam ! Clean residual mean=-0.000005 rms=0.000576 Jy/beam ! Combined flux in latest and established models = 0.0486492 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 38 components and 0.0486492 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056758Jy sigma=1.211551 ! Fit after self-cal, rms=0.056753Jy sigma=1.211112 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.056 x 15.98 at -3.811 degrees (North through East) ! Clean map min=-0.002068 max=0.0468 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 FD 1.02 HN 1.02 KP 0.91 ! LA 1.02 NL 1.08 OV 1.04 PT 0.99 ! SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.99 HN 1.04 KP 1.00 ! LA 1.02 NL 1.05 OV 1.08 PT 0.95 ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.01 HN 0.84 KP 0.98 ! LA 1.07 NL 0.93 OV 1.05 PT 0.98 ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.93 HN 1.01 KP 1.05 ! LA 1.07 NL 1.05 OV 1.00 PT 0.95 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.056753Jy sigma=1.211112 ! Fit after self-cal, rms=0.057269Jy sigma=1.209019 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=7.059 mas, bmaj=15.86 mas, bpa=-3.838 degrees ! Estimated noise=0.443784 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.000586055 Jy ! Component: 100 - total flux cleaned = 0.000654763 Jy ! Component: 150 - total flux cleaned = 0.00064009 Jy ! Component: 200 - total flux cleaned = 0.000599012 Jy ! Total flux subtracted in 200 components = 0.000599012 Jy ! Clean residual min=-0.002111 max=0.001924 Jy/beam ! Clean residual mean=-0.000003 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.0492482 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 50 components and 0.0492482 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057258Jy sigma=1.208789 ! Fit after self-cal, rms=0.057340Jy sigma=1.208460 ! 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.057340Jy sigma=1.208460 ! Fit after self-cal, rms=0.058985Jy sigma=1.207641 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.088 mas, bmaj=15.89 mas, bpa=-3.972 degrees ! Estimated noise=0.45194 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000628396 Jy ! Component: 100 - total flux cleaned = 0.000611839 Jy ! Component: 150 - total flux cleaned = 0.000568323 Jy ! Component: 200 - total flux cleaned = 0.000515133 Jy ! Total flux subtracted in 200 components = 0.000515133 Jy ! Clean residual min=-0.002107 max=0.001976 Jy/beam ! Clean residual mean=-0.000003 rms=0.000512 Jy/beam ! Combined flux in latest and established models = 0.0497633 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 63 components and 0.0497634 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058970Jy sigma=1.207477 ! Fit after self-cal, rms=0.059009Jy sigma=1.207278 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.1221e-05 Jy ! Component: 100 - total flux cleaned = -1.28713e-05 Jy ! Component: 150 - total flux cleaned = -3.49991e-05 Jy ! Component: 200 - total flux cleaned = -5.62093e-05 Jy ! Total flux subtracted in 200 components = -5.62093e-05 Jy ! Clean residual min=-0.002095 max=0.001964 Jy/beam ! Clean residual mean=-0.000003 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.0497071 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 73 components and 0.0497071 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059003Jy sigma=1.207206 ! Fit after self-cal, rms=0.059005Jy sigma=1.207196 ! 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.059005Jy sigma=1.207196 ! Fit after self-cal, rms=0.059759Jy sigma=1.207278 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.098 mas, bmaj=15.89 mas, bpa=-3.993 degrees ! Estimated noise=0.457338 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000339102 Jy ! Component: 100 - total flux cleaned = 0.000310224 Jy ! Component: 150 - total flux cleaned = 0.000271042 Jy ! Component: 200 - total flux cleaned = 0.000224694 Jy ! Total flux subtracted in 200 components = 0.000224694 Jy ! Clean residual min=-0.002208 max=0.001989 Jy/beam ! Clean residual mean=-0.000003 rms=0.000511 Jy/beam ! Combined flux in latest and established models = 0.0499318 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 77 components and 0.0499318 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059747Jy sigma=1.207181 ! Fit after self-cal, rms=0.059766Jy sigma=1.207107 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.89442e-05 Jy ! Component: 100 - total flux cleaned = -2.9723e-05 Jy ! Component: 150 - total flux cleaned = -4.96546e-05 Jy ! Component: 200 - total flux cleaned = -6.87087e-05 Jy ! Total flux subtracted in 200 components = -6.87087e-05 Jy ! Clean residual min=-0.002170 max=0.001953 Jy/beam ! Clean residual mean=-0.000003 rms=0.000509 Jy/beam ! Combined flux in latest and established models = 0.0498631 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 85 components and 0.0498631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059762Jy sigma=1.207054 ! Fit after self-cal, rms=0.059763Jy sigma=1.207046 ! 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.059763Jy sigma=1.207046 ! Fit after self-cal, rms=0.060357Jy sigma=1.207069 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.247 mas, bmaj=16.53 mas, bpa=0.5731 degrees ! Estimated noise=0.481421 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.23494e-05 Jy ! Component: 100 - total flux cleaned = -4.45529e-05 Jy ! Component: 150 - total flux cleaned = -0.000141278 Jy ! Component: 200 - total flux cleaned = -0.000193225 Jy ! Total flux subtracted in 200 components = -0.000193225 Jy ! Clean residual min=-0.002110 max=0.001905 Jy/beam ! Clean residual mean=-0.000004 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.0496699 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 99 components and 0.0496699 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060349Jy sigma=1.207025 ! Fit after self-cal, rms=0.060351Jy sigma=1.207003 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 = -9.8891e-05 Jy ! Component: 100 - total flux cleaned = -0.000146152 Jy ! Component: 150 - total flux cleaned = -0.000203425 Jy ! Component: 200 - total flux cleaned = -0.000239718 Jy ! Total flux subtracted in 200 components = -0.000239718 Jy ! Clean residual min=-0.002094 max=0.001924 Jy/beam ! Clean residual mean=-0.000004 rms=0.000524 Jy/beam ! Combined flux in latest and established models = 0.0494302 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 111 components and 0.0494302 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060349Jy sigma=1.207001 ! Fit after self-cal, rms=0.060346Jy sigma=1.206993 ! 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=7.106 mas, bmaj=15.9 mas, bpa=-3.989 degrees ! Estimated noise=0.462185 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.106 x 15.9 at -3.989 degrees (North through East) ! Clean map min=-0.0022398 max=0.048804 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=5.597 mas, bmaj=15.09 mas, bpa=-5.65 degrees ! Estimated noise=0.691829 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0379632 Jy ! Component: 100 - total flux cleaned = 0.0465824 Jy ! Component: 150 - total flux cleaned = 0.0499145 Jy ! Component: 200 - total flux cleaned = 0.0507092 Jy ! Total flux subtracted in 200 components = 0.0507092 Jy ! Clean residual min=-0.003279 max=0.003488 Jy/beam ! Clean residual mean=0.000003 rms=0.000917 Jy/beam ! Combined flux in latest and established models = 0.0507092 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0507092 Jy ! Inverting map and beam ! Estimated beam: bmin=7.106 mas, bmaj=15.9 mas, bpa=-3.989 degrees ! Estimated noise=0.462185 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.000348929 Jy ! Component: 100 - total flux cleaned = 0.000317625 Jy ! Component: 150 - total flux cleaned = 0.000208059 Jy ! Component: 200 - total flux cleaned = 0.000136928 Jy ! Total flux subtracted in 200 components = 0.000136928 Jy ! Clean residual min=-0.002270 max=0.002056 Jy/beam ! Clean residual mean=-0.000002 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0508462 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 48 components and 0.0508462 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=9.247 mas, bmaj=16.53 mas, bpa=0.5731 degrees ! Estimated noise=0.481421 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000394494 Jy ! Component: 100 - total flux cleaned = -0.000572099 Jy ! Component: 150 - total flux cleaned = -0.000744239 Jy ! Component: 200 - total flux cleaned = -0.000877596 Jy ! Total flux subtracted in 200 components = -0.000877596 Jy ! Clean residual min=-0.002105 max=0.001933 Jy/beam ! Clean residual mean=-0.000004 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.0499686 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 = -7.38413e-05 Jy ! Component: 100 - total flux cleaned = -0.000141753 Jy ! Component: 150 - total flux cleaned = -0.000204368 Jy ! Component: 200 - total flux cleaned = -0.000250203 Jy ! Total flux subtracted in 200 components = -0.000250203 Jy ! Clean residual min=-0.002095 max=0.001907 Jy/beam ! Clean residual mean=-0.000004 rms=0.000529 Jy/beam ! Combined flux in latest and established models = 0.0497184 Jy ! Adding 28 model components to the UV plane model. ! The established model now contains 67 components and 0.0497184 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=7.106 mas, bmaj=15.9 mas, bpa=-3.989 degrees ! Estimated noise=0.462185 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.83767e-05 Jy ! Component: 100 - total flux cleaned = 0.000163226 Jy ! Component: 150 - total flux cleaned = 0.000163002 Jy ! Component: 200 - total flux cleaned = 0.000149677 Jy ! Total flux subtracted in 200 components = 0.000149677 Jy ! Clean residual min=-0.002272 max=0.001942 Jy/beam ! Clean residual mean=-0.000003 rms=0.000515 Jy/beam ! Combined flux in latest and established models = 0.049868 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 77 components and 0.049868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060351Jy sigma=1.207093 ! Fit after self-cal, rms=0.060350Jy sigma=1.207049 wmodel /scr/pima/bg219i_uvs/J0527-1002_S_map.mod ! Writing 77 model components to file: /scr/pima/bg219i_uvs/J0527-1002_S_map.mod wobs /scr/pima/bg219i_uvs/J0527-1002_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219i_uvs/J0527-1002_S_uvs.fits wwins /scr/pima/bg219i_uvs/J0527-1002_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219i_uvs/J0527-1002_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.00019498 Jy ! Component: 100 - total flux cleaned = 0.000252016 Jy ! Component: 150 - total flux cleaned = 0.000571239 Jy ! Component: 200 - total flux cleaned = 0.000707998 Jy ! Component: 250 - total flux cleaned = 0.000759447 Jy ! Component: 300 - total flux cleaned = 0.000759707 Jy ! Component: 350 - total flux cleaned = 0.0007833 Jy ! Component: 400 - total flux cleaned = 0.000828318 Jy ! Component: 450 - total flux cleaned = 0.000827878 Jy ! Component: 500 - total flux cleaned = 0.000828027 Jy ! Component: 550 - total flux cleaned = 0.000848504 Jy ! Component: 600 - total flux cleaned = 0.000926661 Jy ! Component: 650 - total flux cleaned = 0.000945717 Jy ! Component: 700 - total flux cleaned = 0.000964332 Jy ! Component: 750 - total flux cleaned = 0.000910895 Jy ! Component: 800 - total flux cleaned = 0.000893558 Jy ! Component: 850 - total flux cleaned = 0.000876757 Jy ! Component: 900 - total flux cleaned = 0.000843837 Jy ! Component: 950 - total flux cleaned = 0.000795453 Jy ! Component: 1000 - total flux cleaned = 0.000732514 Jy ! Component: 1050 - total flux cleaned = 0.000717002 Jy ! Component: 1100 - total flux cleaned = 0.000626356 Jy ! Component: 1150 - total flux cleaned = 0.000611835 Jy ! Component: 1200 - total flux cleaned = 0.000568177 Jy ! Component: 1250 - total flux cleaned = 0.000525404 Jy ! Component: 1300 - total flux cleaned = 0.000511138 Jy ! Component: 1350 - total flux cleaned = 0.000442243 Jy ! Component: 1400 - total flux cleaned = 0.000428843 Jy ! Component: 1450 - total flux cleaned = 0.000388634 Jy ! Component: 1500 - total flux cleaned = 0.00036223 Jy ! Component: 1550 - total flux cleaned = 0.000336083 Jy ! Component: 1600 - total flux cleaned = 0.000284782 Jy ! Component: 1650 - total flux cleaned = 0.00022156 Jy ! Component: 1700 - total flux cleaned = 0.0001719 Jy ! Component: 1750 - total flux cleaned = 0.000147481 Jy ! Component: 1800 - total flux cleaned = 0.000147573 Jy ! Component: 1850 - total flux cleaned = 0.000111293 Jy ! Component: 1900 - total flux cleaned = 5.16892e-05 Jy ! Component: 1950 - total flux cleaned = 2.81374e-05 Jy ! Component: 2000 - total flux cleaned = -5.32851e-05 Jy ! Component: 2050 - total flux cleaned = -8.78162e-05 Jy ! Component: 2100 - total flux cleaned = -0.00014479 Jy ! Component: 2150 - total flux cleaned = -0.000189948 Jy ! Component: 2200 - total flux cleaned = -0.000234613 Jy ! Component: 2250 - total flux cleaned = -0.000300853 Jy ! Component: 2300 - total flux cleaned = -0.000344523 Jy ! Component: 2350 - total flux cleaned = -0.000366276 Jy ! Component: 2400 - total flux cleaned = -0.00037707 Jy ! Component: 2450 - total flux cleaned = -0.000419719 Jy ! Component: 2500 - total flux cleaned = -0.000440745 Jy ! Component: 2550 - total flux cleaned = -0.000472064 Jy ! Component: 2600 - total flux cleaned = -0.000492805 Jy ! Component: 2650 - total flux cleaned = -0.000534054 Jy ! Component: 2700 - total flux cleaned = -0.000564788 Jy ! Component: 2750 - total flux cleaned = -0.000595236 Jy ! Component: 2800 - total flux cleaned = -0.000645489 Jy ! Component: 2850 - total flux cleaned = -0.000665417 Jy ! Component: 2900 - total flux cleaned = -0.000705007 Jy ! Component: 2950 - total flux cleaned = -0.000754065 Jy ! Component: 3000 - total flux cleaned = -0.000763838 Jy ! Component: 3050 - total flux cleaned = -0.000802619 Jy ! Component: 3100 - total flux cleaned = -0.000841056 Jy ! Component: 3150 - total flux cleaned = -0.000850608 Jy ! Component: 3200 - total flux cleaned = -0.000907512 Jy ! Component: 3250 - total flux cleaned = -0.000954562 Jy ! Component: 3300 - total flux cleaned = -0.000982629 Jy ! Component: 3350 - total flux cleaned = -0.0010198 Jy ! Component: 3400 - total flux cleaned = -0.00105676 Jy ! Component: 3450 - total flux cleaned = -0.00108435 Jy ! Component: 3500 - total flux cleaned = -0.00115725 Jy ! Component: 3550 - total flux cleaned = -0.00120252 Jy ! Component: 3600 - total flux cleaned = -0.00123855 Jy ! Component: 3650 - total flux cleaned = -0.00126541 Jy ! Component: 3700 - total flux cleaned = -0.00132773 Jy ! Component: 3750 - total flux cleaned = -0.00137196 Jy ! Component: 3800 - total flux cleaned = -0.00142465 Jy ! Component: 3850 - total flux cleaned = -0.0014857 Jy ! Component: 3900 - total flux cleaned = -0.00152905 Jy ! Component: 3950 - total flux cleaned = -0.00158948 Jy ! Component: 4000 - total flux cleaned = -0.00160672 Jy ! Component: 4050 - total flux cleaned = -0.00167498 Jy ! Total flux subtracted in 4096 components = -0.0017174 Jy ! Clean residual min=-0.000554 max=0.000434 Jy/beam ! Clean residual mean=-0.000001 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.0481506 Jy keep ! Adding 304 model components to the UV plane model. ! The established model now contains 381 components and 0.0481507 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219i_uvs/J0527-1002_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 7.106 x 15.9 at -3.989 degrees (North through East) ! Clean map min=-0.0012122 max=0.048748 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J0527-1002_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0487478 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000167429 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.03038 1.03038 2.06076 4.12151 8.24302 16.486 32.9721 65.9442 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.048 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 291.155 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J0527-1002_S_uvs.log closed on Wed Apr 6 22:53:09 2016