! Started logfile: J0844-3742_S_2002_01_31_yyk_uvs.log on Tue Jun 26 22:32:45 2007 obs J0844-3742_S_2002_01_31_yyk_uva.fits ! Reading UV FITS file: J0844-3742_S_2002_01_31_yyk_uva.fits ! AN table 1: 37 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.694294 visibilities/baseline/integration-bin. ! Found source: J0844-3742 ! ! 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.22947e+09 8e+06 1 8e+06 ! 02 2 2.25947e+09 8e+06 1 8e+06 ! 03 3 2.34947e+09 8e+06 1 8e+06 ! 04 4 2.36947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1224 lines of history. ! ! Reading 4624 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 J0844-3742_S_2002_01_31_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.265739 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.499 mas, bmaj=7.056 mas, bpa=2.854 degrees ! Estimated noise=2267.84 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.113417 Jy ! Component: 100 - total flux cleaned = 0.149452 Jy ! Total flux subtracted in 100 components = 0.149452 Jy ! Clean residual min=-0.013147 max=0.017056 Jy/beam ! Clean residual mean=0.000143 rms=0.004312 Jy/beam ! Combined flux in latest and established models = 0.149453 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 33 components and 0.149453 Jy ! ! Correcting IF 1. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 97 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 60 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.223760Jy sigma=0.001323 ! Fit after self-cal, rms=0.222950Jy sigma=0.001318 ! Inverting map and beam ! Estimated beam: bmin=2.499 mas, bmaj=7.056 mas, bpa=2.854 degrees ! Estimated noise=2267.84 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.359 mas, bmaj=9.076 mas, bpa=6.868 degrees ! Estimated noise=1676.71 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.025761 Jy ! Component: 100 - total flux cleaned = 0.0338091 Jy ! Component: 150 - total flux cleaned = 0.0360713 Jy ! Component: 200 - total flux cleaned = 0.0363929 Jy ! Total flux subtracted in 200 components = 0.0363929 Jy ! Clean residual min=-0.008506 max=0.013765 Jy/beam ! Clean residual mean=0.000187 rms=0.003709 Jy/beam ! Combined flux in latest and established models = 0.185845 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 61 components and 0.185845 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.221547Jy sigma=0.001306 ! Fit after self-cal, rms=0.221526Jy sigma=0.001306 ! 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.359 x 9.076 at 6.868 degrees (North through East) ! Clean map min=-0.0082841 max=0.12579 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! 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. ! 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. ! 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.221526Jy sigma=0.001306 ! Fit after self-cal, rms=0.221526Jy sigma=0.001306 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.221526Jy sigma=0.001306 ! Fit after self-cal, rms=0.221526Jy sigma=0.001306 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.359 mas, bmaj=9.076 mas, bpa=6.868 degrees ! Estimated noise=1676.71 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.000361567 Jy ! Component: 100 - total flux cleaned = 0.000515727 Jy ! Component: 150 - total flux cleaned = 0.000665924 Jy ! Component: 200 - total flux cleaned = 0.000741711 Jy ! Total flux subtracted in 200 components = 0.000741711 Jy ! Clean residual min=-0.008479 max=0.013585 Jy/beam ! Clean residual mean=0.000183 rms=0.003688 Jy/beam ! Combined flux in latest and established models = 0.186587 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 65 components and 0.186587 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.221486Jy sigma=0.001305 ! Fit after self-cal, rms=0.221478Jy sigma=0.001305 ! 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.221478Jy sigma=0.001305 ! Fit after self-cal, rms=0.219829Jy sigma=0.001295 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.00216482 Jy ! Component: 100 - total flux cleaned = 0.00236601 Jy ! Component: 150 - total flux cleaned = 0.00262609 Jy ! Component: 200 - total flux cleaned = 0.0027753 Jy ! Total flux subtracted in 200 components = 0.0027753 Jy ! Clean residual min=-0.009935 max=0.013689 Jy/beam ! Clean residual mean=0.000153 rms=0.003552 Jy/beam ! Combined flux in latest and established models = 0.189362 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 69 components and 0.189362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219775Jy sigma=0.001295 ! Fit after self-cal, rms=0.219492Jy sigma=0.001293 ! 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.359 x 9.076 at 6.868 degrees (North through East) ! Clean map min=-0.0081804 max=0.1255 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.219492Jy sigma=0.001293 ! Fit after self-cal, rms=0.219492Jy sigma=0.001293 ! 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.219492Jy sigma=0.001293 ! Fit after self-cal, rms=0.219311Jy sigma=0.001293 ! Inverting map and beam ! Estimated beam: bmin=3.359 mas, bmaj=9.076 mas, bpa=6.868 degrees ! Estimated noise=1676.71 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000462748 Jy ! Component: 100 - total flux cleaned = 0.000823781 Jy ! Component: 150 - total flux cleaned = 0.000979467 Jy ! Component: 200 - total flux cleaned = 0.00112179 Jy ! Total flux subtracted in 200 components = 0.00112179 Jy ! Clean residual min=-0.007953 max=0.013411 Jy/beam ! Clean residual mean=0.000140 rms=0.003441 Jy/beam ! Combined flux in latest and established models = 0.190484 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 73 components and 0.190484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.219247Jy sigma=0.001292 ! Fit after self-cal, rms=0.219108Jy sigma=0.001291 ! 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.219108Jy sigma=0.001291 ! Fit after self-cal, rms=0.218969Jy sigma=0.001290 ! 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.218969Jy sigma=0.001290 ! Fit after self-cal, rms=0.218928Jy sigma=0.001290 ! Inverting map and beam ! Estimated beam: bmin=3.361 mas, bmaj=9.091 mas, bpa=7.162 degrees ! Estimated noise=1640.66 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00350053 Jy ! Component: 100 - total flux cleaned = -0.00370406 Jy ! Component: 150 - total flux cleaned = -0.00375014 Jy ! Component: 200 - total flux cleaned = -0.00370779 Jy ! Total flux subtracted in 200 components = -0.00370779 Jy ! Clean residual min=-0.007162 max=0.011429 Jy/beam ! Clean residual mean=0.000073 rms=0.002961 Jy/beam ! Combined flux in latest and established models = 0.186776 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 78 components and 0.186776 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.218864Jy sigma=0.001289 ! Fit after self-cal, rms=0.218868Jy sigma=0.001289 ! 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=9.269 mas, bmaj=34.19 mas, bpa=8.337 degrees ! Estimated noise=2004.05 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.00208722 Jy ! Component: 100 - total flux cleaned = 0.00209125 Jy ! Component: 150 - total flux cleaned = 0.00209306 Jy ! Component: 200 - total flux cleaned = 0.00209283 Jy ! Total flux subtracted in 200 components = 0.00209283 Jy ! Clean residual min=-0.007481 max=0.011101 Jy/beam ! Clean residual mean=0.000103 rms=0.003804 Jy/beam ! Combined flux in latest and established models = 0.188869 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 81 components and 0.188869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.218885Jy sigma=0.001289 ! Fit after self-cal, rms=0.218881Jy sigma=0.001289 ! 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.494 mas, bmaj=7.053 mas, bpa=2.946 degrees ! Estimated noise=2231.91 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.114607 Jy ! Component: 100 - total flux cleaned = 0.148259 Jy ! Component: 150 - total flux cleaned = 0.164708 Jy ! Component: 200 - total flux cleaned = 0.173048 Jy ! Total flux subtracted in 200 components = 0.173048 Jy ! Clean residual min=-0.010210 max=0.011368 Jy/beam ! Clean residual mean=0.000081 rms=0.003181 Jy/beam ! Combined flux in latest and established models = 0.173048 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.173048 Jy ! Inverting map and beam ! Estimated beam: bmin=3.361 mas, bmaj=9.091 mas, bpa=7.162 degrees ! Estimated noise=1640.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.0091872 Jy ! Component: 100 - total flux cleaned = 0.0118312 Jy ! Component: 150 - total flux cleaned = 0.0119937 Jy ! Component: 200 - total flux cleaned = 0.0120973 Jy ! Total flux subtracted in 200 components = 0.0120973 Jy ! Clean residual min=-0.007129 max=0.011375 Jy/beam ! Clean residual mean=0.000081 rms=0.002968 Jy/beam ! Combined flux in latest and established models = 0.185146 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 59 components and 0.185146 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=9.269 mas, bmaj=34.19 mas, bpa=8.337 degrees ! Estimated noise=2004.05 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.00240463 Jy ! Component: 100 - total flux cleaned = 0.0024067 Jy ! Component: 150 - total flux cleaned = 0.00247941 Jy ! Component: 200 - total flux cleaned = 0.00249079 Jy ! Total flux subtracted in 200 components = 0.00249079 Jy ! Clean residual min=-0.007702 max=0.011229 Jy/beam ! Clean residual mean=0.000115 rms=0.003802 Jy/beam ! Combined flux in latest and established models = 0.187636 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 62 components and 0.187636 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.361 mas, bmaj=9.091 mas, bpa=7.162 degrees ! Estimated noise=1640.66 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00207133 Jy ! Component: 100 - total flux cleaned = -0.00199714 Jy ! Component: 150 - total flux cleaned = -0.00198995 Jy ! Component: 200 - total flux cleaned = -0.00193339 Jy ! Total flux subtracted in 200 components = -0.00193339 Jy ! Clean residual min=-0.007103 max=0.011134 Jy/beam ! Clean residual mean=0.000078 rms=0.002936 Jy/beam ! Combined flux in latest and established models = 0.185703 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 67 components and 0.185703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.218881Jy sigma=0.001289 ! Fit after self-cal, rms=0.218882Jy sigma=0.001289 wmodel J0844-3742_S_2002_01_31_yyk\_map.mod ! Writing 67 model components to file: J0844-3742_S_2002_01_31_yyk_map.mod wobs J0844-3742_S_2002_01_31_yyk\_uvs.fits ! Writing UV FITS file: J0844-3742_S_2002_01_31_yyk_uvs.fits wwins J0844-3742_S_2002_01_31_yyk\_map.win ! wwins: Wrote 1 windows to J0844-3742_S_2002_01_31_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.00466576 Jy ! Component: 100 - total flux cleaned = 0.00766675 Jy ! Component: 150 - total flux cleaned = 0.00924971 Jy ! Component: 200 - total flux cleaned = 0.0107197 Jy ! Component: 250 - total flux cleaned = 0.0118659 Jy ! Component: 300 - total flux cleaned = 0.0126176 Jy ! Component: 350 - total flux cleaned = 0.0129266 Jy ! Component: 400 - total flux cleaned = 0.0130246 Jy ! Component: 450 - total flux cleaned = 0.0131178 Jy ! Component: 500 - total flux cleaned = 0.0132053 Jy ! Component: 550 - total flux cleaned = 0.0133756 Jy ! Component: 600 - total flux cleaned = 0.0135406 Jy ! Component: 650 - total flux cleaned = 0.0136208 Jy ! Component: 700 - total flux cleaned = 0.0137764 Jy ! Component: 750 - total flux cleaned = 0.0137777 Jy ! Component: 800 - total flux cleaned = 0.0136329 Jy ! Component: 850 - total flux cleaned = 0.0134204 Jy ! Component: 900 - total flux cleaned = 0.0133516 Jy ! Component: 950 - total flux cleaned = 0.0131512 Jy ! Component: 1000 - total flux cleaned = 0.0130868 Jy ! Component: 1050 - total flux cleaned = 0.0129574 Jy ! Component: 1100 - total flux cleaned = 0.0127699 Jy ! Component: 1150 - total flux cleaned = 0.0125253 Jy ! Component: 1200 - total flux cleaned = 0.0124656 Jy ! Component: 1250 - total flux cleaned = 0.012584 Jy ! Component: 1300 - total flux cleaned = 0.0124116 Jy ! Component: 1350 - total flux cleaned = 0.0125824 Jy ! Component: 1400 - total flux cleaned = 0.0124157 Jy ! Component: 1450 - total flux cleaned = 0.012418 Jy ! Component: 1500 - total flux cleaned = 0.0125788 Jy ! Component: 1550 - total flux cleaned = 0.0125269 Jy ! Component: 1600 - total flux cleaned = 0.0126821 Jy ! Component: 1650 - total flux cleaned = 0.0126832 Jy ! Component: 1700 - total flux cleaned = 0.0127838 Jy ! Component: 1750 - total flux cleaned = 0.0129305 Jy ! Component: 1800 - total flux cleaned = 0.0129304 Jy ! Component: 1850 - total flux cleaned = 0.0129302 Jy ! Component: 1900 - total flux cleaned = 0.0128371 Jy ! Component: 1950 - total flux cleaned = 0.0127449 Jy ! Component: 2000 - total flux cleaned = 0.0127441 Jy ! Total flux subtracted in 2048 components = 0.0125204 Jy ! Clean residual min=-0.002525 max=0.002299 Jy/beam ! Clean residual mean=-0.000019 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.198223 Jy keep ! Adding 161 model components to the UV plane model. ! The established model now contains 228 components and 0.198224 Jy ![Exited script file: muppet] wmap "J0844-3742_S_2002_01_31_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.361 x 9.091 at 7.162 degrees (North through East) ! Clean map min=-0.0047754 max=0.12277 Jy/beam ! Writing clean map to FITS file: J0844-3742_S_2002_01_31_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.122772 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000962998 device "J0844-3742_S_2002_01_31_yyk\_map.eps/VPS" ! Attempting to open device: 'J0844-3742_S_2002_01_31_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.35313 2.35313 4.70626 9.41252 18.825 37.6501 75.3001 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0028 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.122 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.361 x 9.091 at 7.162 degrees (North through East) ! Clean map min=-0.0047754 max=0.12277 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0844-3742_S_2002_01_31_yyk\_map.gif/gif" ! Attempting to open device: 'J0844-3742_S_2002_01_31_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0844-3742_S_2002_01_31_yyk_uvs.log closed on Tue Jun 26 22:32:51 2007