! Started logfile: J1554-2704_S_1997_07_02_yyk_uvs.log on Sun Jan 7 18:49:55 2007 obs J1554-2704_S_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1554-2704_S_1997_07_02_yyk_uva.fits ! AN table 1: 145 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.884751 visibilities/baseline/integration-bin. ! Found source: J1554-2704 ! ! 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 754 lines of history. ! ! Reading 23092 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 J1554-2704_S_1997_07_02_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.741657 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.782 mas, bmaj=8.167 mas, bpa=1.206 degrees ! Estimated noise=2708.25 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.507113 Jy ! Component: 100 - total flux cleaned = 0.639453 Jy ! Total flux subtracted in 100 components = 0.639453 Jy ! Clean residual min=-0.028382 max=0.039820 Jy/beam ! Clean residual mean=0.000281 rms=0.009238 Jy/beam ! Combined flux in latest and established models = 0.639453 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.639453 Jy ! ! Correcting IF 1. ! A total of 268 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 120 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 124 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 91 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.388074Jy sigma=0.001296 ! Fit after self-cal, rms=0.387630Jy sigma=0.001293 ! Inverting map and beam ! Estimated beam: bmin=2.782 mas, bmaj=8.168 mas, bpa=1.202 degrees ! Estimated noise=2708.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.728 mas, bmaj=10.66 mas, bpa=-0.6769 degrees ! Estimated noise=1314.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) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0654023 Jy ! Component: 100 - total flux cleaned = 0.0839328 Jy ! Component: 150 - total flux cleaned = 0.0847295 Jy ! Component: 200 - total flux cleaned = 0.0850597 Jy ! Total flux subtracted in 200 components = 0.0850597 Jy ! Clean residual min=-0.021050 max=0.033684 Jy/beam ! Clean residual mean=0.001052 rms=0.009034 Jy/beam ! Combined flux in latest and established models = 0.724513 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 25 components and 0.724513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.379134Jy sigma=0.001264 ! Fit after self-cal, rms=0.379127Jy sigma=0.001264 ! 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.728 x 10.66 at -0.6769 degrees (North through East) ! Clean map min=-0.020652 max=0.60565 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if 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.03046 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.04 HN 0.93 KP 0.96 ! LA 0.97 MK 0.99 NL 1.00* OV 1.09 ! PT 0.96 SC 0.83 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.982643 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.10 HN 1.07 KP 1.01 ! LA 1.07 MK 1.04 NL 0.98 OV 1.06 ! PT 0.95 SC 0.89 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.04589 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.02 HN 0.97 KP 0.98 ! LA 0.80 MK 0.88 NL 0.97 OV 0.93 ! PT 1.11 SC 0.98 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.982708 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.09 HN 1.23 KP 1.01 ! LA 0.87 MK 1.03 NL 1.09 OV 0.95 ! PT 0.94 SC 0.99 ! ! ! Fit before self-cal, rms=0.379127Jy sigma=0.001264 ! Fit after self-cal, rms=0.367913Jy sigma=0.001245 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.367913Jy sigma=0.001245 ! Fit after self-cal, rms=0.367910Jy sigma=0.001245 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.658 mas, bmaj=10.33 mas, bpa=0.7623 degrees ! Estimated noise=1317.93 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.0127365 Jy ! Component: 100 - total flux cleaned = 0.0130773 Jy ! Component: 150 - total flux cleaned = 0.0130911 Jy ! Component: 200 - total flux cleaned = 0.0131052 Jy ! Total flux subtracted in 200 components = 0.0131052 Jy ! Clean residual min=-0.018828 max=0.034206 Jy/beam ! Clean residual mean=0.000688 rms=0.008746 Jy/beam ! Combined flux in latest and established models = 0.737618 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 36 components and 0.737618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.367141Jy sigma=0.001243 ! Fit after self-cal, rms=0.367126Jy sigma=0.001243 ! 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.367126Jy sigma=0.001243 ! Fit after self-cal, rms=0.363400Jy sigma=0.001231 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.001029 Jy ! Component: 100 - total flux cleaned = 0.000843511 Jy ! Component: 150 - total flux cleaned = 0.000503384 Jy ! Component: 200 - total flux cleaned = 0.000182021 Jy ! Total flux subtracted in 200 components = 0.000182021 Jy ! Clean residual min=-0.019013 max=0.034345 Jy/beam ! Clean residual mean=0.000694 rms=0.008752 Jy/beam ! Combined flux in latest and established models = 0.7378 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 39 components and 0.7378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.363199Jy sigma=0.001230 ! Fit after self-cal, rms=0.362862Jy sigma=0.001229 ! 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.658 x 10.33 at 0.7623 degrees (North through East) ! Clean map min=-0.018768 max=0.61338 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.362862Jy sigma=0.001229 ! Fit after self-cal, rms=0.374487Jy sigma=0.001214 ! 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.374487Jy sigma=0.001214 ! Fit after self-cal, rms=0.374451Jy sigma=0.001214 ! Inverting map and beam ! Estimated beam: bmin=3.641 mas, bmaj=10.34 mas, bpa=1.011 degrees ! Estimated noise=1308.81 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00365463 Jy ! Component: 100 - total flux cleaned = 0.00365371 Jy ! Component: 150 - total flux cleaned = 0.00366088 Jy ! Component: 200 - total flux cleaned = 0.00379072 Jy ! Total flux subtracted in 200 components = 0.00379072 Jy ! Clean residual min=-0.016229 max=0.033398 Jy/beam ! Clean residual mean=0.000517 rms=0.008348 Jy/beam ! Combined flux in latest and established models = 0.741591 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 55 components and 0.741591 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.374285Jy sigma=0.001213 ! Fit after self-cal, rms=0.374276Jy sigma=0.001213 ! 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.374276Jy sigma=0.001213 ! Fit after self-cal, rms=0.373601Jy sigma=0.001211 ! 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.373601Jy sigma=0.001211 ! Fit after self-cal, rms=0.373605Jy sigma=0.001211 ! Inverting map and beam ! Estimated beam: bmin=3.604 mas, bmaj=10.27 mas, bpa=0.8654 degrees ! Estimated noise=1306.76 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00347342 Jy ! Component: 100 - total flux cleaned = 0.00346858 Jy ! Component: 150 - total flux cleaned = 0.00356856 Jy ! Component: 200 - total flux cleaned = 0.00365475 Jy ! Total flux subtracted in 200 components = 0.00365475 Jy ! Clean residual min=-0.016098 max=0.033059 Jy/beam ! Clean residual mean=0.000522 rms=0.008256 Jy/beam ! Combined flux in latest and established models = 0.745245 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 58 components and 0.745246 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.373520Jy sigma=0.001211 ! Fit after self-cal, rms=0.373523Jy sigma=0.001211 ! 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.774 mas, bmaj=20.53 mas, bpa=1.576 degrees ! Estimated noise=1598.86 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.00286611 Jy ! Component: 100 - total flux cleaned = 0.00285729 Jy ! Component: 150 - total flux cleaned = 0.00285416 Jy ! Component: 200 - total flux cleaned = 0.00292344 Jy ! Total flux subtracted in 200 components = 0.00292344 Jy ! Clean residual min=-0.023247 max=0.049813 Jy/beam ! Clean residual mean=0.000900 rms=0.013733 Jy/beam ! Combined flux in latest and established models = 0.748169 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 63 components and 0.748169 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.373527Jy sigma=0.001211 ! Fit after self-cal, rms=0.373504Jy sigma=0.001211 ! 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.765 mas, bmaj=8.054 mas, bpa=2.296 degrees ! Estimated noise=2699.08 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.507949 Jy ! Component: 100 - total flux cleaned = 0.648293 Jy ! Component: 150 - total flux cleaned = 0.704357 Jy ! Component: 200 - total flux cleaned = 0.727476 Jy ! Total flux subtracted in 200 components = 0.727476 Jy ! Clean residual min=-0.020591 max=0.025827 Jy/beam ! Clean residual mean=0.000159 rms=0.006218 Jy/beam ! Combined flux in latest and established models = 0.727476 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.727476 Jy ! Inverting map and beam ! Estimated beam: bmin=3.604 mas, bmaj=10.27 mas, bpa=0.8654 degrees ! Estimated noise=1306.76 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.0166619 Jy ! Component: 100 - total flux cleaned = 0.0185418 Jy ! Component: 150 - total flux cleaned = 0.0191092 Jy ! Component: 200 - total flux cleaned = 0.0193554 Jy ! Total flux subtracted in 200 components = 0.0193554 Jy ! Clean residual min=-0.016641 max=0.033555 Jy/beam ! Clean residual mean=0.000513 rms=0.008303 Jy/beam ! Combined flux in latest and established models = 0.746831 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 33 components and 0.746831 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.774 mas, bmaj=20.53 mas, bpa=1.576 degrees ! Estimated noise=1598.86 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.00313825 Jy ! Component: 100 - total flux cleaned = 0.0030088 Jy ! Component: 150 - total flux cleaned = 0.0028958 Jy ! Component: 200 - total flux cleaned = 0.00289186 Jy ! Total flux subtracted in 200 components = 0.00289186 Jy ! Clean residual min=-0.023245 max=0.049959 Jy/beam ! Clean residual mean=0.000886 rms=0.013746 Jy/beam ! Combined flux in latest and established models = 0.749723 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.749723 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.604 mas, bmaj=10.27 mas, bpa=0.8654 degrees ! Estimated noise=1306.76 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0011681 Jy ! Component: 100 - total flux cleaned = -0.00150031 Jy ! Component: 150 - total flux cleaned = -0.00162192 Jy ! Component: 200 - total flux cleaned = -0.00193312 Jy ! Total flux subtracted in 200 components = -0.00193312 Jy ! Clean residual min=-0.016366 max=0.033295 Jy/beam ! Clean residual mean=0.000512 rms=0.008260 Jy/beam ! Combined flux in latest and established models = 0.74779 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 48 components and 0.74779 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.373509Jy sigma=0.001211 ! Fit after self-cal, rms=0.373509Jy sigma=0.001211 wmodel J1554-2704_S_1997_07_02_yyk\_map.mod ! Writing 48 model components to file: J1554-2704_S_1997_07_02_yyk_map.mod wobs J1554-2704_S_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1554-2704_S_1997_07_02_yyk_uvs.fits wwins J1554-2704_S_1997_07_02_yyk\_map.win ! wwins: Wrote 1 windows to J1554-2704_S_1997_07_02_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.0141466 Jy ! Component: 100 - total flux cleaned = 0.0259261 Jy ! Component: 150 - total flux cleaned = 0.0361284 Jy ! Component: 200 - total flux cleaned = 0.0450554 Jy ! Component: 250 - total flux cleaned = 0.0529407 Jy ! Component: 300 - total flux cleaned = 0.0599975 Jy ! Component: 350 - total flux cleaned = 0.0654525 Jy ! Component: 400 - total flux cleaned = 0.0700612 Jy ! Component: 450 - total flux cleaned = 0.0732599 Jy ! Component: 500 - total flux cleaned = 0.0765039 Jy ! Component: 550 - total flux cleaned = 0.0795731 Jy ! Component: 600 - total flux cleaned = 0.0820979 Jy ! Component: 650 - total flux cleaned = 0.084319 Jy ! Component: 700 - total flux cleaned = 0.0867933 Jy ! Component: 750 - total flux cleaned = 0.0891627 Jy ! Component: 800 - total flux cleaned = 0.0911175 Jy ! Component: 850 - total flux cleaned = 0.0931558 Jy ! Component: 900 - total flux cleaned = 0.0949667 Jy ! Component: 950 - total flux cleaned = 0.096423 Jy ! Component: 1000 - total flux cleaned = 0.0981212 Jy ! Component: 1050 - total flux cleaned = 0.0996312 Jy ! Component: 1100 - total flux cleaned = 0.100969 Jy ! Component: 1150 - total flux cleaned = 0.102405 Jy ! Component: 1200 - total flux cleaned = 0.103672 Jy ! Component: 1250 - total flux cleaned = 0.10404 Jy ! Component: 1300 - total flux cleaned = 0.104523 Jy ! Component: 1350 - total flux cleaned = 0.104994 Jy ! Component: 1400 - total flux cleaned = 0.105454 Jy ! Component: 1450 - total flux cleaned = 0.105902 Jy ! Component: 1500 - total flux cleaned = 0.10601 Jy ! Component: 1550 - total flux cleaned = 0.106442 Jy ! Component: 1600 - total flux cleaned = 0.106968 Jy ! Component: 1650 - total flux cleaned = 0.107278 Jy ! Component: 1700 - total flux cleaned = 0.107583 Jy ! Component: 1750 - total flux cleaned = 0.107982 Jy ! Component: 1800 - total flux cleaned = 0.108471 Jy ! Component: 1850 - total flux cleaned = 0.108756 Jy ! Component: 1900 - total flux cleaned = 0.109038 Jy ! Component: 1950 - total flux cleaned = 0.109499 Jy ! Component: 2000 - total flux cleaned = 0.109682 Jy ! Total flux subtracted in 2048 components = 0.110042 Jy ! Clean residual min=-0.005530 max=0.006161 Jy/beam ! Clean residual mean=0.000295 rms=0.002231 Jy/beam ! Combined flux in latest and established models = 0.857832 Jy keep ! Adding 282 model components to the UV plane model. ! The established model now contains 330 components and 0.857833 Jy ![Exited script file: muppet] wmap "J1554-2704_S_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.604 x 10.27 at 0.8654 degrees (North through East) ! Clean map min=-0.0081523 max=0.60525 Jy/beam ! Writing clean map to FITS file: J1554-2704_S_1997_07_02_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.605251 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00223799 device "J1554-2704_S_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1554-2704_S_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.10929 1.10929 2.21858 4.43715 8.8743 17.7486 35.4972 70.9944 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0067 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.605 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.604 x 10.27 at 0.8654 degrees (North through East) ! Clean map min=-0.0081523 max=0.60525 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1554-2704_S_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1554-2704_S_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1554-2704_S_1997_07_02_yyk_uvs.log closed on Sun Jan 7 18:50:02 2007