! Started logfile: J1557-0001_S_2005_06_30_yyk_uvs.log on Sat Oct 8 22:59:00 2005 obs J1557-0001_S_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J1557-0001_S_2005_06_30_yyk_uve.fits ! AN table 1: 4 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.75 visibilities/baseline/integration-bin. ! Found source: J1557-0001 ! ! 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.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1469 lines of history. ! ! Reading 540 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 J1557-0001_S_2005_06_30_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 = 256x256 pixels with 1.00x1.00 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.699046 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=4.392 mas, bmaj=29.3 mas, bpa=-13.67 degrees ! Estimated noise=4.50104 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, 1). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.584817 Jy ! Component: 100 - total flux cleaned = 0.657539 Jy ! Total flux subtracted in 100 components = 0.657539 Jy ! Clean residual min=-0.040413 max=0.047848 Jy/beam ! Clean residual mean=0.000083 rms=0.013587 Jy/beam ! Combined flux in latest and established models = 0.657539 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.657539 Jy ! ! Correcting IF 1. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.180946Jy sigma=2.108730 ! Fit after self-cal, rms=0.159943Jy sigma=1.689816 ! Inverting map and beam ! Estimated beam: bmin=4.36 mas, bmaj=29.23 mas, bpa=-13.51 degrees ! Estimated noise=4.55311 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=6.07 mas, bmaj=29.75 mas, bpa=-13.44 degrees ! Estimated noise=2.99675 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.0315375 Jy ! Component: 100 - total flux cleaned = 0.0320776 Jy ! Component: 150 - total flux cleaned = 0.0316755 Jy ! Component: 200 - total flux cleaned = 0.0306383 Jy ! Total flux subtracted in 200 components = 0.0306383 Jy ! Clean residual min=-0.012741 max=0.014251 Jy/beam ! Clean residual mean=-0.000050 rms=0.004366 Jy/beam ! Combined flux in latest and established models = 0.688177 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 30 components and 0.688177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154106Jy sigma=1.583768 ! Fit after self-cal, rms=0.153896Jy sigma=1.582003 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.07 x 29.75 at -13.44 degrees (North through East) ! Clean map min=-0.021097 max=0.6837 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.992337 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 0.99 KP 0.96 ! LA 1.04 MK 1.00* NL 0.92 OV 1.04 ! PT 1.09 SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.98596 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.01 HN 1.06 KP 1.03 ! LA 1.01 MK 1.00* NL 0.96 OV 1.05 ! PT 1.03 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.99598 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.92 HN 1.02 KP 0.99 ! LA 0.94 MK 1.00* NL 1.07 OV 1.00 ! PT 1.10 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.05776 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.99 HN 0.93 KP 0.87 ! LA 0.83 MK 1.00* NL 1.01 OV 0.86 ! PT 0.96 SC 1.00* ! ! ! Fit before self-cal, rms=0.153896Jy sigma=1.582003 ! Fit after self-cal, rms=0.135630Jy sigma=1.325693 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.135630Jy sigma=1.325693 ! Fit after self-cal, rms=0.135501Jy sigma=1.325543 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.068 mas, bmaj=29.63 mas, bpa=-13.43 degrees ! Estimated noise=2.99981 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.00686826 Jy ! Component: 100 - total flux cleaned = 0.00785692 Jy ! Component: 150 - total flux cleaned = 0.00787025 Jy ! Component: 200 - total flux cleaned = 0.00809663 Jy ! Total flux subtracted in 200 components = 0.00809663 Jy ! Clean residual min=-0.007706 max=0.007687 Jy/beam ! Clean residual mean=-0.000020 rms=0.002341 Jy/beam ! Combined flux in latest and established models = 0.696274 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 56 components and 0.696274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.135708Jy sigma=1.316112 ! Fit after self-cal, rms=0.135670Jy sigma=1.315218 ! 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.135670Jy sigma=1.315218 ! Fit after self-cal, rms=0.125061Jy sigma=1.150561 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.000731921 Jy ! Component: 100 - total flux cleaned = 0.00117513 Jy ! Component: 150 - total flux cleaned = 0.00126977 Jy ! Component: 200 - total flux cleaned = 0.00135424 Jy ! Total flux subtracted in 200 components = 0.00135424 Jy ! Clean residual min=-0.007718 max=0.006890 Jy/beam ! Clean residual mean=-0.000023 rms=0.002198 Jy/beam ! Combined flux in latest and established models = 0.697628 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 72 components and 0.697628 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.125115Jy sigma=1.147204 ! Fit after self-cal, rms=0.123806Jy sigma=1.134851 ! 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: 6.068 x 29.63 at -13.43 degrees (North through East) ! Clean map min=-0.017463 max=0.68588 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.123806Jy sigma=1.134851 ! Fit after self-cal, rms=0.114999Jy sigma=0.985705 ! 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.114999Jy sigma=0.985705 ! Fit after self-cal, rms=0.114442Jy sigma=0.983109 ! Inverting map and beam ! Estimated beam: bmin=6.051 mas, bmaj=29.56 mas, bpa=-13.46 degrees ! Estimated noise=2.99059 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00187236 Jy ! Component: 100 - total flux cleaned = 0.0027098 Jy ! Component: 150 - total flux cleaned = 0.0029916 Jy ! Component: 200 - total flux cleaned = 0.00305092 Jy ! Total flux subtracted in 200 components = 0.00305092 Jy ! Clean residual min=-0.005861 max=0.006612 Jy/beam ! Clean residual mean=-0.000009 rms=0.001640 Jy/beam ! Combined flux in latest and established models = 0.700679 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 85 components and 0.700679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114438Jy sigma=0.980744 ! Fit after self-cal, rms=0.113894Jy sigma=0.979136 ! 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.113894Jy sigma=0.979136 ! Fit after self-cal, rms=0.113148Jy sigma=0.951226 ! 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.113148Jy sigma=0.951226 ! Fit after self-cal, rms=0.112733Jy sigma=0.950440 ! Inverting map and beam ! Estimated beam: bmin=6.052 mas, bmaj=29.51 mas, bpa=-13.45 degrees ! Estimated noise=2.99362 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00119672 Jy ! Component: 100 - total flux cleaned = 0.00185567 Jy ! Component: 150 - total flux cleaned = 0.00201395 Jy ! Component: 200 - total flux cleaned = 0.0021539 Jy ! Total flux subtracted in 200 components = 0.0021539 Jy ! Clean residual min=-0.005809 max=0.006206 Jy/beam ! Clean residual mean=0.000009 rms=0.001553 Jy/beam ! Combined flux in latest and established models = 0.702833 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 97 components and 0.702833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112712Jy sigma=0.949231 ! Fit after self-cal, rms=0.112309Jy sigma=0.948421 ! 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.982 mas, bmaj=28.73 mas, bpa=-12.9 degrees ! Estimated noise=3.22428 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 = 1.42492e-06 Jy ! Component: 100 - total flux cleaned = 0.000250299 Jy ! Component: 150 - total flux cleaned = 0.00045321 Jy ! Component: 200 - total flux cleaned = 0.00054495 Jy ! Total flux subtracted in 200 components = 0.000544949 Jy ! Clean residual min=-0.005340 max=0.004436 Jy/beam ! Clean residual mean=0.000015 rms=0.001325 Jy/beam ! Combined flux in latest and established models = 0.703378 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 108 components and 0.703378 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112289Jy sigma=0.947999 ! Fit after self-cal, rms=0.111922Jy sigma=0.947374 ! Inverting map uvtaper 0,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=4.355 mas, bmaj=29.09 mas, bpa=-13.4 degrees ! Estimated noise=4.47993 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.581823 Jy ! Component: 100 - total flux cleaned = 0.671833 Jy ! Component: 150 - total flux cleaned = 0.699245 Jy ! Component: 200 - total flux cleaned = 0.699536 Jy ! Total flux subtracted in 200 components = 0.699535 Jy ! Clean residual min=-0.011714 max=0.010426 Jy/beam ! Clean residual mean=-0.000016 rms=0.003709 Jy/beam ! Combined flux in latest and established models = 0.699536 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 22 model components to the UV plane model. ! The established model now contains 22 components and 0.699536 Jy ! Inverting map and beam ! Estimated beam: bmin=6.052 mas, bmaj=29.51 mas, bpa=-13.45 degrees ! Estimated noise=2.99362 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.0038901 Jy ! Component: 100 - total flux cleaned = 0.00467401 Jy ! Component: 150 - total flux cleaned = 0.00389086 Jy ! Component: 200 - total flux cleaned = 0.0032204 Jy ! Total flux subtracted in 200 components = 0.0032204 Jy ! Clean residual min=-0.006622 max=0.007154 Jy/beam ! Clean residual mean=0.000016 rms=0.001894 Jy/beam ! Combined flux in latest and established models = 0.702756 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 55 components and 0.702756 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.982 mas, bmaj=28.73 mas, bpa=-12.9 degrees ! Estimated noise=3.22428 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 = 2.61138e-06 Jy ! Component: 100 - total flux cleaned = -0.000224562 Jy ! Component: 150 - total flux cleaned = -0.000414248 Jy ! Component: 200 - total flux cleaned = -0.00057519 Jy ! Total flux subtracted in 200 components = -0.00057519 Jy ! Clean residual min=-0.005308 max=0.004823 Jy/beam ! Clean residual mean=0.000031 rms=0.001487 Jy/beam ! Combined flux in latest and established models = 0.702181 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 71 components and 0.702181 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.052 mas, bmaj=29.51 mas, bpa=-13.45 degrees ! Estimated noise=2.99362 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000615542 Jy ! Component: 100 - total flux cleaned = -0.000619589 Jy ! Component: 150 - total flux cleaned = -0.000764865 Jy ! Component: 200 - total flux cleaned = -0.000893285 Jy ! Total flux subtracted in 200 components = -0.000893285 Jy ! Clean residual min=-0.006307 max=0.006283 Jy/beam ! Clean residual mean=0.000021 rms=0.001614 Jy/beam ! Combined flux in latest and established models = 0.701288 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 85 components and 0.701288 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111946Jy sigma=0.948835 ! Fit after self-cal, rms=0.111619Jy sigma=0.948293 wmodel J1557-0001_S_2005_06_30_yyk\_map.mod ! Writing 85 model components to file: J1557-0001_S_2005_06_30_yyk_map.mod wobs J1557-0001_S_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J1557-0001_S_2005_06_30_yyk_uvs.fits wwins J1557-0001_S_2005_06_30_yyk\_map.win ! wwins: Wrote 1 windows to J1557-0001_S_2005_06_30_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=1024 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000203627 Jy ! Component: 100 - total flux cleaned = -0.000984697 Jy ! Component: 150 - total flux cleaned = -0.00151479 Jy ! Component: 200 - total flux cleaned = -0.00164801 Jy ! Component: 250 - total flux cleaned = -0.00164838 Jy ! Component: 300 - total flux cleaned = -0.00164829 Jy ! Component: 350 - total flux cleaned = -0.00135762 Jy ! Component: 400 - total flux cleaned = -0.00102376 Jy ! Component: 450 - total flux cleaned = -0.000809775 Jy ! Component: 500 - total flux cleaned = -0.000602484 Jy ! Component: 550 - total flux cleaned = -0.000452026 Jy ! Component: 600 - total flux cleaned = -0.000354749 Jy ! Component: 650 - total flux cleaned = -0.000260241 Jy ! Component: 700 - total flux cleaned = -0.000214665 Jy ! Component: 750 - total flux cleaned = -3.66603e-05 Jy ! Component: 800 - total flux cleaned = 4.93716e-05 Jy ! Component: 850 - total flux cleaned = 0.000218981 Jy ! Component: 900 - total flux cleaned = 0.00034341 Jy ! Component: 950 - total flux cleaned = 0.000545145 Jy ! Component: 1000 - total flux cleaned = 0.000663458 Jy ! Total flux subtracted in 1024 components = 0.000740858 Jy ! Clean residual min=-0.002584 max=0.002468 Jy/beam ! Clean residual mean=0.000010 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.702028 Jy keep ! Adding 44 model components to the UV plane model. ! The established model now contains 129 components and 0.702028 Jy ![Exited script file: muppet] wmap "J1557-0001_S_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.052 x 29.51 at -13.45 degrees (North through East) ! Clean map min=-0.015144 max=0.68468 Jy/beam ! Writing clean map to FITS file: J1557-0001_S_2005_06_30_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.684676 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000831578 device "J1557-0001_S_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J1557-0001_S_2005_06_30_yyk_map.eps/VPS' loglevs 1*100*3*image_rms/peak_flux ! The new contour levels are: ! -0.364367 0.364367 0.728734 1.45747 2.91493 5.82987 11.6597 23.3195 46.639 93.2779 print "clev=",int(1*3*image_rms*10000)/10000 ! clev= 0.0024 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.684 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.052 x 29.51 at -13.45 degrees (North through East) ! Clean map min=-0.015144 max=0.68468 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1557-0001_S_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J1557-0001_S_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1557-0001_S_2005_06_30_yyk_uvs.log closed on Sat Oct 8 22:59:01 2005