! Started logfile: J1248-0632_X_1997_05_07_yyk_uvs.log on Mon Jan 8 05:50:37 2007 obs J1248-0632_X_1997_05_07_yyk_uva.fits ! Reading UV FITS file: J1248-0632_X_1997_05_07_yyk_uva.fits ! AN table 1: 149 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.852498 visibilities/baseline/integration-bin. ! Found source: J1248-0632 ! ! 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.15447e+09 8e+06 1 8e+06 ! 02 2 8.23447e+09 8e+06 1 8e+06 ! 03 3 8.41447e+09 8e+06 1 8e+06 ! 04 4 8.55447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 613 lines of history. ! ! Reading 22864 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 J1248-0632_X_1997_05_07_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)= 0.47411 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.7621 mas, bmaj=1.989 mas, bpa=0.7487 degrees ! Estimated noise=931.547 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.373747 Jy ! Component: 100 - total flux cleaned = 0.42879 Jy ! Total flux subtracted in 100 components = 0.42879 Jy ! Clean residual min=-0.008056 max=0.012435 Jy/beam ! Clean residual mean=-0.000050 rms=0.002434 Jy/beam ! Combined flux in latest and established models = 0.42879 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.42879 Jy ! ! Correcting IF 1. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 121 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.188961Jy sigma=0.001261 ! Fit after self-cal, rms=0.188843Jy sigma=0.001260 ! Inverting map and beam ! Estimated beam: bmin=0.7621 mas, bmaj=1.989 mas, bpa=0.7487 degrees ! Estimated noise=931.664 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.9341 mas, bmaj=2.359 mas, bpa=-0.4746 degrees ! Estimated noise=674.863 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.0199368 Jy ! Component: 100 - total flux cleaned = 0.0280699 Jy ! Component: 150 - total flux cleaned = 0.0319989 Jy ! Component: 200 - total flux cleaned = 0.033695 Jy ! Total flux subtracted in 200 components = 0.033695 Jy ! Clean residual min=-0.006158 max=0.007058 Jy/beam ! Clean residual mean=-0.000011 rms=0.001580 Jy/beam ! Combined flux in latest and established models = 0.462485 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 29 components and 0.462485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.187858Jy sigma=0.001250 ! Fit after self-cal, rms=0.187851Jy sigma=0.001250 ! 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.9341 x 2.359 at -0.4746 degrees (North through East) ! Clean map min=-0.0057158 max=0.43318 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00703 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 0.99 KP 1.01 ! LA 1.02 MK 1.00 NL 1.04 OV 0.98 ! PT 0.95 SC 0.93 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00552 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 1.01 KP 1.01 ! LA 1.01 MK 0.97 NL 1.03 OV 1.04 ! PT 0.91 SC 1.01 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.991159 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.02 HN 1.00 KP 1.01 ! LA 1.02 MK 1.03 NL 1.03 OV 0.97 ! PT 0.96 SC 1.04 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.984033 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 1.03 KP 1.00 ! LA 1.02 MK 0.99 NL 1.05 OV 1.01 ! PT 0.98 SC 1.04 ! ! ! Fit before self-cal, rms=0.187851Jy sigma=0.001250 ! Fit after self-cal, rms=0.187725Jy sigma=0.001245 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.187725Jy sigma=0.001245 ! Fit after self-cal, rms=0.187725Jy sigma=0.001245 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9365 mas, bmaj=2.373 mas, bpa=-0.5341 degrees ! Estimated noise=671.5 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.00306587 Jy ! Component: 100 - total flux cleaned = -0.00381786 Jy ! Component: 150 - total flux cleaned = -0.00393403 Jy ! Component: 200 - total flux cleaned = -0.00396857 Jy ! Total flux subtracted in 200 components = -0.00396857 Jy ! Clean residual min=-0.003515 max=0.004223 Jy/beam ! Clean residual mean=-0.000001 rms=0.001077 Jy/beam ! Combined flux in latest and established models = 0.458517 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 42 components and 0.458517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.187674Jy sigma=0.001245 ! Fit after self-cal, rms=0.187670Jy sigma=0.001245 ! 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.187670Jy sigma=0.001245 ! Fit after self-cal, rms=0.182540Jy sigma=0.001210 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.00137819 Jy ! Component: 100 - total flux cleaned = 0.0013809 Jy ! Component: 150 - total flux cleaned = 0.00129934 Jy ! Component: 200 - total flux cleaned = 0.00123073 Jy ! Total flux subtracted in 200 components = 0.00123073 Jy ! Clean residual min=-0.003649 max=0.004098 Jy/beam ! Clean residual mean=-0.000004 rms=0.001080 Jy/beam ! Combined flux in latest and established models = 0.459748 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 45 components and 0.459748 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182532Jy sigma=0.001209 ! Fit after self-cal, rms=0.181928Jy sigma=0.001205 ! 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.9365 x 2.373 at -0.5341 degrees (North through East) ! Clean map min=-0.0035228 max=0.43432 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.181928Jy sigma=0.001205 ! Fit after self-cal, rms=0.183563Jy sigma=0.001201 ! 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.183563Jy sigma=0.001201 ! Fit after self-cal, rms=0.183440Jy sigma=0.001200 ! Inverting map and beam ! Estimated beam: bmin=0.9373 mas, bmaj=2.372 mas, bpa=-0.545 degrees ! Estimated noise=670.796 mJy/beam. ! Added new window around map position (0.6, 4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00438942 Jy ! Component: 100 - total flux cleaned = 0.00455815 Jy ! Component: 150 - total flux cleaned = 0.00441734 Jy ! Component: 200 - total flux cleaned = 0.0042481 Jy ! Total flux subtracted in 200 components = 0.0042481 Jy ! Clean residual min=-0.002412 max=0.002638 Jy/beam ! Clean residual mean=-0.000004 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.463996 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 62 components and 0.463996 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.183350Jy sigma=0.001200 ! Fit after self-cal, rms=0.183306Jy sigma=0.001199 ! 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.183306Jy sigma=0.001199 ! Fit after self-cal, rms=0.182898Jy sigma=0.001198 ! 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.182898Jy sigma=0.001198 ! Fit after self-cal, rms=0.182887Jy sigma=0.001198 ! Inverting map and beam ! Estimated beam: bmin=0.9364 mas, bmaj=2.367 mas, bpa=-0.5175 degrees ! Estimated noise=670.301 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00156188 Jy ! Component: 100 - total flux cleaned = 0.00167084 Jy ! Component: 150 - total flux cleaned = 0.00166723 Jy ! Component: 200 - total flux cleaned = 0.00163341 Jy ! Total flux subtracted in 200 components = 0.00163341 Jy ! Clean residual min=-0.002315 max=0.002661 Jy/beam ! Clean residual mean=-0.000006 rms=0.000667 Jy/beam ! Combined flux in latest and established models = 0.465629 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 75 components and 0.465629 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182868Jy sigma=0.001198 ! Fit after self-cal, rms=0.182862Jy sigma=0.001198 ! 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.366 mas, bmaj=4.028 mas, bpa=0.2793 degrees ! Estimated noise=849.352 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.000751626 Jy ! Component: 100 - total flux cleaned = 0.000874302 Jy ! Component: 150 - total flux cleaned = 0.00091887 Jy ! Component: 200 - total flux cleaned = 0.000938133 Jy ! Total flux subtracted in 200 components = 0.000938133 Jy ! Clean residual min=-0.002303 max=0.003168 Jy/beam ! Clean residual mean=-0.000010 rms=0.000812 Jy/beam ! Combined flux in latest and established models = 0.466567 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 77 components and 0.466567 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182858Jy sigma=0.001198 ! Fit after self-cal, rms=0.182856Jy sigma=0.001198 ! 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=0.7618 mas, bmaj=1.993 mas, bpa=0.7392 degrees ! Estimated noise=929.617 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.375081 Jy ! Component: 100 - total flux cleaned = 0.430334 Jy ! Component: 150 - total flux cleaned = 0.445937 Jy ! Component: 200 - total flux cleaned = 0.453781 Jy ! Total flux subtracted in 200 components = 0.453781 Jy ! Clean residual min=-0.004073 max=0.004202 Jy/beam ! Clean residual mean=-0.000014 rms=0.001060 Jy/beam ! Combined flux in latest and established models = 0.453782 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 0.453782 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9364 mas, bmaj=2.367 mas, bpa=-0.5175 degrees ! Estimated noise=670.301 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.00638275 Jy ! Component: 100 - total flux cleaned = 0.00978001 Jy ! Component: 150 - total flux cleaned = 0.0115311 Jy ! Component: 200 - total flux cleaned = 0.0119441 Jy ! Total flux subtracted in 200 components = 0.0119441 Jy ! Clean residual min=-0.002494 max=0.002690 Jy/beam ! Clean residual mean=-0.000007 rms=0.000672 Jy/beam ! Combined flux in latest and established models = 0.465726 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 47 components and 0.465726 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.366 mas, bmaj=4.028 mas, bpa=0.2793 degrees ! Estimated noise=849.352 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.000558203 Jy ! Component: 100 - total flux cleaned = 0.000856942 Jy ! Component: 150 - total flux cleaned = 0.00105538 Jy ! Component: 200 - total flux cleaned = 0.0011483 Jy ! Total flux subtracted in 200 components = 0.0011483 Jy ! Clean residual min=-0.002263 max=0.003212 Jy/beam ! Clean residual mean=-0.000010 rms=0.000814 Jy/beam ! Combined flux in latest and established models = 0.466874 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 61 components and 0.466874 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9364 mas, bmaj=2.367 mas, bpa=-0.5175 degrees ! Estimated noise=670.301 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00010445 Jy ! Component: 100 - total flux cleaned = -0.000102616 Jy ! Component: 150 - total flux cleaned = -0.00010287 Jy ! Component: 200 - total flux cleaned = -0.000129228 Jy ! Total flux subtracted in 200 components = -0.000129228 Jy ! Clean residual min=-0.002408 max=0.002705 Jy/beam ! Clean residual mean=-0.000005 rms=0.000653 Jy/beam ! Combined flux in latest and established models = 0.466745 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 75 components and 0.466745 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182854Jy sigma=0.001198 ! Fit after self-cal, rms=0.182854Jy sigma=0.001198 wmodel J1248-0632_X_1997_05_07_yyk\_map.mod ! Writing 75 model components to file: J1248-0632_X_1997_05_07_yyk_map.mod wobs J1248-0632_X_1997_05_07_yyk\_uvs.fits ! Writing UV FITS file: J1248-0632_X_1997_05_07_yyk_uvs.fits wwins J1248-0632_X_1997_05_07_yyk\_map.win ! wwins: Wrote 2 windows to J1248-0632_X_1997_05_07_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.00101272 Jy ! Component: 100 - total flux cleaned = 0.00188094 Jy ! Component: 150 - total flux cleaned = 0.00248632 Jy ! Component: 200 - total flux cleaned = 0.00271468 Jy ! Component: 250 - total flux cleaned = 0.00286033 Jy ! Component: 300 - total flux cleaned = 0.00303605 Jy ! Component: 350 - total flux cleaned = 0.0033087 Jy ! Component: 400 - total flux cleaned = 0.00350821 Jy ! Component: 450 - total flux cleaned = 0.00363834 Jy ! Component: 500 - total flux cleaned = 0.00376474 Jy ! Component: 550 - total flux cleaned = 0.00379567 Jy ! Component: 600 - total flux cleaned = 0.0038258 Jy ! Component: 650 - total flux cleaned = 0.003885 Jy ! Component: 700 - total flux cleaned = 0.00397122 Jy ! Component: 750 - total flux cleaned = 0.0039707 Jy ! Component: 800 - total flux cleaned = 0.00402569 Jy ! Component: 850 - total flux cleaned = 0.00413403 Jy ! Component: 900 - total flux cleaned = 0.00421341 Jy ! Component: 950 - total flux cleaned = 0.00423919 Jy ! Component: 1000 - total flux cleaned = 0.00418797 Jy ! Component: 1050 - total flux cleaned = 0.00413769 Jy ! Component: 1100 - total flux cleaned = 0.00416283 Jy ! Component: 1150 - total flux cleaned = 0.00411345 Jy ! Component: 1200 - total flux cleaned = 0.00408935 Jy ! Component: 1250 - total flux cleaned = 0.00408942 Jy ! Component: 1300 - total flux cleaned = 0.00415913 Jy ! Component: 1350 - total flux cleaned = 0.00411243 Jy ! Component: 1400 - total flux cleaned = 0.00415807 Jy ! Component: 1450 - total flux cleaned = 0.0042033 Jy ! Component: 1500 - total flux cleaned = 0.00427004 Jy ! Component: 1550 - total flux cleaned = 0.00435776 Jy ! Component: 1600 - total flux cleaned = 0.00433583 Jy ! Component: 1650 - total flux cleaned = 0.00437893 Jy ! Component: 1700 - total flux cleaned = 0.00442163 Jy ! Component: 1750 - total flux cleaned = 0.00448468 Jy ! Component: 1800 - total flux cleaned = 0.00450582 Jy ! Component: 1850 - total flux cleaned = 0.00454713 Jy ! Component: 1900 - total flux cleaned = 0.00462829 Jy ! Component: 1950 - total flux cleaned = 0.00458808 Jy ! Component: 2000 - total flux cleaned = 0.00464763 Jy ! Total flux subtracted in 2048 components = 0.00466733 Jy ! Clean residual min=-0.001020 max=0.001132 Jy/beam ! Clean residual mean=-0.000000 rms=0.000366 Jy/beam ! Combined flux in latest and established models = 0.471412 Jy keep ! Adding 129 model components to the UV plane model. ! The established model now contains 204 components and 0.471412 Jy ![Exited script file: muppet] wmap "J1248-0632_X_1997_05_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9364 x 2.367 at -0.5175 degrees (North through East) ! Clean map min=-0.0019679 max=0.43357 Jy/beam ! Writing clean map to FITS file: J1248-0632_X_1997_05_07_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.433571 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000362925 device "J1248-0632_X_1997_05_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J1248-0632_X_1997_05_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.251118 0.251118 0.502237 1.00447 2.00895 4.01789 8.03578 16.0716 32.1431 64.2863 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.001 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.433 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.9364 x 2.367 at -0.5175 degrees (North through East) ! Clean map min=-0.0019679 max=0.43357 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1248-0632_X_1997_05_07_yyk\_map.gif/gif" ! Attempting to open device: 'J1248-0632_X_1997_05_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1248-0632_X_1997_05_07_yyk_uvs.log closed on Mon Jan 8 05:50:46 2007