! Started logfile: J2237-2506_X_2005_07_08_yyk_uvs.log on Fri Jan 20 11:27:20 2006 obs J2237-2506_X_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J2237-2506_X_2005_07_08_yyk_uve.fits ! AN table 1: 4 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.622222 visibilities/baseline/integration-bin. ! Found source: J2237-2506 ! ! 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 1406 lines of history. ! ! Reading 448 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 J2237-2506_X_2005_07_08_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 = 256x256 pixels with 0.400x0.400 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.129123 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=1.624 mas, bmaj=7.313 mas, bpa=-3.142 degrees ! Estimated noise=2.55528 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.0961476 Jy ! Component: 100 - total flux cleaned = 0.117693 Jy ! Total flux subtracted in 100 components = 0.117693 Jy ! Clean residual min=-0.011010 max=0.017600 Jy/beam ! Clean residual mean=0.000010 rms=0.003866 Jy/beam ! Combined flux in latest and established models = 0.117693 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.117693 Jy ! ! Correcting IF 1. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 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.054618Jy sigma=1.080736 ! Fit after self-cal, rms=0.054264Jy sigma=1.070563 ! Inverting map and beam ! Estimated beam: bmin=1.624 mas, bmaj=7.313 mas, bpa=-3.142 degrees ! Estimated noise=2.55528 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.169 mas, bmaj=7.2 mas, bpa=-2.104 degrees ! Estimated noise=1.89656 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.0100154 Jy ! Component: 100 - total flux cleaned = 0.0110486 Jy ! Component: 150 - total flux cleaned = 0.0111601 Jy ! Component: 200 - total flux cleaned = 0.0111627 Jy ! Total flux subtracted in 200 components = 0.0111627 Jy ! Clean residual min=-0.005993 max=0.014710 Jy/beam ! Clean residual mean=0.000006 rms=0.002745 Jy/beam ! Combined flux in latest and established models = 0.128856 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 29 components and 0.128855 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053110Jy sigma=1.041474 ! Fit after self-cal, rms=0.053099Jy sigma=1.041275 ! 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.169 x 7.2 at -2.104 degrees (North through East) ! Clean map min=-0.0057371 max=0.11634 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.01407 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.00 HN 0.97 KP 0.91 ! LA 0.94 MK 1.00* NL 1.02 OV 1.09 ! PT 0.91 SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.0287 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.89 HN 1.00* KP 0.96 ! LA 1.00 MK 1.00* NL 0.93 OV 0.99 ! PT 0.99 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.986324 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.96 HN 1.00* KP 0.98 ! LA 1.09 MK 1.00* NL 0.98 OV 1.20 ! PT 0.99 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.953916 ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.94 HN 1.00* KP 1.08 ! LA 1.16 MK 1.00* NL 1.00* OV 1.12 ! PT 1.06 SC 1.00* ! ! ! Fit before self-cal, rms=0.053099Jy sigma=1.041275 ! Fit after self-cal, rms=0.052655Jy sigma=1.014632 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.052655Jy sigma=1.014632 ! Fit after self-cal, rms=0.052673Jy sigma=1.014582 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.172 mas, bmaj=7.113 mas, bpa=-2.313 degrees ! Estimated noise=1.87697 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 (-3.6, -8.8). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0111073 Jy ! Component: 100 - total flux cleaned = 0.0121052 Jy ! Component: 150 - total flux cleaned = 0.0117528 Jy ! Component: 200 - total flux cleaned = 0.0115511 Jy ! Total flux subtracted in 200 components = 0.0115511 Jy ! Clean residual min=-0.004888 max=0.004690 Jy/beam ! Clean residual mean=0.000027 rms=0.001378 Jy/beam ! Combined flux in latest and established models = 0.140407 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 61 components and 0.140407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.049999Jy sigma=0.969139 ! Fit after self-cal, rms=0.049961Jy sigma=0.968346 ! 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.049961Jy sigma=0.968346 ! Fit after self-cal, rms=0.047834Jy sigma=0.923080 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.000105722 Jy ! Component: 100 - total flux cleaned = -0.000394902 Jy ! Component: 150 - total flux cleaned = -0.00070988 Jy ! Component: 200 - total flux cleaned = -0.000878495 Jy ! Total flux subtracted in 200 components = -0.000878495 Jy ! Clean residual min=-0.004603 max=0.004653 Jy/beam ! Clean residual mean=0.000022 rms=0.001344 Jy/beam ! Combined flux in latest and established models = 0.139528 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 82 components and 0.139528 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047587Jy sigma=0.919772 ! Fit after self-cal, rms=0.047563Jy sigma=0.917762 ! 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.172 x 7.113 at -2.313 degrees (North through East) ! Clean map min=-0.0045523 max=0.11731 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.047563Jy sigma=0.917762 ! Fit after self-cal, rms=0.046346Jy sigma=0.906146 ! 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.046346Jy sigma=0.906146 ! Fit after self-cal, rms=0.046355Jy sigma=0.906000 ! Inverting map and beam ! Estimated beam: bmin=2.137 mas, bmaj=7.17 mas, bpa=-2.527 degrees ! Estimated noise=1.8562 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155215 Jy ! Component: 100 - total flux cleaned = 0.0015103 Jy ! Component: 150 - total flux cleaned = 0.00141276 Jy ! Component: 200 - total flux cleaned = 0.00123224 Jy ! Total flux subtracted in 200 components = 0.00123224 Jy ! Clean residual min=-0.003971 max=0.003924 Jy/beam ! Clean residual mean=0.000001 rms=0.001119 Jy/beam ! Combined flux in latest and established models = 0.14076 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 100 components and 0.14076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046202Jy sigma=0.903472 ! Fit after self-cal, rms=0.046212Jy sigma=0.903387 ! 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.046212Jy sigma=0.903387 ! Fit after self-cal, rms=0.045657Jy sigma=0.885386 ! 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.045657Jy sigma=0.885386 ! Fit after self-cal, rms=0.045689Jy sigma=0.885263 ! Inverting map and beam ! Estimated beam: bmin=2.13 mas, bmaj=7.167 mas, bpa=-2.537 degrees ! Estimated noise=1.86134 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000477651 Jy ! Component: 100 - total flux cleaned = 0.000563322 Jy ! Component: 150 - total flux cleaned = 0.000480337 Jy ! Component: 200 - total flux cleaned = 0.000481274 Jy ! Total flux subtracted in 200 components = 0.000481274 Jy ! Clean residual min=-0.004081 max=0.003660 Jy/beam ! Clean residual mean=-0.000005 rms=0.001102 Jy/beam ! Combined flux in latest and established models = 0.141242 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 111 components and 0.141242 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045600Jy sigma=0.884007 ! Fit after self-cal, rms=0.045610Jy sigma=0.883971 ! 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.796 mas, bmaj=7.252 mas, bpa=-0.2431 degrees ! Estimated noise=1.93098 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.000824263 Jy ! Component: 100 - total flux cleaned = 0.00120398 Jy ! Component: 150 - total flux cleaned = 0.00128695 Jy ! Component: 200 - total flux cleaned = 0.00131232 Jy ! Total flux subtracted in 200 components = 0.00131232 Jy ! Clean residual min=-0.003641 max=0.003352 Jy/beam ! Clean residual mean=0.000005 rms=0.001010 Jy/beam ! Combined flux in latest and established models = 0.142554 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 136 components and 0.142554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045651Jy sigma=0.883990 ! Fit after self-cal, rms=0.045648Jy sigma=0.883934 ! 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=1.601 mas, bmaj=7.291 mas, bpa=-3.215 degrees ! Estimated noise=2.53456 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0971897 Jy ! Component: 100 - total flux cleaned = 0.122461 Jy ! Component: 150 - total flux cleaned = 0.135383 Jy ! Component: 200 - total flux cleaned = 0.13884 Jy ! Total flux subtracted in 200 components = 0.13884 Jy ! Clean residual min=-0.006006 max=0.006409 Jy/beam ! Clean residual mean=-0.000001 rms=0.001878 Jy/beam ! Combined flux in latest and established models = 0.13884 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 30 model components to the UV plane model. ! The established model now contains 30 components and 0.13884 Jy ! Inverting map and beam ! Estimated beam: bmin=2.13 mas, bmaj=7.167 mas, bpa=-2.537 degrees ! Estimated noise=1.86134 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.00399732 Jy ! Component: 100 - total flux cleaned = 0.00365025 Jy ! Component: 150 - total flux cleaned = 0.00326968 Jy ! Component: 200 - total flux cleaned = 0.00318415 Jy ! Total flux subtracted in 200 components = 0.00318415 Jy ! Clean residual min=-0.004470 max=0.003913 Jy/beam ! Clean residual mean=-0.000001 rms=0.001176 Jy/beam ! Combined flux in latest and established models = 0.142024 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 64 components and 0.142024 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.796 mas, bmaj=7.252 mas, bpa=-0.2431 degrees ! Estimated noise=1.93098 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.000197099 Jy ! Component: 100 - total flux cleaned = 3.29522e-05 Jy ! Component: 150 - total flux cleaned = 7.67096e-05 Jy ! Component: 200 - total flux cleaned = 0.000118243 Jy ! Total flux subtracted in 200 components = 0.000118243 Jy ! Clean residual min=-0.003958 max=0.003415 Jy/beam ! Clean residual mean=0.000002 rms=0.001052 Jy/beam ! Combined flux in latest and established models = 0.142142 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 80 components and 0.142143 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.13 mas, bmaj=7.167 mas, bpa=-2.537 degrees ! Estimated noise=1.86134 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000259687 Jy ! Component: 100 - total flux cleaned = -0.000554635 Jy ! Component: 150 - total flux cleaned = -0.000770569 Jy ! Component: 200 - total flux cleaned = -0.000872907 Jy ! Total flux subtracted in 200 components = -0.000872907 Jy ! Clean residual min=-0.004108 max=0.003639 Jy/beam ! Clean residual mean=-0.000002 rms=0.001092 Jy/beam ! Combined flux in latest and established models = 0.14127 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 89 components and 0.14127 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.045665Jy sigma=0.884688 ! Fit after self-cal, rms=0.045654Jy sigma=0.884564 wmodel J2237-2506_X_2005_07_08_yyk\_map.mod ! Writing 89 model components to file: J2237-2506_X_2005_07_08_yyk_map.mod wobs J2237-2506_X_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J2237-2506_X_2005_07_08_yyk_uvs.fits wwins J2237-2506_X_2005_07_08_yyk\_map.win ! wwins: Wrote 2 windows to J2237-2506_X_2005_07_08_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=1024 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000754841 Jy ! Component: 100 - total flux cleaned = -0.000869001 Jy ! Component: 150 - total flux cleaned = -0.000767665 Jy ! Component: 200 - total flux cleaned = -0.000484496 Jy ! Component: 250 - total flux cleaned = -0.00021782 Jy ! Component: 300 - total flux cleaned = 0.000118955 Jy ! Component: 350 - total flux cleaned = 0.000395921 Jy ! Component: 400 - total flux cleaned = 0.000584283 Jy ! Component: 450 - total flux cleaned = 0.00062074 Jy ! Component: 500 - total flux cleaned = 0.000515786 Jy ! Component: 550 - total flux cleaned = 0.000346718 Jy ! Component: 600 - total flux cleaned = 0.000247782 Jy ! Component: 650 - total flux cleaned = 8.83811e-05 Jy ! Component: 700 - total flux cleaned = -3.62157e-05 Jy ! Component: 750 - total flux cleaned = -0.000248015 Jy ! Component: 800 - total flux cleaned = -0.000306843 Jy ! Component: 850 - total flux cleaned = -0.000393737 Jy ! Component: 900 - total flux cleaned = -0.000450142 Jy ! Component: 950 - total flux cleaned = -0.000505148 Jy ! Component: 1000 - total flux cleaned = -0.000585829 Jy ! Total flux subtracted in 1024 components = -0.000559074 Jy ! Clean residual min=-0.002023 max=0.001587 Jy/beam ! Clean residual mean=-0.000011 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.140711 Jy keep ! Adding 66 model components to the UV plane model. ! The established model now contains 155 components and 0.140711 Jy ![Exited script file: muppet] wmap "J2237-2506_X_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.13 x 7.167 at -2.537 degrees (North through East) ! Clean map min=-0.0035439 max=0.1163 Jy/beam ! Writing clean map to FITS file: J2237-2506_X_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.116296 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000532685 device "J2237-2506_X_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J2237-2506_X_2005_07_08_yyk_map.eps/VPS' loglevs 1*100*3*image_rms/peak_flux ! The new contour levels are: ! -1.37412 1.37412 2.74825 5.4965 10.993 21.986 43.972 87.944 print "clev=",int(1*3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.116 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.13 x 7.167 at -2.537 degrees (North through East) ! Clean map min=-0.0035439 max=0.1163 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2237-2506_X_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J2237-2506_X_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2237-2506_X_2005_07_08_yyk_uvs.log closed on Fri Jan 20 11:27:21 2006