! Started logfile: /scr/pima/bg219i_uvs/J1547+4937_S_uvs.log on Wed Apr 6 23:07:15 2016 obs /scr/pima/bg219i_uvs/J1547+4937_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219i_uvs/J1547+4937_S_uva.fits ! AN table 1: 61 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.834973 visibilities/baseline/integration-bin. ! Found source: J1547+4937 ! ! 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 3056 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/bg219i_uvs/J1547+4937_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 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003756Jy sigma=27.545252 ! Fit after self-cal, rms=0.941171Jy sigma=25.656267 ! 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=8.659 mas, bmaj=26.23 mas, bpa=33.99 degrees ! Estimated noise=0.655843 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.0427809 Jy ! Component: 100 - total flux cleaned = 0.0590426 Jy ! Total flux subtracted in 100 components = 0.0590426 Jy ! Clean residual min=-0.011333 max=0.010281 Jy/beam ! Clean residual mean=0.000012 rms=0.003304 Jy/beam ! Combined flux in latest and established models = 0.0590426 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 44 components and 0.0590426 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058989Jy sigma=1.569869 ! Fit after self-cal, rms=0.058141Jy sigma=1.546521 ! 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=10.23 mas, bmaj=25.3 mas, bpa=33.69 degrees ! Estimated noise=0.507043 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.0164442 Jy ! Component: 100 - total flux cleaned = 0.0279674 Jy ! Component: 150 - total flux cleaned = 0.0367925 Jy ! Component: 200 - total flux cleaned = 0.0438781 Jy ! Total flux subtracted in 200 components = 0.0438781 Jy ! Clean residual min=-0.012018 max=0.008327 Jy/beam ! Clean residual mean=-0.000065 rms=0.003201 Jy/beam ! Combined flux in latest and established models = 0.102921 Jy ! Performing phase self-cal ! Adding 102 model components to the UV plane model. ! The established model now contains 145 components and 0.102921 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.051676Jy sigma=1.369975 ! Fit after self-cal, rms=0.051345Jy sigma=1.362192 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.23 x 25.3 at 33.69 degrees (North through East) ! Clean map min=-0.012157 max=0.063402 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* KP 1.00* LA 1.00* ! OV 1.00* PT 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* KP 1.00* LA 1.00* ! OV 1.00* PT 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* KP 1.00* LA 1.00* ! OV 1.00* PT 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.86 KP 1.06 LA 0.96 ! OV 1.19 PT 0.88 ! ! ! Fit before self-cal, rms=0.051345Jy sigma=1.362192 ! Fit after self-cal, rms=0.050772Jy sigma=1.354561 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=10.28 mas, bmaj=25.49 mas, bpa=33.51 degrees ! Estimated noise=0.503336 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.0059146 Jy ! Component: 100 - total flux cleaned = 0.01039 Jy ! Component: 150 - total flux cleaned = 0.0141165 Jy ! Component: 200 - total flux cleaned = 0.0172659 Jy ! Total flux subtracted in 200 components = 0.0172659 Jy ! Clean residual min=-0.009925 max=0.007273 Jy/beam ! Clean residual mean=-0.000106 rms=0.002691 Jy/beam ! Combined flux in latest and established models = 0.120187 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 199 components and 0.120187 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049771Jy sigma=1.324672 ! Fit after self-cal, rms=0.049752Jy sigma=1.322560 ! 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.049752Jy sigma=1.322560 ! Fit after self-cal, rms=0.049429Jy sigma=1.321025 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.27 mas, bmaj=25.49 mas, bpa=33.55 degrees ! Estimated noise=0.501025 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00316454 Jy ! Component: 100 - total flux cleaned = 0.00561636 Jy ! Component: 150 - total flux cleaned = 0.00768702 Jy ! Component: 200 - total flux cleaned = 0.00944797 Jy ! Total flux subtracted in 200 components = 0.00944797 Jy ! Clean residual min=-0.009023 max=0.007234 Jy/beam ! Clean residual mean=-0.000120 rms=0.002518 Jy/beam ! Combined flux in latest and established models = 0.129635 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 217 components and 0.129635 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049141Jy sigma=1.311591 ! Fit after self-cal, rms=0.049117Jy sigma=1.310962 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.00183759 Jy ! Component: 100 - total flux cleaned = 0.00287046 Jy ! Component: 150 - total flux cleaned = 0.00357381 Jy ! Component: 200 - total flux cleaned = 0.00420435 Jy ! Total flux subtracted in 200 components = 0.00420435 Jy ! Clean residual min=-0.008715 max=0.007152 Jy/beam ! Clean residual mean=-0.000128 rms=0.002474 Jy/beam ! Combined flux in latest and established models = 0.133839 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 234 components and 0.133839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049021Jy sigma=1.307525 ! Fit after self-cal, rms=0.049012Jy sigma=1.307212 ! 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.049012Jy sigma=1.307212 ! Fit after self-cal, rms=0.049096Jy sigma=1.301764 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.19 mas, bmaj=25.67 mas, bpa=33.6 degrees ! Estimated noise=0.502865 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00135556 Jy ! Component: 100 - total flux cleaned = 0.00188392 Jy ! Component: 150 - total flux cleaned = 0.00236309 Jy ! Component: 200 - total flux cleaned = 0.00276462 Jy ! Total flux subtracted in 200 components = 0.00276462 Jy ! Clean residual min=-0.008159 max=0.007253 Jy/beam ! Clean residual mean=-0.000122 rms=0.002398 Jy/beam ! Combined flux in latest and established models = 0.136604 Jy selfcal ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 258 components and 0.136604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049043Jy sigma=1.299536 ! Fit after self-cal, rms=0.049049Jy sigma=1.299102 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.00012196 Jy ! Component: 100 - total flux cleaned = 0.000422059 Jy ! Component: 150 - total flux cleaned = 0.000726422 Jy ! Component: 200 - total flux cleaned = 0.0010066 Jy ! Total flux subtracted in 200 components = 0.0010066 Jy ! Clean residual min=-0.008157 max=0.007139 Jy/beam ! Clean residual mean=-0.000124 rms=0.002384 Jy/beam ! Combined flux in latest and established models = 0.13761 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 277 components and 0.13761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049011Jy sigma=1.297608 ! Fit after self-cal, rms=0.049004Jy sigma=1.297424 ! 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.049004Jy sigma=1.297424 ! Fit after self-cal, rms=0.048999Jy sigma=1.297137 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.4 mas, bmaj=25.44 mas, bpa=33.89 degrees ! Estimated noise=0.510946 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00050972 Jy ! Component: 100 - total flux cleaned = 0.000819525 Jy ! Component: 150 - total flux cleaned = 0.00107565 Jy ! Component: 200 - total flux cleaned = 0.00134523 Jy ! Total flux subtracted in 200 components = 0.00134523 Jy ! Clean residual min=-0.008800 max=0.007904 Jy/beam ! Clean residual mean=-0.000143 rms=0.002664 Jy/beam ! Combined flux in latest and established models = 0.138955 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 296 components and 0.138955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048970Jy sigma=1.295867 ! Fit after self-cal, rms=0.048965Jy sigma=1.295746 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 = 5.55529e-05 Jy ! Component: 100 - total flux cleaned = 0.000236075 Jy ! Component: 150 - total flux cleaned = 0.000432121 Jy ! Component: 200 - total flux cleaned = 0.000539034 Jy ! Total flux subtracted in 200 components = 0.000539034 Jy ! Clean residual min=-0.008792 max=0.007831 Jy/beam ! Clean residual mean=-0.000144 rms=0.002653 Jy/beam ! Combined flux in latest and established models = 0.139494 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 309 components and 0.139494 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048940Jy sigma=1.294732 ! Fit after self-cal, rms=0.048932Jy sigma=1.294627 ! 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=10.18 mas, bmaj=25.68 mas, bpa=33.62 degrees ! Estimated noise=0.50245 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.18 x 25.68 at 33.62 degrees (North through East) ! Clean map min=-0.0079299 max=0.062929 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=8.582 mas, bmaj=26.55 mas, bpa=33.87 degrees ! Estimated noise=0.649566 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0426916 Jy ! Component: 100 - total flux cleaned = 0.0613494 Jy ! Component: 150 - total flux cleaned = 0.0740306 Jy ! Component: 200 - total flux cleaned = 0.0833549 Jy ! Total flux subtracted in 200 components = 0.0833549 Jy ! Clean residual min=-0.007226 max=0.007536 Jy/beam ! Clean residual mean=-0.000013 rms=0.002514 Jy/beam ! Combined flux in latest and established models = 0.0833548 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 81 model components to the UV plane model. ! The established model now contains 81 components and 0.0833548 Jy ! Inverting map and beam ! Estimated beam: bmin=10.18 mas, bmaj=25.68 mas, bpa=33.62 degrees ! Estimated noise=0.50245 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.0105125 Jy ! Component: 100 - total flux cleaned = 0.0184823 Jy ! Component: 150 - total flux cleaned = 0.0248065 Jy ! Component: 200 - total flux cleaned = 0.030057 Jy ! Total flux subtracted in 200 components = 0.030057 Jy ! Clean residual min=-0.009131 max=0.007568 Jy/beam ! Clean residual mean=-0.000074 rms=0.002758 Jy/beam ! Combined flux in latest and established models = 0.113412 Jy ! Adding 94 model components to the UV plane model. ! The established model now contains 165 components and 0.113412 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=11.4 mas, bmaj=25.44 mas, bpa=33.89 degrees ! Estimated noise=0.510946 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00493195 Jy ! Component: 100 - total flux cleaned = 0.00898211 Jy ! Component: 150 - total flux cleaned = 0.0123574 Jy ! Component: 200 - total flux cleaned = 0.0146506 Jy ! Total flux subtracted in 200 components = 0.0146506 Jy ! Clean residual min=-0.009125 max=0.007997 Jy/beam ! Clean residual mean=-0.000119 rms=0.002785 Jy/beam ! Combined flux in latest and established models = 0.128062 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.00178285 Jy ! Component: 100 - total flux cleaned = 0.00333651 Jy ! Component: 150 - total flux cleaned = 0.00469398 Jy ! Component: 200 - total flux cleaned = 0.00588197 Jy ! Total flux subtracted in 200 components = 0.00588197 Jy ! Clean residual min=-0.008824 max=0.007967 Jy/beam ! Clean residual mean=-0.000132 rms=0.002696 Jy/beam ! Combined flux in latest and established models = 0.133944 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 232 components and 0.133944 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=10.18 mas, bmaj=25.68 mas, bpa=33.62 degrees ! Estimated noise=0.50245 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000643751 Jy ! Component: 100 - total flux cleaned = 0.00151345 Jy ! Component: 150 - total flux cleaned = 0.00228914 Jy ! Component: 200 - total flux cleaned = 0.00298131 Jy ! Total flux subtracted in 200 components = 0.00298131 Jy ! Clean residual min=-0.007942 max=0.007295 Jy/beam ! Clean residual mean=-0.000120 rms=0.002370 Jy/beam ! Combined flux in latest and established models = 0.136926 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 250 components and 0.136926 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.048950Jy sigma=1.295476 ! Fit after self-cal, rms=0.048913Jy sigma=1.295231 wmodel /scr/pima/bg219i_uvs/J1547+4937_S_map.mod ! Writing 250 model components to file: /scr/pima/bg219i_uvs/J1547+4937_S_map.mod wobs /scr/pima/bg219i_uvs/J1547+4937_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219i_uvs/J1547+4937_S_uvs.fits wwins /scr/pima/bg219i_uvs/J1547+4937_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219i_uvs/J1547+4937_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.000408789 Jy ! Component: 100 - total flux cleaned = -0.000402067 Jy ! Component: 150 - total flux cleaned = -0.000114065 Jy ! Component: 200 - total flux cleaned = 0.000409148 Jy ! Component: 250 - total flux cleaned = 0.000957287 Jy ! Component: 300 - total flux cleaned = 0.0013963 Jy ! Component: 350 - total flux cleaned = 0.00201098 Jy ! Component: 400 - total flux cleaned = 0.00213794 Jy ! Component: 450 - total flux cleaned = 0.00237997 Jy ! Component: 500 - total flux cleaned = 0.00266724 Jy ! Component: 550 - total flux cleaned = 0.00288787 Jy ! Component: 600 - total flux cleaned = 0.00294106 Jy ! Component: 650 - total flux cleaned = 0.00309095 Jy ! Component: 700 - total flux cleaned = 0.00337786 Jy ! Component: 750 - total flux cleaned = 0.00337799 Jy ! Component: 800 - total flux cleaned = 0.00342293 Jy ! Component: 850 - total flux cleaned = 0.00350751 Jy ! Component: 900 - total flux cleaned = 0.00355028 Jy ! Component: 950 - total flux cleaned = 0.00351182 Jy ! Component: 1000 - total flux cleaned = 0.00355069 Jy ! Component: 1050 - total flux cleaned = 0.00351404 Jy ! Component: 1100 - total flux cleaned = 0.00344159 Jy ! Component: 1150 - total flux cleaned = 0.00330279 Jy ! Component: 1200 - total flux cleaned = 0.00330456 Jy ! Component: 1250 - total flux cleaned = 0.00330454 Jy ! Component: 1300 - total flux cleaned = 0.00324058 Jy ! Component: 1350 - total flux cleaned = 0.00314853 Jy ! Component: 1400 - total flux cleaned = 0.00311885 Jy ! Component: 1450 - total flux cleaned = 0.00306098 Jy ! Component: 1500 - total flux cleaned = 0.00297696 Jy ! Component: 1550 - total flux cleaned = 0.00292311 Jy ! Component: 1600 - total flux cleaned = 0.00287197 Jy ! Component: 1650 - total flux cleaned = 0.00279534 Jy ! Component: 1700 - total flux cleaned = 0.00277081 Jy ! Component: 1750 - total flux cleaned = 0.00267304 Jy ! Component: 1800 - total flux cleaned = 0.00255432 Jy ! Component: 1850 - total flux cleaned = 0.0023464 Jy ! Component: 1900 - total flux cleaned = 0.00214455 Jy ! Component: 1950 - total flux cleaned = 0.00190242 Jy ! Component: 2000 - total flux cleaned = 0.00168716 Jy ! Component: 2050 - total flux cleaned = 0.00141336 Jy ! Component: 2100 - total flux cleaned = 0.00114623 Jy ! Component: 2150 - total flux cleaned = 0.000944833 Jy ! Component: 2200 - total flux cleaned = 0.000668681 Jy ! Component: 2250 - total flux cleaned = 0.000399188 Jy ! Component: 2300 - total flux cleaned = 9.66174e-05 Jy ! Component: 2350 - total flux cleaned = -0.000255994 Jy ! Component: 2400 - total flux cleaned = -0.000529146 Jy ! Component: 2450 - total flux cleaned = -0.000833244 Jy ! Component: 2500 - total flux cleaned = -0.00109703 Jy ! Component: 2550 - total flux cleaned = -0.00137306 Jy ! Component: 2600 - total flux cleaned = -0.0015768 Jy ! Component: 2650 - total flux cleaned = -0.00179419 Jy ! Component: 2700 - total flux cleaned = -0.00204102 Jy ! Component: 2750 - total flux cleaned = -0.00225167 Jy ! Component: 2800 - total flux cleaned = -0.00247475 Jy ! Component: 2850 - total flux cleaned = -0.00271001 Jy ! Component: 2900 - total flux cleaned = -0.00292637 Jy ! Component: 2950 - total flux cleaned = -0.00307906 Jy ! Component: 3000 - total flux cleaned = -0.00324532 Jy ! Component: 3050 - total flux cleaned = -0.00337996 Jy ! Component: 3100 - total flux cleaned = -0.00354294 Jy ! Component: 3150 - total flux cleaned = -0.00368955 Jy ! Component: 3200 - total flux cleaned = -0.00386412 Jy ! Component: 3250 - total flux cleaned = -0.00400835 Jy ! Component: 3300 - total flux cleaned = -0.00416585 Jy ! Component: 3350 - total flux cleaned = -0.00435041 Jy ! Component: 3400 - total flux cleaned = -0.00451942 Jy ! Component: 3450 - total flux cleaned = -0.00465918 Jy ! Component: 3500 - total flux cleaned = -0.00478423 Jy ! Component: 3550 - total flux cleaned = -0.00497753 Jy ! Component: 3600 - total flux cleaned = -0.00510109 Jy ! Component: 3650 - total flux cleaned = -0.00518319 Jy ! Component: 3700 - total flux cleaned = -0.00527861 Jy ! Component: 3750 - total flux cleaned = -0.00536008 Jy ! Component: 3800 - total flux cleaned = -0.00545494 Jy ! Component: 3850 - total flux cleaned = -0.00556292 Jy ! Component: 3900 - total flux cleaned = -0.0056571 Jy ! Component: 3950 - total flux cleaned = -0.00576442 Jy ! Component: 4000 - total flux cleaned = -0.00587149 Jy ! Component: 4050 - total flux cleaned = -0.00596494 Jy ! Total flux subtracted in 4096 components = -0.00605807 Jy ! Clean residual min=-0.000761 max=0.000775 Jy/beam ! Clean residual mean=-0.000043 rms=0.000318 Jy/beam ! Combined flux in latest and established models = 0.130868 Jy keep ! Adding 845 model components to the UV plane model. ! The established model now contains 1095 components and 0.130868 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219i_uvs/J1547+4937_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 10.18 x 25.68 at 33.62 degrees (North through East) ! Clean map min=-0.0044484 max=0.062716 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219i_uvs/J1547+4937_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0627164 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000270566 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.29424 1.29424 2.58847 5.17695 10.3539 20.7078 41.4156 82.8312 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.062 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 231.796 quit ! Quitting program ! Log file /scr/pima/bg219i_uvs/J1547+4937_S_uvs.log closed on Wed Apr 6 23:07:20 2016