! Started logfile: J2131-1207_X_1995_07_15_yyk_uvs.log on Mon Jan 8 10:26:08 2007 obs J2131-1207_X_1995_07_15_yyk_uva.fits ! Reading UV FITS file: J2131-1207_X_1995_07_15_yyk_uva.fits ! AN table 1: 52 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.330769 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J2131-1207 ! ! 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.15049e+09 4e+06 1 4e+06 ! 02 2 8.23236e+09 4e+06 1 4e+06 ! 03 3 8.41236e+09 4e+06 1 4e+06 ! 04 4 8.55236e+09 4e+06 1 4e+06 ! ! Polarization(s): RR ! ! Read 788 lines of history. ! ! Reading 3096 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 J2131-1207_X_1995_07_15_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)= 2.38337 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.364 mas, bmaj=2.857 mas, bpa=-8.166 degrees ! Estimated noise=13815.9 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=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.67863 Jy ! Component: 100 - total flux cleaned = 2.30164 Jy ! Total flux subtracted in 100 components = 2.30164 Jy ! Clean residual min=-0.211622 max=0.207382 Jy/beam ! Clean residual mean=0.000069 rms=0.069395 Jy/beam ! Combined flux in latest and established models = 2.30164 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 2.30164 Jy ! ! Correcting IF 1. ! A total of 210 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 520 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 210 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 210 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.640892Jy sigma=0.003465 ! Fit after self-cal, rms=0.633065Jy sigma=0.003424 ! Inverting map and beam ! Estimated beam: bmin=1.364 mas, bmaj=2.857 mas, bpa=-8.166 degrees ! Estimated noise=13815.9 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.284 mas, bmaj=10.5 mas, bpa=41.16 degrees ! Estimated noise=2786.72 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.246417 Jy ! Component: 100 - total flux cleaned = 0.22773 Jy ! Component: 150 - total flux cleaned = 0.21855 Jy ! Component: 200 - total flux cleaned = 0.213393 Jy ! Total flux subtracted in 200 components = 0.213393 Jy ! Clean residual min=-0.028750 max=0.029007 Jy/beam ! Clean residual mean=-0.000401 rms=0.012965 Jy/beam ! Combined flux in latest and established models = 2.51503 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 46 model components to the UV plane model. ! The established model now contains 65 components and 2.51503 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.482416Jy sigma=0.002608 ! Fit after self-cal, rms=0.482080Jy sigma=0.002606 ! 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.284 x 10.5 at 41.16 degrees (North through East) ! Clean map min=-0.088642 max=1.5773 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.01284 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.04 HN 1.00* KP 0.99 ! LA 0.98 MK 0.83 NL 1.00* OV 0.93 ! PT 1.02 SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 0.00* FD 0.00* HN 0.00* KP 0.00* ! LA 0.00* MK 0.00* NL 0.00* OV 0.00* ! PT 0.00* SC 0.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.01703 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.00* KP 0.96 ! LA 0.96 MK 0.94 NL 1.00* OV 0.98 ! PT 0.99 SC 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00473 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.00 HN 1.00* KP 1.04 ! LA 0.97 MK 0.98 NL 1.00* OV 0.99 ! PT 1.04 SC 1.00* ! ! ! Fit before self-cal, rms=0.482080Jy sigma=0.002606 ! Fit after self-cal, rms=0.479411Jy sigma=0.002558 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.479411Jy sigma=0.002558 ! Fit after self-cal, rms=0.479408Jy sigma=0.002557 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.288 mas, bmaj=9.732 mas, bpa=40.83 degrees ! Estimated noise=2816.2 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.0137156 Jy ! Component: 100 - total flux cleaned = 0.00635233 Jy ! Component: 150 - total flux cleaned = -0.000342593 Jy ! Component: 200 - total flux cleaned = -0.00844883 Jy ! Total flux subtracted in 200 components = -0.00844883 Jy ! Clean residual min=-0.010501 max=0.010390 Jy/beam ! Clean residual mean=0.000084 rms=0.004164 Jy/beam ! Combined flux in latest and established models = 2.50658 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 41 model components to the UV plane model. ! The established model now contains 103 components and 2.50658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.473045Jy sigma=0.002524 ! Fit after self-cal, rms=0.473044Jy sigma=0.002524 ! 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.473044Jy sigma=0.002524 ! Fit after self-cal, rms=0.416222Jy sigma=0.002198 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.0102438 Jy ! Component: 100 - total flux cleaned = -0.0257233 Jy ! Component: 150 - total flux cleaned = -0.0355625 Jy ! Component: 200 - total flux cleaned = -0.0422218 Jy ! Total flux subtracted in 200 components = -0.0422218 Jy ! Clean residual min=-0.007310 max=0.007257 Jy/beam ! Clean residual mean=-0.000327 rms=0.003234 Jy/beam ! Combined flux in latest and established models = 2.46436 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 48 model components to the UV plane model. ! The established model now contains 148 components and 2.46436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.414427Jy sigma=0.002187 ! Fit after self-cal, rms=0.410043Jy sigma=0.002162 ! 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.288 x 9.732 at 40.83 degrees (North through East) ! Clean map min=-0.07645 max=1.5586 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.410043Jy sigma=0.002162 ! Fit after self-cal, rms=0.408035Jy sigma=0.002158 ! 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.408035Jy sigma=0.002158 ! Fit after self-cal, rms=0.410394Jy sigma=0.002172 ! Inverting map and beam ! Estimated beam: bmin=2.288 mas, bmaj=9.514 mas, bpa=40.74 degrees ! Estimated noise=2808.94 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0080642 Jy ! Component: 100 - total flux cleaned = -0.013109 Jy ! Component: 150 - total flux cleaned = -0.0163662 Jy ! Component: 200 - total flux cleaned = -0.0177287 Jy ! Total flux subtracted in 200 components = -0.0177287 Jy ! Clean residual min=-0.005592 max=0.005416 Jy/beam ! Clean residual mean=-0.000330 rms=0.002346 Jy/beam ! Combined flux in latest and established models = 2.44663 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 49 model components to the UV plane model. ! The established model now contains 187 components and 2.44663 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.409603Jy sigma=0.002168 ! Fit after self-cal, rms=0.411720Jy sigma=0.002180 ! 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.411720Jy sigma=0.002180 ! Fit after self-cal, rms=0.411417Jy sigma=0.002172 ! 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.411417Jy sigma=0.002172 ! Fit after self-cal, rms=0.412833Jy sigma=0.002180 ! Inverting map and beam ! Estimated beam: bmin=2.285 mas, bmaj=9.49 mas, bpa=40.73 degrees ! Estimated noise=2807.01 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00819328 Jy ! Component: 100 - total flux cleaned = -0.0139183 Jy ! Component: 150 - total flux cleaned = -0.0166071 Jy ! Component: 200 - total flux cleaned = -0.0184659 Jy ! Total flux subtracted in 200 components = -0.0184659 Jy ! Clean residual min=-0.004605 max=0.004540 Jy/beam ! Clean residual mean=-0.000264 rms=0.001892 Jy/beam ! Combined flux in latest and established models = 2.42817 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 43 model components to the UV plane model. ! The established model now contains 207 components and 2.42817 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.412325Jy sigma=0.002177 ! Fit after self-cal, rms=0.413093Jy sigma=0.002182 ! 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.718 mas, bmaj=15.39 mas, bpa=41.7 degrees ! Estimated noise=2896.41 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.00150786 Jy ! Component: 100 - total flux cleaned = -0.00341481 Jy ! Component: 150 - total flux cleaned = -0.00419886 Jy ! Component: 200 - total flux cleaned = -0.00469827 Jy ! Total flux subtracted in 200 components = -0.00469827 Jy ! Clean residual min=-0.003060 max=0.003094 Jy/beam ! Clean residual mean=-0.000254 rms=0.001390 Jy/beam ! Combined flux in latest and established models = 2.42347 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 230 components and 2.42347 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.412837Jy sigma=0.002181 ! Fit after self-cal, rms=0.413261Jy sigma=0.002183 ! 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.327 mas, bmaj=2.899 mas, bpa=-9.365 degrees ! Estimated noise=13127.5 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.63474 Jy ! Component: 100 - total flux cleaned = 2.20689 Jy ! Component: 150 - total flux cleaned = 2.33893 Jy ! Component: 200 - total flux cleaned = 2.38388 Jy ! Total flux subtracted in 200 components = 2.38388 Jy ! Clean residual min=-0.080574 max=0.081033 Jy/beam ! Clean residual mean=0.000588 rms=0.031270 Jy/beam ! Combined flux in latest and established models = 2.38388 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 58 model components to the UV plane model. ! The established model now contains 58 components and 2.38388 Jy ! Inverting map and beam ! Estimated beam: bmin=2.285 mas, bmaj=9.49 mas, bpa=40.73 degrees ! Estimated noise=2807.01 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) ! Added new window around map position (-0.4, -1). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0872797 Jy ! Component: 100 - total flux cleaned = 0.0962422 Jy ! Component: 150 - total flux cleaned = 0.108947 Jy ! Component: 200 - total flux cleaned = 0.115889 Jy ! Total flux subtracted in 200 components = 0.115889 Jy ! Clean residual min=-0.037107 max=0.029818 Jy/beam ! Clean residual mean=0.000596 rms=0.010010 Jy/beam ! Combined flux in latest and established models = 2.49977 Jy ! Adding 44 model components to the UV plane model. ! The established model now contains 100 components and 2.49977 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.718 mas, bmaj=15.39 mas, bpa=41.7 degrees ! Estimated noise=2896.41 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.00477713 Jy ! Component: 100 - total flux cleaned = 0.00746344 Jy ! Component: 150 - total flux cleaned = 0.00905939 Jy ! Component: 200 - total flux cleaned = 0.0108062 Jy ! Total flux subtracted in 200 components = 0.0108062 Jy ! Clean residual min=-0.032302 max=0.031217 Jy/beam ! Clean residual mean=0.000336 rms=0.009179 Jy/beam ! Combined flux in latest and established models = 2.51057 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 142 components and 2.51057 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.285 mas, bmaj=9.49 mas, bpa=40.73 degrees ! Estimated noise=2807.01 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00132018 Jy ! Component: 100 - total flux cleaned = -0.0013043 Jy ! Component: 150 - total flux cleaned = -0.00161676 Jy ! Component: 200 - total flux cleaned = -0.00189982 Jy ! Total flux subtracted in 200 components = -0.00189982 Jy ! Clean residual min=-0.030649 max=0.027080 Jy/beam ! Clean residual mean=0.000321 rms=0.007861 Jy/beam ! Combined flux in latest and established models = 2.50867 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 167 components and 2.50867 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.417780Jy sigma=0.002207 ! Fit after self-cal, rms=0.417408Jy sigma=0.002204 wmodel J2131-1207_X_1995_07_15_yyk\_map.mod ! Writing 167 model components to file: J2131-1207_X_1995_07_15_yyk_map.mod wobs J2131-1207_X_1995_07_15_yyk\_uvs.fits ! Writing UV FITS file: J2131-1207_X_1995_07_15_yyk_uvs.fits wwins J2131-1207_X_1995_07_15_yyk\_map.win ! wwins: Wrote 1 windows to J2131-1207_X_1995_07_15_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.00712047 Jy ! Component: 100 - total flux cleaned = -0.0058444 Jy ! Component: 150 - total flux cleaned = -0.00654586 Jy ! Component: 200 - total flux cleaned = -0.00778007 Jy ! Component: 250 - total flux cleaned = -0.00699429 Jy ! Component: 300 - total flux cleaned = -0.0059817 Jy ! Component: 350 - total flux cleaned = -0.0052528 Jy ! Component: 400 - total flux cleaned = -0.00432926 Jy ! Component: 450 - total flux cleaned = -0.0041092 Jy ! Component: 500 - total flux cleaned = -0.00410887 Jy ! Component: 550 - total flux cleaned = -0.00370126 Jy ! Component: 600 - total flux cleaned = -0.00331298 Jy ! Component: 650 - total flux cleaned = -0.00369024 Jy ! Component: 700 - total flux cleaned = -0.00442885 Jy ! Component: 750 - total flux cleaned = -0.00478736 Jy ! Component: 800 - total flux cleaned = -0.00548984 Jy ! Component: 850 - total flux cleaned = -0.00583629 Jy ! Component: 900 - total flux cleaned = -0.00651284 Jy ! Component: 950 - total flux cleaned = -0.00733841 Jy ! Component: 1000 - total flux cleaned = -0.00782369 Jy ! Component: 1050 - total flux cleaned = -0.00845747 Jy ! Component: 1100 - total flux cleaned = -0.00892454 Jy ! Component: 1150 - total flux cleaned = -0.00938357 Jy ! Component: 1200 - total flux cleaned = -0.00998296 Jy ! Component: 1250 - total flux cleaned = -0.0104251 Jy ! Component: 1300 - total flux cleaned = -0.0108608 Jy ! Component: 1350 - total flux cleaned = -0.0114343 Jy ! Component: 1400 - total flux cleaned = -0.0120001 Jy ! Component: 1450 - total flux cleaned = -0.0126952 Jy ! Component: 1500 - total flux cleaned = -0.0131059 Jy ! Component: 1550 - total flux cleaned = -0.013242 Jy ! Component: 1600 - total flux cleaned = -0.013514 Jy ! Component: 1650 - total flux cleaned = -0.0136502 Jy ! Component: 1700 - total flux cleaned = -0.0140559 Jy ! Component: 1750 - total flux cleaned = -0.0143257 Jy ! Component: 1800 - total flux cleaned = -0.0145957 Jy ! Component: 1850 - total flux cleaned = -0.0148649 Jy ! Component: 1900 - total flux cleaned = -0.0152691 Jy ! Component: 1950 - total flux cleaned = -0.0154043 Jy ! Component: 2000 - total flux cleaned = -0.0158085 Jy ! Total flux subtracted in 2048 components = -0.0158086 Jy ! Clean residual min=-0.007300 max=0.007839 Jy/beam ! Clean residual mean=-0.000506 rms=0.002764 Jy/beam ! Combined flux in latest and established models = 2.49287 Jy keep ! Adding 68 model components to the UV plane model. ! The established model now contains 235 components and 2.49287 Jy ![Exited script file: muppet] wmap "J2131-1207_X_1995_07_15_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.285 x 9.49 at 40.73 degrees (North through East) ! Clean map min=-0.058779 max=1.7908 Jy/beam ! Writing clean map to FITS file: J2131-1207_X_1995_07_15_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.79075 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00346487 device "J2131-1207_X_1995_07_15_yyk\_map.eps/VPS" ! Attempting to open device: 'J2131-1207_X_1995_07_15_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.58046 0.58046 1.16092 2.32184 4.64368 9.28735 18.5747 37.1494 74.2988 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0103 print "peak=",int(peak_flux*1000)/1000 ! peak= 1.79 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.285 x 9.49 at 40.73 degrees (North through East) ! Clean map min=-0.058779 max=1.7908 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2131-1207_X_1995_07_15_yyk\_map.gif/gif" ! Attempting to open device: 'J2131-1207_X_1995_07_15_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2131-1207_X_1995_07_15_yyk_uvs.log closed on Mon Jan 8 10:26:15 2007