! Started logfile: J1449-0045_S_2005_05_12_yyk_uvs.log on Sat Oct 8 17:24:31 2005 obs J1449-0045_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J1449-0045_S_2005_05_12_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.929293 visibilities/baseline/integration-bin. ! Found source: J1449-0045 ! ! 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 1442 lines of history. ! ! Reading 1840 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 J1449-0045_S_2005_05_12_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.147541 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.573 mas, bmaj=6.794 mas, bpa=-5.257 degrees ! Estimated noise=1.12039 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.107719 Jy ! Component: 100 - total flux cleaned = 0.134116 Jy ! Total flux subtracted in 100 components = 0.134116 Jy ! Clean residual min=-0.006170 max=0.009653 Jy/beam ! Clean residual mean=0.000015 rms=0.001889 Jy/beam ! Combined flux in latest and established models = 0.134116 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.134116 Jy ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 5 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.074497Jy sigma=1.129118 ! Fit after self-cal, rms=0.074269Jy sigma=1.123521 ! Inverting map and beam ! Estimated beam: bmin=2.573 mas, bmaj=6.794 mas, bpa=-5.257 degrees ! Estimated noise=1.12039 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.142 mas, bmaj=8.074 mas, bpa=-4.134 degrees ! Estimated noise=0.857647 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.0112942 Jy ! Component: 100 - total flux cleaned = 0.0160439 Jy ! Component: 150 - total flux cleaned = 0.0184061 Jy ! Component: 200 - total flux cleaned = 0.0188902 Jy ! Total flux subtracted in 200 components = 0.0188902 Jy ! Clean residual min=-0.004685 max=0.006957 Jy/beam ! Clean residual mean=0.000007 rms=0.001419 Jy/beam ! Combined flux in latest and established models = 0.153006 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 41 components and 0.153006 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072842Jy sigma=1.095445 ! Fit after self-cal, rms=0.072839Jy sigma=1.095143 ! 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.142 x 8.074 at -4.134 degrees (North through East) ! Clean map min=-0.0044737 max=0.12251 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. ! Amplitude normalization factor in sub-array 1: 1.00348 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00 HN 1.00 KP 0.93 ! LA 0.98 MK 0.83 NL 0.93 OV 1.04 ! PT 1.04 SC 1.15 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.04418 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.08 HN 0.96 KP 0.89 ! LA 1.04 MK 1.03 NL 0.91 OV 0.84 ! PT 0.92 SC 0.96 ! ! ! Fit before self-cal, rms=0.072839Jy sigma=1.095143 ! Fit after self-cal, rms=0.072260Jy sigma=1.080991 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.072260Jy sigma=1.080991 ! Fit after self-cal, rms=0.072269Jy sigma=1.080971 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.14 mas, bmaj=8.148 mas, bpa=-4.912 degrees ! Estimated noise=0.854153 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.000200122 Jy ! Component: 100 - total flux cleaned = 7.25325e-05 Jy ! Component: 150 - total flux cleaned = 0.000259277 Jy ! Component: 200 - total flux cleaned = 0.000423351 Jy ! Total flux subtracted in 200 components = 0.000423351 Jy ! Clean residual min=-0.004077 max=0.006111 Jy/beam ! Clean residual mean=0.000014 rms=0.001286 Jy/beam ! Combined flux in latest and established models = 0.153429 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 50 components and 0.153429 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072189Jy sigma=1.079485 ! Fit after self-cal, rms=0.072181Jy sigma=1.079380 ! 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.072181Jy sigma=1.079380 ! Fit after self-cal, rms=0.070177Jy sigma=1.042126 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) ! Added new window around map position (-15, 31.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00698028 Jy ! Component: 100 - total flux cleaned = 0.0106699 Jy ! Component: 150 - total flux cleaned = 0.0117777 Jy ! Component: 200 - total flux cleaned = 0.0126017 Jy ! Total flux subtracted in 200 components = 0.0126017 Jy ! Clean residual min=-0.003528 max=0.004014 Jy/beam ! Clean residual mean=-0.000009 rms=0.000928 Jy/beam ! Combined flux in latest and established models = 0.166031 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 78 components and 0.166031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069637Jy sigma=1.028444 ! Fit after self-cal, rms=0.069329Jy sigma=1.024585 ! 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.14 x 8.148 at -4.912 degrees (North through East) ! Clean map min=-0.0033376 max=0.12272 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.069329Jy sigma=1.024585 ! Fit after self-cal, rms=0.067920Jy sigma=1.007583 ! 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.067920Jy sigma=1.007583 ! Fit after self-cal, rms=0.067833Jy sigma=1.007109 ! Inverting map and beam ! Estimated beam: bmin=3.098 mas, bmaj=8.06 mas, bpa=-4.875 degrees ! Estimated noise=0.841785 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000117899 Jy ! Component: 100 - total flux cleaned = 0.000182173 Jy ! Component: 150 - total flux cleaned = 0.00038569 Jy ! Component: 200 - total flux cleaned = 0.000523951 Jy ! Total flux subtracted in 200 components = 0.000523951 Jy ! Clean residual min=-0.002813 max=0.002819 Jy/beam ! Clean residual mean=-0.000009 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.166555 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 98 components and 0.166555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067748Jy sigma=1.005452 ! Fit after self-cal, rms=0.067706Jy sigma=1.005297 ! 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.067706Jy sigma=1.005297 ! Fit after self-cal, rms=0.068123Jy sigma=1.003085 ! 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.068123Jy sigma=1.003085 ! Fit after self-cal, rms=0.068116Jy sigma=1.003024 ! Inverting map and beam ! Estimated beam: bmin=3.101 mas, bmaj=8.078 mas, bpa=-5.042 degrees ! Estimated noise=0.842098 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000417935 Jy ! Component: 100 - total flux cleaned = -0.000284345 Jy ! Component: 150 - total flux cleaned = -8.22713e-05 Jy ! Component: 200 - total flux cleaned = -7.97197e-06 Jy ! Total flux subtracted in 200 components = -7.97197e-06 Jy ! Clean residual min=-0.002749 max=0.002962 Jy/beam ! Clean residual mean=-0.000010 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.166547 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 108 components and 0.166547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068062Jy sigma=1.002012 ! Fit after self-cal, rms=0.068048Jy sigma=1.001943 ! 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=7.656 mas, bmaj=12.78 mas, bpa=-2.087 degrees ! Estimated noise=1.08377 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.000311991 Jy ! Component: 100 - total flux cleaned = 0.000272018 Jy ! Component: 150 - total flux cleaned = 0.000237002 Jy ! Component: 200 - total flux cleaned = 0.000206549 Jy ! Total flux subtracted in 200 components = 0.000206549 Jy ! Clean residual min=-0.002450 max=0.003005 Jy/beam ! Clean residual mean=-0.000022 rms=0.000805 Jy/beam ! Combined flux in latest and established models = 0.166753 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 124 components and 0.166753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068038Jy sigma=1.001944 ! Fit after self-cal, rms=0.068032Jy sigma=1.001861 ! 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=2.561 mas, bmaj=6.841 mas, bpa=-5.892 degrees ! Estimated noise=1.09405 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.106347 Jy ! Component: 100 - total flux cleaned = 0.132295 Jy ! Component: 150 - total flux cleaned = 0.14314 Jy ! Component: 200 - total flux cleaned = 0.149746 Jy ! Total flux subtracted in 200 components = 0.149746 Jy ! Clean residual min=-0.004721 max=0.005164 Jy/beam ! Clean residual mean=0.000005 rms=0.001293 Jy/beam ! Combined flux in latest and established models = 0.149746 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.149746 Jy ! Inverting map and beam ! Estimated beam: bmin=3.101 mas, bmaj=8.078 mas, bpa=-5.042 degrees ! Estimated noise=0.842098 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.00500979 Jy ! Component: 100 - total flux cleaned = 0.00860368 Jy ! Component: 150 - total flux cleaned = 0.0103007 Jy ! Component: 200 - total flux cleaned = 0.0117194 Jy ! Total flux subtracted in 200 components = 0.0117194 Jy ! Clean residual min=-0.002979 max=0.003357 Jy/beam ! Clean residual mean=-0.000001 rms=0.000850 Jy/beam ! Combined flux in latest and established models = 0.161465 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 66 components and 0.161465 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=7.656 mas, bmaj=12.78 mas, bpa=-2.087 degrees ! Estimated noise=1.08377 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.0026868 Jy ! Component: 100 - total flux cleaned = 0.00357441 Jy ! Component: 150 - total flux cleaned = 0.00411989 Jy ! Component: 200 - total flux cleaned = 0.00453905 Jy ! Total flux subtracted in 200 components = 0.00453905 Jy ! Clean residual min=-0.002427 max=0.002971 Jy/beam ! Clean residual mean=-0.000019 rms=0.000800 Jy/beam ! Combined flux in latest and established models = 0.166005 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 97 components and 0.166004 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.101 mas, bmaj=8.078 mas, bpa=-5.042 degrees ! Estimated noise=0.842098 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.98046e-05 Jy ! Component: 100 - total flux cleaned = 0.00031115 Jy ! Component: 150 - total flux cleaned = 0.000514852 Jy ! Component: 200 - total flux cleaned = 0.00065563 Jy ! Total flux subtracted in 200 components = 0.00065563 Jy ! Clean residual min=-0.002989 max=0.002919 Jy/beam ! Clean residual mean=-0.000010 rms=0.000789 Jy/beam ! Combined flux in latest and established models = 0.16666 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 120 components and 0.16666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068044Jy sigma=1.002130 ! Fit after self-cal, rms=0.068024Jy sigma=1.001895 wmodel J1449-0045_S_2005_05_12_yyk\_map.mod ! Writing 120 model components to file: J1449-0045_S_2005_05_12_yyk_map.mod wobs J1449-0045_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J1449-0045_S_2005_05_12_yyk_uvs.fits wwins J1449-0045_S_2005_05_12_yyk\_map.win ! wwins: Wrote 2 windows to J1449-0045_S_2005_05_12_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.000218589 Jy ! Component: 100 - total flux cleaned = -0.000266087 Jy ! Component: 150 - total flux cleaned = -0.000548266 Jy ! Component: 200 - total flux cleaned = -0.00091077 Jy ! Component: 250 - total flux cleaned = -0.00108579 Jy ! Component: 300 - total flux cleaned = -0.00129799 Jy ! Component: 350 - total flux cleaned = -0.00138155 Jy ! Component: 400 - total flux cleaned = -0.00154171 Jy ! Component: 450 - total flux cleaned = -0.00157933 Jy ! Component: 500 - total flux cleaned = -0.00154084 Jy ! Component: 550 - total flux cleaned = -0.00161401 Jy ! Component: 600 - total flux cleaned = -0.00165023 Jy ! Component: 650 - total flux cleaned = -0.00175777 Jy ! Component: 700 - total flux cleaned = -0.00193193 Jy ! Component: 750 - total flux cleaned = -0.00203394 Jy ! Component: 800 - total flux cleaned = -0.00210064 Jy ! Component: 850 - total flux cleaned = -0.0021665 Jy ! Component: 900 - total flux cleaned = -0.00226427 Jy ! Component: 950 - total flux cleaned = -0.00229703 Jy ! Component: 1000 - total flux cleaned = -0.00245505 Jy ! Component: 1050 - total flux cleaned = -0.00245455 Jy ! Component: 1100 - total flux cleaned = -0.00242327 Jy ! Component: 1150 - total flux cleaned = -0.00242316 Jy ! Component: 1200 - total flux cleaned = -0.00230492 Jy ! Component: 1250 - total flux cleaned = -0.00230548 Jy ! Component: 1300 - total flux cleaned = -0.00230565 Jy ! Component: 1350 - total flux cleaned = -0.00236208 Jy ! Component: 1400 - total flux cleaned = -0.0023336 Jy ! Component: 1450 - total flux cleaned = -0.00224981 Jy ! Component: 1500 - total flux cleaned = -0.00227726 Jy ! Component: 1550 - total flux cleaned = -0.00224969 Jy ! Component: 1600 - total flux cleaned = -0.0021963 Jy ! Component: 1650 - total flux cleaned = -0.00219683 Jy ! Component: 1700 - total flux cleaned = -0.00230146 Jy ! Component: 1750 - total flux cleaned = -0.00235288 Jy ! Component: 1800 - total flux cleaned = -0.00227604 Jy ! Component: 1850 - total flux cleaned = -0.00237658 Jy ! Component: 1900 - total flux cleaned = -0.00232663 Jy ! Component: 1950 - total flux cleaned = -0.00230157 Jy ! Component: 2000 - total flux cleaned = -0.00222857 Jy ! Total flux subtracted in 2048 components = -0.00227681 Jy ! Clean residual min=-0.001287 max=0.001501 Jy/beam ! Clean residual mean=-0.000009 rms=0.000480 Jy/beam ! Combined flux in latest and established models = 0.164383 Jy keep ! Adding 125 model components to the UV plane model. ! The established model now contains 245 components and 0.164383 Jy ![Exited script file: muppet] wmap "J1449-0045_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.101 x 8.078 at -5.042 degrees (North through East) ! Clean map min=-0.0026699 max=0.12163 Jy/beam ! Writing clean map to FITS file: J1449-0045_S_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.121628 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000472932 device "J1449-0045_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J1449-0045_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.1665 1.1665 2.33301 4.66601 9.33202 18.664 37.3281 74.6562 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.121 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.101 x 8.078 at -5.042 degrees (North through East) ! Clean map min=-0.0026699 max=0.12163 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1449-0045_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J1449-0045_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1449-0045_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 17:24:35 2005