! Started logfile: /scr/pima/bg219e_uvs/J0005-3445_S_uvs.log on Thu Apr 7 06:30:09 2016 obs /scr/pima/bg219e_uvs/J0005-3445_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J0005-3445_S_uva.fits ! AN table 1: 61 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.671676 visibilities/baseline/integration-bin. ! Found source: J0005-3445 ! ! 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 5900 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/J0005-3445_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 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.006836Jy sigma=15.944792 ! Fit after self-cal, rms=0.919256Jy sigma=14.520569 ! 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.147 mas, bmaj=14.72 mas, bpa=21.75 degrees ! Estimated noise=1.02993 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.0671194 Jy ! Component: 100 - total flux cleaned = 0.0818434 Jy ! Total flux subtracted in 100 components = 0.0818434 Jy ! Clean residual min=-0.005133 max=0.005803 Jy/beam ! Clean residual mean=0.000013 rms=0.001425 Jy/beam ! Combined flux in latest and established models = 0.0818434 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0818434 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089693Jy sigma=1.312063 ! Fit after self-cal, rms=0.089091Jy sigma=1.302260 ! 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.227 mas, bmaj=17.74 mas, bpa=21.5 degrees ! Estimated noise=0.639664 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.00606226 Jy ! Component: 100 - total flux cleaned = 0.00943711 Jy ! Component: 150 - total flux cleaned = 0.0114613 Jy ! Component: 200 - total flux cleaned = 0.0126948 Jy ! Total flux subtracted in 200 components = 0.0126948 Jy ! Clean residual min=-0.003272 max=0.003437 Jy/beam ! Clean residual mean=-0.000016 rms=0.000951 Jy/beam ! Combined flux in latest and established models = 0.0945382 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 45 components and 0.0945382 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.088741Jy sigma=1.294284 ! Fit after self-cal, rms=0.088817Jy sigma=1.293846 ! 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.227 x 17.74 at 21.5 degrees (North through East) ! Clean map min=-0.0033022 max=0.083553 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.99 FD 1.09 HN 1.00* KP 0.98 ! LA 0.94 NL 1.11 OV 1.03 PT 0.96 ! SC 0.96 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.97 HN 1.00* KP 0.97 ! LA 0.96 NL 1.03 OV 0.97 PT 1.01 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.95 HN 1.00* KP 1.03 ! LA 0.96 NL 0.99 OV 0.98 PT 0.98 ! SC 1.05 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 1.00* KP 1.01 ! LA 0.98 NL 0.99 OV 1.05 PT 1.01 ! SC 1.00 ! ! ! Fit before self-cal, rms=0.088817Jy sigma=1.293846 ! Fit after self-cal, rms=0.089031Jy sigma=1.291883 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.235 mas, bmaj=17.83 mas, bpa=21.58 degrees ! Estimated noise=0.635185 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.000210517 Jy ! Component: 100 - total flux cleaned = -0.000160803 Jy ! Component: 150 - total flux cleaned = -0.000160974 Jy ! Component: 200 - total flux cleaned = -0.00016068 Jy ! Total flux subtracted in 200 components = -0.00016068 Jy ! Clean residual min=-0.003122 max=0.003413 Jy/beam ! Clean residual mean=-0.000002 rms=0.000912 Jy/beam ! Combined flux in latest and established models = 0.0943776 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 59 components and 0.0943776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089014Jy sigma=1.291718 ! Fit after self-cal, rms=0.089100Jy sigma=1.291531 ! 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.089100Jy sigma=1.291531 ! Fit after self-cal, rms=0.089544Jy sigma=1.288156 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.236 mas, bmaj=17.79 mas, bpa=21.66 degrees ! Estimated noise=0.633349 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000314909 Jy ! Component: 100 - total flux cleaned = 0.000404261 Jy ! Component: 150 - total flux cleaned = 0.000440432 Jy ! Component: 200 - total flux cleaned = 0.000440394 Jy ! Total flux subtracted in 200 components = 0.000440394 Jy ! Clean residual min=-0.002730 max=0.003154 Jy/beam ! Clean residual mean=0.000003 rms=0.000820 Jy/beam ! Combined flux in latest and established models = 0.094818 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 72 components and 0.0948179 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089533Jy sigma=1.288012 ! Fit after self-cal, rms=0.089601Jy sigma=1.287793 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 = -2.91684e-05 Jy ! Component: 100 - total flux cleaned = 4.89094e-06 Jy ! Component: 150 - total flux cleaned = -1.14392e-05 Jy ! Component: 200 - total flux cleaned = -2.56092e-05 Jy ! Total flux subtracted in 200 components = -2.56092e-05 Jy ! Clean residual min=-0.002756 max=0.003096 Jy/beam ! Clean residual mean=0.000003 rms=0.000822 Jy/beam ! Combined flux in latest and established models = 0.0947923 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 78 components and 0.0947923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089593Jy sigma=1.287712 ! Fit after self-cal, rms=0.089598Jy sigma=1.287697 ! 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.089598Jy sigma=1.287697 ! Fit after self-cal, rms=0.089407Jy sigma=1.287616 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.23 mas, bmaj=17.76 mas, bpa=21.74 degrees ! Estimated noise=0.631948 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000136196 Jy ! Component: 100 - total flux cleaned = 0.000171469 Jy ! Component: 150 - total flux cleaned = 0.000201187 Jy ! Component: 200 - total flux cleaned = 0.000200873 Jy ! Total flux subtracted in 200 components = 0.000200873 Jy ! Clean residual min=-0.002722 max=0.003028 Jy/beam ! Clean residual mean=0.000004 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.0949932 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 86 components and 0.0949932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089400Jy sigma=1.287531 ! Fit after self-cal, rms=0.089413Jy sigma=1.287510 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 = -2.52431e-05 Jy ! Component: 100 - total flux cleaned = -3.9572e-05 Jy ! Component: 150 - total flux cleaned = -5.25209e-05 Jy ! Component: 200 - total flux cleaned = -6.39593e-05 Jy ! Total flux subtracted in 200 components = -6.39593e-05 Jy ! Clean residual min=-0.002721 max=0.002977 Jy/beam ! Clean residual mean=0.000004 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.0949293 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 88 components and 0.0949292 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089409Jy sigma=1.287455 ! Fit after self-cal, rms=0.089418Jy sigma=1.287435 ! 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.089418Jy sigma=1.287435 ! Fit after self-cal, rms=0.089114Jy sigma=1.287421 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.631 mas, bmaj=30.36 mas, bpa=10.09 degrees ! Estimated noise=0.692268 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 7.14929e-05 Jy ! Component: 100 - total flux cleaned = 0.000144324 Jy ! Component: 150 - total flux cleaned = 0.000204808 Jy ! Component: 200 - total flux cleaned = 0.000246313 Jy ! Total flux subtracted in 200 components = 0.000246313 Jy ! Clean residual min=-0.002794 max=0.003096 Jy/beam ! Clean residual mean=0.000006 rms=0.000916 Jy/beam ! Combined flux in latest and established models = 0.0951756 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 100 components and 0.0951756 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089110Jy sigma=1.287389 ! Fit after self-cal, rms=0.089116Jy sigma=1.287370 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 = -2.11569e-05 Jy ! Component: 100 - total flux cleaned = 2.40159e-05 Jy ! Component: 150 - total flux cleaned = 7.07833e-05 Jy ! Component: 200 - total flux cleaned = 0.000102936 Jy ! Total flux subtracted in 200 components = 0.000102936 Jy ! Clean residual min=-0.002798 max=0.003101 Jy/beam ! Clean residual mean=0.000006 rms=0.000915 Jy/beam ! Combined flux in latest and established models = 0.0952785 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 109 components and 0.0952785 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089113Jy sigma=1.287358 ! Fit after self-cal, rms=0.089118Jy sigma=1.287346 ! 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.225 mas, bmaj=17.74 mas, bpa=21.81 degrees ! Estimated noise=0.630645 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.225 x 17.74 at 21.81 degrees (North through East) ! Clean map min=-0.0026478 max=0.082724 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.131 mas, bmaj=14.64 mas, bpa=22.08 degrees ! Estimated noise=1.01791 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0666386 Jy ! Component: 100 - total flux cleaned = 0.0816706 Jy ! Component: 150 - total flux cleaned = 0.0870056 Jy ! Component: 200 - total flux cleaned = 0.090063 Jy ! Total flux subtracted in 200 components = 0.090063 Jy ! Clean residual min=-0.004246 max=0.005458 Jy/beam ! Clean residual mean=0.000013 rms=0.001303 Jy/beam ! Combined flux in latest and established models = 0.090063 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.090063 Jy ! Inverting map and beam ! Estimated beam: bmin=4.225 mas, bmaj=17.74 mas, bpa=21.81 degrees ! Estimated noise=0.630645 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.00274037 Jy ! Component: 100 - total flux cleaned = 0.00354238 Jy ! Component: 150 - total flux cleaned = 0.00393203 Jy ! Component: 200 - total flux cleaned = 0.00409274 Jy ! Total flux subtracted in 200 components = 0.00409274 Jy ! Clean residual min=-0.002926 max=0.003045 Jy/beam ! Clean residual mean=0.000004 rms=0.000836 Jy/beam ! Combined flux in latest and established models = 0.0941557 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 41 components and 0.0941558 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.631 mas, bmaj=30.36 mas, bpa=10.09 degrees ! Estimated noise=0.692268 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000454879 Jy ! Component: 100 - total flux cleaned = 0.000571217 Jy ! Component: 150 - total flux cleaned = 0.000647357 Jy ! Component: 200 - total flux cleaned = 0.00069407 Jy ! Total flux subtracted in 200 components = 0.00069407 Jy ! Clean residual min=-0.002803 max=0.002963 Jy/beam ! Clean residual mean=0.000005 rms=0.000932 Jy/beam ! Combined flux in latest and established models = 0.0948498 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 = 6.31005e-05 Jy ! Component: 100 - total flux cleaned = 0.000100863 Jy ! Component: 150 - total flux cleaned = 0.000153038 Jy ! Component: 200 - total flux cleaned = 0.000184207 Jy ! Total flux subtracted in 200 components = 0.000184207 Jy ! Clean residual min=-0.002798 max=0.003004 Jy/beam ! Clean residual mean=0.000005 rms=0.000925 Jy/beam ! Combined flux in latest and established models = 0.095034 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 56 components and 0.095034 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.225 mas, bmaj=17.74 mas, bpa=21.81 degrees ! Estimated noise=0.630645 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -5.18015e-05 Jy ! Component: 100 - total flux cleaned = 2.09457e-05 Jy ! Component: 150 - total flux cleaned = -1.95966e-05 Jy ! Component: 200 - total flux cleaned = -3.81437e-05 Jy ! Total flux subtracted in 200 components = -3.81437e-05 Jy ! Clean residual min=-0.002805 max=0.002853 Jy/beam ! Clean residual mean=0.000004 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.0949959 Jy selfcal ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 68 components and 0.0949959 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089128Jy sigma=1.287503 ! Fit after self-cal, rms=0.089118Jy sigma=1.287461 wmodel /scr/pima/bg219e_uvs/J0005-3445_S_map.mod ! Writing 68 model components to file: /scr/pima/bg219e_uvs/J0005-3445_S_map.mod wobs /scr/pima/bg219e_uvs/J0005-3445_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J0005-3445_S_uvs.fits wwins /scr/pima/bg219e_uvs/J0005-3445_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219e_uvs/J0005-3445_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.00032074 Jy ! Component: 100 - total flux cleaned = 0.000612018 Jy ! Component: 150 - total flux cleaned = 0.000521127 Jy ! Component: 200 - total flux cleaned = 0.000563505 Jy ! Component: 250 - total flux cleaned = 0.000561693 Jy ! Component: 300 - total flux cleaned = 0.000601269 Jy ! Component: 350 - total flux cleaned = 0.000757626 Jy ! Component: 400 - total flux cleaned = 0.000908219 Jy ! Component: 450 - total flux cleaned = 0.00101648 Jy ! Component: 500 - total flux cleaned = 0.00108661 Jy ! Component: 550 - total flux cleaned = 0.00118981 Jy ! Component: 600 - total flux cleaned = 0.00135525 Jy ! Component: 650 - total flux cleaned = 0.00141959 Jy ! Component: 700 - total flux cleaned = 0.00145091 Jy ! Component: 750 - total flux cleaned = 0.00142063 Jy ! Component: 800 - total flux cleaned = 0.00139122 Jy ! Component: 850 - total flux cleaned = 0.0015094 Jy ! Component: 900 - total flux cleaned = 0.00153769 Jy ! Component: 950 - total flux cleaned = 0.00148093 Jy ! Component: 1000 - total flux cleaned = 0.00148132 Jy ! Component: 1050 - total flux cleaned = 0.00156363 Jy ! Component: 1100 - total flux cleaned = 0.00153641 Jy ! Component: 1150 - total flux cleaned = 0.00148403 Jy ! Component: 1200 - total flux cleaned = 0.00153653 Jy ! Component: 1250 - total flux cleaned = 0.00153698 Jy ! Component: 1300 - total flux cleaned = 0.00161293 Jy ! Component: 1350 - total flux cleaned = 0.00168776 Jy ! Component: 1400 - total flux cleaned = 0.00171238 Jy ! Component: 1450 - total flux cleaned = 0.00171259 Jy ! Component: 1500 - total flux cleaned = 0.00171304 Jy ! Component: 1550 - total flux cleaned = 0.00178419 Jy ! Component: 1600 - total flux cleaned = 0.00183091 Jy ! Component: 1650 - total flux cleaned = 0.00192272 Jy ! Component: 1700 - total flux cleaned = 0.00201346 Jy ! Component: 1750 - total flux cleaned = 0.00199071 Jy ! Component: 1800 - total flux cleaned = 0.00212331 Jy ! Component: 1850 - total flux cleaned = 0.00214491 Jy ! Component: 1900 - total flux cleaned = 0.00214535 Jy ! Component: 1950 - total flux cleaned = 0.00225226 Jy ! Component: 2000 - total flux cleaned = 0.00225269 Jy ! Component: 2050 - total flux cleaned = 0.00235722 Jy ! Component: 2100 - total flux cleaned = 0.00246056 Jy ! Component: 2150 - total flux cleaned = 0.00254216 Jy ! Component: 2200 - total flux cleaned = 0.00260268 Jy ! Component: 2250 - total flux cleaned = 0.00264287 Jy ! Component: 2300 - total flux cleaned = 0.00270247 Jy ! Component: 2350 - total flux cleaned = 0.00276111 Jy ! Component: 2400 - total flux cleaned = 0.00278042 Jy ! Component: 2450 - total flux cleaned = 0.00278051 Jy ! Component: 2500 - total flux cleaned = 0.00285611 Jy ! Component: 2550 - total flux cleaned = 0.00287454 Jy ! Component: 2600 - total flux cleaned = 0.0028744 Jy ! Component: 2650 - total flux cleaned = 0.00296607 Jy ! Component: 2700 - total flux cleaned = 0.00300247 Jy ! Component: 2750 - total flux cleaned = 0.0030745 Jy ! Component: 2800 - total flux cleaned = 0.00311043 Jy ! Component: 2850 - total flux cleaned = 0.00325203 Jy ! Component: 2900 - total flux cleaned = 0.0033746 Jy ! Component: 2950 - total flux cleaned = 0.0034785 Jy ! Component: 3000 - total flux cleaned = 0.00356434 Jy ! Component: 3050 - total flux cleaned = 0.0035985 Jy ! Component: 3100 - total flux cleaned = 0.00368306 Jy ! Component: 3150 - total flux cleaned = 0.00380036 Jy ! Component: 3200 - total flux cleaned = 0.00393313 Jy ! Component: 3250 - total flux cleaned = 0.00399897 Jy ! Component: 3300 - total flux cleaned = 0.00408066 Jy ! Component: 3350 - total flux cleaned = 0.00416166 Jy ! Component: 3400 - total flux cleaned = 0.00433824 Jy ! Component: 3450 - total flux cleaned = 0.0044337 Jy ! Component: 3500 - total flux cleaned = 0.00449682 Jy ! Component: 3550 - total flux cleaned = 0.00454403 Jy ! Component: 3600 - total flux cleaned = 0.00465327 Jy ! Component: 3650 - total flux cleaned = 0.00474627 Jy ! Component: 3700 - total flux cleaned = 0.00476173 Jy ! Component: 3750 - total flux cleaned = 0.00486856 Jy ! Component: 3800 - total flux cleaned = 0.00489898 Jy ! Component: 3850 - total flux cleaned = 0.00495932 Jy ! Component: 3900 - total flux cleaned = 0.00500429 Jy ! Component: 3950 - total flux cleaned = 0.005049 Jy ! Component: 4000 - total flux cleaned = 0.0051078 Jy ! Component: 4050 - total flux cleaned = 0.00515179 Jy ! Total flux subtracted in 4096 components = 0.00515171 Jy ! Clean residual min=-0.000878 max=0.000836 Jy/beam ! Clean residual mean=-0.000002 rms=0.000281 Jy/beam ! Combined flux in latest and established models = 0.100148 Jy keep ! Adding 255 model components to the UV plane model. ! The established model now contains 323 components and 0.100148 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J0005-3445_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.225 x 17.74 at 21.81 degrees (North through East) ! Clean map min=-0.0020479 max=0.081806 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J0005-3445_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0818065 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000270864 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.993312 0.993312 1.98662 3.97325 7.94649 15.893 31.786 63.572 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.081 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 302.02 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J0005-3445_S_uvs.log closed on Thu Apr 7 06:30:13 2016