! Started logfile: J0039-0942_S_2006_12_18_yyk_uvs.log on Mon Jun 16 19:04:04 2008 obs J0039-0942_S_2006_12_18_yyk_uve.fits ! Reading UV FITS file: J0039-0942_S_2006_12_18_yyk_uve.fits ! AN table 1: 17 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.871895 visibilities/baseline/integration-bin. ! Found source: J0039-0942 ! ! 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 2469 lines of history. ! ! Reading 2668 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 J0039-0942_S_2006_12_18_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.136672 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.551 mas, bmaj=6.609 mas, bpa=-3.927 degrees ! Estimated noise=1.21572 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.0867992 Jy ! Component: 100 - total flux cleaned = 0.103775 Jy ! Total flux subtracted in 100 components = 0.103775 Jy ! Clean residual min=-0.009430 max=0.010382 Jy/beam ! Clean residual mean=-0.000028 rms=0.002671 Jy/beam ! Combined flux in latest and established models = 0.103775 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.103775 Jy ! ! Correcting IF 1. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.089403Jy sigma=1.337019 ! Fit after self-cal, rms=0.078539Jy sigma=1.093238 ! Inverting map and beam ! Estimated beam: bmin=2.551 mas, bmaj=6.609 mas, bpa=-3.927 degrees ! Estimated noise=1.21572 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.178 mas, bmaj=8.063 mas, bpa=-4.227 degrees ! Estimated noise=0.879078 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.0171247 Jy ! Component: 100 - total flux cleaned = 0.0223784 Jy ! Component: 150 - total flux cleaned = 0.024671 Jy ! Component: 200 - total flux cleaned = 0.0254964 Jy ! Total flux subtracted in 200 components = 0.0254964 Jy ! Clean residual min=-0.003318 max=0.004562 Jy/beam ! Clean residual mean=-0.000041 rms=0.001035 Jy/beam ! Combined flux in latest and established models = 0.129271 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 50 components and 0.129271 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076477Jy sigma=1.044742 ! Fit after self-cal, rms=0.076440Jy sigma=1.044524 ! 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.178 x 8.063 at -4.227 degrees (North through East) ! Clean map min=-0.003189 max=0.11269 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: 0.984563 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00* HN 0.93 KP 0.93 ! LA 1.07 MK 1.03 NL 1.05 OV 1.01 ! PT 1.11 SC 1.03 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.983146 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.01 HN 1.07 KP 0.98 ! LA 1.04 MK 1.03 NL 1.06 OV 0.97 ! PT 0.99 SC 1.01 ! ! ! 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.01443 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.08 HN 0.95 KP 0.98 ! LA 0.93 MK 0.98 NL 1.00 OV 0.97 ! PT 0.88 SC 1.10 ! ! ! Fit before self-cal, rms=0.076440Jy sigma=1.044524 ! Fit after self-cal, rms=0.075914Jy sigma=1.037718 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.075914Jy sigma=1.037718 ! Fit after self-cal, rms=0.075906Jy sigma=1.037612 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.215 mas, bmaj=8.196 mas, bpa=-4.646 degrees ! Estimated noise=0.87282 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.00135871 Jy ! Component: 100 - total flux cleaned = -0.00141805 Jy ! Component: 150 - total flux cleaned = -0.00144078 Jy ! Component: 200 - total flux cleaned = -0.00146031 Jy ! Total flux subtracted in 200 components = -0.00146031 Jy ! Clean residual min=-0.002943 max=0.003543 Jy/beam ! Clean residual mean=-0.000021 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.127811 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 58 components and 0.127811 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075877Jy sigma=1.037084 ! Fit after self-cal, rms=0.075856Jy sigma=1.036978 ! 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.075856Jy sigma=1.036978 ! Fit after self-cal, rms=0.068898Jy sigma=0.949940 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.00239383 Jy ! Component: 100 - total flux cleaned = 0.00253442 Jy ! Component: 150 - total flux cleaned = 0.00253382 Jy ! Component: 200 - total flux cleaned = 0.00253317 Jy ! Total flux subtracted in 200 components = 0.00253317 Jy ! Clean residual min=-0.003105 max=0.003397 Jy/beam ! Clean residual mean=-0.000027 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.130344 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 63 components and 0.130344 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068806Jy sigma=0.948724 ! Fit after self-cal, rms=0.067689Jy sigma=0.942650 ! 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.215 x 8.196 at -4.646 degrees (North through East) ! Clean map min=-0.0030302 max=0.11543 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.067689Jy sigma=0.942650 ! Fit after self-cal, rms=0.067597Jy sigma=0.936607 ! 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.067597Jy sigma=0.936607 ! Fit after self-cal, rms=0.067214Jy sigma=0.934955 ! Inverting map and beam ! Estimated beam: bmin=3.212 mas, bmaj=8.239 mas, bpa=-4.953 degrees ! Estimated noise=0.876058 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000699641 Jy ! Component: 100 - total flux cleaned = 0.000703543 Jy ! Component: 150 - total flux cleaned = 0.000725822 Jy ! Component: 200 - total flux cleaned = 0.000741982 Jy ! Total flux subtracted in 200 components = 0.000741982 Jy ! Clean residual min=-0.003019 max=0.003212 Jy/beam ! Clean residual mean=-0.000032 rms=0.000846 Jy/beam ! Combined flux in latest and established models = 0.131086 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 65 components and 0.131086 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067181Jy sigma=0.934627 ! Fit after self-cal, rms=0.067034Jy sigma=0.934041 ! 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.067034Jy sigma=0.934041 ! Fit after self-cal, rms=0.066840Jy sigma=0.936091 ! 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.066840Jy sigma=0.936091 ! Fit after self-cal, rms=0.066807Jy sigma=0.935734 ! Inverting map and beam ! Estimated beam: bmin=3.191 mas, bmaj=8.161 mas, bpa=-4.68 degrees ! Estimated noise=0.861273 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00137525 Jy ! Component: 100 - total flux cleaned = -0.00125323 Jy ! Component: 150 - total flux cleaned = -0.00115563 Jy ! Component: 200 - total flux cleaned = -0.00107631 Jy ! Total flux subtracted in 200 components = -0.00107631 Jy ! Clean residual min=-0.003574 max=0.003509 Jy/beam ! Clean residual mean=-0.000021 rms=0.000882 Jy/beam ! Combined flux in latest and established models = 0.13001 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 70 components and 0.13001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066823Jy sigma=0.935124 ! Fit after self-cal, rms=0.066809Jy sigma=0.935013 ! 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.518 mas, bmaj=14.95 mas, bpa=-4.072 degrees ! Estimated noise=1.10247 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.000324774 Jy ! Component: 100 - total flux cleaned = 0.000228872 Jy ! Component: 150 - total flux cleaned = 0.000159598 Jy ! Component: 200 - total flux cleaned = 0.000108841 Jy ! Total flux subtracted in 200 components = 0.000108841 Jy ! Clean residual min=-0.003619 max=0.003546 Jy/beam ! Clean residual mean=-0.000038 rms=0.001171 Jy/beam ! Combined flux in latest and established models = 0.130119 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 3 model components to the UV plane model. ! The established model now contains 70 components and 0.130119 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066838Jy sigma=0.935359 ! Fit after self-cal, rms=0.066827Jy sigma=0.935148 ! 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.558 mas, bmaj=6.633 mas, bpa=-4.186 degrees ! Estimated noise=1.19415 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0978416 Jy ! Component: 100 - total flux cleaned = 0.116277 Jy ! Component: 150 - total flux cleaned = 0.124139 Jy ! Component: 200 - total flux cleaned = 0.128394 Jy ! Total flux subtracted in 200 components = 0.128394 Jy ! Clean residual min=-0.004527 max=0.004003 Jy/beam ! Clean residual mean=-0.000031 rms=0.001110 Jy/beam ! Combined flux in latest and established models = 0.128394 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 28 model components to the UV plane model. ! The established model now contains 28 components and 0.128394 Jy ! Inverting map and beam ! Estimated beam: bmin=3.191 mas, bmaj=8.161 mas, bpa=-4.68 degrees ! Estimated noise=0.861273 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.00168121 Jy ! Component: 100 - total flux cleaned = 0.00188523 Jy ! Component: 150 - total flux cleaned = 0.00198002 Jy ! Component: 200 - total flux cleaned = 0.00199881 Jy ! Total flux subtracted in 200 components = 0.00199881 Jy ! Clean residual min=-0.003628 max=0.003538 Jy/beam ! Clean residual mean=-0.000022 rms=0.000880 Jy/beam ! Combined flux in latest and established models = 0.130392 Jy ! Adding 9 model components to the UV plane model. ! The established model now contains 36 components and 0.130392 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.518 mas, bmaj=14.95 mas, bpa=-4.072 degrees ! Estimated noise=1.10247 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.000111179 Jy ! Component: 100 - total flux cleaned = 1.49205e-05 Jy ! Component: 150 - total flux cleaned = -5.60773e-05 Jy ! Component: 200 - total flux cleaned = -7.46781e-05 Jy ! Total flux subtracted in 200 components = -7.46781e-05 Jy ! Clean residual min=-0.003697 max=0.003511 Jy/beam ! Clean residual mean=-0.000040 rms=0.001172 Jy/beam ! Combined flux in latest and established models = 0.130318 Jy ! Adding 4 model components to the UV plane model. ! The established model now contains 38 components and 0.130318 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.191 mas, bmaj=8.161 mas, bpa=-4.68 degrees ! Estimated noise=0.861273 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000150129 Jy ! Component: 100 - total flux cleaned = -3.74318e-05 Jy ! Component: 150 - total flux cleaned = 4.57953e-05 Jy ! Component: 200 - total flux cleaned = 7.92011e-05 Jy ! Total flux subtracted in 200 components = 7.92011e-05 Jy ! Clean residual min=-0.003602 max=0.003529 Jy/beam ! Clean residual mean=-0.000022 rms=0.000873 Jy/beam ! Combined flux in latest and established models = 0.130397 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 49 components and 0.130397 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066780Jy sigma=0.934777 ! Fit after self-cal, rms=0.066778Jy sigma=0.934737 wmodel J0039-0942_S_2006_12_18_yyk\_map.mod ! Writing 49 model components to file: J0039-0942_S_2006_12_18_yyk_map.mod wobs J0039-0942_S_2006_12_18_yyk\_uvs.fits ! Writing UV FITS file: J0039-0942_S_2006_12_18_yyk_uvs.fits wwins J0039-0942_S_2006_12_18_yyk\_map.win ! wwins: Wrote 1 windows to J0039-0942_S_2006_12_18_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.000132955 Jy ! Component: 100 - total flux cleaned = -0.000138512 Jy ! Component: 150 - total flux cleaned = -0.000141479 Jy ! Component: 200 - total flux cleaned = -0.000184863 Jy ! Component: 250 - total flux cleaned = -0.000185088 Jy ! Component: 300 - total flux cleaned = -0.000301847 Jy ! Component: 350 - total flux cleaned = -0.000264594 Jy ! Component: 400 - total flux cleaned = -0.000338301 Jy ! Component: 450 - total flux cleaned = -0.000445128 Jy ! Component: 500 - total flux cleaned = -0.000654498 Jy ! Component: 550 - total flux cleaned = -0.000927481 Jy ! Component: 600 - total flux cleaned = -0.00116106 Jy ! Component: 650 - total flux cleaned = -0.001358 Jy ! Component: 700 - total flux cleaned = -0.00161577 Jy ! Component: 750 - total flux cleaned = -0.00190014 Jy ! Component: 800 - total flux cleaned = -0.00208687 Jy ! Component: 850 - total flux cleaned = -0.00239258 Jy ! Component: 900 - total flux cleaned = -0.0027518 Jy ! Component: 950 - total flux cleaned = -0.00298734 Jy ! Component: 1000 - total flux cleaned = -0.00324882 Jy ! Component: 1050 - total flux cleaned = -0.00359221 Jy ! Component: 1100 - total flux cleaned = -0.00390252 Jy ! Component: 1150 - total flux cleaned = -0.00423577 Jy ! Component: 1200 - total flux cleaned = -0.00450958 Jy ! Component: 1250 - total flux cleaned = -0.00486083 Jy ! Component: 1300 - total flux cleaned = -0.00518066 Jy ! Component: 1350 - total flux cleaned = -0.00549575 Jy ! Component: 1400 - total flux cleaned = -0.00580651 Jy ! Component: 1450 - total flux cleaned = -0.00606219 Jy ! Component: 1500 - total flux cleaned = -0.00621367 Jy ! Component: 1550 - total flux cleaned = -0.00643817 Jy ! Component: 1600 - total flux cleaned = -0.00661095 Jy ! Component: 1650 - total flux cleaned = -0.0068303 Jy ! Component: 1700 - total flux cleaned = -0.00704724 Jy ! Component: 1750 - total flux cleaned = -0.00728576 Jy ! Component: 1800 - total flux cleaned = -0.00740359 Jy ! Component: 1850 - total flux cleaned = -0.00749718 Jy ! Component: 1900 - total flux cleaned = -0.00765923 Jy ! Component: 1950 - total flux cleaned = -0.00779598 Jy ! Component: 2000 - total flux cleaned = -0.00786369 Jy ! Total flux subtracted in 2048 components = -0.00802025 Jy ! Clean residual min=-0.001267 max=0.001218 Jy/beam ! Clean residual mean=-0.000016 rms=0.000457 Jy/beam ! Combined flux in latest and established models = 0.122377 Jy keep ! Adding 134 model components to the UV plane model. ! The established model now contains 183 components and 0.122377 Jy ![Exited script file: muppet] wmap "J0039-0942_S_2006_12_18_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.191 x 8.161 at -4.68 degrees (North through East) ! Clean map min=-0.0028941 max=0.11407 Jy/beam ! Writing clean map to FITS file: J0039-0942_S_2006_12_18_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.114069 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000455662 device "J0039-0942_S_2006_12_18_yyk\_map.eps/VPS" ! Attempting to open device: 'J0039-0942_S_2006_12_18_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.19838 1.19838 2.39677 4.79354 9.58707 19.1741 38.3483 76.6966 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.114 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.191 x 8.161 at -4.68 degrees (North through East) ! Clean map min=-0.0028941 max=0.11407 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0039-0942_S_2006_12_18_yyk\_map.gif/gif" ! Attempting to open device: 'J0039-0942_S_2006_12_18_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0039-0942_S_2006_12_18_yyk_uvs.log closed on Mon Jun 16 19:04:10 2008