! Started logfile: J2005-1822_X_1997_07_02_yyk_uvs.log on Mon Jan 8 10:11:08 2007 obs J2005-1822_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J2005-1822_X_1997_07_02_yyk_uva.fits ! AN table 1: 147 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1.47513 visibilities/baseline/integration-bin. ! Found source: J2005-1822 ! ! 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.15447e+09 8e+06 1 8e+06 ! 02 2 8.23447e+09 8e+06 1 8e+06 ! 03 3 8.41447e+09 8e+06 1 8e+06 ! 04 4 8.55447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 753 lines of history. ! ! Reading 39032 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 J2005-1822_X_1997_07_02_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.333769 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.7105 mas, bmaj=1.759 mas, bpa=-3.147 degrees ! Estimated noise=1019.89 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.22432 Jy ! Component: 100 - total flux cleaned = 0.260177 Jy ! Total flux subtracted in 100 components = 0.260177 Jy ! Clean residual min=-0.008949 max=0.010745 Jy/beam ! Clean residual mean=-0.000005 rms=0.002406 Jy/beam ! Combined flux in latest and established models = 0.260177 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.260177 Jy ! ! Correcting IF 1. ! A total of 21 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 21 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.201933Jy sigma=0.001528 ! Fit after self-cal, rms=0.201855Jy sigma=0.001527 ! Inverting map and beam ! Estimated beam: bmin=0.7105 mas, bmaj=1.759 mas, bpa=-3.147 degrees ! Estimated noise=1019.9 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.8905 mas, bmaj=2.255 mas, bpa=-3.82 degrees ! Estimated noise=545.469 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.0184965 Jy ! Component: 100 - total flux cleaned = 0.0253035 Jy ! Component: 150 - total flux cleaned = 0.0282937 Jy ! Component: 200 - total flux cleaned = 0.029246 Jy ! Total flux subtracted in 200 components = 0.029246 Jy ! Clean residual min=-0.006721 max=0.009313 Jy/beam ! Clean residual mean=-0.000010 rms=0.002081 Jy/beam ! Combined flux in latest and established models = 0.289423 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 35 components and 0.289423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201060Jy sigma=0.001518 ! Fit after self-cal, rms=0.201056Jy sigma=0.001518 ! 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.8905 x 2.255 at -3.82 degrees (North through East) ! Clean map min=-0.0064244 max=0.26484 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: 0.992617 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.05 HN 1.06 KP 1.02 ! LA 0.99 MK 1.03 NL 1.01 OV 0.99 ! PT 0.93 SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00202 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.04 HN 1.01 KP 1.00 ! LA 0.96 MK 0.98 NL 1.03 OV 1.05 ! PT 0.89 SC 0.98 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.994171 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.07 HN 1.02 KP 1.00 ! LA 0.97 MK 1.03 NL 1.00 OV 0.99 ! PT 0.92 SC 1.03 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.985097 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 1.08 KP 1.01 ! LA 0.98 MK 1.01 NL 1.05 OV 1.00 ! PT 0.96 SC 1.01 ! ! ! Fit before self-cal, rms=0.201056Jy sigma=0.001518 ! Fit after self-cal, rms=0.202120Jy sigma=0.001513 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.202120Jy sigma=0.001513 ! Fit after self-cal, rms=0.202123Jy sigma=0.001513 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8983 mas, bmaj=2.265 mas, bpa=-3.372 degrees ! Estimated noise=539.192 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 (1.2, -11.8). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0108504 Jy ! Component: 100 - total flux cleaned = 0.0142443 Jy ! Component: 150 - total flux cleaned = 0.0154726 Jy ! Component: 200 - total flux cleaned = 0.015727 Jy ! Total flux subtracted in 200 components = 0.015727 Jy ! Clean residual min=-0.003648 max=0.003948 Jy/beam ! Clean residual mean=0.000005 rms=0.001035 Jy/beam ! Combined flux in latest and established models = 0.30515 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 61 components and 0.30515 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.201804Jy sigma=0.001510 ! Fit after self-cal, rms=0.201773Jy sigma=0.001510 ! 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.201773Jy sigma=0.001510 ! Fit after self-cal, rms=0.197174Jy sigma=0.001470 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.000996465 Jy ! Component: 100 - total flux cleaned = 0.00117147 Jy ! Component: 150 - total flux cleaned = 0.00117424 Jy ! Component: 200 - total flux cleaned = 0.00117603 Jy ! Total flux subtracted in 200 components = 0.00117603 Jy ! Clean residual min=-0.003514 max=0.004076 Jy/beam ! Clean residual mean=0.000008 rms=0.001016 Jy/beam ! Combined flux in latest and established models = 0.306326 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 78 components and 0.306326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.197128Jy sigma=0.001470 ! Fit after self-cal, rms=0.196622Jy sigma=0.001466 ! 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.8983 x 2.265 at -3.372 degrees (North through East) ! Clean map min=-0.0033692 max=0.2673 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.196622Jy sigma=0.001466 ! Fit after self-cal, rms=0.198045Jy sigma=0.001464 ! 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.198045Jy sigma=0.001464 ! Fit after self-cal, rms=0.197908Jy sigma=0.001462 ! Inverting map and beam ! Estimated beam: bmin=0.8956 mas, bmaj=2.259 mas, bpa=-2.995 degrees ! Estimated noise=536.876 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000142655 Jy ! Component: 100 - total flux cleaned = 0.000190016 Jy ! Component: 150 - total flux cleaned = 0.000234817 Jy ! Component: 200 - total flux cleaned = 0.00027786 Jy ! Total flux subtracted in 200 components = 0.00027786 Jy ! Clean residual min=-0.003062 max=0.003377 Jy/beam ! Clean residual mean=-0.000005 rms=0.000892 Jy/beam ! Combined flux in latest and established models = 0.306604 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 91 components and 0.306604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.197895Jy sigma=0.001462 ! Fit after self-cal, rms=0.197824Jy sigma=0.001461 ! 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.197824Jy sigma=0.001461 ! Fit after self-cal, rms=0.197732Jy sigma=0.001460 ! 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.197732Jy sigma=0.001460 ! Fit after self-cal, rms=0.197691Jy sigma=0.001460 ! Inverting map and beam ! Estimated beam: bmin=0.8955 mas, bmaj=2.259 mas, bpa=-3.013 degrees ! Estimated noise=536.326 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000140371 Jy ! Component: 100 - total flux cleaned = 0.000221645 Jy ! Component: 150 - total flux cleaned = 0.000297194 Jy ! Component: 200 - total flux cleaned = 0.000333191 Jy ! Total flux subtracted in 200 components = 0.000333191 Jy ! Clean residual min=-0.003047 max=0.003307 Jy/beam ! Clean residual mean=-0.000005 rms=0.000883 Jy/beam ! Combined flux in latest and established models = 0.306937 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 95 components and 0.306937 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.197682Jy sigma=0.001459 ! Fit after self-cal, rms=0.197652Jy sigma=0.001459 ! 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.322 mas, bmaj=4.908 mas, bpa=1.436 degrees ! Estimated noise=687.347 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.00164568 Jy ! Component: 100 - total flux cleaned = 0.0018054 Jy ! Component: 150 - total flux cleaned = 0.0018718 Jy ! Component: 200 - total flux cleaned = 0.00190512 Jy ! Total flux subtracted in 200 components = 0.00190512 Jy ! Clean residual min=-0.003370 max=0.003979 Jy/beam ! Clean residual mean=-0.000012 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.308842 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 102 components and 0.308842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.197655Jy sigma=0.001459 ! Fit after self-cal, rms=0.197632Jy sigma=0.001459 ! 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.7107 mas, bmaj=1.759 mas, bpa=-2.626 degrees ! Estimated noise=1015.26 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.227843 Jy ! Component: 100 - total flux cleaned = 0.262643 Jy ! Component: 150 - total flux cleaned = 0.275917 Jy ! Component: 200 - total flux cleaned = 0.284131 Jy ! Total flux subtracted in 200 components = 0.284131 Jy ! Clean residual min=-0.006312 max=0.006496 Jy/beam ! Clean residual mean=-0.000009 rms=0.001673 Jy/beam ! Combined flux in latest and established models = 0.284131 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.284131 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8955 mas, bmaj=2.259 mas, bpa=-3.013 degrees ! Estimated noise=536.326 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.2, -3.8). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00968546 Jy ! Component: 100 - total flux cleaned = 0.0156013 Jy ! Component: 150 - total flux cleaned = 0.0195273 Jy ! Component: 200 - total flux cleaned = 0.0222228 Jy ! Total flux subtracted in 200 components = 0.0222228 Jy ! Clean residual min=-0.003398 max=0.003004 Jy/beam ! Clean residual mean=-0.000003 rms=0.000831 Jy/beam ! Combined flux in latest and established models = 0.306354 Jy ! Adding 43 model components to the UV plane model. ! The established model now contains 73 components and 0.306354 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.322 mas, bmaj=4.908 mas, bpa=1.436 degrees ! Estimated noise=687.347 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.0025791 Jy ! Component: 100 - total flux cleaned = 0.0038681 Jy ! Component: 150 - total flux cleaned = 0.00426567 Jy ! Component: 200 - total flux cleaned = 0.00435473 Jy ! Total flux subtracted in 200 components = 0.00435473 Jy ! Clean residual min=-0.003602 max=0.003694 Jy/beam ! Clean residual mean=-0.000011 rms=0.001084 Jy/beam ! Combined flux in latest and established models = 0.310708 Jy ! Adding 32 model components to the UV plane model. ! The established model now contains 97 components and 0.310708 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8955 mas, bmaj=2.259 mas, bpa=-3.013 degrees ! Estimated noise=536.326 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000372587 Jy ! Component: 100 - total flux cleaned = -0.000379783 Jy ! Component: 150 - total flux cleaned = -0.000295481 Jy ! Component: 200 - total flux cleaned = -0.000335513 Jy ! Total flux subtracted in 200 components = -0.000335513 Jy ! Clean residual min=-0.003165 max=0.003143 Jy/beam ! Clean residual mean=-0.000004 rms=0.000799 Jy/beam ! Combined flux in latest and established models = 0.310373 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 112 components and 0.310373 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.197555Jy sigma=0.001458 ! Fit after self-cal, rms=0.197526Jy sigma=0.001458 wmodel J2005-1822_X_1997_07_02_yyk\_map.mod ! Writing 112 model components to file: J2005-1822_X_1997_07_02_yyk_map.mod wobs J2005-1822_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J2005-1822_X_1997_07_02_yyk_uvs.fits wwins J2005-1822_X_1997_07_02_yyk\_map.win ! wwins: Wrote 3 windows to J2005-1822_X_1997_07_02_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.000519894 Jy ! Component: 100 - total flux cleaned = 0.000370894 Jy ! Component: 150 - total flux cleaned = -4.84275e-05 Jy ! Component: 200 - total flux cleaned = -0.000313708 Jy ! Component: 250 - total flux cleaned = -0.000484488 Jy ! Component: 300 - total flux cleaned = -0.000646807 Jy ! Component: 350 - total flux cleaned = -0.000686296 Jy ! Component: 400 - total flux cleaned = -0.000951566 Jy ! Component: 450 - total flux cleaned = -0.00106078 Jy ! Component: 500 - total flux cleaned = -0.00116737 Jy ! Component: 550 - total flux cleaned = -0.00133975 Jy ! Component: 600 - total flux cleaned = -0.00164086 Jy ! Component: 650 - total flux cleaned = -0.00177037 Jy ! Component: 700 - total flux cleaned = -0.00208735 Jy ! Component: 750 - total flux cleaned = -0.00224109 Jy ! Component: 800 - total flux cleaned = -0.00239254 Jy ! Component: 850 - total flux cleaned = -0.00256984 Jy ! Component: 900 - total flux cleaned = -0.00271464 Jy ! Component: 950 - total flux cleaned = -0.00285712 Jy ! Component: 1000 - total flux cleaned = -0.00296812 Jy ! Component: 1050 - total flux cleaned = -0.00302223 Jy ! Component: 1100 - total flux cleaned = -0.00299541 Jy ! Component: 1150 - total flux cleaned = -0.0031533 Jy ! Component: 1200 - total flux cleaned = -0.00317845 Jy ! Component: 1250 - total flux cleaned = -0.00325405 Jy ! Component: 1300 - total flux cleaned = -0.00325369 Jy ! Component: 1350 - total flux cleaned = -0.0033521 Jy ! Component: 1400 - total flux cleaned = -0.00337597 Jy ! Component: 1450 - total flux cleaned = -0.0034476 Jy ! Component: 1500 - total flux cleaned = -0.00349493 Jy ! Component: 1550 - total flux cleaned = -0.00361034 Jy ! Component: 1600 - total flux cleaned = -0.00361013 Jy ! Component: 1650 - total flux cleaned = -0.00367815 Jy ! Component: 1700 - total flux cleaned = -0.00370049 Jy ! Component: 1750 - total flux cleaned = -0.00370064 Jy ! Component: 1800 - total flux cleaned = -0.0037656 Jy ! Component: 1850 - total flux cleaned = -0.00374426 Jy ! Component: 1900 - total flux cleaned = -0.00374402 Jy ! Component: 1950 - total flux cleaned = -0.00368154 Jy ! Component: 2000 - total flux cleaned = -0.00380533 Jy ! Total flux subtracted in 2048 components = -0.00372373 Jy ! Clean residual min=-0.001272 max=0.001112 Jy/beam ! Clean residual mean=-0.000003 rms=0.000383 Jy/beam ! Combined flux in latest and established models = 0.306649 Jy keep ! Adding 132 model components to the UV plane model. ! The established model now contains 244 components and 0.306649 Jy ![Exited script file: muppet] wmap "J2005-1822_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8955 x 2.259 at -3.013 degrees (North through East) ! Clean map min=-0.0023297 max=0.26879 Jy/beam ! Writing clean map to FITS file: J2005-1822_X_1997_07_02_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.268785 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000385409 device "J2005-1822_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J2005-1822_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.430168 0.430168 0.860335 1.72067 3.44134 6.88268 13.7654 27.5307 55.0615 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.268 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.8955 x 2.259 at -3.013 degrees (North through East) ! Clean map min=-0.0023297 max=0.26879 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2005-1822_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J2005-1822_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2005-1822_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 10:11:17 2007