! Started logfile: /scr/pima/bg219b_uvs/J0632+3200_S_uvs.log on Thu Apr 7 01:14:43 2016 obs /scr/pima/bg219b_uvs/J0632+3200_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219b_uvs/J0632+3200_S_uva.fits ! AN table 1: 61 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.901639 visibilities/baseline/integration-bin. ! Found source: J0632+3200 ! ! 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 7920 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/bg219b_uvs/J0632+3200_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.009204Jy sigma=24.573128 ! Fit after self-cal, rms=0.917151Jy sigma=22.287725 ! 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=3.816 mas, bmaj=7.097 mas, bpa=17.97 degrees ! Estimated noise=0.521984 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.0666894 Jy ! Component: 100 - total flux cleaned = 0.081232 Jy ! Total flux subtracted in 100 components = 0.081232 Jy ! Clean residual min=-0.003360 max=0.004652 Jy/beam ! Clean residual mean=-0.000005 rms=0.000986 Jy/beam ! Combined flux in latest and established models = 0.081232 Jy ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 0.081232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058980Jy sigma=1.363618 ! Fit after self-cal, rms=0.058234Jy sigma=1.344975 ! 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=4.484 mas, bmaj=7.924 mas, bpa=14.76 degrees ! Estimated noise=0.353792 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.00299307 Jy ! Component: 100 - total flux cleaned = 0.00370633 Jy ! Component: 150 - total flux cleaned = 0.00367687 Jy ! Component: 200 - total flux cleaned = 0.00362249 Jy ! Total flux subtracted in 200 components = 0.00362249 Jy ! Clean residual min=-0.002837 max=0.003946 Jy/beam ! Clean residual mean=-0.000009 rms=0.000898 Jy/beam ! Combined flux in latest and established models = 0.0848545 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.0848545 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058064Jy sigma=1.341847 ! Fit after self-cal, rms=0.058066Jy sigma=1.341827 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.484 x 7.924 at 14.76 degrees (North through East) ! Clean map min=-0.0027698 max=0.084769 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.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Fit before self-cal, rms=0.058066Jy sigma=1.341827 ! Fit after self-cal, rms=0.058066Jy sigma=1.341827 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.484 mas, bmaj=7.924 mas, bpa=14.76 degrees ! Estimated noise=0.353792 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 = -4.87808e-05 Jy ! Component: 100 - total flux cleaned = -9.25865e-05 Jy ! Component: 150 - total flux cleaned = -0.000150883 Jy ! Component: 200 - total flux cleaned = -0.000202783 Jy ! Total flux subtracted in 200 components = -0.000202783 Jy ! Clean residual min=-0.002866 max=0.003921 Jy/beam ! Clean residual mean=-0.000009 rms=0.000895 Jy/beam ! Combined flux in latest and established models = 0.0846518 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 26 components and 0.0846518 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058053Jy sigma=1.341512 ! Fit after self-cal, rms=0.058055Jy sigma=1.341503 ! 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.058055Jy sigma=1.341503 ! Fit after self-cal, rms=0.057724Jy sigma=1.337744 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.489 mas, bmaj=7.919 mas, bpa=14.69 degrees ! Estimated noise=0.352151 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000496831 Jy ! Component: 100 - total flux cleaned = -0.000587112 Jy ! Component: 150 - total flux cleaned = -0.000614692 Jy ! Component: 200 - total flux cleaned = -0.000640304 Jy ! Total flux subtracted in 200 components = -0.000640304 Jy ! Clean residual min=-0.002625 max=0.003547 Jy/beam ! Clean residual mean=-0.000009 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.0840115 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 33 components and 0.0840115 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057719Jy sigma=1.337509 ! Fit after self-cal, rms=0.057732Jy sigma=1.337281 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (17, 87). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00323908 Jy ! Component: 100 - total flux cleaned = 0.00419636 Jy ! Component: 150 - total flux cleaned = 0.00451095 Jy ! Component: 200 - total flux cleaned = 0.00480311 Jy ! Total flux subtracted in 200 components = 0.00480311 Jy ! Clean residual min=-0.002367 max=0.003295 Jy/beam ! Clean residual mean=-0.000006 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.0888146 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 60 components and 0.0888146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057543Jy sigma=1.331915 ! Fit after self-cal, rms=0.057459Jy sigma=1.330601 ! 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.057459Jy sigma=1.330601 ! Fit after self-cal, rms=0.057409Jy sigma=1.330532 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.489 mas, bmaj=7.919 mas, bpa=14.7 degrees ! Estimated noise=0.351889 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00134984 Jy ! Component: 100 - total flux cleaned = 0.0016065 Jy ! Component: 150 - total flux cleaned = 0.00175887 Jy ! Component: 200 - total flux cleaned = 0.00173313 Jy ! Total flux subtracted in 200 components = 0.00173313 Jy ! Clean residual min=-0.002405 max=0.002990 Jy/beam ! Clean residual mean=-0.000005 rms=0.000692 Jy/beam ! Combined flux in latest and established models = 0.0905477 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 90 components and 0.0905477 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057368Jy sigma=1.329324 ! Fit after self-cal, rms=0.057364Jy sigma=1.329207 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.000502077 Jy ! Component: 100 - total flux cleaned = 0.000574664 Jy ! Component: 150 - total flux cleaned = 0.000660549 Jy ! Component: 200 - total flux cleaned = 0.000719062 Jy ! Total flux subtracted in 200 components = 0.000719062 Jy ! Clean residual min=-0.002451 max=0.002834 Jy/beam ! Clean residual mean=-0.000005 rms=0.000683 Jy/beam ! Combined flux in latest and established models = 0.0912668 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 108 components and 0.0912668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057349Jy sigma=1.328725 ! Fit after self-cal, rms=0.057349Jy sigma=1.328693 ! 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.057349Jy sigma=1.328693 ! Fit after self-cal, rms=0.057425Jy sigma=1.325413 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.996 mas, bmaj=9.969 mas, bpa=0.1813 degrees ! Estimated noise=0.404228 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 3.69076e-05 Jy ! Component: 100 - total flux cleaned = 0.000102271 Jy ! Component: 150 - total flux cleaned = 0.000122314 Jy ! Component: 200 - total flux cleaned = 0.000122006 Jy ! Total flux subtracted in 200 components = 0.000122006 Jy ! Clean residual min=-0.002511 max=0.003263 Jy/beam ! Clean residual mean=-0.000002 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.0913888 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 120 components and 0.0913888 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057418Jy sigma=1.325180 ! Fit after self-cal, rms=0.057423Jy sigma=1.325065 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.24986e-06 Jy ! Component: 100 - total flux cleaned = 1.77005e-06 Jy ! Component: 150 - total flux cleaned = 1.90693e-06 Jy ! Component: 200 - total flux cleaned = -1.91047e-05 Jy ! Total flux subtracted in 200 components = -1.91047e-05 Jy ! Clean residual min=-0.002506 max=0.003263 Jy/beam ! Clean residual mean=-0.000002 rms=0.000786 Jy/beam ! Combined flux in latest and established models = 0.0913697 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 130 components and 0.0913697 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057423Jy sigma=1.325000 ! Fit after self-cal, rms=0.057424Jy sigma=1.324994 ! 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=4.491 mas, bmaj=7.896 mas, bpa=14.83 degrees ! Estimated noise=0.353772 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.491 x 7.896 at 14.83 degrees (North through East) ! Clean map min=-0.0021552 max=0.084038 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=3.827 mas, bmaj=7.074 mas, bpa=18.01 degrees ! Estimated noise=0.520048 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.066861 Jy ! Component: 100 - total flux cleaned = 0.0814429 Jy ! Component: 150 - total flux cleaned = 0.0857498 Jy ! Component: 200 - total flux cleaned = 0.0876263 Jy ! Total flux subtracted in 200 components = 0.0876263 Jy ! Clean residual min=-0.002949 max=0.003371 Jy/beam ! Clean residual mean=-0.000002 rms=0.000792 Jy/beam ! Combined flux in latest and established models = 0.0876264 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.0876264 Jy ! Inverting map and beam ! Estimated beam: bmin=4.491 mas, bmaj=7.896 mas, bpa=14.83 degrees ! Estimated noise=0.353772 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.00194008 Jy ! Component: 100 - total flux cleaned = 0.00246035 Jy ! Component: 150 - total flux cleaned = 0.00280294 Jy ! Component: 200 - total flux cleaned = 0.00313672 Jy ! Total flux subtracted in 200 components = 0.00313672 Jy ! Clean residual min=-0.002145 max=0.002563 Jy/beam ! Clean residual mean=-0.000002 rms=0.000633 Jy/beam ! Combined flux in latest and established models = 0.0907631 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 37 components and 0.0907631 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.996 mas, bmaj=9.969 mas, bpa=0.1813 degrees ! Estimated noise=0.404228 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000661282 Jy ! Component: 100 - total flux cleaned = 0.000861963 Jy ! Component: 150 - total flux cleaned = 0.000861313 Jy ! Component: 200 - total flux cleaned = 0.00088323 Jy ! Total flux subtracted in 200 components = 0.00088323 Jy ! Clean residual min=-0.002475 max=0.003350 Jy/beam ! Clean residual mean=-0.000003 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.0916463 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 = 2.02887e-05 Jy ! Component: 100 - total flux cleaned = 3.91185e-05 Jy ! Component: 150 - total flux cleaned = 2.20274e-05 Jy ! Component: 200 - total flux cleaned = 3.7732e-05 Jy ! Total flux subtracted in 200 components = 3.7732e-05 Jy ! Clean residual min=-0.002475 max=0.003306 Jy/beam ! Clean residual mean=-0.000003 rms=0.000794 Jy/beam ! Combined flux in latest and established models = 0.0916841 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 81 components and 0.0916841 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.491 mas, bmaj=7.896 mas, bpa=14.83 degrees ! Estimated noise=0.353772 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000124902 Jy ! Component: 100 - total flux cleaned = 0.000253877 Jy ! Component: 150 - total flux cleaned = 0.000347821 Jy ! Component: 200 - total flux cleaned = 0.000399139 Jy ! Total flux subtracted in 200 components = 0.000399139 Jy ! Clean residual min=-0.002256 max=0.002606 Jy/beam ! Clean residual mean=-0.000001 rms=0.000613 Jy/beam ! Combined flux in latest and established models = 0.0920832 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 105 components and 0.0920832 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057435Jy sigma=1.325166 ! Fit after self-cal, rms=0.057435Jy sigma=1.325130 wmodel /scr/pima/bg219b_uvs/J0632+3200_S_map.mod ! Writing 105 model components to file: /scr/pima/bg219b_uvs/J0632+3200_S_map.mod wobs /scr/pima/bg219b_uvs/J0632+3200_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219b_uvs/J0632+3200_S_uvs.fits wwins /scr/pima/bg219b_uvs/J0632+3200_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219b_uvs/J0632+3200_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.000815686 Jy ! Component: 100 - total flux cleaned = 0.000934472 Jy ! Component: 150 - total flux cleaned = 0.0010441 Jy ! Component: 200 - total flux cleaned = 0.00121784 Jy ! Component: 250 - total flux cleaned = 0.00138358 Jy ! Component: 300 - total flux cleaned = 0.00157619 Jy ! Component: 350 - total flux cleaned = 0.0017937 Jy ! Component: 400 - total flux cleaned = 0.0020644 Jy ! Component: 450 - total flux cleaned = 0.00223934 Jy ! Component: 500 - total flux cleaned = 0.00243788 Jy ! Component: 550 - total flux cleaned = 0.00254836 Jy ! Component: 600 - total flux cleaned = 0.002656 Jy ! Component: 650 - total flux cleaned = 0.00276132 Jy ! Component: 700 - total flux cleaned = 0.00278726 Jy ! Component: 750 - total flux cleaned = 0.00288775 Jy ! Component: 800 - total flux cleaned = 0.00293718 Jy ! Component: 850 - total flux cleaned = 0.0030585 Jy ! Component: 900 - total flux cleaned = 0.00324818 Jy ! Component: 950 - total flux cleaned = 0.00343327 Jy ! Component: 1000 - total flux cleaned = 0.00352419 Jy ! Component: 1050 - total flux cleaned = 0.00365874 Jy ! Component: 1100 - total flux cleaned = 0.00387804 Jy ! Component: 1150 - total flux cleaned = 0.00405077 Jy ! Component: 1200 - total flux cleaned = 0.00424153 Jy ! Component: 1250 - total flux cleaned = 0.00440813 Jy ! Component: 1300 - total flux cleaned = 0.00459275 Jy ! Component: 1350 - total flux cleaned = 0.00481472 Jy ! Component: 1400 - total flux cleaned = 0.00497344 Jy ! Component: 1450 - total flux cleaned = 0.00509069 Jy ! Component: 1500 - total flux cleaned = 0.00526349 Jy ! Component: 1550 - total flux cleaned = 0.00539603 Jy ! Component: 1600 - total flux cleaned = 0.00541486 Jy ! Component: 1650 - total flux cleaned = 0.00556234 Jy ! Component: 1700 - total flux cleaned = 0.00563475 Jy ! Component: 1750 - total flux cleaned = 0.00574228 Jy ! Component: 1800 - total flux cleaned = 0.00586612 Jy ! Component: 1850 - total flux cleaned = 0.00598813 Jy ! Component: 1900 - total flux cleaned = 0.00610868 Jy ! Component: 1950 - total flux cleaned = 0.0061937 Jy ! Component: 2000 - total flux cleaned = 0.00631164 Jy ! Component: 2050 - total flux cleaned = 0.00644464 Jy ! Component: 2100 - total flux cleaned = 0.00657596 Jy ! Component: 2150 - total flux cleaned = 0.00672198 Jy ! Component: 2200 - total flux cleaned = 0.00686615 Jy ! Component: 2250 - total flux cleaned = 0.00692966 Jy ! Component: 2300 - total flux cleaned = 0.00710233 Jy ! Component: 2350 - total flux cleaned = 0.00727285 Jy ! Component: 2400 - total flux cleaned = 0.00739553 Jy ! Component: 2450 - total flux cleaned = 0.00756263 Jy ! Component: 2500 - total flux cleaned = 0.0076828 Jy ! Component: 2550 - total flux cleaned = 0.00784626 Jy ! Component: 2600 - total flux cleaned = 0.00799355 Jy ! Component: 2650 - total flux cleaned = 0.00811013 Jy ! Component: 2700 - total flux cleaned = 0.00821132 Jy ! Component: 2750 - total flux cleaned = 0.00833998 Jy ! Component: 2800 - total flux cleaned = 0.00849583 Jy ! Component: 2850 - total flux cleaned = 0.00860821 Jy ! Component: 2900 - total flux cleaned = 0.00873313 Jy ! Component: 2950 - total flux cleaned = 0.00885699 Jy ! Component: 3000 - total flux cleaned = 0.0089663 Jy ! Component: 3050 - total flux cleaned = 0.00908785 Jy ! Component: 3100 - total flux cleaned = 0.00919503 Jy ! Component: 3150 - total flux cleaned = 0.00931425 Jy ! Component: 3200 - total flux cleaned = 0.0094063 Jy ! Component: 3250 - total flux cleaned = 0.00947177 Jy ! Component: 3300 - total flux cleaned = 0.00961392 Jy ! Component: 3350 - total flux cleaned = 0.00974196 Jy ! Component: 3400 - total flux cleaned = 0.00983078 Jy ! Component: 3450 - total flux cleaned = 0.00993137 Jy ! Component: 3500 - total flux cleaned = 0.0100437 Jy ! Component: 3550 - total flux cleaned = 0.0101179 Jy ! Component: 3600 - total flux cleaned = 0.0102287 Jy ! Component: 3650 - total flux cleaned = 0.0103262 Jy ! Component: 3700 - total flux cleaned = 0.0104228 Jy ! Component: 3750 - total flux cleaned = 0.0105307 Jy ! Component: 3800 - total flux cleaned = 0.0105904 Jy ! Component: 3850 - total flux cleaned = 0.010732 Jy ! Component: 3900 - total flux cleaned = 0.0108139 Jy ! Component: 3950 - total flux cleaned = 0.010907 Jy ! Component: 4000 - total flux cleaned = 0.0109993 Jy ! Component: 4050 - total flux cleaned = 0.0111137 Jy ! Total flux subtracted in 4096 components = 0.0111478 Jy ! Clean residual min=-0.000701 max=0.000834 Jy/beam ! Clean residual mean=0.000002 rms=0.000221 Jy/beam ! Combined flux in latest and established models = 0.103231 Jy keep ! Adding 341 model components to the UV plane model. ! The established model now contains 446 components and 0.103231 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219b_uvs/J0632+3200_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.491 x 7.896 at 14.83 degrees (North through East) ! Clean map min=-0.0014553 max=0.084181 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219b_uvs/J0632+3200_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0841808 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000215467 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.767873 0.767873 1.53575 3.07149 6.14298 12.286 24.5719 49.1439 98.2877 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0006 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.084 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 390.689 quit ! Quitting program ! Log file /scr/pima/bg219b_uvs/J0632+3200_S_uvs.log closed on Thu Apr 7 01:14:47 2016