! Started logfile: J1127-1857_X_2005_06_30_yyk_uvs.log on Sat Oct 8 17:18:36 2005 obs J1127-1857_X_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J1127-1857_X_2005_06_30_yyk_uve.fits ! AN table 1: 5 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.924444 visibilities/baseline/integration-bin. ! Found source: J1127-1857 ! ! 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 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1460 lines of history. ! ! Reading 832 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 J1127-1857_X_2005_06_30_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 1.61875 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=0.6989 mas, bmaj=1.803 mas, bpa=-6.291 degrees ! Estimated noise=1.97273 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 = 1.35018 Jy ! Component: 100 - total flux cleaned = 1.56753 Jy ! Total flux subtracted in 100 components = 1.56753 Jy ! Clean residual min=-0.042212 max=0.073726 Jy/beam ! Clean residual mean=-0.000138 rms=0.012390 Jy/beam ! Combined flux in latest and established models = 1.56753 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 1.56753 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 2 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.193153Jy sigma=3.058485 ! Fit after self-cal, rms=0.192974Jy sigma=3.054441 ! Inverting map and beam ! Estimated beam: bmin=0.6989 mas, bmaj=1.803 mas, bpa=-6.291 degrees ! Estimated noise=1.97273 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=0.8663 mas, bmaj=2.164 mas, bpa=-6.655 degrees ! Estimated noise=1.5132 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.115606 Jy ! Component: 100 - total flux cleaned = 0.155317 Jy ! Component: 150 - total flux cleaned = 0.165061 Jy ! Component: 200 - total flux cleaned = 0.167061 Jy ! Total flux subtracted in 200 components = 0.167061 Jy ! Clean residual min=-0.033455 max=0.025389 Jy/beam ! Clean residual mean=0.000265 rms=0.007580 Jy/beam ! Combined flux in latest and established models = 1.73459 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 34 components and 1.73459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.144325Jy sigma=2.237380 ! Fit after self-cal, rms=0.144313Jy sigma=2.236717 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8663 x 2.164 at -6.655 degrees (North through East) ! Clean map min=-0.031274 max=1.6009 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.00662 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.99 HN 1.03 KP 0.96 ! LA 1.01 MK 1.01 NL 1.00 OV 1.04 ! PT 0.96 SC 0.97 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01252 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.03 KP 0.91 ! LA 0.99 MK 1.00 NL 0.98 OV 1.01 ! PT 1.02 SC 0.95 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.01309 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.02 HN 0.94 KP 0.85 ! LA 1.00 MK 1.04 NL 0.97 OV 1.04 ! PT 1.05 SC 0.94 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.956707 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.04 HN 0.99 KP 0.97 ! LA 0.99 MK 1.02 NL 1.00 OV 1.05 ! PT 1.12 SC 1.23 ! ! ! Fit before self-cal, rms=0.144313Jy sigma=2.236717 ! Fit after self-cal, rms=0.106385Jy sigma=1.558043 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.106385Jy sigma=1.558043 ! Fit after self-cal, rms=0.106381Jy sigma=1.558029 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8739 mas, bmaj=2.184 mas, bpa=-6.616 degrees ! Estimated noise=1.50812 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.00761124 Jy ! Component: 100 - total flux cleaned = -0.00761439 Jy ! Component: 150 - total flux cleaned = -0.00761909 Jy ! Component: 200 - total flux cleaned = -0.00773458 Jy ! Total flux subtracted in 200 components = -0.00773458 Jy ! Clean residual min=-0.012649 max=0.011281 Jy/beam ! Clean residual mean=0.000028 rms=0.002556 Jy/beam ! Combined flux in latest and established models = 1.72686 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 47 components and 1.72686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105902Jy sigma=1.547319 ! Fit after self-cal, rms=0.105926Jy sigma=1.546986 ! 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.105926Jy sigma=1.546986 ! Fit after self-cal, rms=0.102895Jy sigma=1.502840 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.000162021 Jy ! Component: 100 - total flux cleaned = 0.000273852 Jy ! Component: 150 - total flux cleaned = 0.000178877 Jy ! Component: 200 - total flux cleaned = 0.000173668 Jy ! Total flux subtracted in 200 components = 0.000173668 Jy ! Clean residual min=-0.012572 max=0.011484 Jy/beam ! Clean residual mean=0.000027 rms=0.002528 Jy/beam ! Combined flux in latest and established models = 1.72703 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 50 components and 1.72703 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.102722Jy sigma=1.500239 ! Fit after self-cal, rms=0.102442Jy sigma=1.496706 ! 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: 0.8739 x 2.184 at -6.616 degrees (North through East) ! Clean map min=-0.011761 max=1.5977 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.102442Jy sigma=1.496706 ! Fit after self-cal, rms=0.070223Jy sigma=0.943376 ! 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.070223Jy sigma=0.943376 ! Fit after self-cal, rms=0.070196Jy sigma=0.942831 ! Inverting map and beam ! Estimated beam: bmin=0.8765 mas, bmaj=2.191 mas, bpa=-6.589 degrees ! Estimated noise=1.50792 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00168018 Jy ! Component: 100 - total flux cleaned = -0.0015506 Jy ! Component: 150 - total flux cleaned = -0.00135346 Jy ! Component: 200 - total flux cleaned = -0.00127067 Jy ! Total flux subtracted in 200 components = -0.00127067 Jy ! Clean residual min=-0.005332 max=0.005379 Jy/beam ! Clean residual mean=-0.000018 rms=0.001312 Jy/beam ! Combined flux in latest and established models = 1.72576 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 52 components and 1.72576 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069987Jy sigma=0.938015 ! Fit after self-cal, rms=0.069959Jy sigma=0.937705 ! 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.069959Jy sigma=0.937705 ! Fit after self-cal, rms=0.068877Jy sigma=0.918958 ! 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.068877Jy sigma=0.918958 ! Fit after self-cal, rms=0.068880Jy sigma=0.918949 ! Inverting map and beam ! Estimated beam: bmin=0.8779 mas, bmaj=2.194 mas, bpa=-6.574 degrees ! Estimated noise=1.50827 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0011242 Jy ! Component: 100 - total flux cleaned = -0.00112447 Jy ! Component: 150 - total flux cleaned = -0.00105007 Jy ! Component: 200 - total flux cleaned = -0.00105096 Jy ! Total flux subtracted in 200 components = -0.00105096 Jy ! Clean residual min=-0.005406 max=0.005016 Jy/beam ! Clean residual mean=-0.000025 rms=0.001275 Jy/beam ! Combined flux in latest and established models = 1.72471 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 52 components and 1.72471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068778Jy sigma=0.916277 ! Fit after self-cal, rms=0.068758Jy sigma=0.916126 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.336 mas, bmaj=4.695 mas, bpa=-5.103 degrees ! Estimated noise=1.9559 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.000530937 Jy ! Component: 100 - total flux cleaned = -0.00052893 Jy ! Component: 150 - total flux cleaned = -0.000561869 Jy ! Component: 200 - total flux cleaned = -0.000588683 Jy ! Total flux subtracted in 200 components = -0.000588683 Jy ! Clean residual min=-0.006202 max=0.005194 Jy/beam ! Clean residual mean=-0.000045 rms=0.001662 Jy/beam ! Combined flux in latest and established models = 1.72412 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 56 components and 1.72412 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068821Jy sigma=0.916631 ! Fit after self-cal, rms=0.068786Jy sigma=0.916424 ! 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=0.7042 mas, bmaj=1.817 mas, bpa=-6.425 degrees ! Estimated noise=1.98966 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.36193 Jy ! Component: 100 - total flux cleaned = 1.56976 Jy ! Component: 150 - total flux cleaned = 1.65335 Jy ! Component: 200 - total flux cleaned = 1.69354 Jy ! Total flux subtracted in 200 components = 1.69354 Jy ! Clean residual min=-0.010808 max=0.013602 Jy/beam ! Clean residual mean=-0.000050 rms=0.002848 Jy/beam ! Combined flux in latest and established models = 1.69354 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 1.69354 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8779 mas, bmaj=2.194 mas, bpa=-6.574 degrees ! Estimated noise=1.50827 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.0227329 Jy ! Component: 100 - total flux cleaned = 0.030154 Jy ! Component: 150 - total flux cleaned = 0.0311103 Jy ! Component: 200 - total flux cleaned = 0.0315493 Jy ! Total flux subtracted in 200 components = 0.0315493 Jy ! Clean residual min=-0.005495 max=0.005063 Jy/beam ! Clean residual mean=-0.000025 rms=0.001369 Jy/beam ! Combined flux in latest and established models = 1.72509 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 39 components and 1.72509 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.336 mas, bmaj=4.695 mas, bpa=-5.103 degrees ! Estimated noise=1.9559 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.000170377 Jy ! Component: 100 - total flux cleaned = -0.000134871 Jy ! Component: 150 - total flux cleaned = -0.000130181 Jy ! Component: 200 - total flux cleaned = -0.000127363 Jy ! Total flux subtracted in 200 components = -0.000127363 Jy ! Clean residual min=-0.006206 max=0.005217 Jy/beam ! Clean residual mean=-0.000043 rms=0.001671 Jy/beam ! Combined flux in latest and established models = 1.72497 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 42 components and 1.72497 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8779 mas, bmaj=2.194 mas, bpa=-6.574 degrees ! Estimated noise=1.50827 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000436103 Jy ! Component: 100 - total flux cleaned = 0.000434267 Jy ! Component: 150 - total flux cleaned = 0.000330878 Jy ! Component: 200 - total flux cleaned = 0.000414946 Jy ! Total flux subtracted in 200 components = 0.000414946 Jy ! Clean residual min=-0.005345 max=0.005057 Jy/beam ! Clean residual mean=-0.000024 rms=0.001327 Jy/beam ! Combined flux in latest and established models = 1.72538 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 47 components and 1.72538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069178Jy sigma=0.922251 ! Fit after self-cal, rms=0.069135Jy sigma=0.921852 wmodel J1127-1857_X_2005_06_30_yyk\_map.mod ! Writing 47 model components to file: J1127-1857_X_2005_06_30_yyk_map.mod wobs J1127-1857_X_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J1127-1857_X_2005_06_30_yyk_uvs.fits wwins J1127-1857_X_2005_06_30_yyk\_map.win ! wwins: Wrote 1 windows to J1127-1857_X_2005_06_30_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.0012932 Jy ! Component: 100 - total flux cleaned = -0.00190459 Jy ! Component: 150 - total flux cleaned = -0.00238456 Jy ! Component: 200 - total flux cleaned = -0.00260418 Jy ! Component: 250 - total flux cleaned = -0.00246484 Jy ! Component: 300 - total flux cleaned = -0.00220061 Jy ! Component: 350 - total flux cleaned = -0.00188089 Jy ! Component: 400 - total flux cleaned = -0.00151095 Jy ! Component: 450 - total flux cleaned = -0.00115362 Jy ! Component: 500 - total flux cleaned = -0.00103879 Jy ! Component: 550 - total flux cleaned = -0.00115167 Jy ! Component: 600 - total flux cleaned = -0.00115195 Jy ! Component: 650 - total flux cleaned = -0.00120524 Jy ! Component: 700 - total flux cleaned = -0.00125771 Jy ! Component: 750 - total flux cleaned = -0.00145827 Jy ! Component: 800 - total flux cleaned = -0.00155607 Jy ! Component: 850 - total flux cleaned = -0.00155641 Jy ! Component: 900 - total flux cleaned = -0.00155639 Jy ! Component: 950 - total flux cleaned = -0.0016031 Jy ! Component: 1000 - total flux cleaned = -0.00164791 Jy ! Component: 1050 - total flux cleaned = -0.00169055 Jy ! Component: 1100 - total flux cleaned = -0.00160277 Jy ! Component: 1150 - total flux cleaned = -0.00160268 Jy ! Component: 1200 - total flux cleaned = -0.00151853 Jy ! Component: 1250 - total flux cleaned = -0.00168447 Jy ! Component: 1300 - total flux cleaned = -0.00176589 Jy ! Component: 1350 - total flux cleaned = -0.00188554 Jy ! Component: 1400 - total flux cleaned = -0.00196325 Jy ! Component: 1450 - total flux cleaned = -0.00204113 Jy ! Component: 1500 - total flux cleaned = -0.00211828 Jy ! Component: 1550 - total flux cleaned = -0.00230765 Jy ! Component: 1600 - total flux cleaned = -0.00241964 Jy ! Component: 1650 - total flux cleaned = -0.00260268 Jy ! Component: 1700 - total flux cleaned = -0.00278326 Jy ! Component: 1750 - total flux cleaned = -0.00288976 Jy ! Component: 1800 - total flux cleaned = -0.00310087 Jy ! Component: 1850 - total flux cleaned = -0.00317039 Jy ! Component: 1900 - total flux cleaned = -0.00330868 Jy ! Component: 1950 - total flux cleaned = -0.00351176 Jy ! Component: 2000 - total flux cleaned = -0.00367876 Jy ! Total flux subtracted in 2048 components = -0.00371199 Jy ! Clean residual min=-0.001874 max=0.001662 Jy/beam ! Clean residual mean=-0.000018 rms=0.000586 Jy/beam ! Combined flux in latest and established models = 1.72167 Jy keep ! Adding 115 model components to the UV plane model. ! The established model now contains 162 components and 1.72167 Jy ![Exited script file: muppet] wmap "J1127-1857_X_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8779 x 2.194 at -6.574 degrees (North through East) ! Clean map min=-0.0038188 max=1.5984 Jy/beam ! Writing clean map to FITS file: J1127-1857_X_2005_06_30_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.59842 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000594564 device "J1127-1857_X_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J1127-1857_X_2005_06_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.111591 0.111591 0.223181 0.446363 0.892725 1.78545 3.5709 7.1418 14.2836 28.5672 57.1344 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0017 print "peak=",int(peak_flux*1000)/1000 ! peak= 1.598 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8779 x 2.194 at -6.574 degrees (North through East) ! Clean map min=-0.0038188 max=1.5984 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1127-1857_X_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J1127-1857_X_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1127-1857_X_2005_06_30_yyk_uvs.log closed on Sat Oct 8 17:18:40 2005