! Started logfile: J0010-2945_S_2006_12_18_yyk_uvs.log on Mon Jun 16 19:01:06 2008 obs J0010-2945_S_2006_12_18_yyk_uve.fits ! Reading UV FITS file: J0010-2945_S_2006_12_18_yyk_uve.fits ! AN table 1: 15 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.848889 visibilities/baseline/integration-bin. ! Found source: J0010-2945 ! ! 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.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 2469 lines of history. ! ! Reading 2292 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 J0010-2945_S_2006_12_18_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.531872 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=2.391 mas, bmaj=6.15 mas, bpa=-0.5749 degrees ! Estimated noise=1.74961 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.438154 Jy ! Component: 100 - total flux cleaned = 0.512602 Jy ! Total flux subtracted in 100 components = 0.512602 Jy ! Clean residual min=-0.011430 max=0.019436 Jy/beam ! Clean residual mean=0.000012 rms=0.003566 Jy/beam ! Combined flux in latest and established models = 0.512602 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.512602 Jy ! ! Correcting IF 1. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 29 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 24 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.104664Jy sigma=1.369983 ! Fit after self-cal, rms=0.104570Jy sigma=1.366955 ! Inverting map and beam ! Estimated beam: bmin=2.391 mas, bmaj=6.15 mas, bpa=-0.5749 degrees ! Estimated noise=1.74961 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=3.062 mas, bmaj=7.953 mas, bpa=-3.114 degrees ! Estimated noise=1.14556 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.0364093 Jy ! Component: 100 - total flux cleaned = 0.0488206 Jy ! Component: 150 - total flux cleaned = 0.0536493 Jy ! Component: 200 - total flux cleaned = 0.054852 Jy ! Total flux subtracted in 200 components = 0.054852 Jy ! Clean residual min=-0.007545 max=0.007947 Jy/beam ! Clean residual mean=-0.000108 rms=0.002277 Jy/beam ! Combined flux in latest and established models = 0.567454 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 44 model components to the UV plane model. ! The established model now contains 47 components and 0.567454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.098223Jy sigma=1.242943 ! Fit after self-cal, rms=0.098221Jy sigma=1.242926 ! 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.062 x 7.953 at -3.114 degrees (North through East) ! Clean map min=-0.0073166 max=0.52082 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.01704 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.93 HN 1.02 KP 0.95 ! LA 1.06 MK 0.95 NL 1.02 OV 0.96 ! PT 1.02 SC 0.97 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.987099 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.94 HN 1.11 KP 1.01 ! LA 1.03 MK 1.04 NL 1.01 OV 0.98 ! PT 1.03 SC 0.96 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.971746 ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 0.97 HN 1.11 KP 0.96 ! LA 0.97 MK 1.01 NL 1.12 OV 1.02 ! PT 1.04 SC 1.00 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.991584 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.94 HN 1.10 KP 0.94 ! LA 0.98 MK 1.00 NL 1.03 OV 0.98 ! PT 0.96 SC 1.09 ! ! ! Fit before self-cal, rms=0.098221Jy sigma=1.242926 ! Fit after self-cal, rms=0.094303Jy sigma=1.178107 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.094303Jy sigma=1.178107 ! Fit after self-cal, rms=0.094301Jy sigma=1.178099 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.078 mas, bmaj=7.981 mas, bpa=-2.935 degrees ! Estimated noise=1.12788 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.00750721 Jy ! Component: 100 - total flux cleaned = -0.00926139 Jy ! Component: 150 - total flux cleaned = -0.00935595 Jy ! Component: 200 - total flux cleaned = -0.00944398 Jy ! Total flux subtracted in 200 components = -0.00944398 Jy ! Clean residual min=-0.004330 max=0.004832 Jy/beam ! Clean residual mean=0.000073 rms=0.001268 Jy/beam ! Combined flux in latest and established models = 0.55801 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 54 components and 0.55801 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093940Jy sigma=1.171523 ! Fit after self-cal, rms=0.093931Jy sigma=1.171508 ! 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.093931Jy sigma=1.171508 ! Fit after self-cal, rms=0.079780Jy sigma=0.985951 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.00166521 Jy ! Component: 100 - total flux cleaned = 0.00163415 Jy ! Component: 150 - total flux cleaned = 0.00160541 Jy ! Component: 200 - total flux cleaned = 0.00157546 Jy ! Total flux subtracted in 200 components = 0.00157546 Jy ! Clean residual min=-0.004536 max=0.004604 Jy/beam ! Clean residual mean=0.000068 rms=0.001272 Jy/beam ! Combined flux in latest and established models = 0.559585 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 61 components and 0.559585 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079725Jy sigma=0.985434 ! Fit after self-cal, rms=0.079297Jy sigma=0.979875 ! 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: 3.078 x 7.981 at -2.935 degrees (North through East) ! Clean map min=-0.0043857 max=0.51686 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.079297Jy sigma=0.979875 ! Fit after self-cal, rms=0.076917Jy sigma=0.938374 ! 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.076917Jy sigma=0.938374 ! Fit after self-cal, rms=0.076902Jy sigma=0.938001 ! Inverting map and beam ! Estimated beam: bmin=3.082 mas, bmaj=7.995 mas, bpa=-2.912 degrees ! Estimated noise=1.12676 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00029704 Jy ! Component: 100 - total flux cleaned = -0.000402373 Jy ! Component: 150 - total flux cleaned = -0.000448121 Jy ! Component: 200 - total flux cleaned = -0.000469036 Jy ! Total flux subtracted in 200 components = -0.000469036 Jy ! Clean residual min=-0.003805 max=0.003996 Jy/beam ! Clean residual mean=0.000046 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 0.559116 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 71 components and 0.559116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076886Jy sigma=0.937808 ! Fit after self-cal, rms=0.076887Jy sigma=0.937763 ! 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.076887Jy sigma=0.937763 ! Fit after self-cal, rms=0.074680Jy sigma=0.909047 ! 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.074680Jy sigma=0.909047 ! Fit after self-cal, rms=0.074686Jy sigma=0.909031 ! Inverting map and beam ! Estimated beam: bmin=3.086 mas, bmaj=8.007 mas, bpa=-2.947 degrees ! Estimated noise=1.12672 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000358986 Jy ! Component: 100 - total flux cleaned = -0.000411097 Jy ! Component: 150 - total flux cleaned = -0.000432037 Jy ! Component: 200 - total flux cleaned = -0.000451796 Jy ! Total flux subtracted in 200 components = -0.000451796 Jy ! Clean residual min=-0.003759 max=0.003823 Jy/beam ! Clean residual mean=0.000058 rms=0.001091 Jy/beam ! Combined flux in latest and established models = 0.558665 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 79 components and 0.558665 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074674Jy sigma=0.908841 ! Fit after self-cal, rms=0.074674Jy sigma=0.908835 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.386 mas, bmaj=22.21 mas, bpa=2.486 degrees ! Estimated noise=1.44984 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.000364351 Jy ! Component: 100 - total flux cleaned = -0.000388061 Jy ! Component: 150 - total flux cleaned = -0.000397287 Jy ! Component: 200 - total flux cleaned = -0.000405664 Jy ! Total flux subtracted in 200 components = -0.000405664 Jy ! Clean residual min=-0.004719 max=0.004373 Jy/beam ! Clean residual mean=0.000123 rms=0.001515 Jy/beam ! Combined flux in latest and established models = 0.558259 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 83 components and 0.558259 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074673Jy sigma=0.908837 ! Fit after self-cal, rms=0.074673Jy sigma=0.908823 ! 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=2.394 mas, bmaj=6.167 mas, bpa=-0.3948 degrees ! Estimated noise=1.73758 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.437014 Jy ! Component: 100 - total flux cleaned = 0.511431 Jy ! Component: 150 - total flux cleaned = 0.535703 Jy ! Component: 200 - total flux cleaned = 0.546501 Jy ! Total flux subtracted in 200 components = 0.546501 Jy ! Clean residual min=-0.005756 max=0.005890 Jy/beam ! Clean residual mean=0.000014 rms=0.001564 Jy/beam ! Combined flux in latest and established models = 0.546501 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.546501 Jy ! Inverting map and beam ! Estimated beam: bmin=3.086 mas, bmaj=8.007 mas, bpa=-2.947 degrees ! Estimated noise=1.12672 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.00784476 Jy ! Component: 100 - total flux cleaned = 0.0105902 Jy ! Component: 150 - total flux cleaned = 0.0108784 Jy ! Component: 200 - total flux cleaned = 0.0110553 Jy ! Total flux subtracted in 200 components = 0.0110553 Jy ! Clean residual min=-0.003835 max=0.003841 Jy/beam ! Clean residual mean=0.000061 rms=0.001100 Jy/beam ! Combined flux in latest and established models = 0.557556 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 57 components and 0.557556 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.386 mas, bmaj=22.21 mas, bpa=2.486 degrees ! Estimated noise=1.44984 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.000253919 Jy ! Component: 100 - total flux cleaned = 0.000253708 Jy ! Component: 150 - total flux cleaned = 0.000253442 Jy ! Component: 200 - total flux cleaned = 0.000295097 Jy ! Total flux subtracted in 200 components = 0.000295097 Jy ! Clean residual min=-0.004776 max=0.004413 Jy/beam ! Clean residual mean=0.000126 rms=0.001524 Jy/beam ! Combined flux in latest and established models = 0.557851 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 59 components and 0.557851 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.086 mas, bmaj=8.007 mas, bpa=-2.947 degrees ! Estimated noise=1.12672 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000118085 Jy ! Component: 100 - total flux cleaned = 9.07047e-05 Jy ! Component: 150 - total flux cleaned = 9.30145e-05 Jy ! Component: 200 - total flux cleaned = 0.000117396 Jy ! Total flux subtracted in 200 components = 0.000117396 Jy ! Clean residual min=-0.003772 max=0.003830 Jy/beam ! Clean residual mean=0.000060 rms=0.001094 Jy/beam ! Combined flux in latest and established models = 0.557968 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 70 components and 0.557968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074708Jy sigma=0.908961 ! Fit after self-cal, rms=0.074706Jy sigma=0.908951 wmodel J0010-2945_S_2006_12_18_yyk\_map.mod ! Writing 70 model components to file: J0010-2945_S_2006_12_18_yyk_map.mod wobs J0010-2945_S_2006_12_18_yyk\_uvs.fits ! Writing UV FITS file: J0010-2945_S_2006_12_18_yyk_uvs.fits wwins J0010-2945_S_2006_12_18_yyk\_map.win ! wwins: Wrote 1 windows to J0010-2945_S_2006_12_18_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.000911901 Jy ! Component: 100 - total flux cleaned = 0.00192808 Jy ! Component: 150 - total flux cleaned = 0.00274685 Jy ! Component: 200 - total flux cleaned = 0.00340527 Jy ! Component: 250 - total flux cleaned = 0.00376813 Jy ! Component: 300 - total flux cleaned = 0.00436789 Jy ! Component: 350 - total flux cleaned = 0.00484941 Jy ! Component: 400 - total flux cleaned = 0.00531492 Jy ! Component: 450 - total flux cleaned = 0.00576426 Jy ! Component: 500 - total flux cleaned = 0.0062879 Jy ! Component: 550 - total flux cleaned = 0.00662792 Jy ! Component: 600 - total flux cleaned = 0.00683489 Jy ! Component: 650 - total flux cleaned = 0.00699621 Jy ! Component: 700 - total flux cleaned = 0.00719363 Jy ! Component: 750 - total flux cleaned = 0.00742522 Jy ! Component: 800 - total flux cleaned = 0.00761508 Jy ! Component: 850 - total flux cleaned = 0.00776357 Jy ! Component: 900 - total flux cleaned = 0.00794528 Jy ! Component: 950 - total flux cleaned = 0.0081235 Jy ! Component: 1000 - total flux cleaned = 0.00833263 Jy ! Component: 1050 - total flux cleaned = 0.00850333 Jy ! Component: 1100 - total flux cleaned = 0.0086713 Jy ! Component: 1150 - total flux cleaned = 0.00887017 Jy ! Component: 1200 - total flux cleaned = 0.00906639 Jy ! Component: 1250 - total flux cleaned = 0.00925843 Jy ! Component: 1300 - total flux cleaned = 0.00954157 Jy ! Component: 1350 - total flux cleaned = 0.00969676 Jy ! Component: 1400 - total flux cleaned = 0.00991004 Jy ! Component: 1450 - total flux cleaned = 0.0100597 Jy ! Component: 1500 - total flux cleaned = 0.0100894 Jy ! Component: 1550 - total flux cleaned = 0.0101773 Jy ! Component: 1600 - total flux cleaned = 0.01032 Jy ! Component: 1650 - total flux cleaned = 0.0103483 Jy ! Component: 1700 - total flux cleaned = 0.0104041 Jy ! Component: 1750 - total flux cleaned = 0.0104587 Jy ! Component: 1800 - total flux cleaned = 0.0104585 Jy ! Component: 1850 - total flux cleaned = 0.0104315 Jy ! Component: 1900 - total flux cleaned = 0.0105892 Jy ! Component: 1950 - total flux cleaned = 0.0106151 Jy ! Component: 2000 - total flux cleaned = 0.0106407 Jy ! Total flux subtracted in 2048 components = 0.0107431 Jy ! Clean residual min=-0.001388 max=0.001975 Jy/beam ! Clean residual mean=0.000020 rms=0.000528 Jy/beam ! Combined flux in latest and established models = 0.568711 Jy keep ! Adding 135 model components to the UV plane model. ! The established model now contains 205 components and 0.568711 Jy ![Exited script file: muppet] wmap "J0010-2945_S_2006_12_18_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.086 x 8.007 at -2.947 degrees (North through East) ! Clean map min=-0.0023476 max=0.51779 Jy/beam ! Writing clean map to FITS file: J0010-2945_S_2006_12_18_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.51779 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000524349 device "J0010-2945_S_2006_12_18_yyk\_map.eps/VPS" ! Attempting to open device: 'J0010-2945_S_2006_12_18_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.303801 0.303801 0.607601 1.2152 2.4304 4.86081 9.72162 19.4432 38.8865 77.773 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.517 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.086 x 8.007 at -2.947 degrees (North through East) ! Clean map min=-0.0023476 max=0.51779 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0010-2945_S_2006_12_18_yyk\_map.gif/gif" ! Attempting to open device: 'J0010-2945_S_2006_12_18_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0010-2945_S_2006_12_18_yyk_uvs.log closed on Mon Jun 16 19:01:12 2008