! Started logfile: J1939-1525_X_2005_06_30_yyk_uvs.log on Sat Oct 8 17:40:17 2005 obs J1939-1525_X_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J1939-1525_X_2005_06_30_yyk_uve.fits ! AN table 1: 4 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.95 visibilities/baseline/integration-bin. ! Found source: J1939-1525 ! ! 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 684 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 J1939-1525_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.398747 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.6946 mas, bmaj=1.877 mas, bpa=-6.517 degrees ! Estimated noise=1.97613 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.319547 Jy ! Component: 100 - total flux cleaned = 0.393305 Jy ! Total flux subtracted in 100 components = 0.393305 Jy ! Clean residual min=-0.014489 max=0.022762 Jy/beam ! Clean residual mean=-0.000025 rms=0.004378 Jy/beam ! Combined flux in latest and established models = 0.393305 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.393305 Jy ! ! Correcting IF 1. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.087496Jy sigma=1.418838 ! Fit after self-cal, rms=0.086328Jy sigma=1.402263 ! Inverting map and beam ! Estimated beam: bmin=0.6946 mas, bmaj=1.877 mas, bpa=-6.517 degrees ! Estimated noise=1.97613 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.8328 mas, bmaj=2.142 mas, bpa=-6.195 degrees ! Estimated noise=1.56944 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.0429577 Jy ! Component: 100 - total flux cleaned = 0.0599468 Jy ! Component: 150 - total flux cleaned = 0.0678335 Jy ! Component: 200 - total flux cleaned = 0.0716603 Jy ! Total flux subtracted in 200 components = 0.0716603 Jy ! Clean residual min=-0.009329 max=0.008958 Jy/beam ! Clean residual mean=0.000010 rms=0.002272 Jy/beam ! Combined flux in latest and established models = 0.464965 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 38 components and 0.464965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073454Jy sigma=1.108891 ! Fit after self-cal, rms=0.073365Jy sigma=1.107831 ! 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.8328 x 2.142 at -6.195 degrees (North through East) ! Clean map min=-0.0084316 max=0.37498 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.00152 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.00 HN 1.06 KP 0.96 ! LA 1.00 MK 1.01 NL 1.01 OV 1.03 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01491 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00 HN 1.04 KP 0.93 ! LA 0.97 MK 0.96 NL 0.99 OV 1.00 ! PT 0.99 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.0127 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.04 HN 0.95 KP 0.88 ! LA 0.99 MK 1.06 NL 0.94 OV 1.05 ! PT 1.05 SC 0.89 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.967187 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.04 HN 1.03 KP 0.96 ! LA 1.00 MK 0.99 NL 0.99 OV 1.06 ! PT 1.12 SC 1.16 ! ! ! Fit before self-cal, rms=0.073365Jy sigma=1.107831 ! Fit after self-cal, rms=0.068841Jy sigma=1.028230 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.068841Jy sigma=1.028230 ! Fit after self-cal, rms=0.068828Jy sigma=1.028191 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8354 mas, bmaj=2.14 mas, bpa=-6.131 degrees ! Estimated noise=1.56621 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.00119217 Jy ! Component: 100 - total flux cleaned = 0.00139609 Jy ! Component: 150 - total flux cleaned = 0.00150928 Jy ! Component: 200 - total flux cleaned = 0.00165768 Jy ! Total flux subtracted in 200 components = 0.00165768 Jy ! Clean residual min=-0.005605 max=0.006944 Jy/beam ! Clean residual mean=-0.000003 rms=0.001710 Jy/beam ! Combined flux in latest and established models = 0.466623 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 47 components and 0.466623 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068786Jy sigma=1.026307 ! Fit after self-cal, rms=0.068751Jy sigma=1.026079 ! 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.068751Jy sigma=1.026079 ! Fit after self-cal, rms=0.066176Jy sigma=0.981659 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.000432345 Jy ! Component: 100 - total flux cleaned = 0.000588013 Jy ! Component: 150 - total flux cleaned = 0.00067567 Jy ! Component: 200 - total flux cleaned = 0.000757354 Jy ! Total flux subtracted in 200 components = 0.000757354 Jy ! Clean residual min=-0.005442 max=0.006629 Jy/beam ! Clean residual mean=-0.000002 rms=0.001678 Jy/beam ! Combined flux in latest and established models = 0.46738 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 47 components and 0.46738 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066167Jy sigma=0.980513 ! Fit after self-cal, rms=0.065891Jy sigma=0.976876 ! 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.8354 x 2.14 at -6.131 degrees (North through East) ! Clean map min=-0.0049122 max=0.37377 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.065891Jy sigma=0.976876 ! Fit after self-cal, rms=0.064560Jy sigma=0.943033 ! 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.064560Jy sigma=0.943033 ! Fit after self-cal, rms=0.064542Jy sigma=0.942643 ! Inverting map and beam ! Estimated beam: bmin=0.8324 mas, bmaj=2.135 mas, bpa=-6.239 degrees ! Estimated noise=1.56267 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000560234 Jy ! Component: 100 - total flux cleaned = 0.000829334 Jy ! Component: 150 - total flux cleaned = 0.000975058 Jy ! Component: 200 - total flux cleaned = 0.00110484 Jy ! Total flux subtracted in 200 components = 0.00110484 Jy ! Clean residual min=-0.005418 max=0.006617 Jy/beam ! Clean residual mean=-0.000011 rms=0.001615 Jy/beam ! Combined flux in latest and established models = 0.468485 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 48 components and 0.468485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064563Jy sigma=0.941416 ! Fit after self-cal, rms=0.064532Jy sigma=0.941222 ! 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.064532Jy sigma=0.941222 ! Fit after self-cal, rms=0.063918Jy sigma=0.925940 ! 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.063918Jy sigma=0.925940 ! Fit after self-cal, rms=0.063924Jy sigma=0.925924 ! Inverting map and beam ! Estimated beam: bmin=0.8307 mas, bmaj=2.132 mas, bpa=-6.322 degrees ! Estimated noise=1.56176 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00027402 Jy ! Component: 100 - total flux cleaned = 0.000464513 Jy ! Component: 150 - total flux cleaned = 0.000591589 Jy ! Component: 200 - total flux cleaned = 0.000705188 Jy ! Total flux subtracted in 200 components = 0.000705188 Jy ! Clean residual min=-0.005337 max=0.006348 Jy/beam ! Clean residual mean=-0.000009 rms=0.001600 Jy/beam ! Combined flux in latest and established models = 0.46919 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 48 components and 0.46919 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063935Jy sigma=0.925005 ! Fit after self-cal, rms=0.063906Jy sigma=0.924881 ! 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.177 mas, bmaj=4.354 mas, bpa=-6.861 degrees ! Estimated noise=2.08299 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.00130884 Jy ! Component: 100 - total flux cleaned = 0.00137615 Jy ! Component: 150 - total flux cleaned = 0.00147992 Jy ! Component: 200 - total flux cleaned = 0.00159696 Jy ! Total flux subtracted in 200 components = 0.00159696 Jy ! Clean residual min=-0.006671 max=0.006648 Jy/beam ! Clean residual mean=-0.000010 rms=0.002062 Jy/beam ! Combined flux in latest and established models = 0.470787 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 50 components and 0.470787 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064042Jy sigma=0.926126 ! Fit after self-cal, rms=0.063888Jy sigma=0.924822 ! 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.6939 mas, bmaj=1.872 mas, bpa=-6.536 degrees ! Estimated noise=1.96629 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.319102 Jy ! Component: 100 - total flux cleaned = 0.394961 Jy ! Component: 150 - total flux cleaned = 0.427179 Jy ! Component: 200 - total flux cleaned = 0.443141 Jy ! Total flux subtracted in 200 components = 0.443141 Jy ! Clean residual min=-0.007555 max=0.009981 Jy/beam ! Clean residual mean=-0.000023 rms=0.002154 Jy/beam ! Combined flux in latest and established models = 0.443141 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.443141 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8307 mas, bmaj=2.132 mas, bpa=-6.322 degrees ! Estimated noise=1.56176 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 (1, -0.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0151155 Jy ! Component: 100 - total flux cleaned = 0.022571 Jy ! Component: 150 - total flux cleaned = 0.0269246 Jy ! Component: 200 - total flux cleaned = 0.029558 Jy ! Total flux subtracted in 200 components = 0.029558 Jy ! Clean residual min=-0.004970 max=0.005478 Jy/beam ! Clean residual mean=-0.000005 rms=0.001444 Jy/beam ! Combined flux in latest and established models = 0.472699 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 54 components and 0.472699 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.177 mas, bmaj=4.354 mas, bpa=-6.861 degrees ! Estimated noise=2.08299 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.00176524 Jy ! Component: 100 - total flux cleaned = 0.00188335 Jy ! Component: 150 - total flux cleaned = 0.00191541 Jy ! Component: 200 - total flux cleaned = 0.00194603 Jy ! Total flux subtracted in 200 components = 0.00194603 Jy ! Clean residual min=-0.006831 max=0.006543 Jy/beam ! Clean residual mean=-0.000000 rms=0.001951 Jy/beam ! Combined flux in latest and established models = 0.474645 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 66 components and 0.474645 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8307 mas, bmaj=2.132 mas, bpa=-6.322 degrees ! Estimated noise=1.56176 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000101574 Jy ! Component: 100 - total flux cleaned = -0.000102075 Jy ! Component: 150 - total flux cleaned = -5.63799e-05 Jy ! Component: 200 - total flux cleaned = -1.36421e-05 Jy ! Total flux subtracted in 200 components = -1.36421e-05 Jy ! Clean residual min=-0.004842 max=0.005516 Jy/beam ! Clean residual mean=-0.000004 rms=0.001421 Jy/beam ! Combined flux in latest and established models = 0.474631 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 78 components and 0.474631 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063157Jy sigma=0.911216 ! Fit after self-cal, rms=0.063079Jy sigma=0.910112 wmodel J1939-1525_X_2005_06_30_yyk\_map.mod ! Writing 78 model components to file: J1939-1525_X_2005_06_30_yyk_map.mod wobs J1939-1525_X_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J1939-1525_X_2005_06_30_yyk_uvs.fits wwins J1939-1525_X_2005_06_30_yyk\_map.win ! wwins: Wrote 2 windows to J1939-1525_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.00116985 Jy ! Component: 100 - total flux cleaned = 0.0010855 Jy ! Component: 150 - total flux cleaned = 0.0010856 Jy ! Component: 200 - total flux cleaned = 0.00086092 Jy ! Component: 250 - total flux cleaned = 0.000650274 Jy ! Component: 300 - total flux cleaned = 0.000651358 Jy ! Component: 350 - total flux cleaned = 0.000587182 Jy ! Component: 400 - total flux cleaned = 0.000525503 Jy ! Component: 450 - total flux cleaned = 0.000402784 Jy ! Component: 500 - total flux cleaned = 4.47687e-05 Jy ! Component: 550 - total flux cleaned = -7.0739e-05 Jy ! Component: 600 - total flux cleaned = -0.000184131 Jy ! Component: 650 - total flux cleaned = -0.00045752 Jy ! Component: 700 - total flux cleaned = -0.000618357 Jy ! Component: 750 - total flux cleaned = -0.000984056 Jy ! Component: 800 - total flux cleaned = -0.00134103 Jy ! Component: 850 - total flux cleaned = -0.00168944 Jy ! Component: 900 - total flux cleaned = -0.00202971 Jy ! Component: 950 - total flux cleaned = -0.00231567 Jy ! Component: 1000 - total flux cleaned = -0.00259691 Jy ! Component: 1050 - total flux cleaned = -0.00287142 Jy ! Component: 1100 - total flux cleaned = -0.00305045 Jy ! Component: 1150 - total flux cleaned = -0.0030056 Jy ! Component: 1200 - total flux cleaned = -0.00309197 Jy ! Component: 1250 - total flux cleaned = -0.00309218 Jy ! Component: 1300 - total flux cleaned = -0.00317585 Jy ! Component: 1350 - total flux cleaned = -0.00329926 Jy ! Component: 1400 - total flux cleaned = -0.00337975 Jy ! Component: 1450 - total flux cleaned = -0.00349911 Jy ! Component: 1500 - total flux cleaned = -0.00349959 Jy ! Component: 1550 - total flux cleaned = -0.00342287 Jy ! Component: 1600 - total flux cleaned = -0.00338575 Jy ! Component: 1650 - total flux cleaned = -0.00334896 Jy ! Component: 1700 - total flux cleaned = -0.00338512 Jy ! Component: 1750 - total flux cleaned = -0.00316828 Jy ! Component: 1800 - total flux cleaned = -0.00295505 Jy ! Component: 1850 - total flux cleaned = -0.00288541 Jy ! Component: 1900 - total flux cleaned = -0.00274738 Jy ! Component: 1950 - total flux cleaned = -0.0026449 Jy ! Component: 2000 - total flux cleaned = -0.00250975 Jy ! Total flux subtracted in 2048 components = -0.00250966 Jy ! Clean residual min=-0.001693 max=0.001898 Jy/beam ! Clean residual mean=-0.000008 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.472121 Jy keep ! Adding 130 model components to the UV plane model. ! The established model now contains 208 components and 0.472121 Jy ![Exited script file: muppet] wmap "J1939-1525_X_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8307 x 2.132 at -6.322 degrees (North through East) ! Clean map min=-0.003624 max=0.37255 Jy/beam ! Writing clean map to FITS file: J1939-1525_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.37255 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000611133 device "J1939-1525_X_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J1939-1525_X_2005_06_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.492122 0.492122 0.984244 1.96849 3.93698 7.87396 15.7479 31.4958 62.9916 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.372 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.8307 x 2.132 at -6.322 degrees (North through East) ! Clean map min=-0.003624 max=0.37255 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1939-1525_X_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J1939-1525_X_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1939-1525_X_2005_06_30_yyk_uvs.log closed on Sat Oct 8 17:40:21 2005