! Started logfile: /scr/pima/bg219e_uvs/J1203+6031_S_uvs.log on Thu Apr 7 06:43:30 2016 obs /scr/pima/bg219e_uvs/J1203+6031_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J1203+6031_S_uva.fits ! AN table 1: 52 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.864316 visibilities/baseline/integration-bin. ! Found source: J1203+6031 ! ! 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 6472 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/bg219e_uvs/J1203+6031_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.005812Jy sigma=22.386547 ! Fit after self-cal, rms=0.899889Jy sigma=19.966598 ! 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=4.033 mas, bmaj=5.431 mas, bpa=61.8 degrees ! Estimated noise=0.683549 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.0778828 Jy ! Component: 100 - total flux cleaned = 0.0956823 Jy ! Total flux subtracted in 100 components = 0.0956823 Jy ! Clean residual min=-0.005489 max=0.006599 Jy/beam ! Clean residual mean=-0.000036 rms=0.001364 Jy/beam ! Combined flux in latest and established models = 0.0956823 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0956823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065873Jy sigma=1.389252 ! Fit after self-cal, rms=0.065516Jy sigma=1.384084 ! 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=5.029 mas, bmaj=6.476 mas, bpa=65.61 degrees ! Estimated noise=0.426975 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.00864299 Jy ! Component: 100 - total flux cleaned = 0.0123152 Jy ! Component: 150 - total flux cleaned = 0.0139227 Jy ! Component: 200 - total flux cleaned = 0.0144033 Jy ! Total flux subtracted in 200 components = 0.0144033 Jy ! Clean residual min=-0.003866 max=0.006583 Jy/beam ! Clean residual mean=-0.000043 rms=0.001201 Jy/beam ! Combined flux in latest and established models = 0.110086 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 23 components and 0.110086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064519Jy sigma=1.360468 ! Fit after self-cal, rms=0.064502Jy sigma=1.359982 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.029 x 6.476 at 65.61 degrees (North through East) ! Clean map min=-0.0036951 max=0.10171 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 1.11 FD 0.98 HN 0.94 KP 1.01 ! LA 0.95 NL 1.05 OV 1.02 PT 0.90 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.96 HN 0.97 KP 0.95 ! LA 0.97 NL 1.03 OV 1.01 PT 0.99 ! SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.95 HN 0.96 KP 0.96 ! LA 0.99 NL 0.99 OV 1.04 PT 0.99 ! SC 1.02 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00 HN 0.99 KP 0.99 ! LA 0.94 NL 1.02 OV 1.02 PT 0.99 ! SC 1.11 ! ! ! Fit before self-cal, rms=0.064502Jy sigma=1.359982 ! Fit after self-cal, rms=0.063793Jy sigma=1.351759 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.067 mas, bmaj=6.49 mas, bpa=65.48 degrees ! Estimated noise=0.42417 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 (-1.5, -14). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00588506 Jy ! Component: 100 - total flux cleaned = 0.00876905 Jy ! Component: 150 - total flux cleaned = 0.00936323 Jy ! Component: 200 - total flux cleaned = 0.00983124 Jy ! Total flux subtracted in 200 components = 0.00983124 Jy ! Clean residual min=-0.002670 max=0.003167 Jy/beam ! Clean residual mean=-0.000018 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.119917 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 61 components and 0.119917 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063232Jy sigma=1.336726 ! Fit after self-cal, rms=0.063178Jy sigma=1.335218 ! 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.063178Jy sigma=1.335218 ! Fit after self-cal, rms=0.063488Jy sigma=1.331287 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.074 mas, bmaj=6.44 mas, bpa=65.8 degrees ! Estimated noise=0.424633 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00233701 Jy ! Component: 100 - total flux cleaned = 0.00293383 Jy ! Component: 150 - total flux cleaned = 0.00307722 Jy ! Component: 200 - total flux cleaned = 0.00311627 Jy ! Total flux subtracted in 200 components = 0.00311627 Jy ! Clean residual min=-0.002574 max=0.003004 Jy/beam ! Clean residual mean=-0.000021 rms=0.000688 Jy/beam ! Combined flux in latest and established models = 0.123033 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 80 components and 0.123033 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063388Jy sigma=1.328563 ! Fit after self-cal, rms=0.063392Jy sigma=1.328241 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.000698096 Jy ! Component: 100 - total flux cleaned = 0.000663206 Jy ! Component: 150 - total flux cleaned = 0.00057499 Jy ! Component: 200 - total flux cleaned = 0.000522175 Jy ! Total flux subtracted in 200 components = 0.000522175 Jy ! Clean residual min=-0.002611 max=0.002855 Jy/beam ! Clean residual mean=-0.000021 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.123555 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 93 components and 0.123555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063360Jy sigma=1.327496 ! Fit after self-cal, rms=0.063355Jy sigma=1.327432 ! 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.063355Jy sigma=1.327432 ! Fit after self-cal, rms=0.063409Jy sigma=1.326955 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.081 mas, bmaj=6.423 mas, bpa=66.06 degrees ! Estimated noise=0.424636 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00123798 Jy ! Component: 100 - total flux cleaned = 0.00144331 Jy ! Component: 150 - total flux cleaned = 0.00144292 Jy ! Component: 200 - total flux cleaned = 0.00144262 Jy ! Total flux subtracted in 200 components = 0.00144262 Jy ! Clean residual min=-0.002656 max=0.002725 Jy/beam ! Clean residual mean=-0.000021 rms=0.000642 Jy/beam ! Combined flux in latest and established models = 0.124998 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 105 components and 0.124998 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063377Jy sigma=1.326198 ! Fit after self-cal, rms=0.063375Jy sigma=1.326120 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.000312598 Jy ! Component: 100 - total flux cleaned = 0.000313087 Jy ! Component: 150 - total flux cleaned = 0.000293904 Jy ! Component: 200 - total flux cleaned = 0.000276156 Jy ! Total flux subtracted in 200 components = 0.000276156 Jy ! Clean residual min=-0.002652 max=0.002673 Jy/beam ! Clean residual mean=-0.000021 rms=0.000635 Jy/beam ! Combined flux in latest and established models = 0.125274 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 110 components and 0.125274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063362Jy sigma=1.325857 ! Fit after self-cal, rms=0.063360Jy sigma=1.325833 ! 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.063360Jy sigma=1.325833 ! Fit after self-cal, rms=0.063422Jy sigma=1.325651 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=8.605 mas, bmaj=9.432 mas, bpa=-82.29 degrees ! Estimated noise=0.485497 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00110981 Jy ! Component: 100 - total flux cleaned = 0.0012144 Jy ! Component: 150 - total flux cleaned = 0.00123508 Jy ! Component: 200 - total flux cleaned = 0.00125257 Jy ! Total flux subtracted in 200 components = 0.00125257 Jy ! Clean residual min=-0.002881 max=0.003560 Jy/beam ! Clean residual mean=-0.000039 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.126527 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 131 components and 0.126527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063412Jy sigma=1.325447 ! Fit after self-cal, rms=0.063410Jy sigma=1.325367 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.000214781 Jy ! Component: 100 - total flux cleaned = 0.000197183 Jy ! Component: 150 - total flux cleaned = 0.000227147 Jy ! Component: 200 - total flux cleaned = 0.000239743 Jy ! Total flux subtracted in 200 components = 0.000239743 Jy ! Clean residual min=-0.002876 max=0.003496 Jy/beam ! Clean residual mean=-0.000039 rms=0.000836 Jy/beam ! Combined flux in latest and established models = 0.126766 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 146 components and 0.126766 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063408Jy sigma=1.325326 ! Fit after self-cal, rms=0.063407Jy sigma=1.325305 ! 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=5.091 mas, bmaj=6.416 mas, bpa=66.29 degrees ! Estimated noise=0.424837 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.091 x 6.416 at 66.29 degrees (North through East) ! Clean map min=-0.0026112 max=0.10024 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=4.1 mas, bmaj=5.383 mas, bpa=62.17 degrees ! Estimated noise=0.6821 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0777077 Jy ! Component: 100 - total flux cleaned = 0.0953543 Jy ! Component: 150 - total flux cleaned = 0.103383 Jy ! Component: 200 - total flux cleaned = 0.108992 Jy ! Total flux subtracted in 200 components = 0.108992 Jy ! Clean residual min=-0.004062 max=0.003934 Jy/beam ! Clean residual mean=-0.000024 rms=0.001011 Jy/beam ! Combined flux in latest and established models = 0.108993 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.108993 Jy ! Inverting map and beam ! Estimated beam: bmin=5.091 mas, bmaj=6.416 mas, bpa=66.29 degrees ! Estimated noise=0.424837 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.00628828 Jy ! Component: 100 - total flux cleaned = 0.0103104 Jy ! Component: 150 - total flux cleaned = 0.0121112 Jy ! Component: 200 - total flux cleaned = 0.0134442 Jy ! Total flux subtracted in 200 components = 0.0134442 Jy ! Clean residual min=-0.002656 max=0.002841 Jy/beam ! Clean residual mean=-0.000026 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.122437 Jy ! Adding 46 model components to the UV plane model. ! The established model now contains 68 components and 0.122437 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=8.605 mas, bmaj=9.432 mas, bpa=-82.29 degrees ! Estimated noise=0.485497 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00170706 Jy ! Component: 100 - total flux cleaned = 0.00254514 Jy ! Component: 150 - total flux cleaned = 0.00305696 Jy ! Component: 200 - total flux cleaned = 0.00341276 Jy ! Total flux subtracted in 200 components = 0.00341276 Jy ! Clean residual min=-0.003063 max=0.003696 Jy/beam ! Clean residual mean=-0.000040 rms=0.000864 Jy/beam ! Combined flux in latest and established models = 0.125849 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) ! Added new window around map position (7, -30.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00371737 Jy ! Component: 100 - total flux cleaned = 0.00561591 Jy ! Component: 150 - total flux cleaned = 0.00691354 Jy ! Component: 200 - total flux cleaned = 0.00765056 Jy ! Total flux subtracted in 200 components = 0.00765056 Jy ! Clean residual min=-0.002591 max=0.002732 Jy/beam ! Clean residual mean=-0.000017 rms=0.000680 Jy/beam ! Combined flux in latest and established models = 0.1335 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 156 components and 0.1335 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.091 mas, bmaj=6.416 mas, bpa=66.29 degrees ! Estimated noise=0.424837 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.67915e-05 Jy ! Component: 100 - total flux cleaned = 2.80959e-05 Jy ! Component: 150 - total flux cleaned = 0.000152296 Jy ! Component: 200 - total flux cleaned = 0.00015283 Jy ! Total flux subtracted in 200 components = 0.00015283 Jy ! Clean residual min=-0.002438 max=0.002098 Jy/beam ! Clean residual mean=-0.000009 rms=0.000523 Jy/beam ! Combined flux in latest and established models = 0.133653 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 182 components and 0.133653 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063279Jy sigma=1.322005 ! Fit after self-cal, rms=0.063251Jy sigma=1.321097 wmodel /scr/pima/bg219e_uvs/J1203+6031_S_map.mod ! Writing 182 model components to file: /scr/pima/bg219e_uvs/J1203+6031_S_map.mod wobs /scr/pima/bg219e_uvs/J1203+6031_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J1203+6031_S_uvs.fits wwins /scr/pima/bg219e_uvs/J1203+6031_S_map.win ! wwins: Wrote 3 windows to /scr/pima/bg219e_uvs/J1203+6031_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.00027505 Jy ! Component: 100 - total flux cleaned = -0.000201077 Jy ! Component: 150 - total flux cleaned = -0.000486748 Jy ! Component: 200 - total flux cleaned = -0.00066695 Jy ! Component: 250 - total flux cleaned = -0.000808495 Jy ! Component: 300 - total flux cleaned = -0.000808951 Jy ! Component: 350 - total flux cleaned = -0.000835523 Jy ! Component: 400 - total flux cleaned = -0.000861696 Jy ! Component: 450 - total flux cleaned = -0.000959617 Jy ! Component: 500 - total flux cleaned = -0.00100697 Jy ! Component: 550 - total flux cleaned = -0.00105378 Jy ! Component: 600 - total flux cleaned = -0.00119002 Jy ! Component: 650 - total flux cleaned = -0.00130039 Jy ! Component: 700 - total flux cleaned = -0.00134341 Jy ! Component: 750 - total flux cleaned = -0.0014071 Jy ! Component: 800 - total flux cleaned = -0.00149028 Jy ! Component: 850 - total flux cleaned = -0.00157204 Jy ! Component: 900 - total flux cleaned = -0.00167217 Jy ! Component: 950 - total flux cleaned = -0.00175133 Jy ! Component: 1000 - total flux cleaned = -0.00188688 Jy ! Component: 1050 - total flux cleaned = -0.00202026 Jy ! Component: 1100 - total flux cleaned = -0.00213296 Jy ! Component: 1150 - total flux cleaned = -0.00226205 Jy ! Component: 1200 - total flux cleaned = -0.00240718 Jy ! Component: 1250 - total flux cleaned = -0.00246078 Jy ! Component: 1300 - total flux cleaned = -0.00256663 Jy ! Component: 1350 - total flux cleaned = -0.00267098 Jy ! Component: 1400 - total flux cleaned = -0.00273937 Jy ! Component: 1450 - total flux cleaned = -0.00280715 Jy ! Component: 1500 - total flux cleaned = -0.00292404 Jy ! Component: 1550 - total flux cleaned = -0.00300627 Jy ! Component: 1600 - total flux cleaned = -0.00300628 Jy ! Component: 1650 - total flux cleaned = -0.00310289 Jy ! Component: 1700 - total flux cleaned = -0.00318231 Jy ! Component: 1750 - total flux cleaned = -0.00318211 Jy ! Component: 1800 - total flux cleaned = -0.00319791 Jy ! Component: 1850 - total flux cleaned = -0.00324434 Jy ! Component: 1900 - total flux cleaned = -0.00330513 Jy ! Component: 1950 - total flux cleaned = -0.00333511 Jy ! Component: 2000 - total flux cleaned = -0.00335028 Jy ! Component: 2050 - total flux cleaned = -0.00337977 Jy ! Component: 2100 - total flux cleaned = -0.00342346 Jy ! Component: 2150 - total flux cleaned = -0.0034524 Jy ! Component: 2200 - total flux cleaned = -0.00352356 Jy ! Component: 2250 - total flux cleaned = -0.0035094 Jy ! Component: 2300 - total flux cleaned = -0.00352344 Jy ! Component: 2350 - total flux cleaned = -0.0035513 Jy ! Component: 2400 - total flux cleaned = -0.00360638 Jy ! Component: 2450 - total flux cleaned = -0.00364736 Jy ! Component: 2500 - total flux cleaned = -0.00368795 Jy ! Component: 2550 - total flux cleaned = -0.0037417 Jy ! Component: 2600 - total flux cleaned = -0.00379492 Jy ! Component: 2650 - total flux cleaned = -0.00384768 Jy ! Component: 2700 - total flux cleaned = -0.00386087 Jy ! Component: 2750 - total flux cleaned = -0.00383482 Jy ! Component: 2800 - total flux cleaned = -0.00386076 Jy ! Component: 2850 - total flux cleaned = -0.00392501 Jy ! Component: 2900 - total flux cleaned = -0.00395045 Jy ! Component: 2950 - total flux cleaned = -0.00397574 Jy ! Component: 3000 - total flux cleaned = -0.00398823 Jy ! Component: 3050 - total flux cleaned = -0.00401321 Jy ! Component: 3100 - total flux cleaned = -0.004038 Jy ! Component: 3150 - total flux cleaned = -0.00400101 Jy ! Component: 3200 - total flux cleaned = -0.00400114 Jy ! Component: 3250 - total flux cleaned = -0.00398908 Jy ! Component: 3300 - total flux cleaned = -0.00400121 Jy ! Component: 3350 - total flux cleaned = -0.00396517 Jy ! Component: 3400 - total flux cleaned = -0.00396513 Jy ! Component: 3450 - total flux cleaned = -0.00397708 Jy ! Component: 3500 - total flux cleaned = -0.0039534 Jy ! Component: 3550 - total flux cleaned = -0.00395354 Jy ! Component: 3600 - total flux cleaned = -0.00395356 Jy ! Component: 3650 - total flux cleaned = -0.00395354 Jy ! Component: 3700 - total flux cleaned = -0.00393054 Jy ! Component: 3750 - total flux cleaned = -0.00393056 Jy ! Component: 3800 - total flux cleaned = -0.0039079 Jy ! Component: 3850 - total flux cleaned = -0.0039079 Jy ! Component: 3900 - total flux cleaned = -0.00387419 Jy ! Component: 3950 - total flux cleaned = -0.00386291 Jy ! Component: 4000 - total flux cleaned = -0.00382953 Jy ! Component: 4050 - total flux cleaned = -0.00381847 Jy ! Total flux subtracted in 4096 components = -0.00378543 Jy ! Clean residual min=-0.000756 max=0.000767 Jy/beam ! Clean residual mean=0.000003 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.129867 Jy keep ! Adding 293 model components to the UV plane model. ! The established model now contains 475 components and 0.129868 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J1203+6031_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.091 x 6.416 at 66.29 degrees (North through East) ! Clean map min=-0.0021108 max=0.099776 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J1203+6031_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0997755 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00020211 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.607694 0.607694 1.21539 2.43078 4.86155 9.72311 19.4462 38.8924 77.7849 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.099 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 493.669 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J1203+6031_S_uvs.log closed on Thu Apr 7 06:43:33 2016