! Started logfile: J0449-3911_X_2002_05_14_yyk_uvs.log on Tue Jun 26 22:13:01 2007 obs J0449-3911_X_2002_05_14_yyk_uva.fits ! Reading UV FITS file: J0449-3911_X_2002_05_14_yyk_uva.fits ! AN table 1: 36 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.569753 visibilities/baseline/integration-bin. ! Found source: J0449-3911 ! ! 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.40947e+09 8e+06 1 8e+06 ! 02 2 8.47947e+09 8e+06 1 8e+06 ! 03 3 8.79447e+09 8e+06 1 8e+06 ! 04 4 8.89947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1076 lines of history. ! ! Reading 3692 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 J0449-3911_X_2002_05_14_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.388431 Jy uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7744 mas, bmaj=7.405 mas, bpa=26.69 degrees ! Estimated noise=3440.01 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.2, -0.4). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.227793 Jy ! Component: 100 - total flux cleaned = 0.295966 Jy ! Total flux subtracted in 100 components = 0.295966 Jy ! Clean residual min=-0.041802 max=0.046880 Jy/beam ! Clean residual mean=-0.000005 rms=0.014474 Jy/beam ! Combined flux in latest and established models = 0.295966 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.295966 Jy ! ! Correcting IF 1. ! A total of 85 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 85 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 85 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 85 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.266313Jy sigma=0.001656 ! Fit after self-cal, rms=0.261173Jy sigma=0.001626 ! Inverting map and beam ! Estimated beam: bmin=0.7744 mas, bmaj=7.405 mas, bpa=26.69 degrees ! Estimated noise=3440.01 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=1.042 mas, bmaj=8.058 mas, bpa=26.47 degrees ! Estimated noise=1830.36 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.0799034 Jy ! Component: 100 - total flux cleaned = 0.123391 Jy ! Component: 150 - total flux cleaned = 0.151427 Jy ! Component: 200 - total flux cleaned = 0.164147 Jy ! Total flux subtracted in 200 components = 0.164147 Jy ! Clean residual min=-0.030415 max=0.062502 Jy/beam ! Clean residual mean=0.000171 rms=0.014694 Jy/beam ! Combined flux in latest and established models = 0.460112 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 45 model components to the UV plane model. ! The established model now contains 59 components and 0.460112 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.251305Jy sigma=0.001500 ! Fit after self-cal, rms=0.250590Jy sigma=0.001496 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.042 x 8.058 at 26.47 degrees (North through East) ! Clean map min=-0.027926 max=0.21522 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 0.93178 ! Telescope amplitude corrections in sub-array 1: ! BR 1.86 FD 0.99 HN 1.00* KP 0.91 ! LA 0.90 NL 1.26 OV 0.92 PT 0.89 ! SC 1.01 MK 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.934247 ! Telescope amplitude corrections in sub-array 1: ! BR 1.70 FD 1.05 HN 1.00* KP 0.92 ! LA 0.82 NL 1.18 OV 1.02 PT 0.94 ! SC 1.07 MK 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.888251 ! Telescope amplitude corrections in sub-array 1: ! BR 2.26 FD 1.01 HN 1.00* KP 0.96 ! LA 0.87 NL 1.24 OV 0.90 PT 0.96 ! SC 1.07 MK 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.84707 ! Telescope amplitude corrections in sub-array 1: ! BR 2.56 FD 0.95 HN 1.00* KP 1.12 ! LA 0.84 NL 1.31 OV 0.86 PT 1.08 ! SC 1.09 MK 1.00* ! ! ! Fit before self-cal, rms=0.250590Jy sigma=0.001496 ! Fit after self-cal, rms=0.278389Jy sigma=0.001517 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.278389Jy sigma=0.001517 ! Fit after self-cal, rms=0.278525Jy sigma=0.001517 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.094 mas, bmaj=8.634 mas, bpa=26.56 degrees ! Estimated noise=1485.8 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.0604535 Jy ! Component: 100 - total flux cleaned = -0.0809353 Jy ! Component: 150 - total flux cleaned = -0.0866664 Jy ! Component: 200 - total flux cleaned = -0.0891399 Jy ! Total flux subtracted in 200 components = -0.0891399 Jy ! Clean residual min=-0.019123 max=0.038131 Jy/beam ! Clean residual mean=0.000309 rms=0.007892 Jy/beam ! Combined flux in latest and established models = 0.370972 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 49 model components to the UV plane model. ! The established model now contains 103 components and 0.370972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.271164Jy sigma=0.001409 ! Fit after self-cal, rms=0.270947Jy sigma=0.001406 ! 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.270947Jy sigma=0.001406 ! Fit after self-cal, rms=0.264344Jy sigma=0.001332 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) ! Added new window around map position (-4.8, 4.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0266069 Jy ! Component: 100 - total flux cleaned = 0.0208256 Jy ! Component: 150 - total flux cleaned = 0.0169303 Jy ! Component: 200 - total flux cleaned = 0.0144767 Jy ! Total flux subtracted in 200 components = 0.0144767 Jy ! Clean residual min=-0.012826 max=0.020323 Jy/beam ! Clean residual mean=0.000321 rms=0.005133 Jy/beam ! Combined flux in latest and established models = 0.385449 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 130 components and 0.385449 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.258596Jy sigma=0.001281 ! Fit after self-cal, rms=0.257288Jy sigma=0.001263 ! 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: 1.094 x 8.634 at 26.56 degrees (North through East) ! Clean map min=-0.019858 max=0.19216 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.257288Jy sigma=0.001263 ! Fit after self-cal, rms=0.293193Jy sigma=0.001241 ! 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.293193Jy sigma=0.001241 ! Fit after self-cal, rms=0.293010Jy sigma=0.001238 ! Inverting map and beam ! Estimated beam: bmin=1.085 mas, bmaj=8.888 mas, bpa=26.76 degrees ! Estimated noise=1466.75 mJy/beam. ! Added new window around map position (-1, -25.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0160289 Jy ! Component: 100 - total flux cleaned = 0.0128382 Jy ! Component: 150 - total flux cleaned = 0.00924313 Jy ! Component: 200 - total flux cleaned = 0.00665393 Jy ! Total flux subtracted in 200 components = 0.00665393 Jy ! Clean residual min=-0.007819 max=0.010258 Jy/beam ! Clean residual mean=0.000114 rms=0.002811 Jy/beam ! Combined flux in latest and established models = 0.392103 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 39 model components to the UV plane model. ! The established model now contains 168 components and 0.392103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.290983Jy sigma=0.001222 ! Fit after self-cal, rms=0.290775Jy sigma=0.001219 ! 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.290775Jy sigma=0.001219 ! Fit after self-cal, rms=0.291128Jy sigma=0.001214 ! 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.291128Jy sigma=0.001214 ! Fit after self-cal, rms=0.291103Jy sigma=0.001213 ! Inverting map and beam ! Estimated beam: bmin=1.088 mas, bmaj=8.916 mas, bpa=26.78 degrees ! Estimated noise=1464.05 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00516509 Jy ! Component: 100 - total flux cleaned = 0.00513909 Jy ! Component: 150 - total flux cleaned = 0.00550891 Jy ! Component: 200 - total flux cleaned = 0.00550984 Jy ! Total flux subtracted in 200 components = 0.00550984 Jy ! Clean residual min=-0.006513 max=0.007119 Jy/beam ! Clean residual mean=0.000051 rms=0.001975 Jy/beam ! Combined flux in latest and established models = 0.397613 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 37 model components to the UV plane model. ! The established model now contains 198 components and 0.397613 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.290441Jy sigma=0.001209 ! Fit after self-cal, rms=0.290413Jy sigma=0.001209 ! 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=3.045 mas, bmaj=15.74 mas, bpa=11.77 degrees ! Estimated noise=1670.01 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.00156277 Jy ! Component: 100 - total flux cleaned = 0.00194249 Jy ! Component: 150 - total flux cleaned = 0.00205924 Jy ! Component: 200 - total flux cleaned = 0.00205766 Jy ! Total flux subtracted in 200 components = 0.00205766 Jy ! Clean residual min=-0.006360 max=0.005509 Jy/beam ! Clean residual mean=0.000073 rms=0.001900 Jy/beam ! Combined flux in latest and established models = 0.39967 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 219 components and 0.39967 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.290197Jy sigma=0.001208 ! Fit after self-cal, rms=0.290189Jy sigma=0.001207 ! Inverting map uvtaper 0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7727 mas, bmaj=7.843 mas, bpa=26.98 degrees ! Estimated noise=3115.09 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.220844 Jy ! Component: 100 - total flux cleaned = 0.289298 Jy ! Component: 150 - total flux cleaned = 0.325596 Jy ! Component: 200 - total flux cleaned = 0.344415 Jy ! Total flux subtracted in 200 components = 0.344415 Jy ! Clean residual min=-0.013231 max=0.013376 Jy/beam ! Clean residual mean=-0.000056 rms=0.004242 Jy/beam ! Combined flux in latest and established models = 0.344415 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 44 model components to the UV plane model. ! The established model now contains 44 components and 0.344415 Jy ! Inverting map and beam ! Estimated beam: bmin=1.088 mas, bmaj=8.916 mas, bpa=26.78 degrees ! Estimated noise=1464.05 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.0301087 Jy ! Component: 100 - total flux cleaned = 0.0463932 Jy ! Component: 150 - total flux cleaned = 0.0542975 Jy ! Component: 200 - total flux cleaned = 0.0552088 Jy ! Total flux subtracted in 200 components = 0.0552088 Jy ! Clean residual min=-0.006448 max=0.005745 Jy/beam ! Clean residual mean=0.000037 rms=0.002129 Jy/beam ! Combined flux in latest and established models = 0.399624 Jy ! Adding 76 model components to the UV plane model. ! The established model now contains 114 components and 0.399624 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=3.045 mas, bmaj=15.74 mas, bpa=11.77 degrees ! Estimated noise=1670.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) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00378616 Jy ! Component: 100 - total flux cleaned = 0.00349083 Jy ! Component: 150 - total flux cleaned = 0.00320171 Jy ! Component: 200 - total flux cleaned = 0.00283044 Jy ! Total flux subtracted in 200 components = 0.00283044 Jy ! Clean residual min=-0.005981 max=0.005382 Jy/beam ! Clean residual mean=0.000061 rms=0.002053 Jy/beam ! Combined flux in latest and established models = 0.402454 Jy ! Adding 49 model components to the UV plane model. ! The established model now contains 157 components and 0.402454 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.088 mas, bmaj=8.916 mas, bpa=26.78 degrees ! Estimated noise=1464.05 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0014557 Jy ! Component: 100 - total flux cleaned = -0.00194214 Jy ! Component: 150 - total flux cleaned = -0.00215766 Jy ! Component: 200 - total flux cleaned = -0.00235099 Jy ! Total flux subtracted in 200 components = -0.00235099 Jy ! Clean residual min=-0.005287 max=0.005272 Jy/beam ! Clean residual mean=0.000037 rms=0.001651 Jy/beam ! Combined flux in latest and established models = 0.400103 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 186 components and 0.400103 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.289174Jy sigma=0.001205 ! Fit after self-cal, rms=0.289047Jy sigma=0.001205 wmodel J0449-3911_X_2002_05_14_yyk\_map.mod ! Writing 186 model components to file: J0449-3911_X_2002_05_14_yyk_map.mod wobs J0449-3911_X_2002_05_14_yyk\_uvs.fits ! Writing UV FITS file: J0449-3911_X_2002_05_14_yyk_uvs.fits wwins J0449-3911_X_2002_05_14_yyk\_map.win ! wwins: Wrote 3 windows to J0449-3911_X_2002_05_14_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.000734126 Jy ! Component: 100 - total flux cleaned = -0.00149002 Jy ! Component: 150 - total flux cleaned = -0.00220672 Jy ! Component: 200 - total flux cleaned = -0.00231956 Jy ! Component: 250 - total flux cleaned = -0.00221661 Jy ! Component: 300 - total flux cleaned = -0.00236174 Jy ! Component: 350 - total flux cleaned = -0.00249995 Jy ! Component: 400 - total flux cleaned = -0.00271668 Jy ! Component: 450 - total flux cleaned = -0.0027985 Jy ! Component: 500 - total flux cleaned = -0.00279748 Jy ! Component: 550 - total flux cleaned = -0.0029452 Jy ! Component: 600 - total flux cleaned = -0.00316066 Jy ! Component: 650 - total flux cleaned = -0.00340351 Jy ! Component: 700 - total flux cleaned = -0.00363824 Jy ! Component: 750 - total flux cleaned = -0.00379973 Jy ! Component: 800 - total flux cleaned = -0.00404966 Jy ! Component: 850 - total flux cleaned = -0.00444752 Jy ! Component: 900 - total flux cleaned = -0.004897 Jy ! Component: 950 - total flux cleaned = -0.00533645 Jy ! Component: 1000 - total flux cleaned = -0.00579509 Jy ! Component: 1050 - total flux cleaned = -0.00610434 Jy ! Component: 1100 - total flux cleaned = -0.00629927 Jy ! Component: 1150 - total flux cleaned = -0.00654828 Jy ! Component: 1200 - total flux cleaned = -0.00674078 Jy ! Component: 1250 - total flux cleaned = -0.00693265 Jy ! Component: 1300 - total flux cleaned = -0.00717783 Jy ! Component: 1350 - total flux cleaned = -0.00739504 Jy ! Component: 1400 - total flux cleaned = -0.00761146 Jy ! Component: 1450 - total flux cleaned = -0.00780027 Jy ! Component: 1500 - total flux cleaned = -0.0079885 Jy ! Component: 1550 - total flux cleaned = -0.00817633 Jy ! Component: 1600 - total flux cleaned = -0.0083373 Jy ! Component: 1650 - total flux cleaned = -0.00847226 Jy ! Component: 1700 - total flux cleaned = -0.0086076 Jy ! Component: 1750 - total flux cleaned = -0.00877071 Jy ! Component: 1800 - total flux cleaned = -0.00888027 Jy ! Component: 1850 - total flux cleaned = -0.00899035 Jy ! Component: 1900 - total flux cleaned = -0.00910103 Jy ! Component: 1950 - total flux cleaned = -0.00921238 Jy ! Component: 2000 - total flux cleaned = -0.00935272 Jy ! Total flux subtracted in 2048 components = -0.00946555 Jy ! Clean residual min=-0.001668 max=0.001486 Jy/beam ! Clean residual mean=-0.000005 rms=0.000547 Jy/beam ! Combined flux in latest and established models = 0.390638 Jy keep ! Adding 96 model components to the UV plane model. ! The established model now contains 282 components and 0.390638 Jy ![Exited script file: muppet] wmap "J0449-3911_X_2002_05_14_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.088 x 8.916 at 26.78 degrees (North through East) ! Clean map min=-0.0050138 max=0.23562 Jy/beam ! Writing clean map to FITS file: J0449-3911_X_2002_05_14_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.235621 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000527891 device "J0449-3911_X_2002_05_14_yyk\_map.eps/VPS" ! Attempting to open device: 'J0449-3911_X_2002_05_14_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.672127 0.672127 1.34425 2.68851 5.37702 10.754 21.5081 43.0162 86.0323 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.235 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.088 x 8.916 at 26.78 degrees (North through East) ! Clean map min=-0.0050138 max=0.23562 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0449-3911_X_2002_05_14_yyk\_map.gif/gif" ! Attempting to open device: 'J0449-3911_X_2002_05_14_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0449-3911_X_2002_05_14_yyk_uvs.log closed on Tue Jun 26 22:13:09 2007