! Started logfile: J0229-3643_X_2002_05_14_yyk_uvs.log on Tue Jun 26 22:02:55 2007 obs J0229-3643_X_2002_05_14_yyk_uva.fits ! Reading UV FITS file: J0229-3643_X_2002_05_14_yyk_uva.fits ! AN table 1: 40 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.541111 visibilities/baseline/integration-bin. ! Found source: J0229-3643 ! ! 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 8.40947e+09 8e+06 1 8e+06 ! 02 2 8.47947e+09 8e+06 1 8e+06 ! 03 3 8.79447e+09 8e+06 1 8e+06 ! 04 4 8.89947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1076 lines of history. ! ! Reading 3896 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 J0229-3643_X_2002_05_14_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.564418 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=0.8397 mas, bmaj=5.582 mas, bpa=22.04 degrees ! Estimated noise=3586.19 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.432496 Jy ! Component: 100 - total flux cleaned = 0.557641 Jy ! Total flux subtracted in 100 components = 0.557641 Jy ! Clean residual min=-0.038490 max=0.047320 Jy/beam ! Clean residual mean=0.000452 rms=0.013274 Jy/beam ! Combined flux in latest and established models = 0.557641 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.557641 Jy ! ! Correcting IF 1. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 117 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.349425Jy sigma=0.001867 ! Fit after self-cal, rms=0.346999Jy sigma=0.001864 ! Inverting map and beam ! Estimated beam: bmin=0.8397 mas, bmaj=5.583 mas, bpa=22.04 degrees ! Estimated noise=3588.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=0.981 mas, bmaj=6.451 mas, bpa=21.79 degrees ! Estimated noise=1828.59 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.0200968 Jy ! Component: 100 - total flux cleaned = 0.0171831 Jy ! Component: 150 - total flux cleaned = 0.0163935 Jy ! Component: 200 - total flux cleaned = 0.0158637 Jy ! Total flux subtracted in 200 components = 0.0158637 Jy ! Clean residual min=-0.026117 max=0.025135 Jy/beam ! Clean residual mean=0.000485 rms=0.008135 Jy/beam ! Combined flux in latest and established models = 0.573505 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 36 model components to the UV plane model. ! The established model now contains 52 components and 0.573505 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.345434Jy sigma=0.001829 ! Fit after self-cal, rms=0.345393Jy sigma=0.001829 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.981 x 6.451 at 21.79 degrees (North through East) ! Clean map min=-0.024914 max=0.37184 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 0.766042 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.92 HN 4.08 KP 1.00* ! LA 1.00 NL 1.06 OV 0.92 PT 1.02 ! SC 1.01 MK 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.752929 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.90 HN 4.38 KP 1.00* ! LA 0.93 NL 1.05 OV 0.89 PT 1.08 ! SC 1.00 MK 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.869944 ! Telescope amplitude corrections in sub-array 1: ! BR 1.16 FD 0.83 HN 2.47 KP 1.00* ! LA 0.98 NL 1.02 OV 0.91 PT 1.10 ! SC 1.03 MK 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.880687 ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 0.87 HN 2.17 KP 1.00* ! LA 0.95 NL 1.09 OV 0.93 PT 1.19 ! SC 1.02 MK 1.00* ! ! ! Fit before self-cal, rms=0.345393Jy sigma=0.001829 ! Fit after self-cal, rms=0.539754Jy sigma=0.002614 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.539754Jy sigma=0.002614 ! Fit after self-cal, rms=0.539792Jy sigma=0.002614 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.006 mas, bmaj=7.363 mas, bpa=22.53 degrees ! Estimated noise=1186.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.168101 Jy ! Component: 100 - total flux cleaned = -0.205333 Jy ! Component: 150 - total flux cleaned = -0.220061 Jy ! Component: 200 - total flux cleaned = -0.224847 Jy ! Total flux subtracted in 200 components = -0.224847 Jy ! Clean residual min=-0.011294 max=0.012185 Jy/beam ! Clean residual mean=-0.000062 rms=0.003597 Jy/beam ! Combined flux in latest and established models = 0.348658 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 35 model components to the UV plane model. ! The established model now contains 77 components and 0.348658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.520230Jy sigma=0.001831 ! Fit after self-cal, rms=0.520325Jy sigma=0.001831 ! 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.520325Jy sigma=0.001831 ! Fit after self-cal, rms=0.511618Jy sigma=0.001630 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.00924271 Jy ! Component: 100 - total flux cleaned = 0.00779013 Jy ! Component: 150 - total flux cleaned = 0.00721455 Jy ! Component: 200 - total flux cleaned = 0.00801677 Jy ! Total flux subtracted in 200 components = 0.00801677 Jy ! Clean residual min=-0.015023 max=0.012642 Jy/beam ! Clean residual mean=-0.000292 rms=0.004098 Jy/beam ! Combined flux in latest and established models = 0.356675 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 89 components and 0.356675 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.510183Jy sigma=0.001618 ! Fit after self-cal, rms=0.508558Jy sigma=0.001582 ! 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: 1.006 x 7.363 at 22.53 degrees (North through East) ! Clean map min=-0.021615 max=0.22556 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.508558Jy sigma=0.001582 ! Fit after self-cal, rms=0.633893Jy sigma=0.001505 ! 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.633893Jy sigma=0.001505 ! Fit after self-cal, rms=0.633618Jy sigma=0.001493 ! Inverting map and beam ! Estimated beam: bmin=1.007 mas, bmaj=7.228 mas, bpa=22.52 degrees ! Estimated noise=1158.39 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00319903 Jy ! Component: 100 - total flux cleaned = 0.00375395 Jy ! Component: 150 - total flux cleaned = 0.00442348 Jy ! Component: 200 - total flux cleaned = 0.00474588 Jy ! Total flux subtracted in 200 components = 0.00474588 Jy ! Clean residual min=-0.007421 max=0.008911 Jy/beam ! Clean residual mean=-0.000197 rms=0.002288 Jy/beam ! Combined flux in latest and established models = 0.361421 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 111 components and 0.361421 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.633273Jy sigma=0.001490 ! Fit after self-cal, rms=0.632987Jy sigma=0.001484 ! 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.632987Jy sigma=0.001484 ! Fit after self-cal, rms=0.723502Jy sigma=0.001477 ! 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.723502Jy sigma=0.001477 ! Fit after self-cal, rms=0.723718Jy sigma=0.001474 ! Inverting map and beam ! Estimated beam: bmin=1.009 mas, bmaj=7.249 mas, bpa=22.49 degrees ! Estimated noise=1156.25 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000933261 Jy ! Component: 100 - total flux cleaned = 0.00125445 Jy ! Component: 150 - total flux cleaned = 0.00171322 Jy ! Component: 200 - total flux cleaned = 0.00200789 Jy ! Total flux subtracted in 200 components = 0.00200789 Jy ! Clean residual min=-0.007007 max=0.007848 Jy/beam ! Clean residual mean=-0.000136 rms=0.002152 Jy/beam ! Combined flux in latest and established models = 0.363429 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 117 components and 0.363429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.723376Jy sigma=0.001472 ! Fit after self-cal, rms=0.723572Jy sigma=0.001470 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.47 mas, bmaj=11.58 mas, bpa=9.665 degrees ! Estimated noise=1352.07 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.00462424 Jy ! Component: 100 - total flux cleaned = 0.005385 Jy ! Component: 150 - total flux cleaned = 0.00573288 Jy ! Component: 200 - total flux cleaned = 0.00616343 Jy ! Total flux subtracted in 200 components = 0.00616343 Jy ! Clean residual min=-0.007302 max=0.005225 Jy/beam ! Clean residual mean=-0.000076 rms=0.002170 Jy/beam ! Combined flux in latest and established models = 0.369592 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 122 components and 0.369592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.723522Jy sigma=0.001469 ! Fit after self-cal, rms=0.723665Jy sigma=0.001467 ! 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=0.8405 mas, bmaj=6.607 mas, bpa=23.17 degrees ! Estimated noise=2517.32 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.294317 Jy ! Component: 100 - total flux cleaned = 0.353872 Jy ! Component: 150 - total flux cleaned = 0.363902 Jy ! Component: 200 - total flux cleaned = 0.367131 Jy ! Total flux subtracted in 200 components = 0.367131 Jy ! Clean residual min=-0.015056 max=0.015878 Jy/beam ! Clean residual mean=0.000197 rms=0.005122 Jy/beam ! Combined flux in latest and established models = 0.367131 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 35 model components to the UV plane model. ! The established model now contains 35 components and 0.367131 Jy ! Inverting map and beam ! Estimated beam: bmin=1.009 mas, bmaj=7.249 mas, bpa=22.49 degrees ! Estimated noise=1156.25 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.00727256 Jy ! Component: 100 - total flux cleaned = -0.00910645 Jy ! Component: 150 - total flux cleaned = -0.00911728 Jy ! Component: 200 - total flux cleaned = -0.00895786 Jy ! Total flux subtracted in 200 components = -0.00895786 Jy ! Clean residual min=-0.006399 max=0.006877 Jy/beam ! Clean residual mean=-0.000018 rms=0.002006 Jy/beam ! Combined flux in latest and established models = 0.358173 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 59 components and 0.358173 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.47 mas, bmaj=11.58 mas, bpa=9.665 degrees ! Estimated noise=1352.07 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.00139027 Jy ! Component: 100 - total flux cleaned = 0.00169636 Jy ! Component: 150 - total flux cleaned = 0.00184009 Jy ! Component: 200 - total flux cleaned = 0.00197801 Jy ! Total flux subtracted in 200 components = 0.00197801 Jy ! Clean residual min=-0.006478 max=0.007760 Jy/beam ! Clean residual mean=0.000007 rms=0.002559 Jy/beam ! Combined flux in latest and established models = 0.360151 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 69 components and 0.360151 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.009 mas, bmaj=7.249 mas, bpa=22.49 degrees ! Estimated noise=1156.25 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000685432 Jy ! Component: 100 - total flux cleaned = -0.000823486 Jy ! Component: 150 - total flux cleaned = -0.000702155 Jy ! Component: 200 - total flux cleaned = -0.000586804 Jy ! Total flux subtracted in 200 components = -0.000586804 Jy ! Clean residual min=-0.006166 max=0.006616 Jy/beam ! Clean residual mean=-0.000020 rms=0.001937 Jy/beam ! Combined flux in latest and established models = 0.359564 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 88 components and 0.359564 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.722192Jy sigma=0.001463 ! Fit after self-cal, rms=0.720701Jy sigma=0.001460 wmodel J0229-3643_X_2002_05_14_yyk\_map.mod ! Writing 88 model components to file: J0229-3643_X_2002_05_14_yyk_map.mod wobs J0229-3643_X_2002_05_14_yyk\_uvs.fits ! Writing UV FITS file: J0229-3643_X_2002_05_14_yyk_uvs.fits wwins J0229-3643_X_2002_05_14_yyk\_map.win ! wwins: Wrote 1 windows to J0229-3643_X_2002_05_14_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.000947468 Jy ! Component: 100 - total flux cleaned = 0.000373686 Jy ! Component: 150 - total flux cleaned = -0.000212198 Jy ! Component: 200 - total flux cleaned = -0.00090609 Jy ! Component: 250 - total flux cleaned = -0.00141315 Jy ! Component: 300 - total flux cleaned = -0.0017496 Jy ! Component: 350 - total flux cleaned = -0.00200172 Jy ! Component: 400 - total flux cleaned = -0.00217936 Jy ! Component: 450 - total flux cleaned = -0.00251969 Jy ! Component: 500 - total flux cleaned = -0.00306175 Jy ! Component: 550 - total flux cleaned = -0.00352861 Jy ! Component: 600 - total flux cleaned = -0.00397885 Jy ! Component: 650 - total flux cleaned = -0.00446026 Jy ! Component: 700 - total flux cleaned = -0.00496892 Jy ! Component: 750 - total flux cleaned = -0.00541425 Jy ! Component: 800 - total flux cleaned = -0.00580153 Jy ! Component: 850 - total flux cleaned = -0.00613526 Jy ! Component: 900 - total flux cleaned = -0.00654111 Jy ! Component: 950 - total flux cleaned = -0.00697369 Jy ! Component: 1000 - total flux cleaned = -0.00731652 Jy ! Component: 1050 - total flux cleaned = -0.00750271 Jy ! Component: 1100 - total flux cleaned = -0.00775693 Jy ! Component: 1150 - total flux cleaned = -0.00800408 Jy ! Component: 1200 - total flux cleaned = -0.00827905 Jy ! Component: 1250 - total flux cleaned = -0.00831236 Jy ! Component: 1300 - total flux cleaned = -0.00841174 Jy ! Component: 1350 - total flux cleaned = -0.00837923 Jy ! Component: 1400 - total flux cleaned = -0.00831515 Jy ! Component: 1450 - total flux cleaned = -0.00831541 Jy ! Component: 1500 - total flux cleaned = -0.00834659 Jy ! Component: 1550 - total flux cleaned = -0.00828482 Jy ! Component: 1600 - total flux cleaned = -0.00822403 Jy ! Component: 1650 - total flux cleaned = -0.00816352 Jy ! Component: 1700 - total flux cleaned = -0.00813365 Jy ! Component: 1750 - total flux cleaned = -0.00807421 Jy ! Component: 1800 - total flux cleaned = -0.00804482 Jy ! Component: 1850 - total flux cleaned = -0.00798585 Jy ! Component: 1900 - total flux cleaned = -0.00795641 Jy ! Component: 1950 - total flux cleaned = -0.00798521 Jy ! Component: 2000 - total flux cleaned = -0.00804292 Jy ! Total flux subtracted in 2048 components = -0.00810029 Jy ! Clean residual min=-0.001679 max=0.001561 Jy/beam ! Clean residual mean=0.000022 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.351464 Jy keep ! Adding 116 model components to the UV plane model. ! The established model now contains 204 components and 0.351464 Jy ![Exited script file: muppet] wmap "J0229-3643_X_2002_05_14_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.009 x 7.249 at 22.49 degrees (North through East) ! Clean map min=-0.0056396 max=0.30556 Jy/beam ! Writing clean map to FITS file: J0229-3643_X_2002_05_14_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.305565 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000551757 device "J0229-3643_X_2002_05_14_yyk\_map.eps/VPS" ! Attempting to open device: 'J0229-3643_X_2002_05_14_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.541708 0.541708 1.08342 2.16683 4.33367 8.66734 17.3347 34.6693 69.3387 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.305 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.009 x 7.249 at 22.49 degrees (North through East) ! Clean map min=-0.0056396 max=0.30556 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0229-3643_X_2002_05_14_yyk\_map.gif/gif" ! Attempting to open device: 'J0229-3643_X_2002_05_14_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0229-3643_X_2002_05_14_yyk_uvs.log closed on Tue Jun 26 22:03:02 2007