! Started logfile: J1932-2928_X_2005_06_30_yyk_uvs.log on Sat Oct 8 17:39:52 2005 obs J1932-2928_X_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J1932-2928_X_2005_06_30_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.862222 visibilities/baseline/integration-bin. ! Found source: J1932-2928 ! ! 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 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1460 lines of history. ! ! Reading 1552 visibilities. select I ! Polarization I is unavailable. ! 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 ![@muppet J1932-2928_X_2005_06_30_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.321497 Jy 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=0.6541 mas, bmaj=1.635 mas, bpa=2.005 degrees ! Estimated noise=1.748 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.250292 Jy ! Component: 100 - total flux cleaned = 0.30841 Jy ! Total flux subtracted in 100 components = 0.30841 Jy ! Clean residual min=-0.012599 max=0.017309 Jy/beam ! Clean residual mean=-0.000111 rms=0.003811 Jy/beam ! Combined flux in latest and established models = 0.30841 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.30841 Jy ! ! Correcting IF 1. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.087149Jy sigma=1.369862 ! Fit after self-cal, rms=0.086823Jy sigma=1.364330 ! Inverting map and beam ! Estimated beam: bmin=0.6541 mas, bmaj=1.635 mas, bpa=2.005 degrees ! Estimated noise=1.748 mJy/beam. print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! 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=0.8876 mas, bmaj=2.155 mas, bpa=2.601 degrees ! Estimated noise=1.12228 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0328087 Jy ! Component: 100 - total flux cleaned = 0.043399 Jy ! Component: 150 - total flux cleaned = 0.0471832 Jy ! Component: 200 - total flux cleaned = 0.0477194 Jy ! Total flux subtracted in 200 components = 0.0477194 Jy ! Clean residual min=-0.010876 max=0.019329 Jy/beam ! Clean residual mean=-0.000068 rms=0.004002 Jy/beam ! Combined flux in latest and established models = 0.356129 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 28 components and 0.356129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080165Jy sigma=1.217102 ! Fit after self-cal, rms=0.080161Jy sigma=1.216799 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8876 x 2.155 at 2.601 degrees (North through East) ! Clean map min=-0.010457 max=0.30021 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.00587 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.02 HN 1.00* KP 0.94 ! LA 0.96 MK 1.00 NL 1.11 OV 1.06 ! PT 0.90 SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01412 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 1.00* KP 0.87 ! LA 0.94 MK 0.98 NL 1.03 OV 1.04 ! PT 0.97 SC 0.95 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.997951 ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.03 HN 1.00* KP 0.86 ! LA 0.95 MK 1.06 NL 1.03 OV 1.09 ! PT 1.00 SC 0.90 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.958009 ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.06 HN 1.00* KP 0.93 ! LA 0.96 MK 1.05 NL 1.05 OV 1.07 ! PT 1.05 SC 1.17 ! ! ! Fit before self-cal, rms=0.080161Jy sigma=1.216799 ! Fit after self-cal, rms=0.077082Jy sigma=1.134834 selfcal false, false, phase_soltime ! Performing phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077082Jy sigma=1.134834 ! Fit after self-cal, rms=0.077105Jy sigma=1.134670 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8914 mas, bmaj=2.166 mas, bpa=3.344 degrees ! Estimated noise=1.10896 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-4.6, 3.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0195826 Jy ! Component: 100 - total flux cleaned = 0.0272714 Jy ! Component: 150 - total flux cleaned = 0.0290844 Jy ! Component: 200 - total flux cleaned = 0.0296992 Jy ! Total flux subtracted in 200 components = 0.0296992 Jy ! Clean residual min=-0.006449 max=0.010329 Jy/beam ! Clean residual mean=-0.000060 rms=0.001761 Jy/beam ! Combined flux in latest and established models = 0.385829 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 60 components and 0.385829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073929Jy sigma=1.068041 ! Fit after self-cal, rms=0.073761Jy sigma=1.065050 ! Inverting map ! Added new window around map position (-1.4, 2.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103471 Jy ! Component: 100 - total flux cleaned = 0.01203 Jy ! Component: 150 - total flux cleaned = 0.012174 Jy ! Component: 200 - total flux cleaned = 0.012038 Jy ! Total flux subtracted in 200 components = 0.012038 Jy ! Clean residual min=-0.005977 max=0.005179 Jy/beam ! Clean residual mean=-0.000056 rms=0.001464 Jy/beam ! Combined flux in latest and established models = 0.397867 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 81 components and 0.397867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072437Jy sigma=1.041308 ! Fit after self-cal, rms=0.072292Jy sigma=1.039255 ! Inverting map print "************** FINISHED AMPLITUDE GSCALE SELF-CAL **************" ! ************** FINISHED AMPLITUDE GSCALE SELF-CAL ************** ! phase_soltime=phase_soltime2 selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072292Jy sigma=1.039255 ! Fit after self-cal, rms=0.070048Jy sigma=1.003883 dynam = dynam - 0.5 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00214236 Jy ! Component: 100 - total flux cleaned = 0.00193144 Jy ! Component: 150 - total flux cleaned = 0.00174108 Jy ! Component: 200 - total flux cleaned = 0.00165375 Jy ! Total flux subtracted in 200 components = 0.00165375 Jy ! Clean residual min=-0.005619 max=0.004762 Jy/beam ! Clean residual mean=-0.000057 rms=0.001409 Jy/beam ! Combined flux in latest and established models = 0.39952 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 96 components and 0.39952 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069766Jy sigma=0.999103 ! Fit after self-cal, rms=0.069639Jy sigma=0.996350 ! Inverting map print "*** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime ***" ! *** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime *** ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8914 x 2.166 at 3.344 degrees (North through East) ! Clean map min=-0.0050218 max=0.29939 Jy/beam if(peak(flux) > thresh) selfcal true, true, amp_soltime1 selfcal false, false, phase_soltime 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true, amp_soltime2 selfcal false, false, phase_soltime 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 false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) print "************** FINISHED AMPLITUDE SELF-CAL **************" end if ! Performing amp+phase self-cal over 10 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069639Jy sigma=0.996350 ! Fit after self-cal, rms=0.067464Jy sigma=0.954357 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067464Jy sigma=0.954357 ! Fit after self-cal, rms=0.067469Jy sigma=0.954104 ! Inverting map and beam ! Estimated beam: bmin=0.8907 mas, bmaj=2.157 mas, bpa=3.277 degrees ! Estimated noise=1.10679 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00433445 Jy ! Component: 100 - total flux cleaned = 0.00584216 Jy ! Component: 150 - total flux cleaned = 0.00604744 Jy ! Component: 200 - total flux cleaned = 0.00611067 Jy ! Total flux subtracted in 200 components = 0.00611067 Jy ! Clean residual min=-0.004353 max=0.003915 Jy/beam ! Clean residual mean=-0.000039 rms=0.001054 Jy/beam ! Combined flux in latest and established models = 0.405631 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 109 components and 0.405631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067247Jy sigma=0.949383 ! Fit after self-cal, rms=0.067232Jy sigma=0.948937 ! Inverting map ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067232Jy sigma=0.948937 ! Fit after self-cal, rms=0.066673Jy sigma=0.932662 ! Performing phase self-cal over 0.5 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066673Jy sigma=0.932662 ! Fit after self-cal, rms=0.066681Jy sigma=0.932645 ! Inverting map and beam ! Estimated beam: bmin=0.8908 mas, bmaj=2.158 mas, bpa=3.299 degrees ! Estimated noise=1.10894 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00259061 Jy ! Component: 100 - total flux cleaned = 0.00313075 Jy ! Component: 150 - total flux cleaned = 0.00329872 Jy ! Component: 200 - total flux cleaned = 0.00344043 Jy ! Total flux subtracted in 200 components = 0.00344043 Jy ! Clean residual min=-0.004358 max=0.003781 Jy/beam ! Clean residual mean=-0.000039 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.409072 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 117 components and 0.409072 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066584Jy sigma=0.930611 ! Fit after self-cal, rms=0.066578Jy sigma=0.930402 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.612 mas, bmaj=6.76 mas, bpa=7.963 degrees ! Estimated noise=1.39369 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000594529 Jy ! Component: 100 - total flux cleaned = 0.000596526 Jy ! Component: 150 - total flux cleaned = 0.000569471 Jy ! Component: 200 - total flux cleaned = 0.000491776 Jy ! Total flux subtracted in 200 components = 0.000491776 Jy ! Clean residual min=-0.005461 max=0.003447 Jy/beam ! Clean residual mean=-0.000072 rms=0.001356 Jy/beam ! Combined flux in latest and established models = 0.409563 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 121 components and 0.409563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066552Jy sigma=0.930123 ! Fit after self-cal, rms=0.066552Jy sigma=0.930061 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum 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=0.6536 mas, bmaj=1.642 mas, bpa=2.183 degrees ! Estimated noise=1.74723 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.250983 Jy ! Component: 100 - total flux cleaned = 0.310045 Jy ! Component: 150 - total flux cleaned = 0.333998 Jy ! Component: 200 - total flux cleaned = 0.350041 Jy ! Total flux subtracted in 200 components = 0.350041 Jy ! Clean residual min=-0.007481 max=0.007814 Jy/beam ! Clean residual mean=-0.000058 rms=0.002150 Jy/beam ! Combined flux in latest and established models = 0.350041 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 29 model components to the UV plane model. ! The established model now contains 29 components and 0.350041 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8908 mas, bmaj=2.158 mas, bpa=3.299 degrees ! Estimated noise=1.10894 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.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0193211 Jy ! Component: 100 - total flux cleaned = 0.0316711 Jy ! Component: 150 - total flux cleaned = 0.0402943 Jy ! Component: 200 - total flux cleaned = 0.0464536 Jy ! Total flux subtracted in 200 components = 0.0464536 Jy ! Clean residual min=-0.005221 max=0.003676 Jy/beam ! Clean residual mean=-0.000043 rms=0.001203 Jy/beam ! Combined flux in latest and established models = 0.396495 Jy ! Adding 60 model components to the UV plane model. ! The established model now contains 81 components and 0.396495 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.612 mas, bmaj=6.76 mas, bpa=7.963 degrees ! Estimated noise=1.39369 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.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00651135 Jy ! Component: 100 - total flux cleaned = 0.0100548 Jy ! Component: 150 - total flux cleaned = 0.0120488 Jy ! Component: 200 - total flux cleaned = 0.0126262 Jy ! Total flux subtracted in 200 components = 0.0126262 Jy ! Clean residual min=-0.005695 max=0.003451 Jy/beam ! Clean residual mean=-0.000072 rms=0.001384 Jy/beam ! Combined flux in latest and established models = 0.409121 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 119 components and 0.409121 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8908 mas, bmaj=2.158 mas, bpa=3.299 degrees ! Estimated noise=1.10894 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000358926 Jy ! Component: 100 - total flux cleaned = 3.8311e-05 Jy ! Component: 150 - total flux cleaned = 0.00015161 Jy ! Component: 200 - total flux cleaned = 0.000203241 Jy ! Total flux subtracted in 200 components = 0.000203241 Jy ! Clean residual min=-0.004336 max=0.003655 Jy/beam ! Clean residual mean=-0.000038 rms=0.001019 Jy/beam ! Combined flux in latest and established models = 0.409324 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 136 components and 0.409324 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066593Jy sigma=0.930206 ! Fit after self-cal, rms=0.066572Jy sigma=0.929593 wmodel J1932-2928_X_2005_06_30_yyk\_map.mod ! Writing 136 model components to file: J1932-2928_X_2005_06_30_yyk_map.mod wobs J1932-2928_X_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J1932-2928_X_2005_06_30_yyk_uvs.fits wwins J1932-2928_X_2005_06_30_yyk\_map.win ! wwins: Wrote 3 windows to J1932-2928_X_2005_06_30_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.00108367 Jy ! Component: 100 - total flux cleaned = -0.00134216 Jy ! Component: 150 - total flux cleaned = -0.00145858 Jy ! Component: 200 - total flux cleaned = -0.00167651 Jy ! Component: 250 - total flux cleaned = -0.00188634 Jy ! Component: 300 - total flux cleaned = -0.00219101 Jy ! Component: 350 - total flux cleaned = -0.00243524 Jy ! Component: 400 - total flux cleaned = -0.00248251 Jy ! Component: 450 - total flux cleaned = -0.00248297 Jy ! Component: 500 - total flux cleaned = -0.0024843 Jy ! Component: 550 - total flux cleaned = -0.00239803 Jy ! Component: 600 - total flux cleaned = -0.00222789 Jy ! Component: 650 - total flux cleaned = -0.00210318 Jy ! Component: 700 - total flux cleaned = -0.0020622 Jy ! Component: 750 - total flux cleaned = -0.00198181 Jy ! Component: 800 - total flux cleaned = -0.00194285 Jy ! Component: 850 - total flux cleaned = -0.00194305 Jy ! Component: 900 - total flux cleaned = -0.0019433 Jy ! Component: 950 - total flux cleaned = -0.00194383 Jy ! Component: 1000 - total flux cleaned = -0.00198001 Jy ! Component: 1050 - total flux cleaned = -0.00197996 Jy ! Component: 1100 - total flux cleaned = -0.00191184 Jy ! Component: 1150 - total flux cleaned = -0.00201373 Jy ! Component: 1200 - total flux cleaned = -0.00194741 Jy ! Component: 1250 - total flux cleaned = -0.00191474 Jy ! Component: 1300 - total flux cleaned = -0.00197926 Jy ! Component: 1350 - total flux cleaned = -0.00188378 Jy ! Component: 1400 - total flux cleaned = -0.00188436 Jy ! Component: 1450 - total flux cleaned = -0.00191496 Jy ! Component: 1500 - total flux cleaned = -0.00191488 Jy ! Component: 1550 - total flux cleaned = -0.00200427 Jy ! Component: 1600 - total flux cleaned = -0.00203359 Jy ! Component: 1650 - total flux cleaned = -0.00209151 Jy ! Component: 1700 - total flux cleaned = -0.00212066 Jy ! Component: 1750 - total flux cleaned = -0.00223382 Jy ! Component: 1800 - total flux cleaned = -0.0023171 Jy ! Component: 1850 - total flux cleaned = -0.0022352 Jy ! Component: 1900 - total flux cleaned = -0.00234429 Jy ! Component: 1950 - total flux cleaned = -0.00242523 Jy ! Component: 2000 - total flux cleaned = -0.0025047 Jy ! Total flux subtracted in 2048 components = -0.00255727 Jy ! Clean residual min=-0.001451 max=0.001410 Jy/beam ! Clean residual mean=-0.000033 rms=0.000504 Jy/beam ! Combined flux in latest and established models = 0.406767 Jy keep ! Adding 136 model components to the UV plane model. ! The established model now contains 272 components and 0.406767 Jy ![Exited script file: muppet] wmap "J1932-2928_X_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8908 x 2.158 at 3.299 degrees (North through East) ! Clean map min=-0.002662 max=0.30101 Jy/beam ! Writing clean map to FITS file: J1932-2928_X_2005_06_30_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.301013 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000500828 device "J1932-2928_X_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J1932-2928_X_2005_06_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.499142 0.499142 0.998285 1.99657 3.99314 7.98628 15.9726 31.9451 63.8902 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.301 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8908 x 2.158 at 3.299 degrees (North through East) ! Clean map min=-0.002662 max=0.30101 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1932-2928_X_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J1932-2928_X_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1932-2928_X_2005_06_30_yyk_uvs.log closed on Sat Oct 8 17:39:57 2005