! Started logfile: /scr/pima/bg219h_uvs/J0200-1356_S_uvs.log on Thu Apr 7 08:49:38 2016 obs /scr/pima/bg219h_uvs/J0200-1356_S_uva.fits ! Reading UV FITS file: /scr/pima/bg219h_uvs/J0200-1356_S_uva.fits ! AN table 1: 61 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.815118 visibilities/baseline/integration-bin. ! Found source: J0200-1356 ! ! 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 7160 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/J0200-1356_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 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.002298Jy sigma=21.300245 ! Fit after self-cal, rms=0.951590Jy sigma=20.236378 ! 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.717 mas, bmaj=7.27 mas, bpa=2.866 degrees ! Estimated noise=0.624537 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.0387018 Jy ! Component: 100 - total flux cleaned = 0.0474416 Jy ! Total flux subtracted in 100 components = 0.0474416 Jy ! Clean residual min=-0.004424 max=0.003960 Jy/beam ! Clean residual mean=0.000016 rms=0.001165 Jy/beam ! Combined flux in latest and established models = 0.0474416 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0474416 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066610Jy sigma=1.352979 ! Fit after self-cal, rms=0.065129Jy sigma=1.322242 ! 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.234 mas, bmaj=8.544 mas, bpa=3.306 degrees ! Estimated noise=0.419243 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.00503388 Jy ! Component: 100 - total flux cleaned = 0.00714856 Jy ! Component: 150 - total flux cleaned = 0.00771408 Jy ! Component: 200 - total flux cleaned = 0.007912 Jy ! Total flux subtracted in 200 components = 0.007912 Jy ! Clean residual min=-0.003161 max=0.002834 Jy/beam ! Clean residual mean=0.000004 rms=0.000775 Jy/beam ! Combined flux in latest and established models = 0.0553536 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 27 components and 0.0553536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064766Jy sigma=1.314771 ! Fit after self-cal, rms=0.064758Jy sigma=1.314454 ! 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.234 x 8.544 at 3.306 degrees (North through East) ! Clean map min=-0.0030941 max=0.052282 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.02 HN 1.07 KP 1.03 LA 1.09 ! MK 1.08 NL 0.93 OV 1.00 PT 0.95 ! SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 HN 0.98 KP 1.04 LA 1.05 ! MK 1.00 NL 1.03 OV 1.01 PT 0.95 ! SC 0.98 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 HN 1.03 KP 1.02 LA 0.99 ! MK 1.08 NL 0.94 OV 1.03 PT 0.91 ! SC 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 HN 1.08 KP 1.04 LA 1.18 ! MK 0.91 NL 1.01 OV 1.05 PT 0.91 ! SC 0.96 ! ! ! Fit before self-cal, rms=0.064758Jy sigma=1.314454 ! Fit after self-cal, rms=0.065298Jy sigma=1.311422 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.226 mas, bmaj=8.481 mas, bpa=3.824 degrees ! Estimated noise=0.417503 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.000561837 Jy ! Component: 100 - total flux cleaned = 0.000682077 Jy ! Component: 150 - total flux cleaned = 0.000706007 Jy ! Component: 200 - total flux cleaned = 0.000706778 Jy ! Total flux subtracted in 200 components = 0.000706778 Jy ! Clean residual min=-0.002966 max=0.002696 Jy/beam ! Clean residual mean=0.000004 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.0560604 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 35 components and 0.0560604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065272Jy sigma=1.310983 ! Fit after self-cal, rms=0.065400Jy sigma=1.310505 ! 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.065400Jy sigma=1.310505 ! Fit after self-cal, rms=0.063663Jy sigma=1.305418 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.234 mas, bmaj=8.533 mas, bpa=3.875 degrees ! Estimated noise=0.409189 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00106662 Jy ! Component: 100 - total flux cleaned = -0.00124813 Jy ! Component: 150 - total flux cleaned = -0.00128305 Jy ! Component: 200 - total flux cleaned = -0.00129826 Jy ! Total flux subtracted in 200 components = -0.00129826 Jy ! Clean residual min=-0.002634 max=0.002118 Jy/beam ! Clean residual mean=0.000002 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.0547622 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 45 components and 0.0547621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063639Jy sigma=1.305078 ! Fit after self-cal, rms=0.063655Jy sigma=1.304804 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.00010197 Jy ! Component: 100 - total flux cleaned = -8.5927e-05 Jy ! Component: 150 - total flux cleaned = -7.16883e-05 Jy ! Component: 200 - total flux cleaned = -4.60706e-05 Jy ! Total flux subtracted in 200 components = -4.60706e-05 Jy ! Clean residual min=-0.002677 max=0.002146 Jy/beam ! Clean residual mean=0.000002 rms=0.000580 Jy/beam ! Combined flux in latest and established models = 0.0547161 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 50 components and 0.0547161 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063648Jy sigma=1.304693 ! Fit after self-cal, rms=0.063647Jy sigma=1.304677 ! 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.063647Jy sigma=1.304677 ! Fit after self-cal, rms=0.062678Jy sigma=1.304446 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.235 mas, bmaj=8.54 mas, bpa=3.898 degrees ! Estimated noise=0.402545 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000790673 Jy ! Component: 100 - total flux cleaned = -0.000908716 Jy ! Component: 150 - total flux cleaned = -0.000922382 Jy ! Component: 200 - total flux cleaned = -0.000922481 Jy ! Total flux subtracted in 200 components = -0.000922481 Jy ! Clean residual min=-0.002581 max=0.002066 Jy/beam ! Clean residual mean=0.000002 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.0537936 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 54 components and 0.0537936 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062663Jy sigma=1.304258 ! Fit after self-cal, rms=0.062667Jy sigma=1.304239 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.22252e-05 Jy ! Component: 100 - total flux cleaned = -1.13715e-05 Jy ! Component: 150 - total flux cleaned = -5.38836e-07 Jy ! Component: 200 - total flux cleaned = 1.00892e-05 Jy ! Total flux subtracted in 200 components = 1.00892e-05 Jy ! Clean residual min=-0.002590 max=0.002071 Jy/beam ! Clean residual mean=0.000002 rms=0.000564 Jy/beam ! Combined flux in latest and established models = 0.0538037 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 56 components and 0.0538037 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062663Jy sigma=1.304168 ! Fit after self-cal, rms=0.062662Jy sigma=1.304160 ! 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.062662Jy sigma=1.304160 ! Fit after self-cal, rms=0.061883Jy sigma=1.304045 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.173 mas, bmaj=14.46 mas, bpa=1.155 degrees ! Estimated noise=0.497633 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000135905 Jy ! Component: 100 - total flux cleaned = 0.000115577 Jy ! Component: 150 - total flux cleaned = 0.000115385 Jy ! Component: 200 - total flux cleaned = 0.000141273 Jy ! Total flux subtracted in 200 components = 0.000141273 Jy ! Clean residual min=-0.002536 max=0.002244 Jy/beam ! Clean residual mean=0.000005 rms=0.000665 Jy/beam ! Combined flux in latest and established models = 0.053945 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 64 components and 0.053945 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061891Jy sigma=1.304220 ! Fit after self-cal, rms=0.061881Jy sigma=1.304042 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 = 6.99526e-05 Jy ! Component: 100 - total flux cleaned = 8.70862e-05 Jy ! Component: 150 - total flux cleaned = 0.000100392 Jy ! Component: 200 - total flux cleaned = 0.000123616 Jy ! Total flux subtracted in 200 components = 0.000123616 Jy ! Clean residual min=-0.002548 max=0.002206 Jy/beam ! Clean residual mean=0.000005 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.0540686 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 68 components and 0.0540686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061888Jy sigma=1.304176 ! Fit after self-cal, rms=0.061860Jy sigma=1.303933 ! 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.237 mas, bmaj=8.547 mas, bpa=3.928 degrees ! Estimated noise=0.397387 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.237 x 8.547 at 3.928 degrees (North through East) ! Clean map min=-0.0024148 max=0.04963 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.726 mas, bmaj=7.276 mas, bpa=3.63 degrees ! Estimated noise=0.585766 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0373256 Jy ! Component: 100 - total flux cleaned = 0.045874 Jy ! Component: 150 - total flux cleaned = 0.0492996 Jy ! Component: 200 - total flux cleaned = 0.0500776 Jy ! Total flux subtracted in 200 components = 0.0500776 Jy ! Clean residual min=-0.003569 max=0.003613 Jy/beam ! Clean residual mean=0.000013 rms=0.000932 Jy/beam ! Combined flux in latest and established models = 0.0500776 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 10 model components to the UV plane model. ! The established model now contains 10 components and 0.0500776 Jy ! Inverting map and beam ! Estimated beam: bmin=3.237 mas, bmaj=8.547 mas, bpa=3.928 degrees ! Estimated noise=0.397387 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) ! Added new window around map position (3.5, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00309827 Jy ! Component: 100 - total flux cleaned = 0.0047257 Jy ! Component: 150 - total flux cleaned = 0.00533184 Jy ! Component: 200 - total flux cleaned = 0.00561838 Jy ! Total flux subtracted in 200 components = 0.00561838 Jy ! Clean residual min=-0.002492 max=0.001978 Jy/beam ! Clean residual mean=0.000003 rms=0.000534 Jy/beam ! Combined flux in latest and established models = 0.055696 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 31 components and 0.055696 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.173 mas, bmaj=14.46 mas, bpa=1.155 degrees ! Estimated noise=0.497633 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00026265 Jy ! Component: 100 - total flux cleaned = 0.000313068 Jy ! Component: 150 - total flux cleaned = 0.000312437 Jy ! Component: 200 - total flux cleaned = 0.000258369 Jy ! Total flux subtracted in 200 components = 0.000258369 Jy ! Clean residual min=-0.002400 max=0.002141 Jy/beam ! Clean residual mean=0.000007 rms=0.000628 Jy/beam ! Combined flux in latest and established models = 0.0559544 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 = -1.62198e-05 Jy ! Component: 100 - total flux cleaned = -4.72015e-05 Jy ! Component: 150 - total flux cleaned = -6.21342e-05 Jy ! Component: 200 - total flux cleaned = -7.6085e-05 Jy ! Total flux subtracted in 200 components = -7.6085e-05 Jy ! Clean residual min=-0.002359 max=0.002073 Jy/beam ! Clean residual mean=0.000007 rms=0.000624 Jy/beam ! Combined flux in latest and established models = 0.0558783 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 53 components and 0.0558783 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.237 mas, bmaj=8.547 mas, bpa=3.928 degrees ! Estimated noise=0.397387 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.69027e-05 Jy ! Component: 100 - total flux cleaned = -5.28613e-05 Jy ! Component: 150 - total flux cleaned = -1.24112e-05 Jy ! Component: 200 - total flux cleaned = 5.38405e-06 Jy ! Total flux subtracted in 200 components = 5.38405e-06 Jy ! Clean residual min=-0.002287 max=0.001940 Jy/beam ! Clean residual mean=0.000003 rms=0.000513 Jy/beam ! Combined flux in latest and established models = 0.0558837 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 67 components and 0.0558837 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061789Jy sigma=1.302404 ! Fit after self-cal, rms=0.061773Jy sigma=1.302016 wmodel /scr/pima/bg219h_uvs/J0200-1356_S_map.mod ! Writing 67 model components to file: /scr/pima/bg219h_uvs/J0200-1356_S_map.mod wobs /scr/pima/bg219h_uvs/J0200-1356_S_uvs.fits ! Writing UV FITS file: /scr/pima/bg219h_uvs/J0200-1356_S_uvs.fits wwins /scr/pima/bg219h_uvs/J0200-1356_S_map.win ! wwins: Wrote 2 windows to /scr/pima/bg219h_uvs/J0200-1356_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.000860637 Jy ! Component: 100 - total flux cleaned = -0.00111363 Jy ! Component: 150 - total flux cleaned = -0.00117774 Jy ! Component: 200 - total flux cleaned = -0.00133506 Jy ! Component: 250 - total flux cleaned = -0.00151523 Jy ! Component: 300 - total flux cleaned = -0.00168714 Jy ! Component: 350 - total flux cleaned = -0.0018519 Jy ! Component: 400 - total flux cleaned = -0.00190468 Jy ! Component: 450 - total flux cleaned = -0.00203558 Jy ! Component: 500 - total flux cleaned = -0.00211216 Jy ! Component: 550 - total flux cleaned = -0.0022613 Jy ! Component: 600 - total flux cleaned = -0.00238213 Jy ! Component: 650 - total flux cleaned = -0.00245308 Jy ! Component: 700 - total flux cleaned = -0.00252246 Jy ! Component: 750 - total flux cleaned = -0.0025905 Jy ! Component: 800 - total flux cleaned = -0.00270153 Jy ! Component: 850 - total flux cleaned = -0.00283149 Jy ! Component: 900 - total flux cleaned = -0.00298039 Jy ! Component: 950 - total flux cleaned = -0.0030637 Jy ! Component: 1000 - total flux cleaned = -0.00312502 Jy ! Component: 1050 - total flux cleaned = -0.0032056 Jy ! Component: 1100 - total flux cleaned = -0.00330421 Jy ! Component: 1150 - total flux cleaned = -0.00334337 Jy ! Component: 1200 - total flux cleaned = -0.0034779 Jy ! Component: 1250 - total flux cleaned = -0.00353471 Jy ! Component: 1300 - total flux cleaned = -0.00359039 Jy ! Component: 1350 - total flux cleaned = -0.00370033 Jy ! Component: 1400 - total flux cleaned = -0.00377248 Jy ! Component: 1450 - total flux cleaned = -0.00377245 Jy ! Component: 1500 - total flux cleaned = -0.00384276 Jy ! Component: 1550 - total flux cleaned = -0.00389479 Jy ! Component: 1600 - total flux cleaned = -0.0040139 Jy ! Component: 1650 - total flux cleaned = -0.00401385 Jy ! Component: 1700 - total flux cleaned = -0.00406384 Jy ! Component: 1750 - total flux cleaned = -0.00416219 Jy ! Component: 1800 - total flux cleaned = -0.00417847 Jy ! Component: 1850 - total flux cleaned = -0.00421066 Jy ! Component: 1900 - total flux cleaned = -0.00427402 Jy ! Component: 1950 - total flux cleaned = -0.00433661 Jy ! Component: 2000 - total flux cleaned = -0.00436771 Jy ! Component: 2050 - total flux cleaned = -0.00442891 Jy ! Component: 2100 - total flux cleaned = -0.00448926 Jy ! Component: 2150 - total flux cleaned = -0.00451914 Jy ! Component: 2200 - total flux cleaned = -0.0045635 Jy ! Component: 2250 - total flux cleaned = -0.00462197 Jy ! Component: 2300 - total flux cleaned = -0.00463634 Jy ! Component: 2350 - total flux cleaned = -0.00472219 Jy ! Component: 2400 - total flux cleaned = -0.00473619 Jy ! Component: 2450 - total flux cleaned = -0.00482029 Jy ! Component: 2500 - total flux cleaned = -0.00484815 Jy ! Component: 2550 - total flux cleaned = -0.00486194 Jy ! Component: 2600 - total flux cleaned = -0.00492988 Jy ! Component: 2650 - total flux cleaned = -0.0049434 Jy ! Component: 2700 - total flux cleaned = -0.00498343 Jy ! Component: 2750 - total flux cleaned = -0.00502286 Jy ! Component: 2800 - total flux cleaned = -0.00506202 Jy ! Component: 2850 - total flux cleaned = -0.00511371 Jy ! Component: 2900 - total flux cleaned = -0.00513931 Jy ! Component: 2950 - total flux cleaned = -0.00510108 Jy ! Component: 3000 - total flux cleaned = -0.00513916 Jy ! Component: 3050 - total flux cleaned = -0.00516413 Jy ! Component: 3100 - total flux cleaned = -0.0051642 Jy ! Component: 3150 - total flux cleaned = -0.00516416 Jy ! Component: 3200 - total flux cleaned = -0.00517648 Jy ! Component: 3250 - total flux cleaned = -0.00515241 Jy ! Component: 3300 - total flux cleaned = -0.0051764 Jy ! Component: 3350 - total flux cleaned = -0.00517642 Jy ! Component: 3400 - total flux cleaned = -0.00522351 Jy ! Component: 3450 - total flux cleaned = -0.00520018 Jy ! Component: 3500 - total flux cleaned = -0.00523502 Jy ! Component: 3550 - total flux cleaned = -0.00526943 Jy ! Component: 3600 - total flux cleaned = -0.00528081 Jy ! Component: 3650 - total flux cleaned = -0.00530334 Jy ! Component: 3700 - total flux cleaned = -0.00528096 Jy ! Component: 3750 - total flux cleaned = -0.00532552 Jy ! Component: 3800 - total flux cleaned = -0.00531434 Jy ! Component: 3850 - total flux cleaned = -0.00530331 Jy ! Component: 3900 - total flux cleaned = -0.00530332 Jy ! Component: 3950 - total flux cleaned = -0.00534659 Jy ! Component: 4000 - total flux cleaned = -0.00536805 Jy ! Component: 4050 - total flux cleaned = -0.00537866 Jy ! Total flux subtracted in 4096 components = -0.00535749 Jy ! Clean residual min=-0.000533 max=0.000593 Jy/beam ! Clean residual mean=0.000002 rms=0.000195 Jy/beam ! Combined flux in latest and established models = 0.0505262 Jy keep ! Adding 297 model components to the UV plane model. ! The established model now contains 364 components and 0.0505262 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bg219h_uvs/J0200-1356_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.237 x 8.547 at 3.928 degrees (North through East) ! Clean map min=-0.0014136 max=0.04937 Jy/beam ! Writing clean map to FITS file: /scr/pima/bg219h_uvs/J0200-1356_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0493696 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00019086 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.15978 1.15978 2.31956 4.63912 9.27824 18.5565 37.113 74.2259 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0005 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.049 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 258.669 quit ! Quitting program ! Log file /scr/pima/bg219h_uvs/J0200-1356_S_uvs.log closed on Thu Apr 7 08:49:42 2016