! Started logfile: J0011-1434_X_2007_01_11_yyk_uvs.log on Mon Jun 16 19:01:38 2008 obs J0011-1434_X_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J0011-1434_X_2007_01_11_yyk_uve.fits ! AN table 1: 17 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.941176 visibilities/baseline/integration-bin. ! Found source: J0011-1434 ! ! 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 2143 lines of history. ! ! Reading 2304 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 J0011-1434_X_2007_01_11_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.13724 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.7265 mas, bmaj=1.904 mas, bpa=4.65 degrees ! Estimated noise=1.38505 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.0900097 Jy ! Component: 100 - total flux cleaned = 0.119571 Jy ! Total flux subtracted in 100 components = 0.119571 Jy ! Clean residual min=-0.007142 max=0.009408 Jy/beam ! Clean residual mean=0.000018 rms=0.002034 Jy/beam ! Combined flux in latest and established models = 0.119571 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.119571 Jy ! ! Correcting IF 1. ! A total of 9 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.073955Jy sigma=1.152164 ! Fit after self-cal, rms=0.073666Jy sigma=1.148006 ! Inverting map and beam ! Estimated beam: bmin=0.7265 mas, bmaj=1.904 mas, bpa=4.65 degrees ! Estimated noise=1.38505 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.9507 mas, bmaj=2.374 mas, bpa=6.66 degrees ! Estimated noise=0.889452 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.0178467 Jy ! Component: 100 - total flux cleaned = 0.023699 Jy ! Component: 150 - total flux cleaned = 0.0258893 Jy ! Component: 200 - total flux cleaned = 0.0265553 Jy ! Total flux subtracted in 200 components = 0.0265553 Jy ! Clean residual min=-0.003161 max=0.004398 Jy/beam ! Clean residual mean=0.000034 rms=0.000977 Jy/beam ! Combined flux in latest and established models = 0.146127 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 26 components and 0.146127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071390Jy sigma=1.091893 ! Fit after self-cal, rms=0.071373Jy sigma=1.091671 ! 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.9507 x 2.374 at 6.66 degrees (North through East) ! Clean map min=-0.003141 max=0.1115 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.02581 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.00 HN 0.93 KP 0.99 ! LA 0.94 MK 0.93 OV 0.96 PT 1.05 ! SC 0.99 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.00294 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.05 HN 0.90 KP 0.88 ! LA 0.99 MK 1.00* OV 1.08 PT 1.06 ! SC 0.98 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.00751 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.05 HN 0.84 KP 0.86 ! LA 0.99 MK 1.00* OV 0.99 PT 1.17 ! SC 0.97 ! ! ! Fit before self-cal, rms=0.071373Jy sigma=1.091671 ! Fit after self-cal, rms=0.070087Jy sigma=1.078927 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.070087Jy sigma=1.078927 ! Fit after self-cal, rms=0.070083Jy sigma=1.078785 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9335 mas, bmaj=2.329 mas, bpa=5.594 degrees ! Estimated noise=0.891751 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.00331483 Jy ! Component: 100 - total flux cleaned = 0.00407479 Jy ! Component: 150 - total flux cleaned = 0.00419429 Jy ! Component: 200 - total flux cleaned = 0.00426533 Jy ! Total flux subtracted in 200 components = 0.00426533 Jy ! Clean residual min=-0.003566 max=0.003314 Jy/beam ! Clean residual mean=0.000017 rms=0.000900 Jy/beam ! Combined flux in latest and established models = 0.150392 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 34 components and 0.150392 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069992Jy sigma=1.076496 ! Fit after self-cal, rms=0.069992Jy sigma=1.076404 ! 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.069992Jy sigma=1.076404 ! Fit after self-cal, rms=0.062345Jy sigma=0.957446 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.00284064 Jy ! Component: 100 - total flux cleaned = 0.00304141 Jy ! Component: 150 - total flux cleaned = 0.00308022 Jy ! Component: 200 - total flux cleaned = 0.00311656 Jy ! Total flux subtracted in 200 components = 0.00311656 Jy ! Clean residual min=-0.003096 max=0.003536 Jy/beam ! Clean residual mean=0.000011 rms=0.000870 Jy/beam ! Combined flux in latest and established models = 0.153509 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 41 components and 0.153509 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062285Jy sigma=0.955397 ! Fit after self-cal, rms=0.061165Jy sigma=0.947853 ! 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.9335 x 2.329 at 5.594 degrees (North through East) ! Clean map min=-0.0029817 max=0.11344 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.061165Jy sigma=0.947853 ! Fit after self-cal, rms=0.061279Jy sigma=0.943453 ! 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.061279Jy sigma=0.943453 ! Fit after self-cal, rms=0.060952Jy sigma=0.941829 ! Inverting map and beam ! Estimated beam: bmin=0.9361 mas, bmaj=2.346 mas, bpa=5.382 degrees ! Estimated noise=0.885903 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000570586 Jy ! Component: 100 - total flux cleaned = -0.000577042 Jy ! Component: 150 - total flux cleaned = -0.000513987 Jy ! Component: 200 - total flux cleaned = -0.000458326 Jy ! Total flux subtracted in 200 components = -0.000458326 Jy ! Clean residual min=-0.003591 max=0.003416 Jy/beam ! Clean residual mean=0.000011 rms=0.000868 Jy/beam ! Combined flux in latest and established models = 0.15305 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 43 components and 0.15305 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060908Jy sigma=0.941133 ! Fit after self-cal, rms=0.060803Jy sigma=0.940632 ! 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.060803Jy sigma=0.940632 ! Fit after self-cal, rms=0.060668Jy sigma=0.934437 ! 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.060668Jy sigma=0.934437 ! Fit after self-cal, rms=0.060645Jy sigma=0.934149 ! Inverting map and beam ! Estimated beam: bmin=0.93 mas, bmaj=2.336 mas, bpa=4.807 degrees ! Estimated noise=0.876873 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000969228 Jy ! Component: 100 - total flux cleaned = -0.000943037 Jy ! Component: 150 - total flux cleaned = -0.000917062 Jy ! Component: 200 - total flux cleaned = -0.000894726 Jy ! Total flux subtracted in 200 components = -0.000894725 Jy ! Clean residual min=-0.003237 max=0.003126 Jy/beam ! Clean residual mean=0.000011 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.152156 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 46 components and 0.152156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060626Jy sigma=0.933638 ! Fit after self-cal, rms=0.060615Jy sigma=0.933561 ! 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.398 mas, bmaj=4.641 mas, bpa=10.66 degrees ! Estimated noise=1.11955 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 = 3.91131e-05 Jy ! Component: 100 - total flux cleaned = 6.19029e-05 Jy ! Component: 150 - total flux cleaned = 8.14674e-05 Jy ! Component: 200 - total flux cleaned = 9.87724e-05 Jy ! Total flux subtracted in 200 components = 9.87724e-05 Jy ! Clean residual min=-0.002915 max=0.002731 Jy/beam ! Clean residual mean=0.000019 rms=0.000924 Jy/beam ! Combined flux in latest and established models = 0.152254 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 47 components and 0.152254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060611Jy sigma=0.933495 ! Fit after self-cal, rms=0.060606Jy sigma=0.933460 ! Inverting map uvtaper 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.7224 mas, bmaj=1.903 mas, bpa=3.923 degrees ! Estimated noise=1.34947 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.092045 Jy ! Component: 100 - total flux cleaned = 0.122812 Jy ! Component: 150 - total flux cleaned = 0.1366 Jy ! Component: 200 - total flux cleaned = 0.143757 Jy ! Total flux subtracted in 200 components = 0.143757 Jy ! Clean residual min=-0.005275 max=0.005685 Jy/beam ! Clean residual mean=0.000005 rms=0.001364 Jy/beam ! Combined flux in latest and established models = 0.143757 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.143757 Jy ! Inverting map and beam ! Estimated beam: bmin=0.93 mas, bmaj=2.336 mas, bpa=4.807 degrees ! Estimated noise=0.876873 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 (-0.6, -2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00602847 Jy ! Component: 100 - total flux cleaned = 0.00735921 Jy ! Component: 150 - total flux cleaned = 0.00775158 Jy ! Component: 200 - total flux cleaned = 0.00792876 Jy ! Total flux subtracted in 200 components = 0.00792876 Jy ! Clean residual min=-0.003224 max=0.003264 Jy/beam ! Clean residual mean=0.000011 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.151685 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 36 components and 0.151685 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.398 mas, bmaj=4.641 mas, bpa=10.66 degrees ! Estimated noise=1.11955 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.000340653 Jy ! Component: 100 - total flux cleaned = 0.000445304 Jy ! Component: 150 - total flux cleaned = 0.000467596 Jy ! Component: 200 - total flux cleaned = 0.000486728 Jy ! Total flux subtracted in 200 components = 0.000486728 Jy ! Clean residual min=-0.002912 max=0.002629 Jy/beam ! Clean residual mean=0.000018 rms=0.000921 Jy/beam ! Combined flux in latest and established models = 0.152172 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 49 components and 0.152172 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.93 mas, bmaj=2.336 mas, bpa=4.807 degrees ! Estimated noise=0.876873 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000326716 Jy ! Component: 100 - total flux cleaned = -0.000328387 Jy ! Component: 150 - total flux cleaned = -0.000280887 Jy ! Component: 200 - total flux cleaned = -0.000196132 Jy ! Total flux subtracted in 200 components = -0.000196132 Jy ! Clean residual min=-0.003170 max=0.003380 Jy/beam ! Clean residual mean=0.000011 rms=0.000821 Jy/beam ! Combined flux in latest and established models = 0.151976 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 61 components and 0.151976 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060533Jy sigma=0.932576 ! Fit after self-cal, rms=0.060518Jy sigma=0.932408 wmodel J0011-1434_X_2007_01_11_yyk\_map.mod ! Writing 61 model components to file: J0011-1434_X_2007_01_11_yyk_map.mod wobs J0011-1434_X_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J0011-1434_X_2007_01_11_yyk_uvs.fits wwins J0011-1434_X_2007_01_11_yyk\_map.win ! wwins: Wrote 2 windows to J0011-1434_X_2007_01_11_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.000101292 Jy ! Component: 100 - total flux cleaned = -0.000692605 Jy ! Component: 150 - total flux cleaned = -0.000945775 Jy ! Component: 200 - total flux cleaned = -0.00108687 Jy ! Component: 250 - total flux cleaned = -0.00113342 Jy ! Component: 300 - total flux cleaned = -0.00131076 Jy ! Component: 350 - total flux cleaned = -0.00135322 Jy ! Component: 400 - total flux cleaned = -0.00147711 Jy ! Component: 450 - total flux cleaned = -0.00155732 Jy ! Component: 500 - total flux cleaned = -0.00171436 Jy ! Component: 550 - total flux cleaned = -0.00179019 Jy ! Component: 600 - total flux cleaned = -0.00186416 Jy ! Component: 650 - total flux cleaned = -0.00193708 Jy ! Component: 700 - total flux cleaned = -0.00207971 Jy ! Component: 750 - total flux cleaned = -0.00221899 Jy ! Component: 800 - total flux cleaned = -0.00228703 Jy ! Component: 850 - total flux cleaned = -0.00232117 Jy ! Component: 900 - total flux cleaned = -0.0024202 Jy ! Component: 950 - total flux cleaned = -0.00258246 Jy ! Component: 1000 - total flux cleaned = -0.00264636 Jy ! Component: 1050 - total flux cleaned = -0.00270895 Jy ! Component: 1100 - total flux cleaned = -0.00283153 Jy ! Component: 1150 - total flux cleaned = -0.00295259 Jy ! Component: 1200 - total flux cleaned = -0.00307123 Jy ! Component: 1250 - total flux cleaned = -0.00312993 Jy ! Component: 1300 - total flux cleaned = -0.00321625 Jy ! Component: 1350 - total flux cleaned = -0.00327307 Jy ! Component: 1400 - total flux cleaned = -0.00332937 Jy ! Component: 1450 - total flux cleaned = -0.00335726 Jy ! Component: 1500 - total flux cleaned = -0.00346662 Jy ! Component: 1550 - total flux cleaned = -0.00349373 Jy ! Component: 1600 - total flux cleaned = -0.00360016 Jy ! Component: 1650 - total flux cleaned = -0.00365282 Jy ! Component: 1700 - total flux cleaned = -0.00367914 Jy ! Component: 1750 - total flux cleaned = -0.00373055 Jy ! Component: 1800 - total flux cleaned = -0.00373065 Jy ! Component: 1850 - total flux cleaned = -0.00385544 Jy ! Component: 1900 - total flux cleaned = -0.00390475 Jy ! Component: 1950 - total flux cleaned = -0.00392943 Jy ! Component: 2000 - total flux cleaned = -0.00407372 Jy ! Total flux subtracted in 2048 components = -0.00414531 Jy ! Clean residual min=-0.001423 max=0.001329 Jy/beam ! Clean residual mean=0.000007 rms=0.000439 Jy/beam ! Combined flux in latest and established models = 0.147831 Jy keep ! Adding 105 model components to the UV plane model. ! The established model now contains 166 components and 0.147831 Jy ![Exited script file: muppet] wmap "J0011-1434_X_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.93 x 2.336 at 4.807 degrees (North through East) ! Clean map min=-0.0026966 max=0.11186 Jy/beam ! Writing clean map to FITS file: J0011-1434_X_2007_01_11_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.111858 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000435639 device "J0011-1434_X_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J0011-1434_X_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.16837 1.16837 2.33675 4.67349 9.34699 18.694 37.388 74.7759 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.111 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.93 x 2.336 at 4.807 degrees (North through East) ! Clean map min=-0.0026966 max=0.11186 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0011-1434_X_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J0011-1434_X_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0011-1434_X_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:01:44 2008