! Started logfile: /scr/pima/bg219g_uvs/J0929+7304_S_uvs.log on Thu Apr 7 07:13:34 2016 obs /scr/pima/bg219g_uvs/J0929+7304_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219g_uvs/J0929+7304_S_uva.fits ! AN table 1: 30 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.888889 visibilities/baseline/integration-bin. ! Found source: J0929+7304 ! ! 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 3840 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/bg219g_uvs/J0929+7304_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 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.004547Jy sigma=20.731755 ! Fit after self-cal, rms=0.951372Jy sigma=19.610093 ! 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.568 mas, bmaj=10.41 mas, bpa=89.73 degrees ! Estimated noise=0.955193 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.0410489 Jy ! Component: 100 - total flux cleaned = 0.0509789 Jy ! Total flux subtracted in 100 components = 0.0509789 Jy ! Clean residual min=-0.005332 max=0.005285 Jy/beam ! Clean residual mean=-0.000002 rms=0.001375 Jy/beam ! Combined flux in latest and established models = 0.0509789 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.0509789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069283Jy sigma=1.296473 ! Fit after self-cal, rms=0.067477Jy sigma=1.255778 ! 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.107 mas, bmaj=11.39 mas, bpa=87.73 degrees ! Estimated noise=0.601664 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.00423882 Jy ! Component: 100 - total flux cleaned = 0.00568111 Jy ! Component: 150 - total flux cleaned = 0.00563769 Jy ! Component: 200 - total flux cleaned = 0.00547225 Jy ! Total flux subtracted in 200 components = 0.00547225 Jy ! Clean residual min=-0.003157 max=0.002866 Jy/beam ! Clean residual mean=0.000003 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.0564511 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 25 components and 0.0564512 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067236Jy sigma=1.250177 ! Fit after self-cal, rms=0.067226Jy sigma=1.250101 ! 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.107 x 11.39 at 87.73 degrees (North through East) ! Clean map min=-0.0029861 max=0.053914 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.01 HN 1.00 KP 1.03 LA 0.86 ! MK 0.88 NL 1.01 OV 1.02 PT 1.07 ! SC 0.87 ! ! ! 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 1.00* HN 1.00* KP 1.00* LA 1.00* ! MK 1.00* NL 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 HN 1.11 KP 1.12 LA 1.07 ! MK 1.00 NL 1.14 OV 1.07 PT 1.06 ! SC 0.88 ! ! ! Fit before self-cal, rms=0.067226Jy sigma=1.250101 ! Fit after self-cal, rms=0.066445Jy sigma=1.246560 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.083 mas, bmaj=11.41 mas, bpa=87.97 degrees ! Estimated noise=0.60885 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.00102464 Jy ! Component: 100 - total flux cleaned = 0.00112759 Jy ! Component: 150 - total flux cleaned = 0.00121588 Jy ! Component: 200 - total flux cleaned = 0.0012158 Jy ! Total flux subtracted in 200 components = 0.0012158 Jy ! Clean residual min=-0.003150 max=0.002964 Jy/beam ! Clean residual mean=0.000004 rms=0.000727 Jy/beam ! Combined flux in latest and established models = 0.057667 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 40 components and 0.057667 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066416Jy sigma=1.245869 ! Fit after self-cal, rms=0.066390Jy sigma=1.245081 ! 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.066390Jy sigma=1.245081 ! Fit after self-cal, rms=0.066346Jy sigma=1.242940 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.065 mas, bmaj=11.47 mas, bpa=88.11 degrees ! Estimated noise=0.613222 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000400027 Jy ! Component: 100 - total flux cleaned = 0.000533589 Jy ! Component: 150 - total flux cleaned = 0.000513963 Jy ! Component: 200 - total flux cleaned = 0.000478814 Jy ! Total flux subtracted in 200 components = 0.000478814 Jy ! Clean residual min=-0.003108 max=0.003028 Jy/beam ! Clean residual mean=0.000005 rms=0.000723 Jy/beam ! Combined flux in latest and established models = 0.0581458 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.0581458 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066326Jy sigma=1.242542 ! Fit after self-cal, rms=0.066380Jy sigma=1.242141 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 (-71, 30). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124418 Jy ! Component: 100 - total flux cleaned = 0.000719421 Jy ! Component: 150 - total flux cleaned = 0.000233139 Jy ! Component: 200 - total flux cleaned = 1.1656e-05 Jy ! Total flux subtracted in 200 components = 1.1656e-05 Jy ! Clean residual min=-0.002547 max=0.002218 Jy/beam ! Clean residual mean=0.000004 rms=0.000625 Jy/beam ! Combined flux in latest and established models = 0.0581574 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 81 components and 0.0581574 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066259Jy sigma=1.239530 ! Fit after self-cal, rms=0.066211Jy sigma=1.239094 ! 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.066211Jy sigma=1.239094 ! Fit after self-cal, rms=0.066427Jy sigma=1.238971 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.057 mas, bmaj=11.48 mas, bpa=88.15 degrees ! Estimated noise=0.614299 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000263996 Jy ! Component: 100 - total flux cleaned = 0.000109988 Jy ! Component: 150 - total flux cleaned = -2.54572e-05 Jy ! Component: 200 - total flux cleaned = -0.000171314 Jy ! Total flux subtracted in 200 components = -0.000171314 Jy ! Clean residual min=-0.002509 max=0.002223 Jy/beam ! Clean residual mean=0.000005 rms=0.000615 Jy/beam ! Combined flux in latest and established models = 0.0579861 Jy selfcal ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 95 components and 0.0579861 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066389Jy sigma=1.238135 ! Fit after self-cal, rms=0.066391Jy sigma=1.238017 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.000175386 Jy ! Component: 100 - total flux cleaned = -0.000311505 Jy ! Component: 150 - total flux cleaned = -0.00043602 Jy ! Component: 200 - total flux cleaned = -0.000550217 Jy ! Total flux subtracted in 200 components = -0.000550217 Jy ! Clean residual min=-0.002508 max=0.002297 Jy/beam ! Clean residual mean=0.000004 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.0574359 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 101 components and 0.0574359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066371Jy sigma=1.237634 ! Fit after self-cal, rms=0.066363Jy sigma=1.237596 ! 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.066363Jy sigma=1.237596 ! Fit after self-cal, rms=0.066655Jy sigma=1.237542 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=6.981 mas, bmaj=14.69 mas, bpa=79.07 degrees ! Estimated noise=0.796352 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000727209 Jy ! Component: 100 - total flux cleaned = -0.000896262 Jy ! Component: 150 - total flux cleaned = -0.000945573 Jy ! Component: 200 - total flux cleaned = -0.0010105 Jy ! Total flux subtracted in 200 components = -0.0010105 Jy ! Clean residual min=-0.002923 max=0.002868 Jy/beam ! Clean residual mean=0.000009 rms=0.000783 Jy/beam ! Combined flux in latest and established models = 0.0564254 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 112 components and 0.0564254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066646Jy sigma=1.237508 ! Fit after self-cal, rms=0.066672Jy sigma=1.237385 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.000301976 Jy ! Component: 100 - total flux cleaned = -0.000371694 Jy ! Component: 150 - total flux cleaned = -0.000391025 Jy ! Component: 200 - total flux cleaned = -0.000408725 Jy ! Total flux subtracted in 200 components = -0.000408725 Jy ! Clean residual min=-0.002870 max=0.002920 Jy/beam ! Clean residual mean=0.000009 rms=0.000774 Jy/beam ! Combined flux in latest and established models = 0.0560167 Jy ! Performing phase self-cal ! Adding 28 model components to the UV plane model. ! The established model now contains 121 components and 0.0560167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066668Jy sigma=1.237410 ! Fit after self-cal, rms=0.066674Jy sigma=1.237359 ! 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.048 mas, bmaj=11.47 mas, bpa=88.22 degrees ! Estimated noise=0.615327 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.048 x 11.47 at 88.22 degrees (North through East) ! Clean map min=-0.0025147 max=0.055445 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.524 mas, bmaj=10.54 mas, bpa=-89.8 degrees ! Estimated noise=0.970698 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0434497 Jy ! Component: 100 - total flux cleaned = 0.0538655 Jy ! Component: 150 - total flux cleaned = 0.0568524 Jy ! Component: 200 - total flux cleaned = 0.0573743 Jy ! Total flux subtracted in 200 components = 0.0573743 Jy ! Clean residual min=-0.004974 max=0.004091 Jy/beam ! Clean residual mean=-0.000002 rms=0.001235 Jy/beam ! Combined flux in latest and established models = 0.0573743 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.0573743 Jy ! Inverting map and beam ! Estimated beam: bmin=3.048 mas, bmaj=11.47 mas, bpa=88.22 degrees ! Estimated noise=0.615327 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.00242575 Jy ! Component: 100 - total flux cleaned = 0.00244027 Jy ! Component: 150 - total flux cleaned = 0.00216245 Jy ! Component: 200 - total flux cleaned = 0.00193273 Jy ! Total flux subtracted in 200 components = 0.00193273 Jy ! Clean residual min=-0.002648 max=0.002525 Jy/beam ! Clean residual mean=0.000004 rms=0.000686 Jy/beam ! Combined flux in latest and established models = 0.059307 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 48 components and 0.059307 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=6.981 mas, bmaj=14.69 mas, bpa=79.07 degrees ! Estimated noise=0.796352 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00107259 Jy ! Component: 100 - total flux cleaned = -0.00166175 Jy ! Component: 150 - total flux cleaned = -0.0021375 Jy ! Component: 200 - total flux cleaned = -0.00235359 Jy ! Total flux subtracted in 200 components = -0.00235359 Jy ! Clean residual min=-0.003066 max=0.002679 Jy/beam ! Clean residual mean=0.000009 rms=0.000811 Jy/beam ! Combined flux in latest and established models = 0.0569534 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 = -0.000126431 Jy ! Component: 100 - total flux cleaned = -0.0002127 Jy ! Component: 150 - total flux cleaned = -0.000292645 Jy ! Component: 200 - total flux cleaned = -0.000342891 Jy ! Total flux subtracted in 200 components = -0.000342891 Jy ! Clean residual min=-0.002964 max=0.002779 Jy/beam ! Clean residual mean=0.000008 rms=0.000784 Jy/beam ! Combined flux in latest and established models = 0.0566105 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 71 components and 0.0566105 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.048 mas, bmaj=11.47 mas, bpa=88.22 degrees ! Estimated noise=0.615327 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00089368 Jy ! Component: 100 - total flux cleaned = 0.00130634 Jy ! Component: 150 - total flux cleaned = 0.00136628 Jy ! Component: 200 - total flux cleaned = 0.00134021 Jy ! Total flux subtracted in 200 components = 0.00134021 Jy ! Clean residual min=-0.002429 max=0.002222 Jy/beam ! Clean residual mean=0.000004 rms=0.000604 Jy/beam ! Combined flux in latest and established models = 0.0579507 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 93 components and 0.0579507 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066693Jy sigma=1.237617 ! Fit after self-cal, rms=0.066668Jy sigma=1.237460 wmodel /scr/pima/bg219g_uvs/J0929+7304_S_map.mod ! Writing 93 model components to file: /scr/pima/bg219g_uvs/J0929+7304_S_map.mod wobs /scr/pima/bg219g_uvs/J0929+7304_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219g_uvs/J0929+7304_S_uvs.fits wwins /scr/pima/bg219g_uvs/J0929+7304_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219g_uvs/J0929+7304_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.000442834 Jy ! Component: 100 - total flux cleaned = -0.000404323 Jy ! Component: 150 - total flux cleaned = -0.000370835 Jy ! Component: 200 - total flux cleaned = -0.000240955 Jy ! Component: 250 - total flux cleaned = -0.000240817 Jy ! Component: 300 - total flux cleaned = -0.00015263 Jy ! Component: 350 - total flux cleaned = -0.00018087 Jy ! Component: 400 - total flux cleaned = -0.00012647 Jy ! Component: 450 - total flux cleaned = -7.46145e-05 Jy ! Component: 500 - total flux cleaned = -0.000100188 Jy ! Component: 550 - total flux cleaned = -0.000173081 Jy ! Component: 600 - total flux cleaned = -0.000243844 Jy ! Component: 650 - total flux cleaned = -0.000267335 Jy ! Component: 700 - total flux cleaned = -0.000334827 Jy ! Component: 750 - total flux cleaned = -0.000378603 Jy ! Component: 800 - total flux cleaned = -0.000421656 Jy ! Component: 850 - total flux cleaned = -0.000421757 Jy ! Component: 900 - total flux cleaned = -0.000442367 Jy ! Component: 950 - total flux cleaned = -0.000382 Jy ! Component: 1000 - total flux cleaned = -0.000322978 Jy ! Component: 1050 - total flux cleaned = -0.000284054 Jy ! Component: 1100 - total flux cleaned = -0.000169089 Jy ! Component: 1150 - total flux cleaned = -5.62738e-05 Jy ! Component: 1200 - total flux cleaned = 1.76305e-05 Jy ! Component: 1250 - total flux cleaned = 0.000126771 Jy ! Component: 1300 - total flux cleaned = 0.000216373 Jy ! Component: 1350 - total flux cleaned = 0.00030475 Jy ! Component: 1400 - total flux cleaned = 0.000409211 Jy ! Component: 1450 - total flux cleaned = 0.000495218 Jy ! Component: 1500 - total flux cleaned = 0.000596684 Jy ! Component: 1550 - total flux cleaned = 0.000647015 Jy ! Component: 1600 - total flux cleaned = 0.000745913 Jy ! Component: 1650 - total flux cleaned = 0.000859486 Jy ! Component: 1700 - total flux cleaned = 0.000955248 Jy ! Component: 1750 - total flux cleaned = 0.00106528 Jy ! Component: 1800 - total flux cleaned = 0.00112718 Jy ! Component: 1850 - total flux cleaned = 0.00118851 Jy ! Component: 1900 - total flux cleaned = 0.00121878 Jy ! Component: 1950 - total flux cleaned = 0.0012336 Jy ! Component: 2000 - total flux cleaned = 0.00127785 Jy ! Component: 2050 - total flux cleaned = 0.00127791 Jy ! Component: 2100 - total flux cleaned = 0.00124883 Jy ! Component: 2150 - total flux cleaned = 0.00123457 Jy ! Component: 2200 - total flux cleaned = 0.00124881 Jy ! Component: 2250 - total flux cleaned = 0.00122054 Jy ! Component: 2300 - total flux cleaned = 0.00126248 Jy ! Component: 2350 - total flux cleaned = 0.00122081 Jy ! Component: 2400 - total flux cleaned = 0.00123453 Jy ! Component: 2450 - total flux cleaned = 0.00123454 Jy ! Component: 2500 - total flux cleaned = 0.00127528 Jy ! Component: 2550 - total flux cleaned = 0.00130228 Jy ! Component: 2600 - total flux cleaned = 0.00136908 Jy ! Component: 2650 - total flux cleaned = 0.0013823 Jy ! Component: 2700 - total flux cleaned = 0.00139555 Jy ! Component: 2750 - total flux cleaned = 0.00142178 Jy ! Component: 2800 - total flux cleaned = 0.00147374 Jy ! Component: 2850 - total flux cleaned = 0.00148654 Jy ! Component: 2900 - total flux cleaned = 0.00152494 Jy ! Component: 2950 - total flux cleaned = 0.00152487 Jy ! Component: 3000 - total flux cleaned = 0.00155032 Jy ! Component: 3050 - total flux cleaned = 0.00161333 Jy ! Component: 3100 - total flux cleaned = 0.00163836 Jy ! Component: 3150 - total flux cleaned = 0.00166322 Jy ! Component: 3200 - total flux cleaned = 0.00170048 Jy ! Component: 3250 - total flux cleaned = 0.00168816 Jy ! Component: 3300 - total flux cleaned = 0.00173738 Jy ! Component: 3350 - total flux cleaned = 0.00176185 Jy ! Component: 3400 - total flux cleaned = 0.00176189 Jy ! Component: 3450 - total flux cleaned = 0.00179831 Jy ! Component: 3500 - total flux cleaned = 0.00183455 Jy ! Component: 3550 - total flux cleaned = 0.00183457 Jy ! Component: 3600 - total flux cleaned = 0.00184654 Jy ! Component: 3650 - total flux cleaned = 0.00187041 Jy ! Component: 3700 - total flux cleaned = 0.00191798 Jy ! Component: 3750 - total flux cleaned = 0.0019298 Jy ! Component: 3800 - total flux cleaned = 0.00191799 Jy ! Component: 3850 - total flux cleaned = 0.00190618 Jy ! Component: 3900 - total flux cleaned = 0.00190618 Jy ! Component: 3950 - total flux cleaned = 0.0019296 Jy ! Component: 4000 - total flux cleaned = 0.00194127 Jy ! Component: 4050 - total flux cleaned = 0.00195297 Jy ! Total flux subtracted in 4096 components = 0.00196463 Jy ! Clean residual min=-0.000695 max=0.000655 Jy/beam ! Clean residual mean=0.000001 rms=0.000205 Jy/beam ! Combined flux in latest and established models = 0.0599153 Jy keep ! Adding 301 model components to the UV plane model. ! The established model now contains 394 components and 0.0599153 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219g_uvs/J0929+7304_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.048 x 11.47 at 88.22 degrees (North through East) ! Clean map min=-0.0022383 max=0.05518 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219g_uvs/J0929+7304_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0551798 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000198329 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.07827 1.07827 2.15654 4.31308 8.62616 17.2523 34.5047 69.0093 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.055 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 278.223 quit ! Quitting program ! Log file /scr/pima/bg219g_uvs/J0929+7304_S_uvs.log closed on Thu Apr 7 07:13:38 2016