! Started logfile: J1939-1525_S_2002_05_14_yyk_uvs.log on Tue Jun 26 23:09:58 2007 obs J1939-1525_S_2002_05_14_yyk_uva.fits ! Reading UV FITS file: J1939-1525_S_2002_05_14_yyk_uva.fits ! AN table 1: 32 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.872917 visibilities/baseline/integration-bin. ! Found source: J1939-1525 ! ! 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 1153 lines of history. ! ! Reading 5028 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 J1939-1525_S_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.905107 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.438 mas, bmaj=7.096 mas, bpa=-3.743 degrees ! Estimated noise=2255.62 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.737611 Jy ! Component: 100 - total flux cleaned = 0.867048 Jy ! Total flux subtracted in 100 components = 0.867048 Jy ! Clean residual min=-0.024788 max=0.037223 Jy/beam ! Clean residual mean=0.000081 rms=0.007055 Jy/beam ! Combined flux in latest and established models = 0.867048 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.867048 Jy ! ! Correcting IF 1. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 57 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 27 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.212345Jy sigma=0.001433 ! Fit after self-cal, rms=0.212052Jy sigma=0.001431 ! Inverting map and beam ! Estimated beam: bmin=2.438 mas, bmaj=7.096 mas, bpa=-3.743 degrees ! Estimated noise=2255.69 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.163 mas, bmaj=8.467 mas, bpa=-2.735 degrees ! Estimated noise=1411.53 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.0506515 Jy ! Component: 100 - total flux cleaned = 0.0678615 Jy ! Component: 150 - total flux cleaned = 0.0742998 Jy ! Component: 200 - total flux cleaned = 0.0753712 Jy ! Total flux subtracted in 200 components = 0.0753712 Jy ! Clean residual min=-0.021761 max=0.016350 Jy/beam ! Clean residual mean=0.000088 rms=0.005058 Jy/beam ! Combined flux in latest and established models = 0.942419 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 38 model components to the UV plane model. ! The established model now contains 47 components and 0.942419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203079Jy sigma=0.001372 ! Fit after self-cal, rms=0.203075Jy sigma=0.001372 ! 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.163 x 8.467 at -2.735 degrees (North through East) ! Clean map min=-0.021478 max=0.86811 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: 1.01886 ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.14 HN 0.93 KP 0.94 ! LA 0.95 NL 0.88 OV 1.00 PT 1.05 ! SC 1.07 MK 0.95 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00166 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.03 HN 0.97 KP 1.00* ! LA 0.97 NL 0.99 OV 1.02 PT 0.99 ! SC 1.02 MK 1.06 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.958591 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.02 HN 1.01 KP 1.02 ! LA 0.98 NL 1.07 OV 1.07 PT 1.18 ! SC 0.99 MK 1.05 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.02211 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.89 HN 0.99 KP 1.07 ! LA 0.85 NL 1.06 OV 0.96 PT 1.01 ! SC 0.95 MK 1.00 ! ! ! Fit before self-cal, rms=0.203075Jy sigma=0.001372 ! Fit after self-cal, rms=0.184550Jy sigma=0.001247 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.184550Jy sigma=0.001247 ! Fit after self-cal, rms=0.184546Jy sigma=0.001247 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.168 mas, bmaj=8.468 mas, bpa=-2.74 degrees ! Estimated noise=1420.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.00930425 Jy ! Component: 100 - total flux cleaned = 0.0119484 Jy ! Component: 150 - total flux cleaned = 0.0124008 Jy ! Component: 200 - total flux cleaned = 0.0125506 Jy ! Total flux subtracted in 200 components = 0.0125506 Jy ! Clean residual min=-0.005362 max=0.006513 Jy/beam ! Clean residual mean=0.000046 rms=0.001710 Jy/beam ! Combined flux in latest and established models = 0.95497 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 59 components and 0.95497 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184647Jy sigma=0.001245 ! Fit after self-cal, rms=0.184646Jy sigma=0.001245 ! 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.184646Jy sigma=0.001245 ! Fit after self-cal, rms=0.182390Jy sigma=0.001230 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.000497576 Jy ! Component: 100 - total flux cleaned = 0.000565438 Jy ! Component: 150 - total flux cleaned = 0.000608177 Jy ! Component: 200 - total flux cleaned = 0.000565024 Jy ! Total flux subtracted in 200 components = 0.000565024 Jy ! Clean residual min=-0.005209 max=0.006433 Jy/beam ! Clean residual mean=0.000046 rms=0.001691 Jy/beam ! Combined flux in latest and established models = 0.955535 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 64 components and 0.955535 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.182371Jy sigma=0.001229 ! Fit after self-cal, rms=0.181788Jy sigma=0.001225 ! 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.168 x 8.468 at -2.74 degrees (North through East) ! Clean map min=-0.0052705 max=0.87573 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.181788Jy sigma=0.001225 ! Fit after self-cal, rms=0.180227Jy sigma=0.001190 ! 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.180227Jy sigma=0.001190 ! Fit after self-cal, rms=0.179970Jy sigma=0.001189 ! Inverting map and beam ! Estimated beam: bmin=3.176 mas, bmaj=8.492 mas, bpa=-2.802 degrees ! Estimated noise=1419.81 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000790767 Jy ! Component: 100 - total flux cleaned = -0.000661085 Jy ! Component: 150 - total flux cleaned = -0.000560216 Jy ! Component: 200 - total flux cleaned = -0.000439512 Jy ! Total flux subtracted in 200 components = -0.000439512 Jy ! Clean residual min=-0.004852 max=0.006225 Jy/beam ! Clean residual mean=0.000042 rms=0.001531 Jy/beam ! Combined flux in latest and established models = 0.955095 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 69 components and 0.955095 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179940Jy sigma=0.001188 ! Fit after self-cal, rms=0.179800Jy sigma=0.001187 ! 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.179800Jy sigma=0.001187 ! Fit after self-cal, rms=0.179437Jy sigma=0.001184 ! 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.179437Jy sigma=0.001184 ! Fit after self-cal, rms=0.179369Jy sigma=0.001184 ! Inverting map and beam ! Estimated beam: bmin=3.179 mas, bmaj=8.505 mas, bpa=-2.872 degrees ! Estimated noise=1420.26 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000354096 Jy ! Component: 100 - total flux cleaned = -0.000398544 Jy ! Component: 150 - total flux cleaned = -0.000432653 Jy ! Component: 200 - total flux cleaned = -0.000435095 Jy ! Total flux subtracted in 200 components = -0.000435095 Jy ! Clean residual min=-0.004897 max=0.006117 Jy/beam ! Clean residual mean=0.000044 rms=0.001519 Jy/beam ! Combined flux in latest and established models = 0.95466 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 73 components and 0.95466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179354Jy sigma=0.001184 ! Fit after self-cal, rms=0.179316Jy sigma=0.001183 ! 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.592 mas, bmaj=16.75 mas, bpa=-0.2894 degrees ! Estimated noise=1799.97 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.00123159 Jy ! Component: 100 - total flux cleaned = -0.00123227 Jy ! Component: 150 - total flux cleaned = -0.00128961 Jy ! Component: 200 - total flux cleaned = -0.00133316 Jy ! Total flux subtracted in 200 components = -0.00133316 Jy ! Clean residual min=-0.005464 max=0.006151 Jy/beam ! Clean residual mean=0.000087 rms=0.001825 Jy/beam ! Combined flux in latest and established models = 0.953327 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 79 components and 0.953327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179317Jy sigma=0.001183 ! Fit after self-cal, rms=0.179285Jy sigma=0.001183 ! 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.446 mas, bmaj=7.097 mas, bpa=-3.861 degrees ! Estimated noise=2260.67 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.740311 Jy ! Component: 100 - total flux cleaned = 0.86673 Jy ! Component: 150 - total flux cleaned = 0.91463 Jy ! Component: 200 - total flux cleaned = 0.936241 Jy ! Total flux subtracted in 200 components = 0.936241 Jy ! Clean residual min=-0.009318 max=0.007607 Jy/beam ! Clean residual mean=0.000063 rms=0.002289 Jy/beam ! Combined flux in latest and established models = 0.936241 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.936241 Jy ! Inverting map and beam ! Estimated beam: bmin=3.179 mas, bmaj=8.505 mas, bpa=-2.872 degrees ! Estimated noise=1420.26 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.0118689 Jy ! Component: 100 - total flux cleaned = 0.0161535 Jy ! Component: 150 - total flux cleaned = 0.0170263 Jy ! Component: 200 - total flux cleaned = 0.0172641 Jy ! Total flux subtracted in 200 components = 0.0172641 Jy ! Clean residual min=-0.004939 max=0.005785 Jy/beam ! Clean residual mean=0.000045 rms=0.001529 Jy/beam ! Combined flux in latest and established models = 0.953505 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 49 components and 0.953505 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.592 mas, bmaj=16.75 mas, bpa=-0.2894 degrees ! Estimated noise=1799.97 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.00071609 Jy ! Component: 100 - total flux cleaned = -0.000720952 Jy ! Component: 150 - total flux cleaned = -0.000682757 Jy ! Component: 200 - total flux cleaned = -0.000629659 Jy ! Total flux subtracted in 200 components = -0.000629659 Jy ! Clean residual min=-0.005237 max=0.006040 Jy/beam ! Clean residual mean=0.000089 rms=0.001821 Jy/beam ! Combined flux in latest and established models = 0.952875 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 57 components and 0.952875 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.179 mas, bmaj=8.505 mas, bpa=-2.872 degrees ! Estimated noise=1420.26 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000969393 Jy ! Component: 100 - total flux cleaned = 0.000776994 Jy ! Component: 150 - total flux cleaned = 0.000736885 Jy ! Component: 200 - total flux cleaned = 0.000702168 Jy ! Total flux subtracted in 200 components = 0.000702168 Jy ! Clean residual min=-0.004781 max=0.005749 Jy/beam ! Clean residual mean=0.000046 rms=0.001511 Jy/beam ! Combined flux in latest and established models = 0.953577 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 63 components and 0.953577 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.179272Jy sigma=0.001183 ! Fit after self-cal, rms=0.179262Jy sigma=0.001183 wmodel J1939-1525_S_2002_05_14_yyk\_map.mod ! Writing 63 model components to file: J1939-1525_S_2002_05_14_yyk_map.mod wobs J1939-1525_S_2002_05_14_yyk\_uvs.fits ! Writing UV FITS file: J1939-1525_S_2002_05_14_yyk_uvs.fits wwins J1939-1525_S_2002_05_14_yyk\_map.win ! wwins: Wrote 1 windows to J1939-1525_S_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.00208656 Jy ! Component: 100 - total flux cleaned = 0.00243306 Jy ! Component: 150 - total flux cleaned = 0.00267237 Jy ! Component: 200 - total flux cleaned = 0.00289951 Jy ! Component: 250 - total flux cleaned = 0.00304128 Jy ! Component: 300 - total flux cleaned = 0.00331309 Jy ! Component: 350 - total flux cleaned = 0.00364144 Jy ! Component: 400 - total flux cleaned = 0.00408569 Jy ! Component: 450 - total flux cleaned = 0.00445457 Jy ! Component: 500 - total flux cleaned = 0.00475171 Jy ! Component: 550 - total flux cleaned = 0.00492317 Jy ! Component: 600 - total flux cleaned = 0.00486827 Jy ! Component: 650 - total flux cleaned = 0.00481278 Jy ! Component: 700 - total flux cleaned = 0.00465169 Jy ! Component: 750 - total flux cleaned = 0.00444334 Jy ! Component: 800 - total flux cleaned = 0.00429139 Jy ! Component: 850 - total flux cleaned = 0.00424167 Jy ! Component: 900 - total flux cleaned = 0.00414421 Jy ! Component: 950 - total flux cleaned = 0.00414378 Jy ! Component: 1000 - total flux cleaned = 0.0040983 Jy ! Component: 1050 - total flux cleaned = 0.0041435 Jy ! Component: 1100 - total flux cleaned = 0.00405366 Jy ! Component: 1150 - total flux cleaned = 0.00405346 Jy ! Component: 1200 - total flux cleaned = 0.00401006 Jy ! Component: 1250 - total flux cleaned = 0.00396717 Jy ! Component: 1300 - total flux cleaned = 0.00384279 Jy ! Component: 1350 - total flux cleaned = 0.0038433 Jy ! Component: 1400 - total flux cleaned = 0.0038035 Jy ! Component: 1450 - total flux cleaned = 0.00364742 Jy ! Component: 1500 - total flux cleaned = 0.00361009 Jy ! Component: 1550 - total flux cleaned = 0.00361 Jy ! Component: 1600 - total flux cleaned = 0.00357296 Jy ! Component: 1650 - total flux cleaned = 0.003609 Jy ! Component: 1700 - total flux cleaned = 0.00364375 Jy ! Component: 1750 - total flux cleaned = 0.00357284 Jy ! Component: 1800 - total flux cleaned = 0.00357353 Jy ! Component: 1850 - total flux cleaned = 0.0037451 Jy ! Component: 1900 - total flux cleaned = 0.00387926 Jy ! Component: 1950 - total flux cleaned = 0.00397844 Jy ! Component: 2000 - total flux cleaned = 0.00394603 Jy ! Total flux subtracted in 2048 components = 0.00394613 Jy ! Clean residual min=-0.002170 max=0.001934 Jy/beam ! Clean residual mean=0.000020 rms=0.000657 Jy/beam ! Combined flux in latest and established models = 0.957523 Jy keep ! Adding 135 model components to the UV plane model. ! The established model now contains 198 components and 0.957524 Jy ![Exited script file: muppet] wmap "J1939-1525_S_2002_05_14_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.179 x 8.505 at -2.872 degrees (North through East) ! Clean map min=-0.0040394 max=0.87755 Jy/beam ! Writing clean map to FITS file: J1939-1525_S_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.877551 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000651963 device "J1939-1525_S_2002_05_14_yyk\_map.eps/VPS" ! Attempting to open device: 'J1939-1525_S_2002_05_14_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.22288 0.22288 0.44576 0.891521 1.78304 3.56608 7.13217 14.2643 28.5287 57.0573 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.877 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.179 x 8.505 at -2.872 degrees (North through East) ! Clean map min=-0.0040394 max=0.87755 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1939-1525_S_2002_05_14_yyk\_map.gif/gif" ! Attempting to open device: 'J1939-1525_S_2002_05_14_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1939-1525_S_2002_05_14_yyk_uvs.log closed on Tue Jun 26 23:10:05 2007