! Started logfile: J1154-3242_S_2002_01_31_yyk_uvs.log on Tue Jun 26 22:43:30 2007 obs J1154-3242_S_2002_01_31_yyk_uva.fits ! Reading UV FITS file: J1154-3242_S_2002_01_31_yyk_uva.fits ! AN table 1: 71 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.69734 visibilities/baseline/integration-bin. ! Found source: J1154-3242 ! ! 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 8912 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 J1154-3242_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.249646 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.576 mas, bmaj=6.025 mas, bpa=-1.089 degrees ! Estimated noise=1731.26 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.141109 Jy ! Component: 100 - total flux cleaned = 0.162854 Jy ! Total flux subtracted in 100 components = 0.162854 Jy ! Clean residual min=-0.009515 max=0.012892 Jy/beam ! Clean residual mean=-0.000069 rms=0.002654 Jy/beam ! Combined flux in latest and established models = 0.162854 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.162854 Jy ! ! Correcting IF 1. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 184 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 114 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.184994Jy sigma=0.001218 ! Fit after self-cal, rms=0.184506Jy sigma=0.001214 ! Inverting map and beam ! Estimated beam: bmin=2.576 mas, bmaj=6.025 mas, bpa=-1.089 degrees ! Estimated noise=1731.26 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.399 mas, bmaj=8.44 mas, bpa=-5.485 degrees ! Estimated noise=1106.81 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.0104957 Jy ! Component: 100 - total flux cleaned = 0.0136391 Jy ! Component: 150 - total flux cleaned = 0.0139301 Jy ! Component: 200 - total flux cleaned = 0.0139803 Jy ! Total flux subtracted in 200 components = 0.0139803 Jy ! Clean residual min=-0.006102 max=0.009022 Jy/beam ! Clean residual mean=0.000147 rms=0.002199 Jy/beam ! Combined flux in latest and established models = 0.176835 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 21 components and 0.176835 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184083Jy sigma=0.001211 ! Fit after self-cal, rms=0.184080Jy sigma=0.001211 ! 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.399 x 8.44 at -5.485 degrees (North through East) ! Clean map min=-0.0060539 max=0.16479 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 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00426 ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 1.06 HN 1.00* KP 0.95 ! LA 0.91 MK 0.98 NL 1.14 OV 0.93 ! PT 1.04 SC 1.09 ! ! ! Correcting IF 2. ! A total of 3 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 3 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 3 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.184080Jy sigma=0.001211 ! Fit after self-cal, rms=0.183416Jy sigma=0.001209 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.183416Jy sigma=0.001209 ! Fit after self-cal, rms=0.183415Jy sigma=0.001209 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.429 mas, bmaj=8.542 mas, bpa=-5.757 degrees ! Estimated noise=1101.27 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.00104878 Jy ! Component: 100 - total flux cleaned = -0.0011393 Jy ! Component: 150 - total flux cleaned = -0.00117601 Jy ! Component: 200 - total flux cleaned = -0.00114396 Jy ! Total flux subtracted in 200 components = -0.00114396 Jy ! Clean residual min=-0.006272 max=0.008015 Jy/beam ! Clean residual mean=0.000118 rms=0.002076 Jy/beam ! Combined flux in latest and established models = 0.175691 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 32 components and 0.175691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183393Jy sigma=0.001209 ! Fit after self-cal, rms=0.183390Jy sigma=0.001209 ! 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.183390Jy sigma=0.001209 ! Fit after self-cal, rms=0.180605Jy sigma=0.001188 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 (8.5, 14). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00941354 Jy ! Component: 100 - total flux cleaned = 0.00979328 Jy ! Component: 150 - total flux cleaned = 0.00945 Jy ! Component: 200 - total flux cleaned = 0.00914354 Jy ! Total flux subtracted in 200 components = 0.00914354 Jy ! Clean residual min=-0.005829 max=0.007832 Jy/beam ! Clean residual mean=0.000110 rms=0.001775 Jy/beam ! Combined flux in latest and established models = 0.184834 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 62 components and 0.184834 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180192Jy sigma=0.001185 ! Fit after self-cal, rms=0.179865Jy sigma=0.001183 ! 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.429 x 8.542 at -5.757 degrees (North through East) ! Clean map min=-0.0051613 max=0.16354 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.179865Jy sigma=0.001183 ! Fit after self-cal, rms=0.180311Jy sigma=0.001181 ! 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.180311Jy sigma=0.001181 ! Fit after self-cal, rms=0.180262Jy sigma=0.001181 ! Inverting map and beam ! Estimated beam: bmin=3.438 mas, bmaj=8.544 mas, bpa=-5.891 degrees ! Estimated noise=1103.45 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00377319 Jy ! Component: 100 - total flux cleaned = 0.00359761 Jy ! Component: 150 - total flux cleaned = 0.00343856 Jy ! Component: 200 - total flux cleaned = 0.00329329 Jy ! Total flux subtracted in 200 components = 0.00329329 Jy ! Clean residual min=-0.005213 max=0.006038 Jy/beam ! Clean residual mean=0.000142 rms=0.001594 Jy/beam ! Combined flux in latest and established models = 0.188128 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 77 components and 0.188128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180157Jy sigma=0.001180 ! Fit after self-cal, rms=0.180148Jy sigma=0.001180 ! 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.180148Jy sigma=0.001180 ! Fit after self-cal, rms=0.185802Jy sigma=0.001177 ! 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.185802Jy sigma=0.001177 ! Fit after self-cal, rms=0.185814Jy sigma=0.001177 ! Inverting map and beam ! Estimated beam: bmin=3.402 mas, bmaj=8.508 mas, bpa=-6.245 degrees ! Estimated noise=1111.63 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00143185 Jy ! Component: 100 - total flux cleaned = 0.00171278 Jy ! Component: 150 - total flux cleaned = 0.00194674 Jy ! Component: 200 - total flux cleaned = 0.00209631 Jy ! Total flux subtracted in 200 components = 0.00209631 Jy ! Clean residual min=-0.004593 max=0.004842 Jy/beam ! Clean residual mean=0.000110 rms=0.001352 Jy/beam ! Combined flux in latest and established models = 0.190224 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 97 components and 0.190224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.185758Jy sigma=0.001177 ! Fit after self-cal, rms=0.185766Jy sigma=0.001177 ! 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.24 mas, bmaj=25.61 mas, bpa=5.331 degrees ! Estimated noise=1364.13 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.000471762 Jy ! Component: 100 - total flux cleaned = 0.000653544 Jy ! Component: 150 - total flux cleaned = 0.000714443 Jy ! Component: 200 - total flux cleaned = 0.000740063 Jy ! Total flux subtracted in 200 components = 0.000740063 Jy ! Clean residual min=-0.005184 max=0.004925 Jy/beam ! Clean residual mean=0.000199 rms=0.001924 Jy/beam ! Combined flux in latest and established models = 0.190964 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 114 components and 0.190964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.185758Jy sigma=0.001177 ! Fit after self-cal, rms=0.185763Jy sigma=0.001177 ! 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.576 mas, bmaj=6.011 mas, bpa=-1.575 degrees ! Estimated noise=1744.69 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.145259 Jy ! Component: 100 - total flux cleaned = 0.169306 Jy ! Component: 150 - total flux cleaned = 0.179683 Jy ! Component: 200 - total flux cleaned = 0.183532 Jy ! Total flux subtracted in 200 components = 0.183532 Jy ! Clean residual min=-0.006588 max=0.006458 Jy/beam ! Clean residual mean=-0.000021 rms=0.001726 Jy/beam ! Combined flux in latest and established models = 0.183532 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.183532 Jy ! Inverting map and beam ! Estimated beam: bmin=3.402 mas, bmaj=8.508 mas, bpa=-6.245 degrees ! Estimated noise=1111.63 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.00490298 Jy ! Component: 100 - total flux cleaned = 0.00570491 Jy ! Component: 150 - total flux cleaned = 0.00577996 Jy ! Component: 200 - total flux cleaned = 0.00578103 Jy ! Total flux subtracted in 200 components = 0.00578103 Jy ! Clean residual min=-0.004514 max=0.004973 Jy/beam ! Clean residual mean=0.000115 rms=0.001371 Jy/beam ! Combined flux in latest and established models = 0.189313 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 52 components and 0.189313 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.24 mas, bmaj=25.61 mas, bpa=5.331 degrees ! Estimated noise=1364.13 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.0011262 Jy ! Component: 100 - total flux cleaned = 0.00131711 Jy ! Component: 150 - total flux cleaned = 0.00135499 Jy ! Component: 200 - total flux cleaned = 0.00138667 Jy ! Total flux subtracted in 200 components = 0.00138667 Jy ! Clean residual min=-0.005158 max=0.004875 Jy/beam ! Clean residual mean=0.000201 rms=0.001925 Jy/beam ! Combined flux in latest and established models = 0.1907 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 62 components and 0.1907 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.402 mas, bmaj=8.508 mas, bpa=-6.245 degrees ! Estimated noise=1111.63 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000380855 Jy ! Component: 100 - total flux cleaned = -0.000533925 Jy ! Component: 150 - total flux cleaned = -0.000672279 Jy ! Component: 200 - total flux cleaned = -0.000756417 Jy ! Total flux subtracted in 200 components = -0.000756417 Jy ! Clean residual min=-0.004515 max=0.004878 Jy/beam ! Clean residual mean=0.000113 rms=0.001340 Jy/beam ! Combined flux in latest and established models = 0.189943 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 73 components and 0.189943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.185767Jy sigma=0.001177 ! Fit after self-cal, rms=0.185766Jy sigma=0.001177 wmodel J1154-3242_S_2002_01_31_yyk\_map.mod ! Writing 73 model components to file: J1154-3242_S_2002_01_31_yyk_map.mod wobs J1154-3242_S_2002_01_31_yyk\_uvs.fits ! Writing UV FITS file: J1154-3242_S_2002_01_31_yyk_uvs.fits wwins J1154-3242_S_2002_01_31_yyk\_map.win ! wwins: Wrote 2 windows to J1154-3242_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.000382017 Jy ! Component: 100 - total flux cleaned = 0.000301325 Jy ! Component: 150 - total flux cleaned = 0.000368759 Jy ! Component: 200 - total flux cleaned = 0.000364967 Jy ! Component: 250 - total flux cleaned = 0.000423677 Jy ! Component: 300 - total flux cleaned = 0.000858558 Jy ! Component: 350 - total flux cleaned = 0.00126953 Jy ! Component: 400 - total flux cleaned = 0.00156396 Jy ! Component: 450 - total flux cleaned = 0.00184652 Jy ! Component: 500 - total flux cleaned = 0.00207365 Jy ! Component: 550 - total flux cleaned = 0.00229427 Jy ! Component: 600 - total flux cleaned = 0.00250663 Jy ! Component: 650 - total flux cleaned = 0.00271188 Jy ! Component: 700 - total flux cleaned = 0.00295202 Jy ! Component: 750 - total flux cleaned = 0.00314623 Jy ! Component: 800 - total flux cleaned = 0.00322152 Jy ! Component: 850 - total flux cleaned = 0.0032963 Jy ! Component: 900 - total flux cleaned = 0.00333323 Jy ! Component: 950 - total flux cleaned = 0.003298 Jy ! Component: 1000 - total flux cleaned = 0.00329849 Jy ! Component: 1050 - total flux cleaned = 0.0033675 Jy ! Component: 1100 - total flux cleaned = 0.00326699 Jy ! Component: 1150 - total flux cleaned = 0.00333395 Jy ! Component: 1200 - total flux cleaned = 0.00330167 Jy ! Component: 1250 - total flux cleaned = 0.0033342 Jy ! Component: 1300 - total flux cleaned = 0.00336616 Jy ! Component: 1350 - total flux cleaned = 0.00339734 Jy ! Component: 1400 - total flux cleaned = 0.0033973 Jy ! Component: 1450 - total flux cleaned = 0.00339789 Jy ! Component: 1500 - total flux cleaned = 0.00342817 Jy ! Component: 1550 - total flux cleaned = 0.00351615 Jy ! Component: 1600 - total flux cleaned = 0.00351571 Jy ! Component: 1650 - total flux cleaned = 0.00348707 Jy ! Component: 1700 - total flux cleaned = 0.00354314 Jy ! Component: 1750 - total flux cleaned = 0.00354302 Jy ! Component: 1800 - total flux cleaned = 0.00351549 Jy ! Component: 1850 - total flux cleaned = 0.00351548 Jy ! Component: 1900 - total flux cleaned = 0.00351563 Jy ! Component: 1950 - total flux cleaned = 0.00356872 Jy ! Component: 2000 - total flux cleaned = 0.00351668 Jy ! Total flux subtracted in 2048 components = 0.00364594 Jy ! Clean residual min=-0.001805 max=0.001880 Jy/beam ! Clean residual mean=0.000060 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.193589 Jy keep ! Adding 127 model components to the UV plane model. ! The established model now contains 200 components and 0.193589 Jy ![Exited script file: muppet] wmap "J1154-3242_S_2002_01_31_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.402 x 8.508 at -6.245 degrees (North through East) ! Clean map min=-0.0035046 max=0.16001 Jy/beam ! Writing clean map to FITS file: J1154-3242_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.160014 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000561309 device "J1154-3242_S_2002_01_31_yyk\_map.eps/VPS" ! Attempting to open device: 'J1154-3242_S_2002_01_31_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.05236 1.05236 2.10472 4.20944 8.41887 16.8377 33.6755 67.351 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.16 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.402 x 8.508 at -6.245 degrees (North through East) ! Clean map min=-0.0035046 max=0.16001 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1154-3242_S_2002_01_31_yyk\_map.gif/gif" ! Attempting to open device: 'J1154-3242_S_2002_01_31_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1154-3242_S_2002_01_31_yyk_uvs.log closed on Tue Jun 26 22:43:37 2007