! Started logfile: /scr/pima/bg219e_uvs/J0616-3456_S_uvs.log on Thu Apr 7 06:37:47 2016 obs /scr/pima/bg219e_uvs/J0616-3456_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219e_uvs/J0616-3456_S_uva.fits ! AN table 1: 62 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.692652 visibilities/baseline/integration-bin. ! Found source: J0616-3456 ! ! 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 6184 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/J0616-3456_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 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 82 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.018233Jy sigma=14.794225 ! Fit after self-cal, rms=0.864231Jy sigma=12.337884 ! 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.905 mas, bmaj=14.32 mas, bpa=12.48 degrees ! Estimated noise=1.01291 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.0985775 Jy ! Component: 100 - total flux cleaned = 0.13292 Jy ! Total flux subtracted in 100 components = 0.13292 Jy ! Clean residual min=-0.014452 max=0.018730 Jy/beam ! Clean residual mean=-0.000201 rms=0.004650 Jy/beam ! Combined flux in latest and established models = 0.13292 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 44 components and 0.13292 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144230Jy sigma=2.151656 ! Fit after self-cal, rms=0.144017Jy sigma=2.148988 ! 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.575 mas, bmaj=16.12 mas, bpa=11.27 degrees ! Estimated noise=0.675994 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.0448461 Jy ! Component: 100 - total flux cleaned = 0.0706508 Jy ! Component: 150 - total flux cleaned = 0.0866591 Jy ! Component: 200 - total flux cleaned = 0.0968582 Jy ! Total flux subtracted in 200 components = 0.0968582 Jy ! Clean residual min=-0.020987 max=0.027580 Jy/beam ! Clean residual mean=-0.000580 rms=0.009234 Jy/beam ! Combined flux in latest and established models = 0.229779 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 122 components and 0.229779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.131119Jy sigma=1.909612 ! Fit after self-cal, rms=0.130838Jy sigma=1.906011 ! 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.575 x 16.12 at 11.27 degrees (North through East) ! Clean map min=-0.020861 max=0.12936 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.130838Jy sigma=1.906011 ! Fit after self-cal, rms=0.130838Jy sigma=1.906011 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.575 mas, bmaj=16.12 mas, bpa=11.27 degrees ! Estimated noise=0.675994 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.00760847 Jy ! Component: 100 - total flux cleaned = 0.0123369 Jy ! Component: 150 - total flux cleaned = 0.0153522 Jy ! Component: 200 - total flux cleaned = 0.0167613 Jy ! Total flux subtracted in 200 components = 0.0167613 Jy ! Clean residual min=-0.020296 max=0.028206 Jy/beam ! Clean residual mean=-0.000532 rms=0.009105 Jy/beam ! Combined flux in latest and established models = 0.24654 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 129 components and 0.24654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130461Jy sigma=1.898107 ! Fit after self-cal, rms=0.130425Jy sigma=1.897884 ! 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.130425Jy sigma=1.897884 ! Fit after self-cal, rms=0.130425Jy sigma=1.897884 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.575 mas, bmaj=16.12 mas, bpa=11.27 degrees ! Estimated noise=0.675994 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000987793 Jy ! Component: 100 - total flux cleaned = 0.00132043 Jy ! Component: 150 - total flux cleaned = 0.00156865 Jy ! Component: 200 - total flux cleaned = 0.00174297 Jy ! Total flux subtracted in 200 components = 0.00174297 Jy ! Clean residual min=-0.020370 max=0.028336 Jy/beam ! Clean residual mean=-0.000527 rms=0.009089 Jy/beam ! Combined flux in latest and established models = 0.248283 Jy selfcal ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 141 components and 0.248283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130379Jy sigma=1.897010 ! Fit after self-cal, rms=0.130374Jy sigma=1.896972 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.000284655 Jy ! Component: 100 - total flux cleaned = 0.000400485 Jy ! Component: 150 - total flux cleaned = 0.000563947 Jy ! Component: 200 - total flux cleaned = 0.000667786 Jy ! Total flux subtracted in 200 components = 0.000667786 Jy ! Clean residual min=-0.020403 max=0.028356 Jy/beam ! Clean residual mean=-0.000525 rms=0.009081 Jy/beam ! Combined flux in latest and established models = 0.248951 Jy ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 146 components and 0.248951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130340Jy sigma=1.896324 ! Fit after self-cal, rms=0.130338Jy sigma=1.896293 ! 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.130338Jy sigma=1.896293 ! Fit after self-cal, rms=0.130338Jy sigma=1.896293 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.575 mas, bmaj=16.12 mas, bpa=11.27 degrees ! Estimated noise=0.675994 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000266245 Jy ! Component: 100 - total flux cleaned = 0.000317393 Jy ! Component: 150 - total flux cleaned = 0.000467726 Jy ! Component: 200 - total flux cleaned = 0.000564987 Jy ! Total flux subtracted in 200 components = 0.000564987 Jy ! Clean residual min=-0.020413 max=0.028366 Jy/beam ! Clean residual mean=-0.000523 rms=0.009073 Jy/beam ! Combined flux in latest and established models = 0.249516 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 150 components and 0.249516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130309Jy sigma=1.895740 ! Fit after self-cal, rms=0.130309Jy sigma=1.895713 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.000242828 Jy ! Component: 100 - total flux cleaned = 0.000240881 Jy ! Component: 150 - total flux cleaned = 0.000382081 Jy ! Component: 200 - total flux cleaned = 0.000473397 Jy ! Total flux subtracted in 200 components = 0.000473397 Jy ! Clean residual min=-0.020413 max=0.028370 Jy/beam ! Clean residual mean=-0.000522 rms=0.009067 Jy/beam ! Combined flux in latest and established models = 0.249989 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 153 components and 0.249989 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130284Jy sigma=1.895228 ! Fit after self-cal, rms=0.130283Jy sigma=1.895203 ! 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.130283Jy sigma=1.895203 ! Fit after self-cal, rms=0.130283Jy sigma=1.895203 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.396 mas, bmaj=26.06 mas, bpa=0.6312 degrees ! Estimated noise=0.798086 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0062479 Jy ! Component: 100 - total flux cleaned = 0.00705328 Jy ! Component: 150 - total flux cleaned = 0.00798008 Jy ! Component: 200 - total flux cleaned = 0.00867035 Jy ! Total flux subtracted in 200 components = 0.00867035 Jy ! Clean residual min=-0.036156 max=0.045462 Jy/beam ! Clean residual mean=-0.000925 rms=0.016390 Jy/beam ! Combined flux in latest and established models = 0.258659 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 162 components and 0.258659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130491Jy sigma=1.895302 ! Fit after self-cal, rms=0.130462Jy sigma=1.895036 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.000855532 Jy ! Component: 100 - total flux cleaned = 0.00146866 Jy ! Component: 150 - total flux cleaned = 0.00204202 Jy ! Component: 200 - total flux cleaned = 0.00244944 Jy ! Total flux subtracted in 200 components = 0.00244944 Jy ! Clean residual min=-0.036562 max=0.045089 Jy/beam ! Clean residual mean=-0.000911 rms=0.016322 Jy/beam ! Combined flux in latest and established models = 0.261109 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 168 components and 0.261109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130710Jy sigma=1.896194 ! Fit after self-cal, rms=0.130669Jy sigma=1.895907 ! 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.575 mas, bmaj=16.12 mas, bpa=11.27 degrees ! Estimated noise=0.675994 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.575 x 16.12 at 11.27 degrees (North through East) ! Clean map min=-0.021517 max=0.1147 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.905 mas, bmaj=14.32 mas, bpa=12.48 degrees ! Estimated noise=1.01291 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0968511 Jy ! Component: 100 - total flux cleaned = 0.132837 Jy ! Component: 150 - total flux cleaned = 0.157133 Jy ! Component: 200 - total flux cleaned = 0.174166 Jy ! Total flux subtracted in 200 components = 0.174166 Jy ! Clean residual min=-0.012412 max=0.014410 Jy/beam ! Clean residual mean=-0.000138 rms=0.004211 Jy/beam ! Combined flux in latest and established models = 0.174165 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 86 model components to the UV plane model. ! The established model now contains 86 components and 0.174165 Jy ! Inverting map and beam ! Estimated beam: bmin=3.575 mas, bmaj=16.12 mas, bpa=11.27 degrees ! Estimated noise=0.675994 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.0288329 Jy ! Component: 100 - total flux cleaned = 0.0466271 Jy ! Component: 150 - total flux cleaned = 0.0579303 Jy ! Component: 200 - total flux cleaned = 0.06515 Jy ! Total flux subtracted in 200 components = 0.06515 Jy ! Clean residual min=-0.020533 max=0.027523 Jy/beam ! Clean residual mean=-0.000555 rms=0.009150 Jy/beam ! Combined flux in latest and established models = 0.239316 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 137 components and 0.239315 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.396 mas, bmaj=26.06 mas, bpa=0.6312 degrees ! Estimated noise=0.798086 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0122084 Jy ! Component: 100 - total flux cleaned = 0.0164918 Jy ! Component: 150 - total flux cleaned = 0.0173302 Jy ! Component: 200 - total flux cleaned = 0.0182994 Jy ! Total flux subtracted in 200 components = 0.0182994 Jy ! Clean residual min=-0.036035 max=0.045658 Jy/beam ! Clean residual mean=-0.000930 rms=0.016409 Jy/beam ! Combined flux in latest and established models = 0.257615 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.000885948 Jy ! Component: 100 - total flux cleaned = 0.0016951 Jy ! Component: 150 - total flux cleaned = 0.00229445 Jy ! Component: 200 - total flux cleaned = 0.00299091 Jy ! Total flux subtracted in 200 components = 0.00299091 Jy ! Clean residual min=-0.036515 max=0.045380 Jy/beam ! Clean residual mean=-0.000913 rms=0.016330 Jy/beam ! Combined flux in latest and established models = 0.260606 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 142 components and 0.260606 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.575 mas, bmaj=16.12 mas, bpa=11.27 degrees ! Estimated noise=0.675994 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0030796 Jy ! Component: 100 - total flux cleaned = -0.00397461 Jy ! Component: 150 - total flux cleaned = -0.00467835 Jy ! Component: 200 - total flux cleaned = -0.00534704 Jy ! Total flux subtracted in 200 components = -0.00534704 Jy ! Clean residual min=-0.020987 max=0.028829 Jy/beam ! Clean residual mean=-0.000506 rms=0.009016 Jy/beam ! Combined flux in latest and established models = 0.255259 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 150 components and 0.255259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130555Jy sigma=1.895895 ! Fit after self-cal, rms=0.130529Jy sigma=1.895507 wmodel /scr/pima/bg219e_uvs/J0616-3456_S_map.mod ! Writing 150 model components to file: /scr/pima/bg219e_uvs/J0616-3456_S_map.mod wobs /scr/pima/bg219e_uvs/J0616-3456_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219e_uvs/J0616-3456_S_uvs.fits wwins /scr/pima/bg219e_uvs/J0616-3456_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219e_uvs/J0616-3456_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.0127678 Jy ! Component: 100 - total flux cleaned = 0.0237733 Jy ! Component: 150 - total flux cleaned = 0.0317624 Jy ! Component: 200 - total flux cleaned = 0.0384724 Jy ! Component: 250 - total flux cleaned = 0.0440703 Jy ! Component: 300 - total flux cleaned = 0.0493871 Jy ! Component: 350 - total flux cleaned = 0.0538303 Jy ! Component: 400 - total flux cleaned = 0.0583885 Jy ! Component: 450 - total flux cleaned = 0.0618814 Jy ! Component: 500 - total flux cleaned = 0.0652412 Jy ! Component: 550 - total flux cleaned = 0.0674092 Jy ! Component: 600 - total flux cleaned = 0.0708052 Jy ! Component: 650 - total flux cleaned = 0.0728206 Jy ! Component: 700 - total flux cleaned = 0.0738078 Jy ! Component: 750 - total flux cleaned = 0.0752427 Jy ! Component: 800 - total flux cleaned = 0.0757022 Jy ! Component: 850 - total flux cleaned = 0.0766064 Jy ! Component: 900 - total flux cleaned = 0.0772694 Jy ! Component: 950 - total flux cleaned = 0.077491 Jy ! Component: 1000 - total flux cleaned = 0.0770729 Jy ! Component: 1050 - total flux cleaned = 0.0770718 Jy ! Component: 1100 - total flux cleaned = 0.0760582 Jy ! Component: 1150 - total flux cleaned = 0.0756627 Jy ! Component: 1200 - total flux cleaned = 0.0750782 Jy ! Component: 1250 - total flux cleaned = 0.0748856 Jy ! Component: 1300 - total flux cleaned = 0.0739463 Jy ! Component: 1350 - total flux cleaned = 0.0735766 Jy ! Component: 1400 - total flux cleaned = 0.0728491 Jy ! Component: 1450 - total flux cleaned = 0.0723136 Jy ! Component: 1500 - total flux cleaned = 0.0721363 Jy ! Component: 1550 - total flux cleaned = 0.0717903 Jy ! Component: 1600 - total flux cleaned = 0.0717887 Jy ! Component: 1650 - total flux cleaned = 0.0712854 Jy ! Component: 1700 - total flux cleaned = 0.0711234 Jy ! Component: 1750 - total flux cleaned = 0.0709594 Jy ! Component: 1800 - total flux cleaned = 0.0704746 Jy ! Component: 1850 - total flux cleaned = 0.0701577 Jy ! Component: 1900 - total flux cleaned = 0.0699994 Jy ! Component: 1950 - total flux cleaned = 0.0696884 Jy ! Component: 2000 - total flux cleaned = 0.0693813 Jy ! Component: 2050 - total flux cleaned = 0.0692298 Jy ! Component: 2100 - total flux cleaned = 0.0686294 Jy ! Component: 2150 - total flux cleaned = 0.0684813 Jy ! Component: 2200 - total flux cleaned = 0.0686284 Jy ! Component: 2250 - total flux cleaned = 0.0686277 Jy ! Component: 2300 - total flux cleaned = 0.0687725 Jy ! Component: 2350 - total flux cleaned = 0.0689169 Jy ! Component: 2400 - total flux cleaned = 0.0693434 Jy ! Component: 2450 - total flux cleaned = 0.0692016 Jy ! Component: 2500 - total flux cleaned = 0.0694828 Jy ! Component: 2550 - total flux cleaned = 0.0697614 Jy ! Component: 2600 - total flux cleaned = 0.0697616 Jy ! Component: 2650 - total flux cleaned = 0.0700362 Jy ! Component: 2700 - total flux cleaned = 0.0700347 Jy ! Component: 2750 - total flux cleaned = 0.0698997 Jy ! Component: 2800 - total flux cleaned = 0.0701682 Jy ! Component: 2850 - total flux cleaned = 0.0701678 Jy ! Component: 2900 - total flux cleaned = 0.0701686 Jy ! Component: 2950 - total flux cleaned = 0.0704321 Jy ! Component: 3000 - total flux cleaned = 0.0706931 Jy ! Component: 3050 - total flux cleaned = 0.0703032 Jy ! Component: 3100 - total flux cleaned = 0.0705616 Jy ! Component: 3150 - total flux cleaned = 0.0706891 Jy ! Component: 3200 - total flux cleaned = 0.0704338 Jy ! Component: 3250 - total flux cleaned = 0.0708151 Jy ! Component: 3300 - total flux cleaned = 0.0706906 Jy ! Component: 3350 - total flux cleaned = 0.0708166 Jy ! Component: 3400 - total flux cleaned = 0.0710653 Jy ! Component: 3450 - total flux cleaned = 0.0710648 Jy ! Component: 3500 - total flux cleaned = 0.0714335 Jy ! Component: 3550 - total flux cleaned = 0.0713101 Jy ! Component: 3600 - total flux cleaned = 0.0713106 Jy ! Component: 3650 - total flux cleaned = 0.0714318 Jy ! Component: 3700 - total flux cleaned = 0.071552 Jy ! Component: 3750 - total flux cleaned = 0.071551 Jy ! Component: 3800 - total flux cleaned = 0.0717888 Jy ! Component: 3850 - total flux cleaned = 0.0719068 Jy ! Component: 3900 - total flux cleaned = 0.0720252 Jy ! Component: 3950 - total flux cleaned = 0.0724931 Jy ! Component: 4000 - total flux cleaned = 0.0726089 Jy ! Component: 4050 - total flux cleaned = 0.0729561 Jy ! Total flux subtracted in 4096 components = 0.0730716 Jy ! Clean residual min=-0.006464 max=0.006481 Jy/beam ! Clean residual mean=0.000060 rms=0.002596 Jy/beam ! Combined flux in latest and established models = 0.32833 Jy keep ! Adding 752 model components to the UV plane model. ! The established model now contains 902 components and 0.32833 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219e_uvs/J0616-3456_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.575 x 16.12 at 11.27 degrees (North through East) ! Clean map min=-0.018666 max=0.1152 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219e_uvs/J0616-3456_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.1152 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00252527 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -6.57624 6.57624 13.1525 26.305 52.6099 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0075 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.115 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 45.618 quit ! Quitting program ! Log file /scr/pima/bg219e_uvs/J0616-3456_S_uvs.log closed on Thu Apr 7 06:37:51 2016