! Started logfile: J0814-2521_S_1997_07_02_yyk_uvs.log on Sun Jan 7 16:57:14 2007 obs J0814-2521_S_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J0814-2521_S_1997_07_02_yyk_uva.fits ! AN table 1: 139 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.769305 visibilities/baseline/integration-bin. ! Found source: J0814-2521 ! ! 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 755 lines of history. ! ! Reading 19248 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 J0814-2521_S_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.454903 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.479 mas, bmaj=10.65 mas, bpa=14.94 degrees ! Estimated noise=2349.94 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.5). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.087566 Jy ! Component: 100 - total flux cleaned = 0.128677 Jy ! Total flux subtracted in 100 components = 0.128677 Jy ! Clean residual min=-0.013650 max=0.017195 Jy/beam ! Clean residual mean=0.000409 rms=0.004685 Jy/beam ! Combined flux in latest and established models = 0.128677 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 44 model components to the UV plane model. ! The established model now contains 44 components and 0.128677 Jy ! ! Correcting IF 1. ! A total of 402 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 200 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 199 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 207 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.437830Jy sigma=0.001392 ! Fit after self-cal, rms=0.437247Jy sigma=0.001391 ! Inverting map and beam ! Estimated beam: bmin=3.479 mas, bmaj=10.65 mas, bpa=14.94 degrees ! Estimated noise=2350.72 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.774 mas, bmaj=14.06 mas, bpa=10.19 degrees ! Estimated noise=1489.97 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.0399666 Jy ! Component: 100 - total flux cleaned = 0.056658 Jy ! Component: 150 - total flux cleaned = 0.0647964 Jy ! Component: 200 - total flux cleaned = 0.0681881 Jy ! Total flux subtracted in 200 components = 0.0681881 Jy ! Clean residual min=-0.009472 max=0.015728 Jy/beam ! Clean residual mean=0.000557 rms=0.003833 Jy/beam ! Combined flux in latest and established models = 0.196865 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 50 model components to the UV plane model. ! The established model now contains 87 components and 0.196865 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.435013Jy sigma=0.001381 ! Fit after self-cal, rms=0.434975Jy sigma=0.001381 ! 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.774 x 14.06 at 10.19 degrees (North through East) ! Clean map min=-0.0097759 max=0.094512 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. ! A total of 6 telescope corrections were flagged in sub-array 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* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 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* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 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* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 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* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.434975Jy sigma=0.001381 ! Fit after self-cal, rms=0.434595Jy sigma=0.001381 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.434595Jy sigma=0.001381 ! Fit after self-cal, rms=0.434593Jy sigma=0.001381 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.775 mas, bmaj=14.07 mas, bpa=10.19 degrees ! Estimated noise=1490.56 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.00112074 Jy ! Component: 100 - total flux cleaned = 0.00153638 Jy ! Component: 150 - total flux cleaned = 0.00191169 Jy ! Component: 200 - total flux cleaned = 0.00233382 Jy ! Total flux subtracted in 200 components = 0.00233382 Jy ! Clean residual min=-0.009483 max=0.015397 Jy/beam ! Clean residual mean=0.000552 rms=0.003770 Jy/beam ! Combined flux in latest and established models = 0.199199 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 93 components and 0.199199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.434553Jy sigma=0.001381 ! Fit after self-cal, rms=0.434552Jy sigma=0.001381 ! 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.434552Jy sigma=0.001381 ! Fit after self-cal, rms=0.433383Jy sigma=0.001377 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) ! Added new window around map position (16, 5.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0194822 Jy ! Component: 100 - total flux cleaned = 0.0285376 Jy ! Component: 150 - total flux cleaned = 0.031335 Jy ! Component: 200 - total flux cleaned = 0.0321526 Jy ! Total flux subtracted in 200 components = 0.0321526 Jy ! Clean residual min=-0.008359 max=0.012146 Jy/beam ! Clean residual mean=0.000504 rms=0.002646 Jy/beam ! Combined flux in latest and established models = 0.231351 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 43 model components to the UV plane model. ! The established model now contains 135 components and 0.231351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.432624Jy sigma=0.001374 ! Fit after self-cal, rms=0.432371Jy sigma=0.001373 ! Inverting map ! Added new window around map position (34.5, -3.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0140601 Jy ! Component: 100 - total flux cleaned = 0.0215069 Jy ! Component: 150 - total flux cleaned = 0.0248845 Jy ! Component: 200 - total flux cleaned = 0.0264242 Jy ! Total flux subtracted in 200 components = 0.0264242 Jy ! Clean residual min=-0.007419 max=0.006394 Jy/beam ! Clean residual mean=0.000469 rms=0.001789 Jy/beam ! Combined flux in latest and established models = 0.257776 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 49 model components to the UV plane model. ! The established model now contains 175 components and 0.257776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.432036Jy sigma=0.001371 ! Fit after self-cal, rms=0.431943Jy sigma=0.001371 ! 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.775 x 14.07 at 10.19 degrees (North through East) ! Clean map min=-0.0073381 max=0.094904 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 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.935 mas, bmaj=21.32 mas, bpa=4.288 degrees ! Estimated noise=1677.08 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.00627861 Jy ! Component: 100 - total flux cleaned = 0.0101247 Jy ! Component: 150 - total flux cleaned = 0.0128734 Jy ! Component: 200 - total flux cleaned = 0.0143296 Jy ! Total flux subtracted in 200 components = 0.0143296 Jy ! Clean residual min=-0.006622 max=0.006225 Jy/beam ! Clean residual mean=0.000685 rms=0.001732 Jy/beam ! Combined flux in latest and established models = 0.272105 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 39 model components to the UV plane model. ! The established model now contains 207 components and 0.272105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.431880Jy sigma=0.001371 ! Fit after self-cal, rms=0.431858Jy sigma=0.001371 ! 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.479 mas, bmaj=10.65 mas, bpa=14.95 degrees ! Estimated noise=2355.49 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0973109 Jy ! Component: 100 - total flux cleaned = 0.141076 Jy ! Component: 150 - total flux cleaned = 0.168721 Jy ! Component: 200 - total flux cleaned = 0.187624 Jy ! Total flux subtracted in 200 components = 0.187624 Jy ! Clean residual min=-0.013317 max=0.010677 Jy/beam ! Clean residual mean=0.000341 rms=0.003738 Jy/beam ! Combined flux in latest and established models = 0.187624 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 60 model components to the UV plane model. ! The established model now contains 60 components and 0.187624 Jy ! Inverting map and beam ! Estimated beam: bmin=4.775 mas, bmaj=14.07 mas, bpa=10.19 degrees ! Estimated noise=1490.56 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.0242219 Jy ! Component: 100 - total flux cleaned = 0.039484 Jy ! Component: 150 - total flux cleaned = 0.0506627 Jy ! Component: 200 - total flux cleaned = 0.0592735 Jy ! Total flux subtracted in 200 components = 0.0592735 Jy ! Clean residual min=-0.007626 max=0.006542 Jy/beam ! Clean residual mean=0.000514 rms=0.002097 Jy/beam ! Combined flux in latest and established models = 0.246898 Jy ! Adding 59 model components to the UV plane model. ! The established model now contains 116 components and 0.246898 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.935 mas, bmaj=21.32 mas, bpa=4.288 degrees ! Estimated noise=1677.08 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.00885492 Jy ! Component: 100 - total flux cleaned = 0.0150504 Jy ! Component: 150 - total flux cleaned = 0.019263 Jy ! Component: 200 - total flux cleaned = 0.0214294 Jy ! Total flux subtracted in 200 components = 0.0214294 Jy ! Clean residual min=-0.006528 max=0.006301 Jy/beam ! Clean residual mean=0.000708 rms=0.001822 Jy/beam ! Combined flux in latest and established models = 0.268327 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 168 components and 0.268327 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.775 mas, bmaj=14.07 mas, bpa=10.19 degrees ! Estimated noise=1490.56 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000235677 Jy ! Component: 100 - total flux cleaned = 0.0011208 Jy ! Component: 150 - total flux cleaned = 0.00203884 Jy ! Component: 200 - total flux cleaned = 0.00263343 Jy ! Total flux subtracted in 200 components = 0.00263343 Jy ! Clean residual min=-0.006188 max=0.005814 Jy/beam ! Clean residual mean=0.000478 rms=0.001628 Jy/beam ! Combined flux in latest and established models = 0.270961 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 34 model components to the UV plane model. ! The established model now contains 196 components and 0.270961 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.431825Jy sigma=0.001370 ! Fit after self-cal, rms=0.431814Jy sigma=0.001370 wmodel J0814-2521_S_1997_07_02_yyk\_map.mod ! Writing 196 model components to file: J0814-2521_S_1997_07_02_yyk_map.mod wobs J0814-2521_S_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J0814-2521_S_1997_07_02_yyk_uvs.fits wwins J0814-2521_S_1997_07_02_yyk\_map.win ! wwins: Wrote 3 windows to J0814-2521_S_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.000535568 Jy ! Component: 100 - total flux cleaned = 0.00158257 Jy ! Component: 150 - total flux cleaned = 0.00257031 Jy ! Component: 200 - total flux cleaned = 0.00308111 Jy ! Component: 250 - total flux cleaned = 0.00340854 Jy ! Component: 300 - total flux cleaned = 0.00427285 Jy ! Component: 350 - total flux cleaned = 0.00503367 Jy ! Component: 400 - total flux cleaned = 0.00591826 Jy ! Component: 450 - total flux cleaned = 0.00684752 Jy ! Component: 500 - total flux cleaned = 0.00774987 Jy ! Component: 550 - total flux cleaned = 0.00849298 Jy ! Component: 600 - total flux cleaned = 0.00895595 Jy ! Component: 650 - total flux cleaned = 0.00953702 Jy ! Component: 700 - total flux cleaned = 0.0101047 Jy ! Component: 750 - total flux cleaned = 0.0105989 Jy ! Component: 800 - total flux cleaned = 0.0111457 Jy ! Component: 850 - total flux cleaned = 0.011802 Jy ! Component: 900 - total flux cleaned = 0.0123873 Jy ! Component: 950 - total flux cleaned = 0.0129062 Jy ! Component: 1000 - total flux cleaned = 0.0135298 Jy ! Component: 1050 - total flux cleaned = 0.0140319 Jy ! Component: 1100 - total flux cleaned = 0.0145824 Jy ! Component: 1150 - total flux cleaned = 0.0151778 Jy ! Component: 1200 - total flux cleaned = 0.0156566 Jy ! Component: 1250 - total flux cleaned = 0.0160249 Jy ! Component: 1300 - total flux cleaned = 0.0164921 Jy ! Component: 1350 - total flux cleaned = 0.017003 Jy ! Component: 1400 - total flux cleaned = 0.0174556 Jy ! Component: 1450 - total flux cleaned = 0.0178529 Jy ! Component: 1500 - total flux cleaned = 0.0181955 Jy ! Component: 1550 - total flux cleaned = 0.0185343 Jy ! Component: 1600 - total flux cleaned = 0.0189172 Jy ! Component: 1650 - total flux cleaned = 0.0191064 Jy ! Component: 1700 - total flux cleaned = 0.0194794 Jy ! Component: 1750 - total flux cleaned = 0.0197097 Jy ! Component: 1800 - total flux cleaned = 0.0199833 Jy ! Component: 1850 - total flux cleaned = 0.0204333 Jy ! Component: 1900 - total flux cleaned = 0.0207 Jy ! Component: 1950 - total flux cleaned = 0.02092 Jy ! Component: 2000 - total flux cleaned = 0.0212685 Jy ! Total flux subtracted in 2048 components = 0.0214413 Jy ! Clean residual min=-0.002868 max=0.002583 Jy/beam ! Clean residual mean=0.000182 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.292402 Jy keep ! Adding 141 model components to the UV plane model. ! The established model now contains 337 components and 0.292402 Jy ![Exited script file: muppet] wmap "J0814-2521_S_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.775 x 14.07 at 10.19 degrees (North through East) ! Clean map min=-0.0048906 max=0.095105 Jy/beam ! Writing clean map to FITS file: J0814-2521_S_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.0951051 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000936455 device "J0814-2521_S_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J0814-2521_S_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.95396 2.95396 5.90792 11.8158 23.6317 47.2633 94.5267 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0028 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.095 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.775 x 14.07 at 10.19 degrees (North through East) ! Clean map min=-0.0048906 max=0.095105 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0814-2521_S_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J0814-2521_S_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0814-2521_S_1997_07_02_yyk_uvs.log closed on Sun Jan 7 16:57:21 2007