! Started logfile: /scr/pima/bg219h_uvs/J2120-0330_S_uvs.log on Thu Apr 7 09:11:27 2016 obs /scr/pima/bg219h_uvs/J2120-0330_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J2120-0330_S_uva.fits ! AN table 1: 52 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.793803 visibilities/baseline/integration-bin. ! Found source: J2120-0330 ! ! 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 5944 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/J2120-0330_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 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 61 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.011797Jy sigma=22.119232 ! Fit after self-cal, rms=0.876779Jy sigma=19.188900 ! 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.671 mas, bmaj=6.707 mas, bpa=-0.8639 degrees ! Estimated noise=0.614522 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.0955973 Jy ! Component: 100 - total flux cleaned = 0.117518 Jy ! Total flux subtracted in 100 components = 0.117518 Jy ! Clean residual min=-0.004565 max=0.007980 Jy/beam ! Clean residual mean=0.000004 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.117518 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.117518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065307Jy sigma=1.385130 ! Fit after self-cal, rms=0.065286Jy sigma=1.384868 ! 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.327 mas, bmaj=7.723 mas, bpa=0.7492 degrees ! Estimated noise=0.448368 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.0091469 Jy ! Component: 100 - total flux cleaned = 0.0129884 Jy ! Component: 150 - total flux cleaned = 0.0147419 Jy ! Component: 200 - total flux cleaned = 0.0149137 Jy ! Total flux subtracted in 200 components = 0.0149137 Jy ! Clean residual min=-0.003904 max=0.005165 Jy/beam ! Clean residual mean=0.000006 rms=0.001176 Jy/beam ! Combined flux in latest and established models = 0.132431 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 15 components and 0.132431 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064150Jy sigma=1.360821 ! Fit after self-cal, rms=0.064140Jy sigma=1.360533 ! 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.327 x 7.723 at 0.7492 degrees (North through East) ! Clean map min=-0.0038078 max=0.12483 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.00 KP 0.98 LA 1.11 ! MK 1.02 NL 1.03 OV 0.95 PT 0.93 ! SC 1.00 ! ! ! 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 0.98 HN 1.06 KP 0.99 LA 1.06 ! MK 1.01 NL 1.01 OV 0.95 PT 0.95 ! SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 HN 1.02 KP 0.97 LA 1.03 ! MK 1.03 NL 0.95 OV 0.95 PT 0.97 ! SC 0.98 ! ! ! Fit before self-cal, rms=0.064140Jy sigma=1.360533 ! Fit after self-cal, rms=0.063718Jy sigma=1.353725 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.344 mas, bmaj=7.745 mas, bpa=0.9072 degrees ! Estimated noise=0.443716 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.00145694 Jy ! Component: 100 - total flux cleaned = -0.00223508 Jy ! Component: 150 - total flux cleaned = -0.00243785 Jy ! Component: 200 - total flux cleaned = -0.00258451 Jy ! Total flux subtracted in 200 components = -0.00258451 Jy ! Clean residual min=-0.004021 max=0.004265 Jy/beam ! Clean residual mean=0.000007 rms=0.001047 Jy/beam ! Combined flux in latest and established models = 0.129847 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 25 components and 0.129847 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063690Jy sigma=1.352583 ! Fit after self-cal, rms=0.063710Jy sigma=1.352431 ! 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.063710Jy sigma=1.352431 ! Fit after self-cal, rms=0.062866Jy sigma=1.340562 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.353 mas, bmaj=7.77 mas, bpa=0.9274 degrees ! Estimated noise=0.440356 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00121837 Jy ! Component: 100 - total flux cleaned = -0.00183908 Jy ! Component: 150 - total flux cleaned = -0.00194879 Jy ! Component: 200 - total flux cleaned = -0.00204043 Jy ! Total flux subtracted in 200 components = -0.00204043 Jy ! Clean residual min=-0.002735 max=0.003046 Jy/beam ! Clean residual mean=0.000006 rms=0.000762 Jy/beam ! Combined flux in latest and established models = 0.127806 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 32 components and 0.127806 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062846Jy sigma=1.339872 ! Fit after self-cal, rms=0.062863Jy sigma=1.339653 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.06463e-06 Jy ! Component: 100 - total flux cleaned = -0.000113546 Jy ! Component: 150 - total flux cleaned = -0.000181774 Jy ! Component: 200 - total flux cleaned = -0.000192212 Jy ! Total flux subtracted in 200 components = -0.000192212 Jy ! Clean residual min=-0.002746 max=0.003043 Jy/beam ! Clean residual mean=0.000006 rms=0.000763 Jy/beam ! Combined flux in latest and established models = 0.127614 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 33 components and 0.127614 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062857Jy sigma=1.339503 ! Fit after self-cal, rms=0.062856Jy sigma=1.339470 ! 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.062856Jy sigma=1.339470 ! Fit after self-cal, rms=0.062557Jy sigma=1.339267 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.357 mas, bmaj=7.782 mas, bpa=0.9089 degrees ! Estimated noise=0.437994 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000773653 Jy ! Component: 100 - total flux cleaned = -0.00112239 Jy ! Component: 150 - total flux cleaned = -0.00117833 Jy ! Component: 200 - total flux cleaned = -0.00122562 Jy ! Total flux subtracted in 200 components = -0.00122562 Jy ! Clean residual min=-0.002689 max=0.003000 Jy/beam ! Clean residual mean=0.000006 rms=0.000757 Jy/beam ! Combined flux in latest and established models = 0.126389 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 35 components and 0.126389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062549Jy sigma=1.338967 ! Fit after self-cal, rms=0.062549Jy sigma=1.338941 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.79123e-06 Jy ! Component: 100 - total flux cleaned = -6.85173e-05 Jy ! Component: 150 - total flux cleaned = -9.94847e-05 Jy ! Component: 200 - total flux cleaned = -0.000113816 Jy ! Total flux subtracted in 200 components = -0.000113816 Jy ! Clean residual min=-0.002680 max=0.002990 Jy/beam ! Clean residual mean=0.000006 rms=0.000756 Jy/beam ! Combined flux in latest and established models = 0.126275 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 36 components and 0.126275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062547Jy sigma=1.338871 ! Fit after self-cal, rms=0.062546Jy sigma=1.338854 ! 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.062546Jy sigma=1.338854 ! Fit after self-cal, rms=0.062353Jy sigma=1.338776 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.036 mas, bmaj=12.86 mas, bpa=-2.17 degrees ! Estimated noise=0.542201 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000514984 Jy ! Component: 100 - total flux cleaned = -0.000516999 Jy ! Component: 150 - total flux cleaned = -0.000486783 Jy ! Component: 200 - total flux cleaned = -0.0004495 Jy ! Total flux subtracted in 200 components = -0.0004495 Jy ! Clean residual min=-0.003233 max=0.003951 Jy/beam ! Clean residual mean=0.000011 rms=0.001033 Jy/beam ! Combined flux in latest and established models = 0.125825 Jy selfcal ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 38 components and 0.125825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062356Jy sigma=1.338792 ! Fit after self-cal, rms=0.062355Jy sigma=1.338783 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.50272e-05 Jy ! Component: 100 - total flux cleaned = 5.13759e-05 Jy ! Component: 150 - total flux cleaned = 7.48459e-05 Jy ! Component: 200 - total flux cleaned = 8.88946e-05 Jy ! Total flux subtracted in 200 components = 8.88946e-05 Jy ! Clean residual min=-0.003238 max=0.003919 Jy/beam ! Clean residual mean=0.000011 rms=0.001028 Jy/beam ! Combined flux in latest and established models = 0.125914 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 41 components and 0.125914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062360Jy sigma=1.338904 ! Fit after self-cal, rms=0.062361Jy sigma=1.338896 ! 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.36 mas, bmaj=7.789 mas, bpa=0.9003 degrees ! Estimated noise=0.436488 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.36 x 7.789 at 0.9003 degrees (North through East) ! Clean map min=-0.0026324 max=0.12312 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.697 mas, bmaj=6.753 mas, bpa=-0.6529 degrees ! Estimated noise=0.602164 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.09356 Jy ! Component: 100 - total flux cleaned = 0.114848 Jy ! Component: 150 - total flux cleaned = 0.122636 Jy ! Component: 200 - total flux cleaned = 0.125245 Jy ! Total flux subtracted in 200 components = 0.125245 Jy ! Clean residual min=-0.003289 max=0.004123 Jy/beam ! Clean residual mean=0.000001 rms=0.000957 Jy/beam ! Combined flux in latest and established models = 0.125245 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.125245 Jy ! Inverting map and beam ! Estimated beam: bmin=3.36 mas, bmaj=7.789 mas, bpa=0.9003 degrees ! Estimated noise=0.436488 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 (41, -54.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00330309 Jy ! Component: 100 - total flux cleaned = 0.0037477 Jy ! Component: 150 - total flux cleaned = 0.00386394 Jy ! Component: 200 - total flux cleaned = 0.0040149 Jy ! Total flux subtracted in 200 components = 0.0040149 Jy ! Clean residual min=-0.002456 max=0.002804 Jy/beam ! Clean residual mean=0.000004 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.12926 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 38 components and 0.12926 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.036 mas, bmaj=12.86 mas, bpa=-2.17 degrees ! Estimated noise=0.542201 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.46459e-05 Jy ! Component: 100 - total flux cleaned = -0.000163117 Jy ! Component: 150 - total flux cleaned = -0.000255745 Jy ! Component: 200 - total flux cleaned = -0.000308543 Jy ! Total flux subtracted in 200 components = -0.000308543 Jy ! Clean residual min=-0.003136 max=0.003206 Jy/beam ! Clean residual mean=0.000007 rms=0.000847 Jy/beam ! Combined flux in latest and established models = 0.128952 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.87538e-05 Jy ! Component: 100 - total flux cleaned = -0.000114486 Jy ! Component: 150 - total flux cleaned = -0.000172631 Jy ! Component: 200 - total flux cleaned = -0.000225165 Jy ! Total flux subtracted in 200 components = -0.000225165 Jy ! Clean residual min=-0.003160 max=0.003118 Jy/beam ! Clean residual mean=0.000008 rms=0.000835 Jy/beam ! Combined flux in latest and established models = 0.128726 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 76 components and 0.128727 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.36 mas, bmaj=7.789 mas, bpa=0.9003 degrees ! Estimated noise=0.436488 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000116672 Jy ! Component: 100 - total flux cleaned = 0.000180646 Jy ! Component: 150 - total flux cleaned = 0.00020806 Jy ! Component: 200 - total flux cleaned = 0.000234365 Jy ! Total flux subtracted in 200 components = 0.000234365 Jy ! Clean residual min=-0.002510 max=0.002410 Jy/beam ! Clean residual mean=0.000004 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.128961 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 90 components and 0.128961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062258Jy sigma=1.334278 ! Fit after self-cal, rms=0.062218Jy sigma=1.333454 wmodel /scr/pima/bg219h_uvs/J2120-0330_S_map.mod ! Writing 90 model components to file: /scr/pima/bg219h_uvs/J2120-0330_S_map.mod wobs /scr/pima/bg219h_uvs/J2120-0330_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J2120-0330_S_uvs.fits wwins /scr/pima/bg219h_uvs/J2120-0330_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219h_uvs/J2120-0330_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 = 8.56421e-05 Jy ! Component: 100 - total flux cleaned = 0.000725194 Jy ! Component: 150 - total flux cleaned = 0.00129006 Jy ! Component: 200 - total flux cleaned = 0.0017219 Jy ! Component: 250 - total flux cleaned = 0.00210257 Jy ! Component: 300 - total flux cleaned = 0.0023032 Jy ! Component: 350 - total flux cleaned = 0.00252962 Jy ! Component: 400 - total flux cleaned = 0.00271826 Jy ! Component: 450 - total flux cleaned = 0.00299524 Jy ! Component: 500 - total flux cleaned = 0.00323544 Jy ! Component: 550 - total flux cleaned = 0.00352933 Jy ! Component: 600 - total flux cleaned = 0.00373097 Jy ! Component: 650 - total flux cleaned = 0.0040119 Jy ! Component: 700 - total flux cleaned = 0.00420368 Jy ! Component: 750 - total flux cleaned = 0.00439153 Jy ! Component: 800 - total flux cleaned = 0.00452333 Jy ! Component: 850 - total flux cleaned = 0.00465306 Jy ! Component: 900 - total flux cleaned = 0.00478039 Jy ! Component: 950 - total flux cleaned = 0.00493044 Jy ! Component: 1000 - total flux cleaned = 0.0050039 Jy ! Component: 1050 - total flux cleaned = 0.00512442 Jy ! Component: 1100 - total flux cleaned = 0.00517138 Jy ! Component: 1150 - total flux cleaned = 0.00526444 Jy ! Component: 1200 - total flux cleaned = 0.00530979 Jy ! Component: 1250 - total flux cleaned = 0.00530977 Jy ! Component: 1300 - total flux cleaned = 0.0053766 Jy ! Component: 1350 - total flux cleaned = 0.00544227 Jy ! Component: 1400 - total flux cleaned = 0.00550671 Jy ! Component: 1450 - total flux cleaned = 0.00559124 Jy ! Component: 1500 - total flux cleaned = 0.00567473 Jy ! Component: 1550 - total flux cleaned = 0.00573625 Jy ! Component: 1600 - total flux cleaned = 0.00583745 Jy ! Component: 1650 - total flux cleaned = 0.00593762 Jy ! Component: 1700 - total flux cleaned = 0.00595719 Jy ! Component: 1750 - total flux cleaned = 0.00607385 Jy ! Component: 1800 - total flux cleaned = 0.00613147 Jy ! Component: 1850 - total flux cleaned = 0.00613118 Jy ! Component: 1900 - total flux cleaned = 0.00618744 Jy ! Component: 1950 - total flux cleaned = 0.00622455 Jy ! Component: 2000 - total flux cleaned = 0.0063161 Jy ! Component: 2050 - total flux cleaned = 0.00635209 Jy ! Component: 2100 - total flux cleaned = 0.00645944 Jy ! Component: 2150 - total flux cleaned = 0.00651264 Jy ! Component: 2200 - total flux cleaned = 0.00656511 Jy ! Component: 2250 - total flux cleaned = 0.00668564 Jy ! Component: 2300 - total flux cleaned = 0.00671958 Jy ! Component: 2350 - total flux cleaned = 0.00678726 Jy ! Component: 2400 - total flux cleaned = 0.00680408 Jy ! Component: 2450 - total flux cleaned = 0.00688659 Jy ! Component: 2500 - total flux cleaned = 0.00700085 Jy ! Component: 2550 - total flux cleaned = 0.00695264 Jy ! Component: 2600 - total flux cleaned = 0.00708033 Jy ! Component: 2650 - total flux cleaned = 0.00709612 Jy ! Component: 2700 - total flux cleaned = 0.00715895 Jy ! Component: 2750 - total flux cleaned = 0.00726726 Jy ! Component: 2800 - total flux cleaned = 0.00732828 Jy ! Component: 2850 - total flux cleaned = 0.00737376 Jy ! Component: 2900 - total flux cleaned = 0.00753885 Jy ! Component: 2950 - total flux cleaned = 0.00749433 Jy ! Component: 3000 - total flux cleaned = 0.00762682 Jy ! Component: 3050 - total flux cleaned = 0.00764147 Jy ! Component: 3100 - total flux cleaned = 0.00769958 Jy ! Component: 3150 - total flux cleaned = 0.00777134 Jy ! Component: 3200 - total flux cleaned = 0.00787083 Jy ! Component: 3250 - total flux cleaned = 0.00792731 Jy ! Component: 3300 - total flux cleaned = 0.00794116 Jy ! Component: 3350 - total flux cleaned = 0.00799672 Jy ! Component: 3400 - total flux cleaned = 0.00807923 Jy ! Component: 3450 - total flux cleaned = 0.00817448 Jy ! Component: 3500 - total flux cleaned = 0.00826907 Jy ! Component: 3550 - total flux cleaned = 0.00830904 Jy ! Component: 3600 - total flux cleaned = 0.00836217 Jy ! Component: 3650 - total flux cleaned = 0.00844131 Jy ! Component: 3700 - total flux cleaned = 0.00850674 Jy ! Component: 3750 - total flux cleaned = 0.00855851 Jy ! Component: 3800 - total flux cleaned = 0.00855854 Jy ! Component: 3850 - total flux cleaned = 0.00866095 Jy ! Component: 3900 - total flux cleaned = 0.00868636 Jy ! Component: 3950 - total flux cleaned = 0.00876185 Jy ! Component: 4000 - total flux cleaned = 0.00879941 Jy ! Component: 4050 - total flux cleaned = 0.00883665 Jy ! Total flux subtracted in 4096 components = 0.00894773 Jy ! Clean residual min=-0.000710 max=0.000768 Jy/beam ! Clean residual mean=0.000002 rms=0.000230 Jy/beam ! Combined flux in latest and established models = 0.137909 Jy keep ! Adding 315 model components to the UV plane model. ! The established model now contains 405 components and 0.137909 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J2120-0330_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.36 x 7.789 at 0.9003 degrees (North through East) ! Clean map min=-0.0014035 max=0.12056 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J2120-0330_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.120565 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000229118 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.570113 0.570113 1.14023 2.28045 4.5609 9.1218 18.2436 36.4872 72.9744 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.12 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 526.211 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J2120-0330_S_uvs.log closed on Thu Apr 7 09:11:31 2016