! Started logfile: /scr/pima/bg219h_uvs/J1835-1115_S_uvs.log on Thu Apr 7 09:10:47 2016 obs /scr/pima/bg219h_uvs/J1835-1115_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J1835-1115_S_uva.fits ! AN table 1: 62 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.554531 visibilities/baseline/integration-bin. ! Found source: J1835-1115 ! ! 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 2888 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/bg219h_uvs/J1835-1115_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 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 105 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000913Jy sigma=21.454493 ! Fit after self-cal, rms=0.938381Jy sigma=20.276914 ! 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=10.15 mas, bmaj=14.85 mas, bpa=9.267 degrees ! Estimated noise=1.36447 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.0471872 Jy ! Component: 100 - total flux cleaned = 0.0585328 Jy ! Total flux subtracted in 100 components = 0.0585328 Jy ! Clean residual min=-0.008127 max=0.008122 Jy/beam ! Clean residual mean=-0.000006 rms=0.002619 Jy/beam ! Combined flux in latest and established models = 0.0585328 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0585328 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059242Jy sigma=1.227504 ! Fit after self-cal, rms=0.058212Jy sigma=1.208889 ! 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=11.13 mas, bmaj=16.62 mas, bpa=-0.6479 degrees ! Estimated noise=0.680377 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.00769041 Jy ! Component: 100 - total flux cleaned = 0.0117865 Jy ! Component: 150 - total flux cleaned = 0.0133059 Jy ! Component: 200 - total flux cleaned = 0.0146155 Jy ! Total flux subtracted in 200 components = 0.0146155 Jy ! Clean residual min=-0.006104 max=0.007327 Jy/beam ! Clean residual mean=-0.000016 rms=0.002036 Jy/beam ! Combined flux in latest and established models = 0.0731483 Jy ! Performing phase self-cal ! Adding 56 model components to the UV plane model. ! The established model now contains 63 components and 0.0731483 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057164Jy sigma=1.184797 ! Fit after self-cal, rms=0.057129Jy sigma=1.183893 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.13 x 16.62 at -0.6479 degrees (North through East) ! Clean map min=-0.0061029 max=0.063974 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 0.95 LA 1.12 ! NL 0.96 OV 0.95 PT 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 HN 1.00* KP 0.89 LA 1.12 ! NL 0.96 OV 0.90 PT 1.09 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* HN 1.00* KP 1.00* LA 1.00* ! NL 1.00* OV 1.00* PT 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 HN 1.00* KP 0.93 LA 1.01 ! NL 0.87 OV 0.97 PT 0.98 ! ! ! Fit before self-cal, rms=0.057129Jy sigma=1.183893 ! Fit after self-cal, rms=0.056461Jy sigma=1.177760 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=11.06 mas, bmaj=16.63 mas, bpa=-1.685 degrees ! Estimated noise=0.667985 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.0014468 Jy ! Component: 100 - total flux cleaned = 0.00179401 Jy ! Component: 150 - total flux cleaned = 0.00203995 Jy ! Component: 200 - total flux cleaned = 0.00217457 Jy ! Total flux subtracted in 200 components = 0.00217457 Jy ! Clean residual min=-0.006100 max=0.006642 Jy/beam ! Clean residual mean=-0.000016 rms=0.001777 Jy/beam ! Combined flux in latest and established models = 0.0753229 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 81 components and 0.0753229 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.056341Jy sigma=1.175775 ! Fit after self-cal, rms=0.056436Jy sigma=1.174896 ! 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.056436Jy sigma=1.174896 ! Fit after self-cal, rms=0.059770Jy sigma=1.187431 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.05 mas, bmaj=16.67 mas, bpa=-2.249 degrees ! Estimated noise=0.675339 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000498544 Jy ! Component: 100 - total flux cleaned = -0.000450005 Jy ! Component: 150 - total flux cleaned = -0.000362892 Jy ! Component: 200 - total flux cleaned = -0.000243345 Jy ! Total flux subtracted in 200 components = -0.000243345 Jy ! Clean residual min=-0.005741 max=0.007184 Jy/beam ! Clean residual mean=-0.000011 rms=0.001844 Jy/beam ! Combined flux in latest and established models = 0.0750795 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 98 components and 0.0750795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059686Jy sigma=1.186191 ! Fit after self-cal, rms=0.059790Jy sigma=1.183812 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.00023746 Jy ! Component: 100 - total flux cleaned = 0.000317929 Jy ! Component: 150 - total flux cleaned = 0.000388675 Jy ! Component: 200 - total flux cleaned = 0.000457372 Jy ! Total flux subtracted in 200 components = 0.000457372 Jy ! Clean residual min=-0.005549 max=0.006953 Jy/beam ! Clean residual mean=-0.000011 rms=0.001776 Jy/beam ! Combined flux in latest and established models = 0.0755369 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 105 components and 0.0755369 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059729Jy sigma=1.183003 ! Fit after self-cal, rms=0.059744Jy sigma=1.182906 ! 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.059744Jy sigma=1.182906 ! Fit after self-cal, rms=0.059859Jy sigma=1.182659 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=11.03 mas, bmaj=16.71 mas, bpa=-2.399 degrees ! Estimated noise=0.676297 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.7949e-05 Jy ! Component: 100 - total flux cleaned = -9.64826e-05 Jy ! Component: 150 - total flux cleaned = -2.52171e-05 Jy ! Component: 200 - total flux cleaned = 7.57428e-05 Jy ! Total flux subtracted in 200 components = 7.57428e-05 Jy ! Clean residual min=-0.005297 max=0.006894 Jy/beam ! Clean residual mean=-0.000011 rms=0.001743 Jy/beam ! Combined flux in latest and established models = 0.0756127 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 114 components and 0.0756127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059803Jy sigma=1.181932 ! Fit after self-cal, rms=0.059834Jy sigma=1.181834 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.000258762 Jy ! Component: 100 - total flux cleaned = 0.000326612 Jy ! Component: 150 - total flux cleaned = 0.000391611 Jy ! Component: 200 - total flux cleaned = 0.000484156 Jy ! Total flux subtracted in 200 components = 0.000484156 Jy ! Clean residual min=-0.005211 max=0.006859 Jy/beam ! Clean residual mean=-0.000011 rms=0.001727 Jy/beam ! Combined flux in latest and established models = 0.0760968 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 121 components and 0.0760968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059792Jy sigma=1.181259 ! Fit after self-cal, rms=0.059813Jy sigma=1.181185 ! 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.059813Jy sigma=1.181185 ! Fit after self-cal, rms=0.059899Jy sigma=1.181115 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=12.02 mas, bmaj=17.17 mas, bpa=-0.4036 degrees ! Estimated noise=0.684766 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000126732 Jy ! Component: 100 - total flux cleaned = 0.000196991 Jy ! Component: 150 - total flux cleaned = 0.000294272 Jy ! Component: 200 - total flux cleaned = 0.000386944 Jy ! Total flux subtracted in 200 components = 0.000386944 Jy ! Clean residual min=-0.005308 max=0.007375 Jy/beam ! Clean residual mean=-0.000013 rms=0.001848 Jy/beam ! Combined flux in latest and established models = 0.0764838 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 125 components and 0.0764838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059857Jy sigma=1.180598 ! Fit after self-cal, rms=0.059888Jy sigma=1.180433 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.000255775 Jy ! Component: 100 - total flux cleaned = 0.000286982 Jy ! Component: 150 - total flux cleaned = 0.000379521 Jy ! Component: 200 - total flux cleaned = 0.000466609 Jy ! Total flux subtracted in 200 components = 0.000466609 Jy ! Clean residual min=-0.005227 max=0.007348 Jy/beam ! Clean residual mean=-0.000013 rms=0.001828 Jy/beam ! Combined flux in latest and established models = 0.0769504 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 130 components and 0.0769504 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059856Jy sigma=1.179963 ! Fit after self-cal, rms=0.059866Jy sigma=1.179898 ! 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=11.02 mas, bmaj=16.73 mas, bpa=-2.448 degrees ! Estimated noise=0.677309 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.02 x 16.73 at -2.448 degrees (North through East) ! Clean map min=-0.0050184 max=0.063213 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=10.07 mas, bmaj=14.88 mas, bpa=7.353 degrees ! Estimated noise=1.36623 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0466047 Jy ! Component: 100 - total flux cleaned = 0.0595159 Jy ! Component: 150 - total flux cleaned = 0.0650113 Jy ! Component: 200 - total flux cleaned = 0.0675885 Jy ! Total flux subtracted in 200 components = 0.0675885 Jy ! Clean residual min=-0.007645 max=0.007951 Jy/beam ! Clean residual mean=-0.000009 rms=0.002329 Jy/beam ! Combined flux in latest and established models = 0.0675885 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 48 model components to the UV plane model. ! The established model now contains 48 components and 0.0675885 Jy ! Inverting map and beam ! Estimated beam: bmin=11.02 mas, bmaj=16.73 mas, bpa=-2.448 degrees ! Estimated noise=0.677309 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.00602926 Jy ! Component: 100 - total flux cleaned = 0.00611879 Jy ! Component: 150 - total flux cleaned = 0.00635562 Jy ! Component: 200 - total flux cleaned = 0.00656589 Jy ! Total flux subtracted in 200 components = 0.00656589 Jy ! Clean residual min=-0.005915 max=0.007832 Jy/beam ! Clean residual mean=-0.000010 rms=0.001897 Jy/beam ! Combined flux in latest and established models = 0.0741544 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 77 components and 0.0741544 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=12.02 mas, bmaj=17.17 mas, bpa=-0.4036 degrees ! Estimated noise=0.684766 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000603634 Jy ! Component: 100 - total flux cleaned = 0.000722732 Jy ! Component: 150 - total flux cleaned = 0.000837116 Jy ! Component: 200 - total flux cleaned = 0.000995246 Jy ! Total flux subtracted in 200 components = 0.000995246 Jy ! Clean residual min=-0.005930 max=0.008005 Jy/beam ! Clean residual mean=-0.000012 rms=0.001953 Jy/beam ! Combined flux in latest and established models = 0.0751497 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 = 4.93126e-05 Jy ! Component: 100 - total flux cleaned = 0.000188334 Jy ! Component: 150 - total flux cleaned = 0.000320237 Jy ! Component: 200 - total flux cleaned = 0.000444468 Jy ! Total flux subtracted in 200 components = 0.000444468 Jy ! Clean residual min=-0.005786 max=0.007831 Jy/beam ! Clean residual mean=-0.000013 rms=0.001909 Jy/beam ! Combined flux in latest and established models = 0.0755941 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 108 components and 0.0755941 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=11.02 mas, bmaj=16.73 mas, bpa=-2.448 degrees ! Estimated noise=0.677309 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000100072 Jy ! Component: 100 - total flux cleaned = -6.24481e-05 Jy ! Component: 150 - total flux cleaned = -2.82104e-05 Jy ! Component: 200 - total flux cleaned = 0.000105342 Jy ! Total flux subtracted in 200 components = 0.000105342 Jy ! Clean residual min=-0.005460 max=0.007171 Jy/beam ! Clean residual mean=-0.000012 rms=0.001751 Jy/beam ! Combined flux in latest and established models = 0.0756995 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 123 components and 0.0756995 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059946Jy sigma=1.181181 ! Fit after self-cal, rms=0.059942Jy sigma=1.180693 wmodel /scr/pima/bg219h_uvs/J1835-1115_S_map.mod ! Writing 123 model components to file: /scr/pima/bg219h_uvs/J1835-1115_S_map.mod wobs /scr/pima/bg219h_uvs/J1835-1115_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J1835-1115_S_uvs.fits wwins /scr/pima/bg219h_uvs/J1835-1115_S_map.win ! wwins: Wrote 1 windows to /scr/pima/bg219h_uvs/J1835-1115_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.00265396 Jy ! Component: 100 - total flux cleaned = 0.00283476 Jy ! Component: 150 - total flux cleaned = 0.00283493 Jy ! Component: 200 - total flux cleaned = 0.00263848 Jy ! Component: 250 - total flux cleaned = 0.00239608 Jy ! Component: 300 - total flux cleaned = 0.00200519 Jy ! Component: 350 - total flux cleaned = 0.00158641 Jy ! Component: 400 - total flux cleaned = 0.00129361 Jy ! Component: 450 - total flux cleaned = 0.00115592 Jy ! Component: 500 - total flux cleaned = 0.000982654 Jy ! Component: 550 - total flux cleaned = 0.000942273 Jy ! Component: 600 - total flux cleaned = 0.000863111 Jy ! Component: 650 - total flux cleaned = 0.000824834 Jy ! Component: 700 - total flux cleaned = 0.000860789 Jy ! Component: 750 - total flux cleaned = 0.000962134 Jy ! Component: 800 - total flux cleaned = 0.00115613 Jy ! Component: 850 - total flux cleaned = 0.00140556 Jy ! Component: 900 - total flux cleaned = 0.00164445 Jy ! Component: 950 - total flux cleaned = 0.00190206 Jy ! Component: 1000 - total flux cleaned = 0.00214897 Jy ! Component: 1050 - total flux cleaned = 0.00230806 Jy ! Component: 1100 - total flux cleaned = 0.00243582 Jy ! Component: 1150 - total flux cleaned = 0.00253585 Jy ! Component: 1200 - total flux cleaned = 0.00263232 Jy ! Component: 1250 - total flux cleaned = 0.00272701 Jy ! Component: 1300 - total flux cleaned = 0.00277278 Jy ! Component: 1350 - total flux cleaned = 0.00279496 Jy ! Component: 1400 - total flux cleaned = 0.00281684 Jy ! Component: 1450 - total flux cleaned = 0.00281662 Jy ! Component: 1500 - total flux cleaned = 0.00277456 Jy ! Component: 1550 - total flux cleaned = 0.00275391 Jy ! Component: 1600 - total flux cleaned = 0.00273371 Jy ! Component: 1650 - total flux cleaned = 0.00275375 Jy ! Component: 1700 - total flux cleaned = 0.00277329 Jy ! Component: 1750 - total flux cleaned = 0.00269616 Jy ! Component: 1800 - total flux cleaned = 0.00265848 Jy ! Component: 1850 - total flux cleaned = 0.00263987 Jy ! Component: 1900 - total flux cleaned = 0.00254751 Jy ! Component: 1950 - total flux cleaned = 0.00247457 Jy ! Component: 2000 - total flux cleaned = 0.00240241 Jy ! Component: 2050 - total flux cleaned = 0.00236669 Jy ! Component: 2100 - total flux cleaned = 0.00233141 Jy ! Component: 2150 - total flux cleaned = 0.00233156 Jy ! Component: 2200 - total flux cleaned = 0.00229657 Jy ! Component: 2250 - total flux cleaned = 0.00226202 Jy ! Component: 2300 - total flux cleaned = 0.00221079 Jy ! Component: 2350 - total flux cleaned = 0.00219382 Jy ! Component: 2400 - total flux cleaned = 0.00214343 Jy ! Component: 2450 - total flux cleaned = 0.00212682 Jy ! Component: 2500 - total flux cleaned = 0.00207724 Jy ! Component: 2550 - total flux cleaned = 0.00202822 Jy ! Component: 2600 - total flux cleaned = 0.00199566 Jy ! Component: 2650 - total flux cleaned = 0.00193097 Jy ! Component: 2700 - total flux cleaned = 0.00189884 Jy ! Component: 2750 - total flux cleaned = 0.001835 Jy ! Component: 2800 - total flux cleaned = 0.00178728 Jy ! Component: 2850 - total flux cleaned = 0.0017241 Jy ! Component: 2900 - total flux cleaned = 0.00166128 Jy ! Component: 2950 - total flux cleaned = 0.00159895 Jy ! Component: 3000 - total flux cleaned = 0.00150568 Jy ! Component: 3050 - total flux cleaned = 0.00141302 Jy ! Component: 3100 - total flux cleaned = 0.00133599 Jy ! Component: 3150 - total flux cleaned = 0.00127466 Jy ! Component: 3200 - total flux cleaned = 0.00121357 Jy ! Component: 3250 - total flux cleaned = 0.00118308 Jy ! Component: 3300 - total flux cleaned = 0.00113738 Jy ! Component: 3350 - total flux cleaned = 0.00109175 Jy ! Component: 3400 - total flux cleaned = 0.00104619 Jy ! Component: 3450 - total flux cleaned = 0.000985557 Jy ! Component: 3500 - total flux cleaned = 0.000925057 Jy ! Component: 3550 - total flux cleaned = 0.000894811 Jy ! Component: 3600 - total flux cleaned = 0.000819434 Jy ! Component: 3650 - total flux cleaned = 0.000774219 Jy ! Component: 3700 - total flux cleaned = 0.000759176 Jy ! Component: 3750 - total flux cleaned = 0.000729177 Jy ! Component: 3800 - total flux cleaned = 0.000714124 Jy ! Component: 3850 - total flux cleaned = 0.000699077 Jy ! Component: 3900 - total flux cleaned = 0.000668967 Jy ! Component: 3950 - total flux cleaned = 0.000638949 Jy ! Component: 4000 - total flux cleaned = 0.000593671 Jy ! Component: 4050 - total flux cleaned = 0.000563556 Jy ! Total flux subtracted in 4096 components = 0.000548506 Jy ! Clean residual min=-0.000898 max=0.000866 Jy/beam ! Clean residual mean=0.000004 rms=0.000308 Jy/beam ! Combined flux in latest and established models = 0.076248 Jy keep ! Adding 463 model components to the UV plane model. ! The established model now contains 586 components and 0.076248 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J1835-1115_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 11.02 x 16.73 at -2.448 degrees (North through East) ! Clean map min=-0.0027977 max=0.062764 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J1835-1115_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0627644 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000335338 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.60284 1.60284 3.20569 6.41138 12.8228 25.6455 51.291 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.062 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 187.167 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J1835-1115_S_uvs.log closed on Thu Apr 7 09:10:51 2016