! Started logfile: J1230-3121_S_2002_01_31_yyk_uvs.log on Tue Jun 26 22:45:40 2007 obs J1230-3121_S_2002_01_31_yyk_uva.fits ! Reading UV FITS file: J1230-3121_S_2002_01_31_yyk_uva.fits ! AN table 1: 78 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.751282 visibilities/baseline/integration-bin. ! Found source: J1230-3121 ! ! 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.22947e+09 8e+06 1 8e+06 ! 02 2 2.25947e+09 8e+06 1 8e+06 ! 03 3 2.34947e+09 8e+06 1 8e+06 ! 04 4 2.36947e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1224 lines of history. ! ! Reading 10548 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 J1230-3121_S_2002_01_31_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.24315 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.517 mas, bmaj=5.998 mas, bpa=1.144 degrees ! Estimated noise=1694.73 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.0966049 Jy ! Component: 100 - total flux cleaned = 0.126308 Jy ! Total flux subtracted in 100 components = 0.126308 Jy ! Clean residual min=-0.012323 max=0.014873 Jy/beam ! Clean residual mean=-0.000000 rms=0.003361 Jy/beam ! Combined flux in latest and established models = 0.126308 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.126308 Jy ! ! Correcting IF 1. ! A total of 108 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 179 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 102 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 119 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.207366Jy sigma=0.001301 ! Fit after self-cal, rms=0.207022Jy sigma=0.001299 ! Inverting map and beam ! Estimated beam: bmin=2.517 mas, bmaj=5.998 mas, bpa=1.144 degrees ! Estimated noise=1694.73 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.257 mas, bmaj=8.083 mas, bpa=-1.533 degrees ! Estimated noise=1024.76 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.0256239 Jy ! Component: 100 - total flux cleaned = 0.0349431 Jy ! Component: 150 - total flux cleaned = 0.0383737 Jy ! Component: 200 - total flux cleaned = 0.0387009 Jy ! Total flux subtracted in 200 components = 0.0387009 Jy ! Clean residual min=-0.007667 max=0.015627 Jy/beam ! Clean residual mean=0.000229 rms=0.002946 Jy/beam ! Combined flux in latest and established models = 0.165009 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 38 components and 0.165009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.205401Jy sigma=0.001283 ! Fit after self-cal, rms=0.205400Jy sigma=0.001283 ! 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.257 x 8.083 at -1.533 degrees (North through East) ! Clean map min=-0.0073659 max=0.11267 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. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.99643 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.12 HN 1.00* KP 0.90 ! LA 0.90 MK 1.17 NL 1.13 OV 1.00 ! PT 0.94 SC 0.94 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! 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 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! 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. ! A total of 3 telescope corrections were flagged in sub-array 1. ! 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.205400Jy sigma=0.001283 ! Fit after self-cal, rms=0.207483Jy sigma=0.001282 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.207483Jy sigma=0.001282 ! Fit after self-cal, rms=0.207486Jy sigma=0.001282 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.293 mas, bmaj=8.111 mas, bpa=-0.3512 degrees ! Estimated noise=1016.46 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 (-1, -24). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0160075 Jy ! Component: 100 - total flux cleaned = 0.0181684 Jy ! Component: 150 - total flux cleaned = 0.0190458 Jy ! Component: 200 - total flux cleaned = 0.0197505 Jy ! Total flux subtracted in 200 components = 0.0197505 Jy ! Clean residual min=-0.007188 max=0.009495 Jy/beam ! Clean residual mean=0.000108 rms=0.001946 Jy/beam ! Combined flux in latest and established models = 0.18476 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 41 model components to the UV plane model. ! The established model now contains 78 components and 0.18476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206508Jy sigma=0.001275 ! Fit after self-cal, rms=0.206357Jy sigma=0.001274 ! 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.206357Jy sigma=0.001274 ! Fit after self-cal, rms=0.204730Jy sigma=0.001265 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.00606545 Jy ! Component: 100 - total flux cleaned = 0.00683495 Jy ! Component: 150 - total flux cleaned = 0.0072268 Jy ! Component: 200 - total flux cleaned = 0.00755176 Jy ! Total flux subtracted in 200 components = 0.00755176 Jy ! Clean residual min=-0.006362 max=0.006281 Jy/beam ! Clean residual mean=0.000078 rms=0.001758 Jy/beam ! Combined flux in latest and established models = 0.192311 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 100 components and 0.192311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.204537Jy sigma=0.001263 ! Fit after self-cal, rms=0.204260Jy sigma=0.001262 ! 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: 3.293 x 8.111 at -0.3512 degrees (North through East) ! Clean map min=-0.0058332 max=0.11014 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.204260Jy sigma=0.001262 ! Fit after self-cal, rms=0.203850Jy sigma=0.001261 ! 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.203850Jy sigma=0.001261 ! Fit after self-cal, rms=0.203857Jy sigma=0.001261 ! Inverting map and beam ! Estimated beam: bmin=3.308 mas, bmaj=8.164 mas, bpa=0.01361 degrees ! Estimated noise=1011.22 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000203309 Jy ! Component: 100 - total flux cleaned = 0.000453864 Jy ! Component: 150 - total flux cleaned = 0.000456628 Jy ! Component: 200 - total flux cleaned = 0.000457981 Jy ! Total flux subtracted in 200 components = 0.000457981 Jy ! Clean residual min=-0.005576 max=0.005152 Jy/beam ! Clean residual mean=0.000072 rms=0.001636 Jy/beam ! Combined flux in latest and established models = 0.192769 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 114 components and 0.192769 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203800Jy sigma=0.001261 ! Fit after self-cal, rms=0.203809Jy sigma=0.001261 ! 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.203809Jy sigma=0.001261 ! Fit after self-cal, rms=0.203853Jy sigma=0.001260 ! 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.203853Jy sigma=0.001260 ! Fit after self-cal, rms=0.203854Jy sigma=0.001260 ! Inverting map and beam ! Estimated beam: bmin=3.309 mas, bmaj=8.172 mas, bpa=0.06451 degrees ! Estimated noise=1011.47 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000538386 Jy ! Component: 100 - total flux cleaned = 0.000538178 Jy ! Component: 150 - total flux cleaned = 0.000537264 Jy ! Component: 200 - total flux cleaned = 0.000592109 Jy ! Total flux subtracted in 200 components = 0.000592109 Jy ! Clean residual min=-0.005334 max=0.005081 Jy/beam ! Clean residual mean=0.000070 rms=0.001610 Jy/beam ! Combined flux in latest and established models = 0.193362 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 122 components and 0.193362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203819Jy sigma=0.001260 ! Fit after self-cal, rms=0.203789Jy sigma=0.001260 ! 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=9.085 mas, bmaj=23.95 mas, bpa=5.867 degrees ! Estimated noise=1258.55 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.000754395 Jy ! Component: 100 - total flux cleaned = 0.000875747 Jy ! Component: 150 - total flux cleaned = 0.000951222 Jy ! Component: 200 - total flux cleaned = 0.00108931 Jy ! Total flux subtracted in 200 components = 0.00108931 Jy ! Clean residual min=-0.006014 max=0.006391 Jy/beam ! Clean residual mean=0.000125 rms=0.002135 Jy/beam ! Combined flux in latest and established models = 0.194451 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 131 components and 0.194451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203803Jy sigma=0.001260 ! Fit after self-cal, rms=0.203772Jy sigma=0.001260 ! 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=2.526 mas, bmaj=6.025 mas, bpa=2.069 degrees ! Estimated noise=1690.7 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.100662 Jy ! Component: 100 - total flux cleaned = 0.130707 Jy ! Component: 150 - total flux cleaned = 0.146695 Jy ! Component: 200 - total flux cleaned = 0.158339 Jy ! Total flux subtracted in 200 components = 0.158339 Jy ! Clean residual min=-0.008524 max=0.008216 Jy/beam ! Clean residual mean=0.000007 rms=0.002340 Jy/beam ! Combined flux in latest and established models = 0.158339 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 45 model components to the UV plane model. ! The established model now contains 45 components and 0.158339 Jy ! Inverting map and beam ! Estimated beam: bmin=3.309 mas, bmaj=8.172 mas, bpa=0.06451 degrees ! Estimated noise=1011.47 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.0161519 Jy ! Component: 100 - total flux cleaned = 0.0242184 Jy ! Component: 150 - total flux cleaned = 0.0289557 Jy ! Component: 200 - total flux cleaned = 0.0319055 Jy ! Total flux subtracted in 200 components = 0.0319055 Jy ! Clean residual min=-0.005153 max=0.005727 Jy/beam ! Clean residual mean=0.000083 rms=0.001607 Jy/beam ! Combined flux in latest and established models = 0.190245 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 77 components and 0.190245 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=9.085 mas, bmaj=23.95 mas, bpa=5.867 degrees ! Estimated noise=1258.55 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.00286858 Jy ! Component: 100 - total flux cleaned = 0.00372572 Jy ! Component: 150 - total flux cleaned = 0.00384221 Jy ! Component: 200 - total flux cleaned = 0.00398624 Jy ! Total flux subtracted in 200 components = 0.00398624 Jy ! Clean residual min=-0.006309 max=0.006144 Jy/beam ! Clean residual mean=0.000125 rms=0.002094 Jy/beam ! Combined flux in latest and established models = 0.194231 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 82 components and 0.194231 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.309 mas, bmaj=8.172 mas, bpa=0.06451 degrees ! Estimated noise=1011.47 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000823662 Jy ! Component: 100 - total flux cleaned = -0.000752396 Jy ! Component: 150 - total flux cleaned = -0.000753887 Jy ! Component: 200 - total flux cleaned = -0.000700746 Jy ! Total flux subtracted in 200 components = -0.000700746 Jy ! Clean residual min=-0.005242 max=0.005418 Jy/beam ! Clean residual mean=0.000067 rms=0.001583 Jy/beam ! Combined flux in latest and established models = 0.19353 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 90 components and 0.19353 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203778Jy sigma=0.001260 ! Fit after self-cal, rms=0.203728Jy sigma=0.001260 wmodel J1230-3121_S_2002_01_31_yyk\_map.mod ! Writing 90 model components to file: J1230-3121_S_2002_01_31_yyk_map.mod wobs J1230-3121_S_2002_01_31_yyk\_uvs.fits ! Writing UV FITS file: J1230-3121_S_2002_01_31_yyk_uvs.fits wwins J1230-3121_S_2002_01_31_yyk\_map.win ! wwins: Wrote 2 windows to J1230-3121_S_2002_01_31_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.000774063 Jy ! Component: 100 - total flux cleaned = 0.000352372 Jy ! Component: 150 - total flux cleaned = 0.00035077 Jy ! Component: 200 - total flux cleaned = 0.000352287 Jy ! Component: 250 - total flux cleaned = 0.000352189 Jy ! Component: 300 - total flux cleaned = 0.000147198 Jy ! Component: 350 - total flux cleaned = -5.03325e-05 Jy ! Component: 400 - total flux cleaned = -0.000177825 Jy ! Component: 450 - total flux cleaned = -0.00023969 Jy ! Component: 500 - total flux cleaned = -0.000178433 Jy ! Component: 550 - total flux cleaned = -0.000118778 Jy ! Component: 600 - total flux cleaned = 5.61723e-05 Jy ! Component: 650 - total flux cleaned = 0.000113878 Jy ! Component: 700 - total flux cleaned = 0.000338565 Jy ! Component: 750 - total flux cleaned = 0.000558126 Jy ! Component: 800 - total flux cleaned = 0.000773638 Jy ! Component: 850 - total flux cleaned = 0.00109007 Jy ! Component: 900 - total flux cleaned = 0.0011927 Jy ! Component: 950 - total flux cleaned = 0.00154885 Jy ! Component: 1000 - total flux cleaned = 0.00154783 Jy ! Component: 1050 - total flux cleaned = 0.00174513 Jy ! Component: 1100 - total flux cleaned = 0.00193823 Jy ! Component: 1150 - total flux cleaned = 0.00203412 Jy ! Component: 1200 - total flux cleaned = 0.00226924 Jy ! Component: 1250 - total flux cleaned = 0.00240829 Jy ! Component: 1300 - total flux cleaned = 0.0025905 Jy ! Component: 1350 - total flux cleaned = 0.00276935 Jy ! Component: 1400 - total flux cleaned = 0.00303343 Jy ! Component: 1450 - total flux cleaned = 0.00320713 Jy ! Component: 1500 - total flux cleaned = 0.00346464 Jy ! Component: 1550 - total flux cleaned = 0.00367641 Jy ! Component: 1600 - total flux cleaned = 0.00384424 Jy ! Component: 1650 - total flux cleaned = 0.00413359 Jy ! Component: 1700 - total flux cleaned = 0.00445949 Jy ! Component: 1750 - total flux cleaned = 0.00470073 Jy ! Component: 1800 - total flux cleaned = 0.00481994 Jy ! Component: 1850 - total flux cleaned = 0.0052121 Jy ! Component: 1900 - total flux cleaned = 0.00532808 Jy ! Component: 1950 - total flux cleaned = 0.00563467 Jy ! Component: 2000 - total flux cleaned = 0.0059755 Jy ! Total flux subtracted in 2048 components = 0.00612527 Jy ! Clean residual min=-0.002205 max=0.001983 Jy/beam ! Clean residual mean=0.000042 rms=0.000793 Jy/beam ! Combined flux in latest and established models = 0.199656 Jy keep ! Adding 151 model components to the UV plane model. ! The established model now contains 241 components and 0.199656 Jy ![Exited script file: muppet] wmap "J1230-3121_S_2002_01_31_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.309 x 8.172 at 0.06451 degrees (North through East) ! Clean map min=-0.0033428 max=0.1124 Jy/beam ! Writing clean map to FITS file: J1230-3121_S_2002_01_31_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.112403 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000777368 device "J1230-3121_S_2002_01_31_yyk\_map.eps/VPS" ! Attempting to open device: 'J1230-3121_S_2002_01_31_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.07476 2.07476 4.14953 8.29906 16.5981 33.1962 66.3925 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0023 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.112 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.309 x 8.172 at 0.06451 degrees (North through East) ! Clean map min=-0.0033428 max=0.1124 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1230-3121_S_2002_01_31_yyk\_map.gif/gif" ! Attempting to open device: 'J1230-3121_S_2002_01_31_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1230-3121_S_2002_01_31_yyk_uvs.log closed on Tue Jun 26 22:45:47 2007