! Started logfile: J1218-2159_S_2005_07_20_yyk_uvs.log on Fri Jan 20 11:24:51 2006 obs J1218-2159_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J1218-2159_S_2005_07_20_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.747475 visibilities/baseline/integration-bin. ! Found source: J1218-2159 ! ! 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 1527 lines of history. ! ! Reading 1480 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 J1218-2159_S_2005_07_20_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 1.00x1.00 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.156872 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=7.668 mas, bmaj=19.99 mas, bpa=-0.5819 degrees ! Estimated noise=2.45451 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.0929939 Jy ! Component: 100 - total flux cleaned = 0.116412 Jy ! Total flux subtracted in 100 components = 0.116412 Jy ! Clean residual min=-0.011956 max=0.010952 Jy/beam ! Clean residual mean=0.000077 rms=0.003663 Jy/beam ! Combined flux in latest and established models = 0.116412 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.116412 Jy ! ! Correcting IF 1. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 33 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 47 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.111784Jy sigma=1.170891 ! Fit after self-cal, rms=0.104446Jy sigma=1.101894 ! Inverting map and beam ! Estimated beam: bmin=7.668 mas, bmaj=19.99 mas, bpa=-0.5819 degrees ! Estimated noise=2.45451 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=9.409 mas, bmaj=23.94 mas, bpa=4.252 degrees ! Estimated noise=1.75128 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.0153556 Jy ! Component: 100 - total flux cleaned = 0.0191901 Jy ! Component: 150 - total flux cleaned = 0.0199874 Jy ! Component: 200 - total flux cleaned = 0.0200765 Jy ! Total flux subtracted in 200 components = 0.0200765 Jy ! Clean residual min=-0.007246 max=0.005711 Jy/beam ! Clean residual mean=-0.000257 rms=0.002021 Jy/beam ! Combined flux in latest and established models = 0.136488 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 36 components and 0.136488 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103313Jy sigma=1.071469 ! Fit after self-cal, rms=0.103251Jy sigma=1.071283 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.409 x 23.94 at 4.252 degrees (North through East) ! Clean map min=-0.0070568 max=0.119 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 0.99893 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 1.00* KP 0.96 ! LA 1.05 MK 1.00* NL 0.85 OV 0.92 ! PT 1.18 SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.992698 ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 0.98 HN 1.00* KP 0.93 ! LA 1.03 MK 1.00* NL 0.87 OV 0.99 ! PT 1.17 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.02291 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.98 HN 1.00* KP 0.87 ! LA 0.93 MK 1.00* NL 0.87 OV 1.11 ! PT 1.02 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.103251Jy sigma=1.071283 ! Fit after self-cal, rms=0.100920Jy sigma=1.054439 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.100920Jy sigma=1.054439 ! Fit after self-cal, rms=0.100931Jy sigma=1.054374 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.984 mas, bmaj=23.71 mas, bpa=1.472 degrees ! Estimated noise=1.74091 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.00422157 Jy ! Component: 100 - total flux cleaned = 0.00475126 Jy ! Component: 150 - total flux cleaned = 0.00492866 Jy ! Component: 200 - total flux cleaned = 0.00496682 Jy ! Total flux subtracted in 200 components = 0.00496682 Jy ! Clean residual min=-0.006223 max=0.003867 Jy/beam ! Clean residual mean=-0.000079 rms=0.001472 Jy/beam ! Combined flux in latest and established models = 0.141455 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 54 components and 0.141455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100727Jy sigma=1.050181 ! Fit after self-cal, rms=0.100695Jy sigma=1.050086 ! 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.100695Jy sigma=1.050086 ! Fit after self-cal, rms=0.092224Jy sigma=0.948319 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.0033444 Jy ! Component: 100 - total flux cleaned = 0.00352809 Jy ! Component: 150 - total flux cleaned = 0.00342287 Jy ! Component: 200 - total flux cleaned = 0.00329958 Jy ! Total flux subtracted in 200 components = 0.00329958 Jy ! Clean residual min=-0.006136 max=0.003717 Jy/beam ! Clean residual mean=-0.000120 rms=0.001349 Jy/beam ! Combined flux in latest and established models = 0.144755 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 75 components and 0.144754 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092078Jy sigma=0.945295 ! Fit after self-cal, rms=0.090679Jy sigma=0.931331 ! 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: 8.984 x 23.71 at 1.472 degrees (North through East) ! Clean map min=-0.0060253 max=0.12294 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.090679Jy sigma=0.931331 ! Fit after self-cal, rms=0.090412Jy sigma=0.927229 ! 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.090412Jy sigma=0.927229 ! Fit after self-cal, rms=0.090187Jy sigma=0.924864 ! Inverting map and beam ! Estimated beam: bmin=8.888 mas, bmaj=24.08 mas, bpa=0.6476 degrees ! Estimated noise=1.72677 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000623054 Jy ! Component: 100 - total flux cleaned = -0.000834454 Jy ! Component: 150 - total flux cleaned = -0.0009247 Jy ! Component: 200 - total flux cleaned = -0.0010019 Jy ! Total flux subtracted in 200 components = -0.0010019 Jy ! Clean residual min=-0.005771 max=0.003554 Jy/beam ! Clean residual mean=-0.000103 rms=0.001301 Jy/beam ! Combined flux in latest and established models = 0.143753 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 86 components and 0.143753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090138Jy sigma=0.923905 ! Fit after self-cal, rms=0.090020Jy sigma=0.923285 ! 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.090020Jy sigma=0.923285 ! Fit after self-cal, rms=0.090561Jy sigma=0.922100 ! 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.090561Jy sigma=0.922100 ! Fit after self-cal, rms=0.090576Jy sigma=0.921589 ! Inverting map and beam ! Estimated beam: bmin=8.996 mas, bmaj=24 mas, bpa=-0.05876 degrees ! Estimated noise=1.72893 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00212239 Jy ! Component: 100 - total flux cleaned = -0.00264548 Jy ! Component: 150 - total flux cleaned = -0.00304633 Jy ! Component: 200 - total flux cleaned = -0.00326311 Jy ! Total flux subtracted in 200 components = -0.00326311 Jy ! Clean residual min=-0.005306 max=0.003828 Jy/beam ! Clean residual mean=-0.000104 rms=0.001363 Jy/beam ! Combined flux in latest and established models = 0.140489 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 91 components and 0.140489 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090466Jy sigma=0.920367 ! Fit after self-cal, rms=0.090413Jy sigma=0.920217 ! 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=10.24 mas, bmaj=25.15 mas, bpa=0.9386 degrees ! Estimated noise=1.76283 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 = 8.40052e-05 Jy ! Component: 100 - total flux cleaned = -6.95539e-06 Jy ! Component: 150 - total flux cleaned = -6.77948e-05 Jy ! Component: 200 - total flux cleaned = -0.000122661 Jy ! Total flux subtracted in 200 components = -0.000122661 Jy ! Clean residual min=-0.004928 max=0.003524 Jy/beam ! Clean residual mean=-0.000125 rms=0.001388 Jy/beam ! Combined flux in latest and established models = 0.140367 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 95 components and 0.140367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090403Jy sigma=0.920032 ! Fit after self-cal, rms=0.090364Jy sigma=0.919969 ! 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=7.487 mas, bmaj=20.1 mas, bpa=-2.54 degrees ! Estimated noise=2.38542 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.103685 Jy ! Component: 100 - total flux cleaned = 0.130881 Jy ! Component: 150 - total flux cleaned = 0.135358 Jy ! Component: 200 - total flux cleaned = 0.138337 Jy ! Total flux subtracted in 200 components = 0.138337 Jy ! Clean residual min=-0.007008 max=0.005388 Jy/beam ! Clean residual mean=0.000036 rms=0.002001 Jy/beam ! Combined flux in latest and established models = 0.138337 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.138337 Jy ! Inverting map and beam ! Estimated beam: bmin=8.996 mas, bmaj=24 mas, bpa=-0.05876 degrees ! Estimated noise=1.72893 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.00332239 Jy ! Component: 100 - total flux cleaned = 0.00299731 Jy ! Component: 150 - total flux cleaned = 0.00279389 Jy ! Component: 200 - total flux cleaned = 0.00254591 Jy ! Total flux subtracted in 200 components = 0.00254592 Jy ! Clean residual min=-0.005454 max=0.004077 Jy/beam ! Clean residual mean=-0.000101 rms=0.001392 Jy/beam ! Combined flux in latest and established models = 0.140883 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 42 components and 0.140883 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=10.24 mas, bmaj=25.15 mas, bpa=0.9386 degrees ! Estimated noise=1.76283 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.000150436 Jy ! Component: 100 - total flux cleaned = 2.73524e-05 Jy ! Component: 150 - total flux cleaned = -0.000118376 Jy ! Component: 200 - total flux cleaned = -0.000216275 Jy ! Total flux subtracted in 200 components = -0.000216275 Jy ! Clean residual min=-0.005030 max=0.003764 Jy/beam ! Clean residual mean=-0.000122 rms=0.001399 Jy/beam ! Combined flux in latest and established models = 0.140667 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 48 components and 0.140667 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=8.996 mas, bmaj=24 mas, bpa=-0.05876 degrees ! Estimated noise=1.72893 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000323315 Jy ! Component: 100 - total flux cleaned = -0.000592727 Jy ! Component: 150 - total flux cleaned = -0.00073112 Jy ! Component: 200 - total flux cleaned = -0.000826763 Jy ! Total flux subtracted in 200 components = -0.000826763 Jy ! Clean residual min=-0.005294 max=0.003884 Jy/beam ! Clean residual mean=-0.000101 rms=0.001373 Jy/beam ! Combined flux in latest and established models = 0.13984 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 53 components and 0.13984 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090349Jy sigma=0.920160 ! Fit after self-cal, rms=0.090316Jy sigma=0.920088 wmodel J1218-2159_S_2005_07_20_yyk\_map.mod ! Writing 53 model components to file: J1218-2159_S_2005_07_20_yyk_map.mod wobs J1218-2159_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J1218-2159_S_2005_07_20_yyk_uvs.fits wwins J1218-2159_S_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J1218-2159_S_2005_07_20_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.00207722 Jy ! Component: 100 - total flux cleaned = -0.00317691 Jy ! Component: 150 - total flux cleaned = -0.00422468 Jy ! Component: 200 - total flux cleaned = -0.00484458 Jy ! Component: 250 - total flux cleaned = -0.00520858 Jy ! Component: 300 - total flux cleaned = -0.0054519 Jy ! Component: 350 - total flux cleaned = -0.00599993 Jy ! Component: 400 - total flux cleaned = -0.00670034 Jy ! Component: 450 - total flux cleaned = -0.0072463 Jy ! Component: 500 - total flux cleaned = -0.00769251 Jy ! Component: 550 - total flux cleaned = -0.00808468 Jy ! Component: 600 - total flux cleaned = -0.00846442 Jy ! Component: 650 - total flux cleaned = -0.00890663 Jy ! Component: 700 - total flux cleaned = -0.0093008 Jy ! Component: 750 - total flux cleaned = -0.00968422 Jy ! Component: 800 - total flux cleaned = -0.0100919 Jy ! Component: 850 - total flux cleaned = -0.0103901 Jy ! Component: 900 - total flux cleaned = -0.0107134 Jy ! Component: 950 - total flux cleaned = -0.0109348 Jy ! Component: 1000 - total flux cleaned = -0.0111522 Jy ! Total flux subtracted in 1024 components = -0.011335 Jy ! Clean residual min=-0.001688 max=0.001657 Jy/beam ! Clean residual mean=-0.000076 rms=0.000703 Jy/beam ! Combined flux in latest and established models = 0.128505 Jy keep ! Adding 55 model components to the UV plane model. ! The established model now contains 108 components and 0.128505 Jy ![Exited script file: muppet] wmap "J1218-2159_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 8.996 x 24 at -0.05876 degrees (North through East) ! Clean map min=-0.0041566 max=0.12259 Jy/beam ! Writing clean map to FITS file: J1218-2159_S_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.122591 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00070847 device "J1218-2159_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J1218-2159_S_2005_07_20_yyk_map.eps/VPS' loglevs 1*100*3*image_rms/peak_flux ! The new contour levels are: ! -1.73375 1.73375 3.46749 6.93499 13.87 27.74 55.4799 print "clev=",int(1*3*image_rms*10000)/10000 ! clev= 0.0021 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.122 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 8.996 x 24 at -0.05876 degrees (North through East) ! Clean map min=-0.0041566 max=0.12259 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1218-2159_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J1218-2159_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1218-2159_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 11:24:52 2006