! Started logfile: J2327-1447_S_1997_05_07_yyk_uvs.log on Sun Jan 7 20:24:38 2007 obs J2327-1447_S_1997_05_07_yyk_uva.fits ! Reading UV FITS file: J2327-1447_S_1997_05_07_yyk_uva.fits ! AN table 1: 133 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.863659 visibilities/baseline/integration-bin. ! Found source: J2327-1447 ! ! 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.22447e+09 8e+06 1 8e+06 ! 02 2 2.23447e+09 8e+06 1 8e+06 ! 03 3 2.29447e+09 8e+06 1 8e+06 ! 04 4 2.32447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 614 lines of history. ! ! Reading 20676 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 J2327-1447_S_1997_05_07_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.795193 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=3.162 mas, bmaj=6.809 mas, bpa=-3.989 degrees ! Estimated noise=2428.29 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.614444 Jy ! Component: 100 - total flux cleaned = 0.686349 Jy ! Total flux subtracted in 100 components = 0.686349 Jy ! Clean residual min=-0.022855 max=0.032248 Jy/beam ! Clean residual mean=0.000414 rms=0.006556 Jy/beam ! Combined flux in latest and established models = 0.686349 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.686349 Jy ! ! Correcting IF 1. ! A total of 239 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.324181Jy sigma=0.001280 ! Fit after self-cal, rms=0.323837Jy sigma=0.001279 ! Inverting map and beam ! Estimated beam: bmin=3.162 mas, bmaj=6.808 mas, bpa=-3.989 degrees ! Estimated noise=2428.42 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=4.144 mas, bmaj=9.027 mas, bpa=-0.1316 degrees ! Estimated noise=1163.78 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.0052069 Jy ! Component: 100 - total flux cleaned = 0.00515252 Jy ! Component: 150 - total flux cleaned = 0.00449046 Jy ! Component: 200 - total flux cleaned = 0.00398882 Jy ! Total flux subtracted in 200 components = 0.00398882 Jy ! Clean residual min=-0.018262 max=0.026181 Jy/beam ! Clean residual mean=0.000760 rms=0.006510 Jy/beam ! Combined flux in latest and established models = 0.690337 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 16 components and 0.690337 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.319967Jy sigma=0.001269 ! Fit after self-cal, rms=0.319948Jy sigma=0.001269 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.144 x 9.027 at -0.1316 degrees (North through East) ! Clean map min=-0.017912 max=0.70222 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.02608 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.05 HN 0.98 KP 0.93 ! LA 0.97 MK 0.99 NL 1.00* OV 1.13 ! PT 0.92 SC 0.81 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.979772 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.13 HN 1.09 KP 1.02 ! LA 1.05 MK 1.04 NL 0.99 OV 1.05 ! PT 0.93 SC 0.89 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.05299 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 1.05 HN 0.96 KP 0.94 ! LA 0.79 MK 0.87 NL 0.92 OV 0.97 ! PT 1.04 SC 1.00 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.990871 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.10 HN 1.06 KP 0.97 ! LA 0.86 MK 1.05 NL 1.07 OV 1.11 ! PT 0.89 SC 1.00 ! ! ! Fit before self-cal, rms=0.319948Jy sigma=0.001269 ! Fit after self-cal, rms=0.303391Jy sigma=0.001231 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.303391Jy sigma=0.001231 ! Fit after self-cal, rms=0.303391Jy sigma=0.001231 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.078 mas, bmaj=8.853 mas, bpa=1.693 degrees ! Estimated noise=1171.19 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.0120852 Jy ! Component: 100 - total flux cleaned = 0.0130708 Jy ! Component: 150 - total flux cleaned = 0.0129232 Jy ! Component: 200 - total flux cleaned = 0.0128114 Jy ! Total flux subtracted in 200 components = 0.0128114 Jy ! Clean residual min=-0.011478 max=0.013805 Jy/beam ! Clean residual mean=0.000286 rms=0.003570 Jy/beam ! Combined flux in latest and established models = 0.703149 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 29 components and 0.703149 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.302897Jy sigma=0.001229 ! Fit after self-cal, rms=0.302884Jy sigma=0.001229 ! 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.302884Jy sigma=0.001229 ! Fit after self-cal, rms=0.299605Jy sigma=0.001216 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.0012123 Jy ! Component: 100 - total flux cleaned = 0.00111602 Jy ! Component: 150 - total flux cleaned = 0.00103879 Jy ! Component: 200 - total flux cleaned = 0.000973914 Jy ! Total flux subtracted in 200 components = 0.000973914 Jy ! Clean residual min=-0.011381 max=0.013789 Jy/beam ! Clean residual mean=0.000288 rms=0.003547 Jy/beam ! Combined flux in latest and established models = 0.704123 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 42 components and 0.704123 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.299533Jy sigma=0.001216 ! Fit after self-cal, rms=0.299004Jy sigma=0.001213 ! 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: 4.078 x 8.853 at 1.693 degrees (North through East) ! Clean map min=-0.011079 max=0.7137 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.299004Jy sigma=0.001213 ! Fit after self-cal, rms=0.292864Jy sigma=0.001199 ! 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.292864Jy sigma=0.001199 ! Fit after self-cal, rms=0.292709Jy sigma=0.001199 ! Inverting map and beam ! Estimated beam: bmin=4.055 mas, bmaj=8.854 mas, bpa=1.973 degrees ! Estimated noise=1168.3 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00207036 Jy ! Component: 100 - total flux cleaned = 0.00216251 Jy ! Component: 150 - total flux cleaned = 0.00216353 Jy ! Component: 200 - total flux cleaned = 0.00224106 Jy ! Total flux subtracted in 200 components = 0.00224106 Jy ! Clean residual min=-0.011138 max=0.012864 Jy/beam ! Clean residual mean=0.000303 rms=0.003487 Jy/beam ! Combined flux in latest and established models = 0.706364 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 47 components and 0.706364 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.292664Jy sigma=0.001198 ! Fit after self-cal, rms=0.292588Jy sigma=0.001198 ! 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.292588Jy sigma=0.001198 ! Fit after self-cal, rms=0.292247Jy sigma=0.001196 ! 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.292247Jy sigma=0.001196 ! Fit after self-cal, rms=0.292213Jy sigma=0.001196 ! Inverting map and beam ! Estimated beam: bmin=4.045 mas, bmaj=8.839 mas, bpa=2.133 degrees ! Estimated noise=1169.11 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00217194 Jy ! Component: 100 - total flux cleaned = 0.00216677 Jy ! Component: 150 - total flux cleaned = 0.00223104 Jy ! Component: 200 - total flux cleaned = 0.0022904 Jy ! Total flux subtracted in 200 components = 0.0022904 Jy ! Clean residual min=-0.011025 max=0.012606 Jy/beam ! Clean residual mean=0.000301 rms=0.003463 Jy/beam ! Combined flux in latest and established models = 0.708654 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 51 components and 0.708654 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.292188Jy sigma=0.001196 ! Fit after self-cal, rms=0.292163Jy sigma=0.001196 ! 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.301 mas, bmaj=15.67 mas, bpa=2.905 degrees ! Estimated noise=1393.66 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.00181608 Jy ! Component: 100 - total flux cleaned = 0.00181267 Jy ! Component: 150 - total flux cleaned = 0.00181254 Jy ! Component: 200 - total flux cleaned = 0.00180607 Jy ! Total flux subtracted in 200 components = 0.00180607 Jy ! Clean residual min=-0.013596 max=0.016209 Jy/beam ! Clean residual mean=0.000511 rms=0.005202 Jy/beam ! Combined flux in latest and established models = 0.71046 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 59 components and 0.71046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.292191Jy sigma=0.001196 ! Fit after self-cal, rms=0.292154Jy sigma=0.001196 ! 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=3.129 mas, bmaj=6.727 mas, bpa=-2.953 degrees ! Estimated noise=2444.18 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.619723 Jy ! Component: 100 - total flux cleaned = 0.703277 Jy ! Component: 150 - total flux cleaned = 0.709698 Jy ! Component: 200 - total flux cleaned = 0.709169 Jy ! Total flux subtracted in 200 components = 0.709169 Jy ! Clean residual min=-0.013046 max=0.012671 Jy/beam ! Clean residual mean=0.000098 rms=0.003558 Jy/beam ! Combined flux in latest and established models = 0.709169 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.709169 Jy ! Inverting map and beam ! Estimated beam: bmin=4.045 mas, bmaj=8.839 mas, bpa=2.133 degrees ! Estimated noise=1169.11 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.00195311 Jy ! Component: 100 - total flux cleaned = -0.00152531 Jy ! Component: 150 - total flux cleaned = -0.00138075 Jy ! Component: 200 - total flux cleaned = -0.00115334 Jy ! Total flux subtracted in 200 components = -0.00115334 Jy ! Clean residual min=-0.011017 max=0.012929 Jy/beam ! Clean residual mean=0.000304 rms=0.003520 Jy/beam ! Combined flux in latest and established models = 0.708015 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 29 components and 0.708015 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.301 mas, bmaj=15.67 mas, bpa=2.905 degrees ! Estimated noise=1393.66 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.00211833 Jy ! Component: 100 - total flux cleaned = 0.00211368 Jy ! Component: 150 - total flux cleaned = 0.00210238 Jy ! Component: 200 - total flux cleaned = 0.00203737 Jy ! Total flux subtracted in 200 components = 0.00203737 Jy ! Clean residual min=-0.013679 max=0.016480 Jy/beam ! Clean residual mean=0.000515 rms=0.005223 Jy/beam ! Combined flux in latest and established models = 0.710053 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 39 components and 0.710052 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.045 mas, bmaj=8.839 mas, bpa=2.133 degrees ! Estimated noise=1169.11 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00150687 Jy ! Component: 100 - total flux cleaned = -0.00183971 Jy ! Component: 150 - total flux cleaned = -0.00201506 Jy ! Component: 200 - total flux cleaned = -0.00202024 Jy ! Total flux subtracted in 200 components = -0.00202024 Jy ! Clean residual min=-0.011054 max=0.012673 Jy/beam ! Clean residual mean=0.000304 rms=0.003479 Jy/beam ! Combined flux in latest and established models = 0.708032 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 49 components and 0.708032 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.292244Jy sigma=0.001196 ! Fit after self-cal, rms=0.292228Jy sigma=0.001196 wmodel J2327-1447_S_1997_05_07_yyk\_map.mod ! Writing 49 model components to file: J2327-1447_S_1997_05_07_yyk_map.mod wobs J2327-1447_S_1997_05_07_yyk\_uvs.fits ! Writing UV FITS file: J2327-1447_S_1997_05_07_yyk_uvs.fits wwins J2327-1447_S_1997_05_07_yyk\_map.win ! wwins: Wrote 1 windows to J2327-1447_S_1997_05_07_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.00383257 Jy ! Component: 100 - total flux cleaned = 0.00618599 Jy ! Component: 150 - total flux cleaned = 0.00888945 Jy ! Component: 200 - total flux cleaned = 0.0108986 Jy ! Component: 250 - total flux cleaned = 0.0123041 Jy ! Component: 300 - total flux cleaned = 0.0139162 Jy ! Component: 350 - total flux cleaned = 0.0154393 Jy ! Component: 400 - total flux cleaned = 0.016889 Jy ! Component: 450 - total flux cleaned = 0.0181406 Jy ! Component: 500 - total flux cleaned = 0.0195759 Jy ! Component: 550 - total flux cleaned = 0.0210673 Jy ! Component: 600 - total flux cleaned = 0.0223899 Jy ! Component: 650 - total flux cleaned = 0.0237689 Jy ! Component: 700 - total flux cleaned = 0.0251961 Jy ! Component: 750 - total flux cleaned = 0.0262761 Jy ! Component: 800 - total flux cleaned = 0.0273219 Jy ! Component: 850 - total flux cleaned = 0.0281519 Jy ! Component: 900 - total flux cleaned = 0.0287758 Jy ! Component: 950 - total flux cleaned = 0.0296408 Jy ! Component: 1000 - total flux cleaned = 0.030062 Jy ! Component: 1050 - total flux cleaned = 0.030473 Jy ! Component: 1100 - total flux cleaned = 0.0309522 Jy ! Component: 1150 - total flux cleaned = 0.0311865 Jy ! Component: 1200 - total flux cleaned = 0.0314924 Jy ! Component: 1250 - total flux cleaned = 0.0320147 Jy ! Component: 1300 - total flux cleaned = 0.0323069 Jy ! Component: 1350 - total flux cleaned = 0.0325941 Jy ! Component: 1400 - total flux cleaned = 0.0328054 Jy ! Component: 1450 - total flux cleaned = 0.0329426 Jy ! Component: 1500 - total flux cleaned = 0.0330778 Jy ! Component: 1550 - total flux cleaned = 0.0332115 Jy ! Component: 1600 - total flux cleaned = 0.0332119 Jy ! Component: 1650 - total flux cleaned = 0.0335991 Jy ! Component: 1700 - total flux cleaned = 0.033788 Jy ! Component: 1750 - total flux cleaned = 0.0340364 Jy ! Component: 1800 - total flux cleaned = 0.0340968 Jy ! Component: 1850 - total flux cleaned = 0.0341574 Jy ! Component: 1900 - total flux cleaned = 0.0344546 Jy ! Component: 1950 - total flux cleaned = 0.0345131 Jy ! Component: 2000 - total flux cleaned = 0.034513 Jy ! Total flux subtracted in 2048 components = 0.034683 Jy ! Clean residual min=-0.003722 max=0.003189 Jy/beam ! Clean residual mean=0.000009 rms=0.001292 Jy/beam ! Combined flux in latest and established models = 0.742715 Jy keep ! Adding 171 model components to the UV plane model. ! The established model now contains 220 components and 0.742715 Jy ![Exited script file: muppet] wmap "J2327-1447_S_1997_05_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.045 x 8.839 at 2.133 degrees (North through East) ! Clean map min=-0.0066998 max=0.71424 Jy/beam ! Writing clean map to FITS file: J2327-1447_S_1997_05_07_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.714243 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00122625 device "J2327-1447_S_1997_05_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J2327-1447_S_1997_05_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.515058 0.515058 1.03012 2.06023 4.12046 8.24093 16.4819 32.9637 65.9274 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0036 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.714 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.045 x 8.839 at 2.133 degrees (North through East) ! Clean map min=-0.0066998 max=0.71424 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2327-1447_S_1997_05_07_yyk\_map.gif/gif" ! Attempting to open device: 'J2327-1447_S_1997_05_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2327-1447_S_1997_05_07_yyk_uvs.log closed on Sun Jan 7 20:24:45 2007