! Started logfile: J0257-1212_S_2005_05_12_yyk_uvs.log on Sat Oct 8 16:52:05 2005 obs J0257-1212_S_2005_05_12_yyk_uve.fits ! Reading UV FITS file: J0257-1212_S_2005_05_12_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.877778 visibilities/baseline/integration-bin. ! Found source: J0257-1212 ! ! 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 1443 lines of history. ! ! Reading 1580 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 J0257-1212_S_2005_05_12_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.186126 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.361 mas, bmaj=6.531 mas, bpa=-2.23 degrees ! Estimated noise=1.59344 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.13358 Jy ! Component: 100 - total flux cleaned = 0.1551 Jy ! Total flux subtracted in 100 components = 0.1551 Jy ! Clean residual min=-0.012904 max=0.014321 Jy/beam ! Clean residual mean=-0.000002 rms=0.003396 Jy/beam ! Combined flux in latest and established models = 0.1551 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 0.1551 Jy ! ! Correcting IF 1. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 26 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.099367Jy sigma=1.737107 ! Fit after self-cal, rms=0.078097Jy sigma=1.182948 ! Inverting map and beam ! Estimated beam: bmin=2.361 mas, bmaj=6.531 mas, bpa=-2.23 degrees ! Estimated noise=1.59344 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.014 mas, bmaj=7.847 mas, bpa=-5.783 degrees ! Estimated noise=1.13242 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.016369 Jy ! Component: 100 - total flux cleaned = 0.0224624 Jy ! Component: 150 - total flux cleaned = 0.0253113 Jy ! Component: 200 - total flux cleaned = 0.0261074 Jy ! Total flux subtracted in 200 components = 0.0261074 Jy ! Clean residual min=-0.005724 max=0.005871 Jy/beam ! Clean residual mean=0.000006 rms=0.001684 Jy/beam ! Combined flux in latest and established models = 0.181207 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 49 components and 0.181207 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074841Jy sigma=1.132166 ! Fit after self-cal, rms=0.074793Jy sigma=1.131705 ! 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.014 x 7.847 at -5.783 degrees (North through East) ! Clean map min=-0.0055229 max=0.16205 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.05042 ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.96 HN 1.03 KP 0.93 ! LA 1.00* MK 0.89 NL 0.90 OV 0.97 ! PT 1.02 SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.995568 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.09 HN 1.08 KP 1.03 ! LA 1.00* MK 0.98 NL 0.91 OV 0.99 ! PT 1.02 SC 0.93 ! ! ! 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 ! 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* ! ! ! Fit before self-cal, rms=0.074793Jy sigma=1.131705 ! Fit after self-cal, rms=0.072845Jy sigma=1.119649 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.072845Jy sigma=1.119649 ! Fit after self-cal, rms=0.072837Jy sigma=1.119636 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.976 mas, bmaj=7.721 mas, bpa=-5.709 degrees ! Estimated noise=1.1283 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.0020629 Jy ! Component: 100 - total flux cleaned = 0.00230802 Jy ! Component: 150 - total flux cleaned = 0.0025066 Jy ! Component: 200 - total flux cleaned = 0.00255172 Jy ! Total flux subtracted in 200 components = 0.00255172 Jy ! Clean residual min=-0.005135 max=0.005301 Jy/beam ! Clean residual mean=0.000008 rms=0.001530 Jy/beam ! Combined flux in latest and established models = 0.183759 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 56 components and 0.183759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072747Jy sigma=1.117699 ! Fit after self-cal, rms=0.072728Jy sigma=1.117563 ! 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.072728Jy sigma=1.117563 ! Fit after self-cal, rms=0.068881Jy sigma=1.039312 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.00157713 Jy ! Component: 100 - total flux cleaned = 0.00183994 Jy ! Component: 150 - total flux cleaned = 0.00187632 Jy ! Component: 200 - total flux cleaned = 0.0018418 Jy ! Total flux subtracted in 200 components = 0.0018418 Jy ! Clean residual min=-0.005038 max=0.005462 Jy/beam ! Clean residual mean=0.000008 rms=0.001506 Jy/beam ! Combined flux in latest and established models = 0.185601 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 58 components and 0.185601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068785Jy sigma=1.038296 ! Fit after self-cal, rms=0.068595Jy sigma=1.035177 ! 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.976 x 7.721 at -5.709 degrees (North through East) ! Clean map min=-0.004721 max=0.16246 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.068595Jy sigma=1.035177 ! Fit after self-cal, rms=0.064514Jy sigma=1.008121 ! 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.064514Jy sigma=1.008121 ! Fit after self-cal, rms=0.064519Jy sigma=1.007619 ! Inverting map and beam ! Estimated beam: bmin=2.988 mas, bmaj=7.731 mas, bpa=-5.383 degrees ! Estimated noise=1.09442 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00399317 Jy ! Component: 100 - total flux cleaned = -0.00497239 Jy ! Component: 150 - total flux cleaned = -0.00510471 Jy ! Component: 200 - total flux cleaned = -0.0051042 Jy ! Total flux subtracted in 200 components = -0.0051042 Jy ! Clean residual min=-0.004506 max=0.004671 Jy/beam ! Clean residual mean=0.000004 rms=0.001332 Jy/beam ! Combined flux in latest and established models = 0.180497 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 63 components and 0.180497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064572Jy sigma=1.003839 ! Fit after self-cal, rms=0.064576Jy sigma=1.003693 ! 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.064576Jy sigma=1.003693 ! Fit after self-cal, rms=0.062921Jy sigma=0.983676 ! 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.062921Jy sigma=0.983676 ! Fit after self-cal, rms=0.062920Jy sigma=0.983550 ! Inverting map and beam ! Estimated beam: bmin=2.988 mas, bmaj=7.735 mas, bpa=-5.52 degrees ! Estimated noise=1.0836 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00110406 Jy ! Component: 100 - total flux cleaned = -0.00107672 Jy ! Component: 150 - total flux cleaned = -0.000997294 Jy ! Component: 200 - total flux cleaned = -0.000925937 Jy ! Total flux subtracted in 200 components = -0.000925937 Jy ! Clean residual min=-0.004366 max=0.004306 Jy/beam ! Clean residual mean=0.000009 rms=0.001290 Jy/beam ! Combined flux in latest and established models = 0.179571 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 66 components and 0.179571 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062957Jy sigma=0.982867 ! Fit after self-cal, rms=0.062957Jy sigma=0.982830 ! 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.618 mas, bmaj=14.14 mas, bpa=4.23 degrees ! Estimated noise=1.41369 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.0002048 Jy ! Component: 100 - total flux cleaned = 0.000270506 Jy ! Component: 150 - total flux cleaned = 0.000324765 Jy ! Component: 200 - total flux cleaned = 0.000324659 Jy ! Total flux subtracted in 200 components = 0.000324658 Jy ! Clean residual min=-0.004568 max=0.004930 Jy/beam ! Clean residual mean=0.000016 rms=0.001482 Jy/beam ! Combined flux in latest and established models = 0.179895 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 67 components and 0.179895 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063068Jy sigma=0.984207 ! Fit after self-cal, rms=0.063060Jy sigma=0.984054 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.352 mas, bmaj=6.502 mas, bpa=-2.075 degrees ! Estimated noise=1.50256 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.136325 Jy ! Component: 100 - total flux cleaned = 0.158993 Jy ! Component: 150 - total flux cleaned = 0.168924 Jy ! Component: 200 - total flux cleaned = 0.174193 Jy ! Total flux subtracted in 200 components = 0.174193 Jy ! Clean residual min=-0.005549 max=0.005328 Jy/beam ! Clean residual mean=-0.000012 rms=0.001553 Jy/beam ! Combined flux in latest and established models = 0.174193 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 34 model components to the UV plane model. ! The established model now contains 34 components and 0.174193 Jy ! Inverting map and beam ! Estimated beam: bmin=2.988 mas, bmaj=7.735 mas, bpa=-5.52 degrees ! Estimated noise=1.0836 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.00368215 Jy ! Component: 100 - total flux cleaned = 0.00410104 Jy ! Component: 150 - total flux cleaned = 0.00438226 Jy ! Component: 200 - total flux cleaned = 0.00468563 Jy ! Total flux subtracted in 200 components = 0.00468563 Jy ! Clean residual min=-0.004484 max=0.004507 Jy/beam ! Clean residual mean=0.000007 rms=0.001326 Jy/beam ! Combined flux in latest and established models = 0.178878 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 42 components and 0.178878 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.618 mas, bmaj=14.14 mas, bpa=4.23 degrees ! Estimated noise=1.41369 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.000716117 Jy ! Component: 100 - total flux cleaned = 0.00079761 Jy ! Component: 150 - total flux cleaned = 0.000799015 Jy ! Component: 200 - total flux cleaned = 0.000859189 Jy ! Total flux subtracted in 200 components = 0.000859189 Jy ! Clean residual min=-0.004619 max=0.005086 Jy/beam ! Clean residual mean=0.000016 rms=0.001494 Jy/beam ! Combined flux in latest and established models = 0.179738 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 46 components and 0.179738 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.988 mas, bmaj=7.735 mas, bpa=-5.52 degrees ! Estimated noise=1.0836 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000351853 Jy ! Component: 100 - total flux cleaned = 0.000353974 Jy ! Component: 150 - total flux cleaned = 0.000351701 Jy ! Component: 200 - total flux cleaned = 0.000319463 Jy ! Total flux subtracted in 200 components = 0.000319463 Jy ! Clean residual min=-0.004258 max=0.004336 Jy/beam ! Clean residual mean=0.000010 rms=0.001280 Jy/beam ! Combined flux in latest and established models = 0.180057 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 61 components and 0.180057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062984Jy sigma=0.982722 ! Fit after self-cal, rms=0.062971Jy sigma=0.982602 wmodel J0257-1212_S_2005_05_12_yyk\_map.mod ! Writing 61 model components to file: J0257-1212_S_2005_05_12_yyk_map.mod wobs J0257-1212_S_2005_05_12_yyk\_uvs.fits ! Writing UV FITS file: J0257-1212_S_2005_05_12_yyk_uvs.fits wwins J0257-1212_S_2005_05_12_yyk\_map.win ! wwins: Wrote 1 windows to J0257-1212_S_2005_05_12_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.00112572 Jy ! Component: 100 - total flux cleaned = -0.00187491 Jy ! Component: 150 - total flux cleaned = -0.00208576 Jy ! Component: 200 - total flux cleaned = -0.00221788 Jy ! Component: 250 - total flux cleaned = -0.0021538 Jy ! Component: 300 - total flux cleaned = -0.00203172 Jy ! Component: 350 - total flux cleaned = -0.00203251 Jy ! Component: 400 - total flux cleaned = -0.00214649 Jy ! Component: 450 - total flux cleaned = -0.0022574 Jy ! Component: 500 - total flux cleaned = -0.00241805 Jy ! Component: 550 - total flux cleaned = -0.00247061 Jy ! Component: 600 - total flux cleaned = -0.00257196 Jy ! Component: 650 - total flux cleaned = -0.00267126 Jy ! Component: 700 - total flux cleaned = -0.00262337 Jy ! Component: 750 - total flux cleaned = -0.00271603 Jy ! Component: 800 - total flux cleaned = -0.00267097 Jy ! Component: 850 - total flux cleaned = -0.00267151 Jy ! Component: 900 - total flux cleaned = -0.00271428 Jy ! Component: 950 - total flux cleaned = -0.0027139 Jy ! Component: 1000 - total flux cleaned = -0.00267278 Jy ! Component: 1050 - total flux cleaned = -0.00267249 Jy ! Component: 1100 - total flux cleaned = -0.00263291 Jy ! Component: 1150 - total flux cleaned = -0.00271035 Jy ! Component: 1200 - total flux cleaned = -0.00270999 Jy ! Component: 1250 - total flux cleaned = -0.00274758 Jy ! Component: 1300 - total flux cleaned = -0.00278378 Jy ! Component: 1350 - total flux cleaned = -0.00274721 Jy ! Component: 1400 - total flux cleaned = -0.00274712 Jy ! Component: 1450 - total flux cleaned = -0.00267725 Jy ! Component: 1500 - total flux cleaned = -0.00274478 Jy ! Component: 1550 - total flux cleaned = -0.00271069 Jy ! Component: 1600 - total flux cleaned = -0.00264451 Jy ! Component: 1650 - total flux cleaned = -0.0026129 Jy ! Component: 1700 - total flux cleaned = -0.00270791 Jy ! Component: 1750 - total flux cleaned = -0.00280052 Jy ! Component: 1800 - total flux cleaned = -0.00276955 Jy ! Component: 1850 - total flux cleaned = -0.0028308 Jy ! Component: 1900 - total flux cleaned = -0.00294971 Jy ! Component: 1950 - total flux cleaned = -0.00309561 Jy ! Component: 2000 - total flux cleaned = -0.00323945 Jy ! Total flux subtracted in 2048 components = -0.00323928 Jy ! Clean residual min=-0.001572 max=0.001641 Jy/beam ! Clean residual mean=0.000002 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.176818 Jy keep ! Adding 134 model components to the UV plane model. ! The established model now contains 195 components and 0.176818 Jy ![Exited script file: muppet] wmap "J0257-1212_S_2005_05_12_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.988 x 7.735 at -5.52 degrees (North through East) ! Clean map min=-0.0028342 max=0.15676 Jy/beam ! Writing clean map to FITS file: J0257-1212_S_2005_05_12_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.156757 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000557255 device "J0257-1212_S_2005_05_12_yyk\_map.eps/VPS" ! Attempting to open device: 'J0257-1212_S_2005_05_12_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.06647 1.06647 2.13294 4.26587 8.53174 17.0635 34.127 68.2539 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.156 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.988 x 7.735 at -5.52 degrees (North through East) ! Clean map min=-0.0028342 max=0.15676 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0257-1212_S_2005_05_12_yyk\_map.gif/gif" ! Attempting to open device: 'J0257-1212_S_2005_05_12_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0257-1212_S_2005_05_12_yyk_uvs.log closed on Sat Oct 8 16:52:09 2005