! Started logfile: J1945-0153_S_2005_07_09_yyk_uvs.log on Fri Jan 20 10:56:30 2006 obs J1945-0153_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J1945-0153_S_2005_07_09_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.962222 visibilities/baseline/integration-bin. ! Found source: J1945-0153 ! ! 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 1601 lines of history. ! ! Reading 1732 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 J1945-0153_S_2005_07_09_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.182583 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.53 mas, bmaj=6.728 mas, bpa=-2.659 degrees ! Estimated noise=1.26441 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.142988 Jy ! Component: 100 - total flux cleaned = 0.168971 Jy ! Total flux subtracted in 100 components = 0.168971 Jy ! Clean residual min=-0.006915 max=0.007708 Jy/beam ! Clean residual mean=0.000014 rms=0.001835 Jy/beam ! Combined flux in latest and established models = 0.168971 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.168971 Jy ! ! Correcting IF 1. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.066437Jy sigma=1.087260 ! Fit after self-cal, rms=0.066348Jy sigma=1.084234 ! Inverting map and beam ! Estimated beam: bmin=2.53 mas, bmaj=6.728 mas, bpa=-2.659 degrees ! Estimated noise=1.26441 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.14 mas, bmaj=7.945 mas, bpa=-4.392 degrees ! Estimated noise=0.887545 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.00863597 Jy ! Component: 100 - total flux cleaned = 0.0120964 Jy ! Component: 150 - total flux cleaned = 0.0136092 Jy ! Component: 200 - total flux cleaned = 0.0137925 Jy ! Total flux subtracted in 200 components = 0.0137925 Jy ! Clean residual min=-0.004081 max=0.003817 Jy/beam ! Clean residual mean=-0.000048 rms=0.001088 Jy/beam ! Combined flux in latest and established models = 0.182764 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 40 components and 0.182764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065159Jy sigma=1.067604 ! Fit after self-cal, rms=0.065162Jy sigma=1.067533 ! 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.14 x 7.945 at -4.392 degrees (North through East) ! Clean map min=-0.0040035 max=0.16487 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.00587 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.06 HN 1.01 KP 0.94 ! LA 1.11 MK 0.89 NL 0.94 OV 0.98 ! PT 1.10 SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.993282 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.04 HN 1.02 KP 1.01 ! LA 1.05 MK 1.01 NL 0.96 OV 1.01 ! PT 1.02 SC 0.95 ! ! ! 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.065162Jy sigma=1.067533 ! Fit after self-cal, rms=0.064475Jy sigma=1.053881 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.064475Jy sigma=1.053881 ! Fit after self-cal, rms=0.064478Jy sigma=1.053866 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.072 mas, bmaj=7.795 mas, bpa=-4.303 degrees ! Estimated noise=0.88986 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.00338017 Jy ! Component: 100 - total flux cleaned = 0.00441333 Jy ! Component: 150 - total flux cleaned = 0.00475184 Jy ! Component: 200 - total flux cleaned = 0.00502462 Jy ! Total flux subtracted in 200 components = 0.00502462 Jy ! Clean residual min=-0.003877 max=0.003851 Jy/beam ! Clean residual mean=0.000008 rms=0.001023 Jy/beam ! Combined flux in latest and established models = 0.187788 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 52 components and 0.187788 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064216Jy sigma=1.050826 ! Fit after self-cal, rms=0.064217Jy sigma=1.050796 ! 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.064217Jy sigma=1.050796 ! Fit after self-cal, rms=0.062261Jy sigma=1.017674 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.000932134 Jy ! Component: 100 - total flux cleaned = 0.000975547 Jy ! Component: 150 - total flux cleaned = 0.000996094 Jy ! Component: 200 - total flux cleaned = 0.00101473 Jy ! Total flux subtracted in 200 components = 0.00101473 Jy ! Clean residual min=-0.003921 max=0.003686 Jy/beam ! Clean residual mean=0.000007 rms=0.001016 Jy/beam ! Combined flux in latest and established models = 0.188803 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 61 components and 0.188803 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062214Jy sigma=1.017339 ! Fit after self-cal, rms=0.062045Jy sigma=1.014644 ! 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.072 x 7.795 at -4.303 degrees (North through East) ! Clean map min=-0.0037774 max=0.16517 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.062045Jy sigma=1.014644 ! Fit after self-cal, rms=0.061859Jy sigma=1.009793 ! 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.061859Jy sigma=1.009793 ! Fit after self-cal, rms=0.061857Jy sigma=1.009454 ! Inverting map and beam ! Estimated beam: bmin=3.03 mas, bmaj=7.712 mas, bpa=-4.203 degrees ! Estimated noise=0.891337 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00194425 Jy ! Component: 100 - total flux cleaned = 0.00251651 Jy ! Component: 150 - total flux cleaned = 0.0026839 Jy ! Component: 200 - total flux cleaned = 0.00284728 Jy ! Total flux subtracted in 200 components = 0.00284728 Jy ! Clean residual min=-0.003796 max=0.003765 Jy/beam ! Clean residual mean=-0.000003 rms=0.001014 Jy/beam ! Combined flux in latest and established models = 0.19165 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 66 components and 0.19165 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061735Jy sigma=1.008409 ! Fit after self-cal, rms=0.061742Jy sigma=1.008340 ! 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.061742Jy sigma=1.008340 ! Fit after self-cal, rms=0.061737Jy sigma=1.002429 ! 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.061737Jy sigma=1.002429 ! Fit after self-cal, rms=0.061752Jy sigma=1.002387 ! Inverting map and beam ! Estimated beam: bmin=2.99 mas, bmaj=7.635 mas, bpa=-4.145 degrees ! Estimated noise=0.89426 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00216532 Jy ! Component: 100 - total flux cleaned = 0.00300861 Jy ! Component: 150 - total flux cleaned = 0.00319254 Jy ! Component: 200 - total flux cleaned = 0.00337372 Jy ! Total flux subtracted in 200 components = 0.00337372 Jy ! Clean residual min=-0.003747 max=0.003641 Jy/beam ! Clean residual mean=-0.000006 rms=0.001005 Jy/beam ! Combined flux in latest and established models = 0.195024 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 73 components and 0.195024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061610Jy sigma=1.001085 ! Fit after self-cal, rms=0.061613Jy sigma=1.001069 ! 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.502 mas, bmaj=12.79 mas, bpa=3.836 degrees ! Estimated noise=1.1724 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.000341623 Jy ! Component: 100 - total flux cleaned = 0.00039338 Jy ! Component: 150 - total flux cleaned = 0.000419417 Jy ! Component: 200 - total flux cleaned = 0.000407764 Jy ! Total flux subtracted in 200 components = 0.000407764 Jy ! Clean residual min=-0.003733 max=0.005301 Jy/beam ! Clean residual mean=-0.000011 rms=0.001433 Jy/beam ! Combined flux in latest and established models = 0.195432 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 80 components and 0.195432 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061603Jy sigma=1.001116 ! Fit after self-cal, rms=0.061606Jy sigma=1.001097 ! 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.48 mas, bmaj=6.641 mas, bpa=-2.577 degrees ! Estimated noise=1.24465 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.141615 Jy ! Component: 100 - total flux cleaned = 0.170661 Jy ! Component: 150 - total flux cleaned = 0.183252 Jy ! Component: 200 - total flux cleaned = 0.190015 Jy ! Total flux subtracted in 200 components = 0.190015 Jy ! Clean residual min=-0.005559 max=0.005207 Jy/beam ! Clean residual mean=0.000000 rms=0.001606 Jy/beam ! Combined flux in latest and established models = 0.190015 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 35 model components to the UV plane model. ! The established model now contains 35 components and 0.190015 Jy ! Inverting map and beam ! Estimated beam: bmin=2.99 mas, bmaj=7.635 mas, bpa=-4.145 degrees ! Estimated noise=0.89426 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.0027477 Jy ! Component: 100 - total flux cleaned = 0.00335667 Jy ! Component: 150 - total flux cleaned = 0.00387778 Jy ! Component: 200 - total flux cleaned = 0.00423507 Jy ! Total flux subtracted in 200 components = 0.00423507 Jy ! Clean residual min=-0.003784 max=0.003750 Jy/beam ! Clean residual mean=-0.000003 rms=0.001017 Jy/beam ! Combined flux in latest and established models = 0.19425 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 51 components and 0.19425 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.502 mas, bmaj=12.79 mas, bpa=3.836 degrees ! Estimated noise=1.1724 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.000757836 Jy ! Component: 100 - total flux cleaned = 0.000838503 Jy ! Component: 150 - total flux cleaned = 0.000898078 Jy ! Component: 200 - total flux cleaned = 0.000937329 Jy ! Total flux subtracted in 200 components = 0.000937329 Jy ! Clean residual min=-0.003730 max=0.005341 Jy/beam ! Clean residual mean=-0.000009 rms=0.001435 Jy/beam ! Combined flux in latest and established models = 0.195187 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 64 components and 0.195187 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.99 mas, bmaj=7.635 mas, bpa=-4.145 degrees ! Estimated noise=0.89426 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -2.8939e-05 Jy ! Component: 100 - total flux cleaned = -1.09578e-07 Jy ! Component: 150 - total flux cleaned = 4.13949e-05 Jy ! Component: 200 - total flux cleaned = 9.60596e-05 Jy ! Total flux subtracted in 200 components = 9.60596e-05 Jy ! Clean residual min=-0.003719 max=0.003657 Jy/beam ! Clean residual mean=-0.000007 rms=0.001006 Jy/beam ! Combined flux in latest and established models = 0.195283 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 70 components and 0.195283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061592Jy sigma=1.000802 ! Fit after self-cal, rms=0.061590Jy sigma=1.000786 wmodel J1945-0153_S_2005_07_09_yyk\_map.mod ! Writing 70 model components to file: J1945-0153_S_2005_07_09_yyk_map.mod wobs J1945-0153_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J1945-0153_S_2005_07_09_yyk_uvs.fits wwins J1945-0153_S_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J1945-0153_S_2005_07_09_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 = 6.475e-05 Jy ! Component: 100 - total flux cleaned = 0.000498192 Jy ! Component: 150 - total flux cleaned = 0.00102239 Jy ! Component: 200 - total flux cleaned = 0.00140917 Jy ! Component: 250 - total flux cleaned = 0.00167528 Jy ! Component: 300 - total flux cleaned = 0.0019819 Jy ! Component: 350 - total flux cleaned = 0.00217918 Jy ! Component: 400 - total flux cleaned = 0.00246625 Jy ! Component: 450 - total flux cleaned = 0.0025586 Jy ! Component: 500 - total flux cleaned = 0.00264875 Jy ! Component: 550 - total flux cleaned = 0.00282388 Jy ! Component: 600 - total flux cleaned = 0.00290894 Jy ! Component: 650 - total flux cleaned = 0.00307625 Jy ! Component: 700 - total flux cleaned = 0.00319862 Jy ! Component: 750 - total flux cleaned = 0.00323904 Jy ! Component: 800 - total flux cleaned = 0.00327877 Jy ! Component: 850 - total flux cleaned = 0.00335599 Jy ! Component: 900 - total flux cleaned = 0.00339414 Jy ! Component: 950 - total flux cleaned = 0.0033941 Jy ! Component: 1000 - total flux cleaned = 0.00335786 Jy ! Component: 1050 - total flux cleaned = 0.00339451 Jy ! Component: 1100 - total flux cleaned = 0.00343055 Jy ! Component: 1150 - total flux cleaned = 0.00346642 Jy ! Component: 1200 - total flux cleaned = 0.00363868 Jy ! Component: 1250 - total flux cleaned = 0.00367192 Jy ! Component: 1300 - total flux cleaned = 0.00357113 Jy ! Component: 1350 - total flux cleaned = 0.00363714 Jy ! Component: 1400 - total flux cleaned = 0.00360476 Jy ! Component: 1450 - total flux cleaned = 0.00354018 Jy ! Component: 1500 - total flux cleaned = 0.00338194 Jy ! Component: 1550 - total flux cleaned = 0.00344475 Jy ! Component: 1600 - total flux cleaned = 0.00335233 Jy ! Component: 1650 - total flux cleaned = 0.00338292 Jy ! Component: 1700 - total flux cleaned = 0.00335306 Jy ! Component: 1750 - total flux cleaned = 0.00341286 Jy ! Component: 1800 - total flux cleaned = 0.00338348 Jy ! Component: 1850 - total flux cleaned = 0.0034703 Jy ! Component: 1900 - total flux cleaned = 0.00349844 Jy ! Component: 1950 - total flux cleaned = 0.00344143 Jy ! Component: 2000 - total flux cleaned = 0.00341325 Jy ! Total flux subtracted in 2048 components = 0.00349606 Jy ! Clean residual min=-0.001641 max=0.002232 Jy/beam ! Clean residual mean=-0.000025 rms=0.000585 Jy/beam ! Combined flux in latest and established models = 0.198779 Jy keep ! Adding 151 model components to the UV plane model. ! The established model now contains 221 components and 0.198779 Jy ![Exited script file: muppet] wmap "J1945-0153_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.99 x 7.635 at -4.145 degrees (North through East) ! Clean map min=-0.00272 max=0.16469 Jy/beam ! Writing clean map to FITS file: J1945-0153_S_2005_07_09_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.164694 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000588279 device "J1945-0153_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J1945-0153_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.07158 1.07158 2.14317 4.28634 8.57268 17.1454 34.2907 68.5814 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.164 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.99 x 7.635 at -4.145 degrees (North through East) ! Clean map min=-0.00272 max=0.16469 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1945-0153_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J1945-0153_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1945-0153_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 10:56:34 2006