! Started logfile: J1155-1216_S_1997_05_07_yyk_uvs.log on Sun Jan 7 17:54:00 2007 obs J1155-1216_S_1997_05_07_yyk_uva.fits ! Reading UV FITS file: J1155-1216_S_1997_05_07_yyk_uva.fits ! AN table 1: 149 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.914541 visibilities/baseline/integration-bin. ! Found source: J1155-1216 ! ! 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 24528 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 J1155-1216_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.34239 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.801 mas, bmaj=7.192 mas, bpa=-5.429 degrees ! Estimated noise=1497.95 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.0856593 Jy ! Component: 100 - total flux cleaned = 0.105209 Jy ! Total flux subtracted in 100 components = 0.105209 Jy ! Clean residual min=-0.010250 max=0.018442 Jy/beam ! Clean residual mean=0.000158 rms=0.003595 Jy/beam ! Combined flux in latest and established models = 0.105209 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 21 components and 0.105209 Jy ! ! Correcting IF 1. ! A total of 171 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 67 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.325322Jy sigma=0.001285 ! Fit after self-cal, rms=0.324134Jy sigma=0.001282 ! Inverting map and beam ! Estimated beam: bmin=2.801 mas, bmaj=7.192 mas, bpa=-5.429 degrees ! Estimated noise=1497.95 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.534 mas, bmaj=8.976 mas, bpa=-4.953 degrees ! Estimated noise=1019.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.0189088 Jy ! Component: 100 - total flux cleaned = 0.0266338 Jy ! Component: 150 - total flux cleaned = 0.029795 Jy ! Component: 200 - total flux cleaned = 0.0303344 Jy ! Total flux subtracted in 200 components = 0.0303344 Jy ! Clean residual min=-0.008064 max=0.017687 Jy/beam ! Clean residual mean=0.000150 rms=0.003336 Jy/beam ! Combined flux in latest and established models = 0.135544 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 35 components and 0.135544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.323328Jy sigma=0.001278 ! Fit after self-cal, rms=0.323316Jy sigma=0.001278 ! 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.534 x 8.976 at -4.953 degrees (North through East) ! Clean map min=-0.0079721 max=0.1037 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 ! 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.323316Jy sigma=0.001278 ! Fit after self-cal, rms=0.323320Jy sigma=0.001278 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.323320Jy sigma=0.001278 ! Fit after self-cal, rms=0.323319Jy sigma=0.001278 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.534 mas, bmaj=8.977 mas, bpa=-4.955 degrees ! Estimated noise=1019.31 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 (12, -4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0200944 Jy ! Component: 100 - total flux cleaned = 0.0277448 Jy ! Component: 150 - total flux cleaned = 0.0279798 Jy ! Component: 200 - total flux cleaned = 0.0274802 Jy ! Total flux subtracted in 200 components = 0.0274802 Jy ! Clean residual min=-0.007108 max=0.009676 Jy/beam ! Clean residual mean=0.000086 rms=0.002318 Jy/beam ! Combined flux in latest and established models = 0.163024 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 35 model components to the UV plane model. ! The established model now contains 70 components and 0.163024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.322562Jy sigma=0.001274 ! Fit after self-cal, rms=0.322404Jy sigma=0.001273 ! 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.322404Jy sigma=0.001273 ! Fit after self-cal, rms=0.321139Jy sigma=0.001267 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.00727267 Jy ! Component: 100 - total flux cleaned = 0.0074737 Jy ! Component: 150 - total flux cleaned = 0.00734826 Jy ! Component: 200 - total flux cleaned = 0.0073408 Jy ! Total flux subtracted in 200 components = 0.0073408 Jy ! Clean residual min=-0.006268 max=0.007125 Jy/beam ! Clean residual mean=0.000064 rms=0.001924 Jy/beam ! Combined flux in latest and established models = 0.170365 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 88 components and 0.170365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.320972Jy sigma=0.001266 ! Fit after self-cal, rms=0.320776Jy sigma=0.001266 ! 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.534 x 8.977 at -4.955 degrees (North through East) ! Clean map min=-0.0059291 max=0.10375 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.320776Jy sigma=0.001266 ! Fit after self-cal, rms=0.319667Jy sigma=0.001265 ! 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.319667Jy sigma=0.001265 ! Fit after self-cal, rms=0.319651Jy sigma=0.001265 ! Inverting map and beam ! Estimated beam: bmin=3.514 mas, bmaj=9.025 mas, bpa=-5.413 degrees ! Estimated noise=1013.16 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00152265 Jy ! Component: 100 - total flux cleaned = 0.00143931 Jy ! Component: 150 - total flux cleaned = 0.00117832 Jy ! Component: 200 - total flux cleaned = 0.00101984 Jy ! Total flux subtracted in 200 components = 0.00101984 Jy ! Clean residual min=-0.005493 max=0.006797 Jy/beam ! Clean residual mean=0.000030 rms=0.001759 Jy/beam ! Combined flux in latest and established models = 0.171385 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 105 components and 0.171385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.319599Jy sigma=0.001265 ! Fit after self-cal, rms=0.319603Jy sigma=0.001265 ! 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.319603Jy sigma=0.001265 ! Fit after self-cal, rms=0.318964Jy sigma=0.001265 ! 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.318964Jy sigma=0.001265 ! Fit after self-cal, rms=0.318977Jy sigma=0.001265 ! Inverting map and beam ! Estimated beam: bmin=3.51 mas, bmaj=8.982 mas, bpa=-5.171 degrees ! Estimated noise=1008.64 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144358 Jy ! Component: 100 - total flux cleaned = 0.00170266 Jy ! Component: 150 - total flux cleaned = 0.00185463 Jy ! Component: 200 - total flux cleaned = 0.00178404 Jy ! Total flux subtracted in 200 components = 0.00178404 Jy ! Clean residual min=-0.005392 max=0.006718 Jy/beam ! Clean residual mean=0.000036 rms=0.001827 Jy/beam ! Combined flux in latest and established models = 0.173169 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 119 components and 0.173169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.318949Jy sigma=0.001265 ! Fit after self-cal, rms=0.318954Jy sigma=0.001265 ! 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.04 mas, bmaj=15.1 mas, bpa=-0.0504 degrees ! Estimated noise=1250.68 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.00337906 Jy ! Component: 100 - total flux cleaned = 0.0039495 Jy ! Component: 150 - total flux cleaned = 0.00387637 Jy ! Component: 200 - total flux cleaned = 0.00381321 Jy ! Total flux subtracted in 200 components = 0.00381321 Jy ! Clean residual min=-0.006536 max=0.007980 Jy/beam ! Clean residual mean=0.000046 rms=0.002373 Jy/beam ! Combined flux in latest and established models = 0.176982 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 132 components and 0.176982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.318961Jy sigma=0.001265 ! Fit after self-cal, rms=0.318963Jy sigma=0.001265 ! 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.79 mas, bmaj=7.199 mas, bpa=-5.601 degrees ! Estimated noise=1481.36 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0924357 Jy ! Component: 100 - total flux cleaned = 0.118457 Jy ! Component: 150 - total flux cleaned = 0.135405 Jy ! Component: 200 - total flux cleaned = 0.146293 Jy ! Total flux subtracted in 200 components = 0.146293 Jy ! Clean residual min=-0.008261 max=0.010240 Jy/beam ! Clean residual mean=0.000079 rms=0.002320 Jy/beam ! Combined flux in latest and established models = 0.146293 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.146293 Jy ! Inverting map and beam ! Estimated beam: bmin=3.51 mas, bmaj=8.982 mas, bpa=-5.171 degrees ! Estimated noise=1008.64 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (5, -1.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0139489 Jy ! Component: 100 - total flux cleaned = 0.0201196 Jy ! Component: 150 - total flux cleaned = 0.021889 Jy ! Component: 200 - total flux cleaned = 0.0231483 Jy ! Total flux subtracted in 200 components = 0.0231483 Jy ! Clean residual min=-0.005523 max=0.007488 Jy/beam ! Clean residual mean=0.000041 rms=0.001819 Jy/beam ! Combined flux in latest and established models = 0.169442 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 68 components and 0.169442 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.04 mas, bmaj=15.1 mas, bpa=-0.0504 degrees ! Estimated noise=1250.68 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.00301059 Jy ! Component: 100 - total flux cleaned = 0.00376157 Jy ! Component: 150 - total flux cleaned = 0.00437386 Jy ! Component: 200 - total flux cleaned = 0.00471561 Jy ! Total flux subtracted in 200 components = 0.00471561 Jy ! Clean residual min=-0.006785 max=0.007859 Jy/beam ! Clean residual mean=0.000066 rms=0.002356 Jy/beam ! Combined flux in latest and established models = 0.174157 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 108 components and 0.174157 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.51 mas, bmaj=8.982 mas, bpa=-5.171 degrees ! Estimated noise=1008.64 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00198797 Jy ! Component: 100 - total flux cleaned = -0.00210134 Jy ! Component: 150 - total flux cleaned = -0.00210473 Jy ! Component: 200 - total flux cleaned = -0.00202498 Jy ! Total flux subtracted in 200 components = -0.00202498 Jy ! Clean residual min=-0.005433 max=0.007283 Jy/beam ! Clean residual mean=0.000041 rms=0.001716 Jy/beam ! Combined flux in latest and established models = 0.172132 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 129 components and 0.172132 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.318828Jy sigma=0.001265 ! Fit after self-cal, rms=0.318826Jy sigma=0.001265 wmodel J1155-1216_S_1997_05_07_yyk\_map.mod ! Writing 129 model components to file: J1155-1216_S_1997_05_07_yyk_map.mod wobs J1155-1216_S_1997_05_07_yyk\_uvs.fits ! Writing UV FITS file: J1155-1216_S_1997_05_07_yyk_uvs.fits wwins J1155-1216_S_1997_05_07_yyk\_map.win ! wwins: Wrote 3 windows to J1155-1216_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.00211543 Jy ! Component: 100 - total flux cleaned = 0.00317449 Jy ! Component: 150 - total flux cleaned = 0.00378922 Jy ! Component: 200 - total flux cleaned = 0.00486184 Jy ! Component: 250 - total flux cleaned = 0.00564689 Jy ! Component: 300 - total flux cleaned = 0.00602313 Jy ! Component: 350 - total flux cleaned = 0.00667369 Jy ! Component: 400 - total flux cleaned = 0.00702395 Jy ! Component: 450 - total flux cleaned = 0.00743331 Jy ! Component: 500 - total flux cleaned = 0.00802928 Jy ! Component: 550 - total flux cleaned = 0.00841718 Jy ! Component: 600 - total flux cleaned = 0.00885986 Jy ! Component: 650 - total flux cleaned = 0.00910749 Jy ! Component: 700 - total flux cleaned = 0.00953256 Jy ! Component: 750 - total flux cleaned = 0.00994702 Jy ! Component: 800 - total flux cleaned = 0.0100636 Jy ! Component: 850 - total flux cleaned = 0.0104645 Jy ! Component: 900 - total flux cleaned = 0.0107444 Jy ! Component: 950 - total flux cleaned = 0.0109649 Jy ! Component: 1000 - total flux cleaned = 0.0111271 Jy ! Component: 1050 - total flux cleaned = 0.0112875 Jy ! Component: 1100 - total flux cleaned = 0.0113923 Jy ! Component: 1150 - total flux cleaned = 0.0114951 Jy ! Component: 1200 - total flux cleaned = 0.0114957 Jy ! Component: 1250 - total flux cleaned = 0.011694 Jy ! Component: 1300 - total flux cleaned = 0.0117915 Jy ! Component: 1350 - total flux cleaned = 0.0119844 Jy ! Component: 1400 - total flux cleaned = 0.0122206 Jy ! Component: 1450 - total flux cleaned = 0.0122671 Jy ! Component: 1500 - total flux cleaned = 0.0123126 Jy ! Component: 1550 - total flux cleaned = 0.0124022 Jy ! Component: 1600 - total flux cleaned = 0.0124013 Jy ! Component: 1650 - total flux cleaned = 0.0124446 Jy ! Component: 1700 - total flux cleaned = 0.0124445 Jy ! Component: 1750 - total flux cleaned = 0.0124016 Jy ! Component: 1800 - total flux cleaned = 0.0123596 Jy ! Component: 1850 - total flux cleaned = 0.0125271 Jy ! Component: 1900 - total flux cleaned = 0.0126097 Jy ! Component: 1950 - total flux cleaned = 0.0127732 Jy ! Component: 2000 - total flux cleaned = 0.0127735 Jy ! Total flux subtracted in 2048 components = 0.012973 Jy ! Clean residual min=-0.002097 max=0.002572 Jy/beam ! Clean residual mean=-0.000018 rms=0.000866 Jy/beam ! Combined flux in latest and established models = 0.185105 Jy keep ! Adding 133 model components to the UV plane model. ! The established model now contains 262 components and 0.185105 Jy ![Exited script file: muppet] wmap "J1155-1216_S_1997_05_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.51 x 8.982 at -5.171 degrees (North through East) ! Clean map min=-0.0052786 max=0.1022 Jy/beam ! Writing clean map to FITS file: J1155-1216_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.102203 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00085807 device "J1155-1216_S_1997_05_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J1155-1216_S_1997_05_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.51871 2.51871 5.03743 10.0749 20.1497 40.2994 80.5988 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0025 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.102 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.51 x 8.982 at -5.171 degrees (North through East) ! Clean map min=-0.0052786 max=0.1022 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1155-1216_S_1997_05_07_yyk\_map.gif/gif" ! Attempting to open device: 'J1155-1216_S_1997_05_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1155-1216_S_1997_05_07_yyk_uvs.log closed on Sun Jan 7 17:54:08 2007