! Started logfile: J0216-3247_S_2002_01_31_yyk_uvs.log on Tue Jun 26 22:00:48 2007 obs J0216-3247_S_2002_01_31_yyk_uva.fits ! Reading UV FITS file: J0216-3247_S_2002_01_31_yyk_uva.fits ! AN table 1: 80 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.705556 visibilities/baseline/integration-bin. ! Found source: J0216-3247 ! ! 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 10160 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 J0216-3247_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.249144 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.35 mas, bmaj=6.106 mas, bpa=-1.709 degrees ! Estimated noise=1603.99 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.137184 Jy ! Component: 100 - total flux cleaned = 0.156902 Jy ! Total flux subtracted in 100 components = 0.156902 Jy ! Clean residual min=-0.008849 max=0.010191 Jy/beam ! Clean residual mean=0.000032 rms=0.002485 Jy/beam ! Combined flux in latest and established models = 0.156902 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.156902 Jy ! ! Correcting IF 1. ! A total of 154 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 204 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 126 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.188110Jy sigma=0.001192 ! Fit after self-cal, rms=0.188025Jy sigma=0.001191 ! Inverting map and beam ! Estimated beam: bmin=2.35 mas, bmaj=6.106 mas, bpa=-1.709 degrees ! Estimated noise=1603.99 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.157 mas, bmaj=8.141 mas, bpa=-1.9 degrees ! Estimated noise=1081.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) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00975154 Jy ! Component: 100 - total flux cleaned = 0.0127722 Jy ! Component: 150 - total flux cleaned = 0.0132773 Jy ! Component: 200 - total flux cleaned = 0.0134044 Jy ! Total flux subtracted in 200 components = 0.0134044 Jy ! Clean residual min=-0.006219 max=0.006748 Jy/beam ! Clean residual mean=0.000264 rms=0.001717 Jy/beam ! Combined flux in latest and established models = 0.170306 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 24 components and 0.170306 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.187690Jy sigma=0.001189 ! Fit after self-cal, rms=0.187685Jy sigma=0.001189 ! 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.157 x 8.141 at -1.9 degrees (North through East) ! Clean map min=-0.0060232 max=0.1608 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.00139 ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 1.12 HN 1.00* KP 1.03 ! LA 0.95 MK 0.95 NL 1.16 OV 0.89 ! PT 0.97 SC 1.07 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.992644 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.97 HN 1.00* KP 1.00* ! LA 0.95 MK 1.11 NL 1.17 OV 0.96 ! PT 0.92 SC 1.03 ! ! ! 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.187685Jy sigma=0.001189 ! Fit after self-cal, rms=0.188280Jy sigma=0.001186 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.188280Jy sigma=0.001186 ! Fit after self-cal, rms=0.188282Jy sigma=0.001185 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.213 mas, bmaj=8.228 mas, bpa=-1.944 degrees ! Estimated noise=1076.57 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.00157645 Jy ! Component: 100 - total flux cleaned = -0.00165137 Jy ! Component: 150 - total flux cleaned = -0.00171392 Jy ! Component: 200 - total flux cleaned = -0.00171329 Jy ! Total flux subtracted in 200 components = -0.00171329 Jy ! Clean residual min=-0.005468 max=0.005105 Jy/beam ! Clean residual mean=0.000161 rms=0.001520 Jy/beam ! Combined flux in latest and established models = 0.168593 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 39 components and 0.168593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.188264Jy sigma=0.001185 ! Fit after self-cal, rms=0.188261Jy sigma=0.001185 ! 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.188261Jy sigma=0.001185 ! Fit after self-cal, rms=0.187220Jy sigma=0.001179 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.000893486 Jy ! Component: 100 - total flux cleaned = 0.000894446 Jy ! Component: 150 - total flux cleaned = 0.000867138 Jy ! Component: 200 - total flux cleaned = 0.000866585 Jy ! Total flux subtracted in 200 components = 0.000866585 Jy ! Clean residual min=-0.005419 max=0.005106 Jy/beam ! Clean residual mean=0.000162 rms=0.001498 Jy/beam ! Combined flux in latest and established models = 0.169459 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 47 components and 0.169459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.187210Jy sigma=0.001179 ! Fit after self-cal, rms=0.187026Jy sigma=0.001178 ! 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.213 x 8.228 at -1.944 degrees (North through East) ! Clean map min=-0.0053501 max=0.16245 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.187026Jy sigma=0.001178 ! Fit after self-cal, rms=0.188161Jy 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.188161Jy sigma=0.001177 ! Fit after self-cal, rms=0.188119Jy sigma=0.001177 ! Inverting map and beam ! Estimated beam: bmin=3.231 mas, bmaj=8.312 mas, bpa=-2.267 degrees ! Estimated noise=1076.81 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000324039 Jy ! Component: 100 - total flux cleaned = -0.00036682 Jy ! Component: 150 - total flux cleaned = -0.000428844 Jy ! Component: 200 - total flux cleaned = -0.000430871 Jy ! Total flux subtracted in 200 components = -0.000430871 Jy ! Clean residual min=-0.005557 max=0.004778 Jy/beam ! Clean residual mean=0.000088 rms=0.001500 Jy/beam ! Combined flux in latest and established models = 0.169028 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 53 components and 0.169028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.188111Jy sigma=0.001176 ! Fit after self-cal, rms=0.188102Jy sigma=0.001176 ! 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.188102Jy sigma=0.001176 ! Fit after self-cal, rms=0.189242Jy 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.189242Jy sigma=0.001177 ! Fit after self-cal, rms=0.189229Jy sigma=0.001177 ! Inverting map and beam ! Estimated beam: bmin=3.21 mas, bmaj=8.289 mas, bpa=-2.612 degrees ! Estimated noise=1077.65 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0006187 Jy ! Component: 100 - total flux cleaned = 0.000573159 Jy ! Component: 150 - total flux cleaned = 0.000577066 Jy ! Component: 200 - total flux cleaned = 0.000575337 Jy ! Total flux subtracted in 200 components = 0.000575337 Jy ! Clean residual min=-0.005928 max=0.005071 Jy/beam ! Clean residual mean=0.000129 rms=0.001616 Jy/beam ! Combined flux in latest and established models = 0.169604 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 56 components and 0.169604 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.189218Jy sigma=0.001177 ! Fit after self-cal, rms=0.189220Jy 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.267 mas, bmaj=25.09 mas, bpa=4.053 degrees ! Estimated noise=1353.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.00170186 Jy ! Component: 100 - total flux cleaned = 0.00169798 Jy ! Component: 150 - total flux cleaned = 0.00170043 Jy ! Component: 200 - total flux cleaned = 0.00175605 Jy ! Total flux subtracted in 200 components = 0.00175605 Jy ! Clean residual min=-0.006457 max=0.004854 Jy/beam ! Clean residual mean=0.000228 rms=0.002166 Jy/beam ! Combined flux in latest and established models = 0.17136 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 56 components and 0.17136 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.189234Jy sigma=0.001177 ! Fit after self-cal, rms=0.189234Jy 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.362 mas, bmaj=6.139 mas, bpa=-1.907 degrees ! Estimated noise=1629.68 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.14086 Jy ! Component: 100 - total flux cleaned = 0.159781 Jy ! Component: 150 - total flux cleaned = 0.162694 Jy ! Component: 200 - total flux cleaned = 0.163674 Jy ! Total flux subtracted in 200 components = 0.163674 Jy ! Clean residual min=-0.008209 max=0.008021 Jy/beam ! Clean residual mean=0.000015 rms=0.002224 Jy/beam ! Combined flux in latest and established models = 0.163674 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.163674 Jy ! Inverting map and beam ! Estimated beam: bmin=3.21 mas, bmaj=8.289 mas, bpa=-2.612 degrees ! Estimated noise=1077.65 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.00484178 Jy ! Component: 100 - total flux cleaned = 0.00540309 Jy ! Component: 150 - total flux cleaned = 0.00546593 Jy ! Component: 200 - total flux cleaned = 0.00547197 Jy ! Total flux subtracted in 200 components = 0.00547197 Jy ! Clean residual min=-0.005901 max=0.005390 Jy/beam ! Clean residual mean=0.000131 rms=0.001638 Jy/beam ! Combined flux in latest and established models = 0.169146 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 31 components and 0.169146 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.267 mas, bmaj=25.09 mas, bpa=4.053 degrees ! Estimated noise=1353.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.00191462 Jy ! Component: 100 - total flux cleaned = 0.00191849 Jy ! Component: 150 - total flux cleaned = 0.00191935 Jy ! Component: 200 - total flux cleaned = 0.0019795 Jy ! Total flux subtracted in 200 components = 0.0019795 Jy ! Clean residual min=-0.006574 max=0.004866 Jy/beam ! Clean residual mean=0.000231 rms=0.002180 Jy/beam ! Combined flux in latest and established models = 0.171125 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 36 components and 0.171125 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.21 mas, bmaj=8.289 mas, bpa=-2.612 degrees ! Estimated noise=1077.65 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00181019 Jy ! Component: 100 - total flux cleaned = -0.00174632 Jy ! Component: 150 - total flux cleaned = -0.00170362 Jy ! Component: 200 - total flux cleaned = -0.00166806 Jy ! Total flux subtracted in 200 components = -0.00166806 Jy ! Clean residual min=-0.006016 max=0.005164 Jy/beam ! Clean residual mean=0.000130 rms=0.001620 Jy/beam ! Combined flux in latest and established models = 0.169457 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 39 components and 0.169457 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.189227Jy sigma=0.001177 ! Fit after self-cal, rms=0.189228Jy sigma=0.001177 wmodel J0216-3247_S_2002_01_31_yyk\_map.mod ! Writing 39 model components to file: J0216-3247_S_2002_01_31_yyk_map.mod wobs J0216-3247_S_2002_01_31_yyk\_uvs.fits ! Writing UV FITS file: J0216-3247_S_2002_01_31_yyk_uvs.fits wwins J0216-3247_S_2002_01_31_yyk\_map.win ! wwins: Wrote 1 windows to J0216-3247_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.000798492 Jy ! Component: 100 - total flux cleaned = -0.000888145 Jy ! Component: 150 - total flux cleaned = -0.000642638 Jy ! Component: 200 - total flux cleaned = -0.000249528 Jy ! Component: 250 - total flux cleaned = 0.000128923 Jy ! Component: 300 - total flux cleaned = 0.000715785 Jy ! Component: 350 - total flux cleaned = 0.0012116 Jy ! Component: 400 - total flux cleaned = 0.00182983 Jy ! Component: 450 - total flux cleaned = 0.0022962 Jy ! Component: 500 - total flux cleaned = 0.00268589 Jy ! Component: 550 - total flux cleaned = 0.00319122 Jy ! Component: 600 - total flux cleaned = 0.00368215 Jy ! Component: 650 - total flux cleaned = 0.00409927 Jy ! Component: 700 - total flux cleaned = 0.0043318 Jy ! Component: 750 - total flux cleaned = 0.00450386 Jy ! Component: 800 - total flux cleaned = 0.00489386 Jy ! Component: 850 - total flux cleaned = 0.00510999 Jy ! Component: 900 - total flux cleaned = 0.00548265 Jy ! Component: 950 - total flux cleaned = 0.00579551 Jy ! Component: 1000 - total flux cleaned = 0.0062048 Jy ! Component: 1050 - total flux cleaned = 0.00655498 Jy ! Component: 1100 - total flux cleaned = 0.00684864 Jy ! Component: 1150 - total flux cleaned = 0.00704207 Jy ! Component: 1200 - total flux cleaned = 0.00746865 Jy ! Component: 1250 - total flux cleaned = 0.00774773 Jy ! Component: 1300 - total flux cleaned = 0.00802218 Jy ! Component: 1350 - total flux cleaned = 0.00829258 Jy ! Component: 1400 - total flux cleaned = 0.00855951 Jy ! Component: 1450 - total flux cleaned = 0.00886586 Jy ! Component: 1500 - total flux cleaned = 0.00912444 Jy ! Component: 1550 - total flux cleaned = 0.00942138 Jy ! Component: 1600 - total flux cleaned = 0.00962992 Jy ! Component: 1650 - total flux cleaned = 0.00979516 Jy ! Component: 1700 - total flux cleaned = 0.00995922 Jy ! Component: 1750 - total flux cleaned = 0.0102802 Jy ! Component: 1800 - total flux cleaned = 0.0104378 Jy ! Component: 1850 - total flux cleaned = 0.010593 Jy ! Component: 1900 - total flux cleaned = 0.0107087 Jy ! Component: 1950 - total flux cleaned = 0.0108983 Jy ! Component: 2000 - total flux cleaned = 0.0110482 Jy ! Total flux subtracted in 2048 components = 0.0111958 Jy ! Clean residual min=-0.002204 max=0.002027 Jy/beam ! Clean residual mean=0.000082 rms=0.000771 Jy/beam ! Combined flux in latest and established models = 0.180653 Jy keep ! Adding 117 model components to the UV plane model. ! The established model now contains 156 components and 0.180653 Jy ![Exited script file: muppet] wmap "J0216-3247_S_2002_01_31_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.21 x 8.289 at -2.612 degrees (North through East) ! Clean map min=-0.0046384 max=0.16147 Jy/beam ! Writing clean map to FITS file: J0216-3247_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.161474 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00075911 device "J0216-3247_S_2002_01_31_yyk\_map.eps/VPS" ! Attempting to open device: 'J0216-3247_S_2002_01_31_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.41034 1.41034 2.82067 5.64134 11.2827 22.5654 45.1308 90.2615 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.161 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.21 x 8.289 at -2.612 degrees (North through East) ! Clean map min=-0.0046384 max=0.16147 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0216-3247_S_2002_01_31_yyk\_map.gif/gif" ! Attempting to open device: 'J0216-3247_S_2002_01_31_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0216-3247_S_2002_01_31_yyk_uvs.log closed on Tue Jun 26 22:00:56 2007