! Started logfile: J1917-2110_S_2005_07_08_yyk_uvs.log on Fri Jan 20 11:26:54 2006 obs J1917-2110_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J1917-2110_S_2005_07_08_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.631111 visibilities/baseline/integration-bin. ! Found source: J1917-2110 ! ! 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 1412 lines of history. ! ! Reading 1136 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 J1917-2110_S_2005_07_08_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.138975 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=3.966 mas, bmaj=14.2 mas, bpa=-19.8 degrees ! Estimated noise=2.35393 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.078324 Jy ! Component: 100 - total flux cleaned = 0.102752 Jy ! Total flux subtracted in 100 components = 0.102752 Jy ! Clean residual min=-0.012704 max=0.011023 Jy/beam ! Clean residual mean=-0.000119 rms=0.003204 Jy/beam ! Combined flux in latest and established models = 0.102752 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 19 components and 0.102752 Jy ! ! Correcting IF 1. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 45 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.101545Jy sigma=1.331001 ! Fit after self-cal, rms=0.089041Jy sigma=1.153236 ! Inverting map and beam ! Estimated beam: bmin=3.966 mas, bmaj=14.2 mas, bpa=-19.8 degrees ! Estimated noise=2.35393 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.349 mas, bmaj=17.02 mas, bpa=-13.69 degrees ! Estimated noise=1.58963 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.0199034 Jy ! Component: 100 - total flux cleaned = 0.0254308 Jy ! Component: 150 - total flux cleaned = 0.0259656 Jy ! Component: 200 - total flux cleaned = 0.0258926 Jy ! Total flux subtracted in 200 components = 0.0258926 Jy ! Clean residual min=-0.004665 max=0.005830 Jy/beam ! Clean residual mean=-0.000113 rms=0.001587 Jy/beam ! Combined flux in latest and established models = 0.128644 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 39 components and 0.128644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085976Jy sigma=1.092703 ! Fit after self-cal, rms=0.085922Jy sigma=1.091805 ! 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.349 x 17.02 at -13.69 degrees (North through East) ! Clean map min=-0.0043074 max=0.10641 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 ! 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 2. ! Amplitude normalization factor in sub-array 1: 0.986739 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.96 HN 1.00* KP 1.04 ! LA 1.04 MK 1.00* NL 1.10 OV 1.04 ! PT 0.95 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 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.085922Jy sigma=1.091805 ! Fit after self-cal, rms=0.086159Jy sigma=1.090631 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.086159Jy sigma=1.090631 ! Fit after self-cal, rms=0.086145Jy sigma=1.090315 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.377 mas, bmaj=16.96 mas, bpa=-13.66 degrees ! Estimated noise=1.58886 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 = -9.83064e-05 Jy ! Component: 100 - total flux cleaned = -0.000567568 Jy ! Component: 150 - total flux cleaned = -0.000805546 Jy ! Component: 200 - total flux cleaned = -0.000908043 Jy ! Total flux subtracted in 200 components = -0.000908043 Jy ! Clean residual min=-0.004514 max=0.005953 Jy/beam ! Clean residual mean=-0.000110 rms=0.001596 Jy/beam ! Combined flux in latest and established models = 0.127736 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 42 components and 0.127736 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085955Jy sigma=1.087976 ! Fit after self-cal, rms=0.085951Jy sigma=1.087502 ! 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.085951Jy sigma=1.087502 ! Fit after self-cal, rms=0.079008Jy sigma=0.995336 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.00246415 Jy ! Component: 100 - total flux cleaned = 0.00240589 Jy ! Component: 150 - total flux cleaned = 0.00225856 Jy ! Component: 200 - total flux cleaned = 0.00221442 Jy ! Total flux subtracted in 200 components = 0.00221442 Jy ! Clean residual min=-0.005305 max=0.005652 Jy/beam ! Clean residual mean=-0.000106 rms=0.001512 Jy/beam ! Combined flux in latest and established models = 0.129951 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 51 components and 0.129951 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078657Jy sigma=0.992169 ! Fit after self-cal, rms=0.078172Jy sigma=0.985319 ! 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.377 x 16.96 at -13.66 degrees (North through East) ! Clean map min=-0.0050716 max=0.11082 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.078172Jy sigma=0.985319 ! Fit after self-cal, rms=0.077749Jy sigma=0.985601 ! 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.077749Jy sigma=0.985601 ! Fit after self-cal, rms=0.077786Jy sigma=0.984676 ! Inverting map and beam ! Estimated beam: bmin=6.379 mas, bmaj=16.78 mas, bpa=-13.46 degrees ! Estimated noise=1.58974 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000793751 Jy ! Component: 100 - total flux cleaned = 0.000756533 Jy ! Component: 150 - total flux cleaned = 0.000691098 Jy ! Component: 200 - total flux cleaned = 0.00065949 Jy ! Total flux subtracted in 200 components = 0.00065949 Jy ! Clean residual min=-0.005844 max=0.005681 Jy/beam ! Clean residual mean=-0.000123 rms=0.001515 Jy/beam ! Combined flux in latest and established models = 0.13061 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 54 components and 0.13061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077717Jy sigma=0.984174 ! Fit after self-cal, rms=0.077772Jy sigma=0.983960 ! 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.077772Jy sigma=0.983960 ! Fit after self-cal, rms=0.077938Jy sigma=0.984070 ! 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.077938Jy sigma=0.984070 ! Fit after self-cal, rms=0.077977Jy sigma=0.984016 ! Inverting map and beam ! Estimated beam: bmin=6.37 mas, bmaj=16.78 mas, bpa=-13.49 degrees ! Estimated noise=1.59389 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000135035 Jy ! Component: 100 - total flux cleaned = 0.000104313 Jy ! Component: 150 - total flux cleaned = 7.5905e-05 Jy ! Component: 200 - total flux cleaned = 2.54938e-05 Jy ! Total flux subtracted in 200 components = 2.54938e-05 Jy ! Clean residual min=-0.005780 max=0.005588 Jy/beam ! Clean residual mean=-0.000130 rms=0.001497 Jy/beam ! Combined flux in latest and established models = 0.130636 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 56 components and 0.130636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077935Jy sigma=0.983727 ! Fit after self-cal, rms=0.077958Jy sigma=0.983697 ! 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=10.22 mas, bmaj=23.32 mas, bpa=5.552 degrees ! Estimated noise=1.67076 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 = 6.62124e-05 Jy ! Component: 100 - total flux cleaned = 4.46663e-05 Jy ! Component: 150 - total flux cleaned = 2.72423e-05 Jy ! Component: 200 - total flux cleaned = 2.7944e-05 Jy ! Total flux subtracted in 200 components = 2.7944e-05 Jy ! Clean residual min=-0.005241 max=0.005465 Jy/beam ! Clean residual mean=-0.000156 rms=0.001556 Jy/beam ! Combined flux in latest and established models = 0.130664 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 62 components and 0.130664 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077951Jy sigma=0.983659 ! Fit after self-cal, rms=0.077968Jy sigma=0.983630 ! 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=3.966 mas, bmaj=14.1 mas, bpa=-19.78 degrees ! Estimated noise=2.3627 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0918896 Jy ! Component: 100 - total flux cleaned = 0.115936 Jy ! Component: 150 - total flux cleaned = 0.126818 Jy ! Component: 200 - total flux cleaned = 0.129071 Jy ! Total flux subtracted in 200 components = 0.129071 Jy ! Clean residual min=-0.010425 max=0.008231 Jy/beam ! Clean residual mean=-0.000130 rms=0.002481 Jy/beam ! Combined flux in latest and established models = 0.129071 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.129071 Jy ! Inverting map and beam ! Estimated beam: bmin=6.37 mas, bmaj=16.78 mas, bpa=-13.49 degrees ! Estimated noise=1.59389 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.00248657 Jy ! Component: 100 - total flux cleaned = 0.00231612 Jy ! Component: 150 - total flux cleaned = 0.00216766 Jy ! Component: 200 - total flux cleaned = 0.00203492 Jy ! Total flux subtracted in 200 components = 0.00203492 Jy ! Clean residual min=-0.005734 max=0.005490 Jy/beam ! Clean residual mean=-0.000134 rms=0.001503 Jy/beam ! Combined flux in latest and established models = 0.131106 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 33 components and 0.131106 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=10.22 mas, bmaj=23.32 mas, bpa=5.552 degrees ! Estimated noise=1.67076 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.00221e-06 Jy ! Component: 100 - total flux cleaned = -3.86282e-06 Jy ! Component: 150 - total flux cleaned = -2.04378e-05 Jy ! Component: 200 - total flux cleaned = -2.04013e-05 Jy ! Total flux subtracted in 200 components = -2.04013e-05 Jy ! Clean residual min=-0.005143 max=0.005475 Jy/beam ! Clean residual mean=-0.000160 rms=0.001541 Jy/beam ! Combined flux in latest and established models = 0.131086 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 38 components and 0.131086 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.37 mas, bmaj=16.78 mas, bpa=-13.49 degrees ! Estimated noise=1.59389 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00023377 Jy ! Component: 100 - total flux cleaned = -0.000326612 Jy ! Component: 150 - total flux cleaned = -0.00037078 Jy ! Component: 200 - total flux cleaned = -0.000412463 Jy ! Total flux subtracted in 200 components = -0.000412463 Jy ! Clean residual min=-0.005823 max=0.005469 Jy/beam ! Clean residual mean=-0.000131 rms=0.001496 Jy/beam ! Combined flux in latest and established models = 0.130673 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 43 components and 0.130673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078000Jy sigma=0.984441 ! Fit after self-cal, rms=0.077975Jy sigma=0.984289 wmodel J1917-2110_S_2005_07_08_yyk\_map.mod ! Writing 43 model components to file: J1917-2110_S_2005_07_08_yyk_map.mod wobs J1917-2110_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J1917-2110_S_2005_07_08_yyk_uvs.fits wwins J1917-2110_S_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J1917-2110_S_2005_07_08_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.000165252 Jy ! Component: 100 - total flux cleaned = 9.36633e-05 Jy ! Component: 150 - total flux cleaned = -0.000206344 Jy ! Component: 200 - total flux cleaned = -0.000902832 Jy ! Component: 250 - total flux cleaned = -0.00169475 Jy ! Component: 300 - total flux cleaned = -0.00232286 Jy ! Component: 350 - total flux cleaned = -0.00298377 Jy ! Component: 400 - total flux cleaned = -0.00384713 Jy ! Component: 450 - total flux cleaned = -0.00462333 Jy ! Component: 500 - total flux cleaned = -0.00521341 Jy ! Component: 550 - total flux cleaned = -0.0058366 Jy ! Component: 600 - total flux cleaned = -0.00638956 Jy ! Component: 650 - total flux cleaned = -0.00677921 Jy ! Component: 700 - total flux cleaned = -0.00706326 Jy ! Component: 750 - total flux cleaned = -0.00747804 Jy ! Component: 800 - total flux cleaned = -0.00792627 Jy ! Component: 850 - total flux cleaned = -0.00840677 Jy ! Component: 900 - total flux cleaned = -0.00883217 Jy ! Component: 950 - total flux cleaned = -0.00924743 Jy ! Component: 1000 - total flux cleaned = -0.00961253 Jy ! Total flux subtracted in 1024 components = -0.00973212 Jy ! Clean residual min=-0.002432 max=0.001975 Jy/beam ! Clean residual mean=-0.000021 rms=0.000829 Jy/beam ! Combined flux in latest and established models = 0.120941 Jy keep ! Adding 42 model components to the UV plane model. ! The established model now contains 85 components and 0.120941 Jy ![Exited script file: muppet] wmap "J1917-2110_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.37 x 16.78 at -13.49 degrees (North through East) ! Clean map min=-0.0052516 max=0.11228 Jy/beam ! Writing clean map to FITS file: J1917-2110_S_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.112277 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000818209 device "J1917-2110_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J1917-2110_S_2005_07_08_yyk_map.eps/VPS' loglevs 1*100*3*image_rms/peak_flux ! The new contour levels are: ! -2.18623 2.18623 4.37246 8.74492 17.4898 34.9797 69.9594 print "clev=",int(1*3*image_rms*10000)/10000 ! clev= 0.0024 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.112 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.37 x 16.78 at -13.49 degrees (North through East) ! Clean map min=-0.0052516 max=0.11228 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1917-2110_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J1917-2110_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1917-2110_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 11:26:55 2006