! Started logfile: J1344-1723_S_2005_07_20_yyk_uvs.log on Fri Jan 20 10:31:24 2006 obs J1344-1723_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J1344-1723_S_2005_07_20_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.80404 visibilities/baseline/integration-bin. ! Found source: J1344-1723 ! ! 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 1527 lines of history. ! ! Reading 1592 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 J1344-1723_S_2005_07_20_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.268341 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.482 mas, bmaj=6.504 mas, bpa=-0.921 degrees ! Estimated noise=1.5103 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.206346 Jy ! Component: 100 - total flux cleaned = 0.251212 Jy ! Total flux subtracted in 100 components = 0.251212 Jy ! Clean residual min=-0.010674 max=0.015034 Jy/beam ! Clean residual mean=-0.000068 rms=0.002876 Jy/beam ! Combined flux in latest and established models = 0.251212 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.251212 Jy ! ! Correcting IF 1. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.087291Jy sigma=1.373109 ! Fit after self-cal, rms=0.086911Jy sigma=1.367933 ! Inverting map and beam ! Estimated beam: bmin=2.482 mas, bmaj=6.504 mas, bpa=-0.921 degrees ! Estimated noise=1.5103 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=2.95 mas, bmaj=7.454 mas, bpa=-2.041 degrees ! Estimated noise=1.06978 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.016584 Jy ! Component: 100 - total flux cleaned = 0.0212588 Jy ! Component: 150 - total flux cleaned = 0.0220725 Jy ! Component: 200 - total flux cleaned = 0.0222514 Jy ! Total flux subtracted in 200 components = 0.0222514 Jy ! Clean residual min=-0.010063 max=0.013794 Jy/beam ! Clean residual mean=-0.000053 rms=0.003259 Jy/beam ! Combined flux in latest and established models = 0.273463 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 29 components and 0.273463 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083641Jy sigma=1.326763 ! Fit after self-cal, rms=0.083609Jy sigma=1.326563 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.95 x 7.454 at -2.041 degrees (North through East) ! Clean map min=-0.0096319 max=0.22924 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: 1.04863 ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 0.99 HN 0.98 KP 0.93 ! LA 1.00 MK 0.91 NL 0.94 OV 0.94 ! PT 1.06 SC 0.90 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01714 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.02 HN 1.02 KP 0.97 ! LA 0.99 MK 1.00 NL 0.94 OV 1.00 ! PT 1.02 SC 0.92 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.930869 ! Telescope amplitude corrections in sub-array 1: ! BR 1.76 FD 0.91 HN 1.06 KP 0.95 ! LA 0.90 MK 1.13 NL 1.00 OV 0.99 ! PT 1.10 SC 0.94 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.05829 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.93 HN 0.93 KP 0.87 ! LA 0.77 MK 1.12 NL 0.96 OV 0.87 ! PT 0.98 SC 1.00 ! ! ! Fit before self-cal, rms=0.083609Jy sigma=1.326563 ! Fit after self-cal, rms=0.076755Jy sigma=1.121061 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.076755Jy sigma=1.121061 ! Fit after self-cal, rms=0.076750Jy sigma=1.120946 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.965 mas, bmaj=7.641 mas, bpa=-0.5825 degrees ! Estimated noise=1.0734 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.00286516 Jy ! Component: 100 - total flux cleaned = 0.00320891 Jy ! Component: 150 - total flux cleaned = 0.00313165 Jy ! Component: 200 - total flux cleaned = 0.00297668 Jy ! Total flux subtracted in 200 components = 0.00297668 Jy ! Clean residual min=-0.004978 max=0.004648 Jy/beam ! Clean residual mean=0.000029 rms=0.001248 Jy/beam ! Combined flux in latest and established models = 0.27644 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 36 components and 0.27644 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076260Jy sigma=1.116304 ! Fit after self-cal, rms=0.076221Jy sigma=1.116092 ! 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.076221Jy sigma=1.116092 ! Fit after self-cal, rms=0.073136Jy sigma=1.077350 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.000482574 Jy ! Component: 100 - total flux cleaned = 0.00034942 Jy ! Component: 150 - total flux cleaned = 0.000230141 Jy ! Component: 200 - total flux cleaned = 6.57727e-05 Jy ! Total flux subtracted in 200 components = 6.57727e-05 Jy ! Clean residual min=-0.004766 max=0.004530 Jy/beam ! Clean residual mean=0.000029 rms=0.001226 Jy/beam ! Combined flux in latest and established models = 0.276506 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.276506 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072970Jy sigma=1.075843 ! Fit after self-cal, rms=0.072668Jy sigma=1.072783 ! 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: 2.965 x 7.641 at -0.5825 degrees (North through East) ! Clean map min=-0.0045823 max=0.23545 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.072668Jy sigma=1.072783 ! Fit after self-cal, rms=0.066661Jy sigma=0.953527 ! 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.066661Jy sigma=0.953527 ! Fit after self-cal, rms=0.066622Jy sigma=0.953044 ! Inverting map and beam ! Estimated beam: bmin=2.958 mas, bmaj=7.612 mas, bpa=-0.6419 degrees ! Estimated noise=1.06389 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000227492 Jy ! Component: 100 - total flux cleaned = 0.000397229 Jy ! Component: 150 - total flux cleaned = 0.000362097 Jy ! Component: 200 - total flux cleaned = 0.000298386 Jy ! Total flux subtracted in 200 components = 0.000298386 Jy ! Clean residual min=-0.003533 max=0.003357 Jy/beam ! Clean residual mean=0.000010 rms=0.000938 Jy/beam ! Combined flux in latest and established models = 0.276804 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 41 components and 0.276804 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066554Jy sigma=0.952332 ! Fit after self-cal, rms=0.066542Jy sigma=0.952188 ! 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.066542Jy sigma=0.952188 ! Fit after self-cal, rms=0.062365Jy sigma=0.913050 ! 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.062365Jy sigma=0.913050 ! Fit after self-cal, rms=0.062362Jy sigma=0.912983 ! Inverting map and beam ! Estimated beam: bmin=2.956 mas, bmaj=7.616 mas, bpa=-0.8036 degrees ! Estimated noise=1.06563 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00058836 Jy ! Component: 100 - total flux cleaned = 0.000823489 Jy ! Component: 150 - total flux cleaned = 0.000882378 Jy ! Component: 200 - total flux cleaned = 0.000882256 Jy ! Total flux subtracted in 200 components = 0.000882256 Jy ! Clean residual min=-0.003464 max=0.003321 Jy/beam ! Clean residual mean=0.000011 rms=0.000938 Jy/beam ! Combined flux in latest and established models = 0.277686 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 49 components and 0.277686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062319Jy sigma=0.912352 ! Fit after self-cal, rms=0.062317Jy sigma=0.912304 ! 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.545 mas, bmaj=15.51 mas, bpa=4.394 degrees ! Estimated noise=1.40008 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 = 4.46206e-05 Jy ! Component: 100 - total flux cleaned = -7.19831e-05 Jy ! Component: 150 - total flux cleaned = -0.000130752 Jy ! Component: 200 - total flux cleaned = -0.000200137 Jy ! Total flux subtracted in 200 components = -0.000200137 Jy ! Clean residual min=-0.003642 max=0.004278 Jy/beam ! Clean residual mean=0.000022 rms=0.001205 Jy/beam ! Combined flux in latest and established models = 0.277486 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 50 components and 0.277486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062325Jy sigma=0.912422 ! Fit after self-cal, rms=0.062308Jy sigma=0.912149 ! 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.502 mas, bmaj=6.535 mas, bpa=-0.2167 degrees ! Estimated noise=1.46799 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.201755 Jy ! Component: 100 - total flux cleaned = 0.245365 Jy ! Component: 150 - total flux cleaned = 0.263265 Jy ! Component: 200 - total flux cleaned = 0.271625 Jy ! Total flux subtracted in 200 components = 0.271625 Jy ! Clean residual min=-0.005085 max=0.004767 Jy/beam ! Clean residual mean=0.000003 rms=0.001324 Jy/beam ! Combined flux in latest and established models = 0.271625 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.271625 Jy ! Inverting map and beam ! Estimated beam: bmin=2.956 mas, bmaj=7.616 mas, bpa=-0.8036 degrees ! Estimated noise=1.06563 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.00410573 Jy ! Component: 100 - total flux cleaned = 0.00485396 Jy ! Component: 150 - total flux cleaned = 0.00497712 Jy ! Component: 200 - total flux cleaned = 0.00502595 Jy ! Total flux subtracted in 200 components = 0.00502595 Jy ! Clean residual min=-0.003223 max=0.003219 Jy/beam ! Clean residual mean=0.000010 rms=0.000950 Jy/beam ! Combined flux in latest and established models = 0.276651 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 47 components and 0.276651 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.545 mas, bmaj=15.51 mas, bpa=4.394 degrees ! Estimated noise=1.40008 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.00024415 Jy ! Component: 100 - total flux cleaned = 0.000243085 Jy ! Component: 150 - total flux cleaned = 0.00019538 Jy ! Component: 200 - total flux cleaned = 0.00013649 Jy ! Total flux subtracted in 200 components = 0.00013649 Jy ! Clean residual min=-0.003518 max=0.004328 Jy/beam ! Clean residual mean=0.000022 rms=0.001200 Jy/beam ! Combined flux in latest and established models = 0.276787 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 51 components and 0.276787 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.956 mas, bmaj=7.616 mas, bpa=-0.8036 degrees ! Estimated noise=1.06563 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000299182 Jy ! Component: 100 - total flux cleaned = -0.000342987 Jy ! Component: 150 - total flux cleaned = -0.0003071 Jy ! Component: 200 - total flux cleaned = -0.000276862 Jy ! Total flux subtracted in 200 components = -0.000276862 Jy ! Clean residual min=-0.003228 max=0.003192 Jy/beam ! Clean residual mean=0.000010 rms=0.000937 Jy/beam ! Combined flux in latest and established models = 0.27651 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 60 components and 0.27651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062294Jy sigma=0.912537 ! Fit after self-cal, rms=0.062294Jy sigma=0.912498 wmodel J1344-1723_S_2005_07_20_yyk\_map.mod ! Writing 60 model components to file: J1344-1723_S_2005_07_20_yyk_map.mod wobs J1344-1723_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J1344-1723_S_2005_07_20_yyk_uvs.fits wwins J1344-1723_S_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J1344-1723_S_2005_07_20_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.000661371 Jy ! Component: 100 - total flux cleaned = -0.0012721 Jy ! Component: 150 - total flux cleaned = -0.00132374 Jy ! Component: 200 - total flux cleaned = -0.00142233 Jy ! Component: 250 - total flux cleaned = -0.00151896 Jy ! Component: 300 - total flux cleaned = -0.00170593 Jy ! Component: 350 - total flux cleaned = -0.00184137 Jy ! Component: 400 - total flux cleaned = -0.00210546 Jy ! Component: 450 - total flux cleaned = -0.00227688 Jy ! Component: 500 - total flux cleaned = -0.00248663 Jy ! Component: 550 - total flux cleaned = -0.00265071 Jy ! Component: 600 - total flux cleaned = -0.00277068 Jy ! Component: 650 - total flux cleaned = -0.00284909 Jy ! Component: 700 - total flux cleaned = -0.00292566 Jy ! Component: 750 - total flux cleaned = -0.00303856 Jy ! Component: 800 - total flux cleaned = -0.00311211 Jy ! Component: 850 - total flux cleaned = -0.00332867 Jy ! Component: 900 - total flux cleaned = -0.00347082 Jy ! Component: 950 - total flux cleaned = -0.00360991 Jy ! Component: 1000 - total flux cleaned = -0.00360945 Jy ! Component: 1050 - total flux cleaned = -0.00371035 Jy ! Component: 1100 - total flux cleaned = -0.00367761 Jy ! Component: 1150 - total flux cleaned = -0.00384122 Jy ! Component: 1200 - total flux cleaned = -0.00387283 Jy ! Component: 1250 - total flux cleaned = -0.00384088 Jy ! Component: 1300 - total flux cleaned = -0.00390418 Jy ! Component: 1350 - total flux cleaned = -0.00412165 Jy ! Component: 1400 - total flux cleaned = -0.00421323 Jy ! Component: 1450 - total flux cleaned = -0.0044544 Jy ! Component: 1500 - total flux cleaned = -0.00457383 Jy ! Component: 1550 - total flux cleaned = -0.00472101 Jy ! Component: 1600 - total flux cleaned = -0.00492468 Jy ! Component: 1650 - total flux cleaned = -0.00512592 Jy ! Component: 1700 - total flux cleaned = -0.00523899 Jy ! Component: 1750 - total flux cleaned = -0.00535154 Jy ! Component: 1800 - total flux cleaned = -0.00546274 Jy ! Component: 1850 - total flux cleaned = -0.00554516 Jy ! Component: 1900 - total flux cleaned = -0.00559981 Jy ! Component: 1950 - total flux cleaned = -0.00570714 Jy ! Component: 2000 - total flux cleaned = -0.0057866 Jy ! Total flux subtracted in 2048 components = -0.00581264 Jy ! Clean residual min=-0.002054 max=0.001433 Jy/beam ! Clean residual mean=0.000008 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.270698 Jy keep ! Adding 130 model components to the UV plane model. ! The established model now contains 190 components and 0.270698 Jy ![Exited script file: muppet] wmap "J1344-1723_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.956 x 7.616 at -0.8036 degrees (North through East) ! Clean map min=-0.0028475 max=0.23729 Jy/beam ! Writing clean map to FITS file: J1344-1723_S_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.237286 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000548232 device "J1344-1723_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J1344-1723_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.693128 0.693128 1.38626 2.77251 5.54503 11.0901 22.1801 44.3602 88.7204 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.237 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.956 x 7.616 at -0.8036 degrees (North through East) ! Clean map min=-0.0028475 max=0.23729 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1344-1723_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J1344-1723_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1344-1723_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 10:31:28 2006