! Started logfile: J1212-2221_S_1997_07_02_yyk_uvs.log on Sun Jan 7 18:00:08 2007 obs J1212-2221_S_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1212-2221_S_1997_07_02_yyk_uva.fits ! AN table 1: 146 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.935616 visibilities/baseline/integration-bin. ! Found source: J1212-2221 ! ! 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.22447e+09 8e+06 1 8e+06 ! 02 2 2.23447e+09 8e+06 1 8e+06 ! 03 3 2.29447e+09 8e+06 1 8e+06 ! 04 4 2.32447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 754 lines of history. ! ! Reading 24588 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 J1212-2221_S_1997_07_02_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.519332 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.595 mas, bmaj=6.805 mas, bpa=0.8581 degrees ! Estimated noise=2814.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 (0, 0). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.30636 Jy ! Component: 100 - total flux cleaned = 0.353293 Jy ! Total flux subtracted in 100 components = 0.353293 Jy ! Clean residual min=-0.020426 max=0.026037 Jy/beam ! Clean residual mean=0.000134 rms=0.005931 Jy/beam ! Combined flux in latest and established models = 0.353293 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.353293 Jy ! ! Correcting IF 1. ! A total of 262 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 65 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 58 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.372042Jy sigma=0.001235 ! Fit after self-cal, rms=0.372371Jy sigma=0.001235 ! Inverting map and beam ! Estimated beam: bmin=2.595 mas, bmaj=6.805 mas, bpa=0.8574 degrees ! Estimated noise=2814.59 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.454 mas, bmaj=9.077 mas, bpa=-2.776 degrees ! Estimated noise=1184.84 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.0273511 Jy ! Component: 100 - total flux cleaned = 0.0326563 Jy ! Component: 150 - total flux cleaned = 0.0326588 Jy ! Component: 200 - total flux cleaned = 0.0328635 Jy ! Total flux subtracted in 200 components = 0.0328635 Jy ! Clean residual min=-0.010887 max=0.014187 Jy/beam ! Clean residual mean=0.000213 rms=0.003619 Jy/beam ! Combined flux in latest and established models = 0.386156 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.386156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.371391Jy sigma=0.001229 ! Fit after self-cal, rms=0.371335Jy sigma=0.001228 ! 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.454 x 9.077 at -2.776 degrees (North through East) ! Clean map min=-0.010481 max=0.36208 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.02719 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.11 HN 0.94 KP 0.91 ! LA 0.99 MK 1.00 NL 1.00* OV 1.08 ! PT 0.96 SC 0.80 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.978663 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.17 HN 1.08 KP 0.93 ! LA 1.10 MK 1.06 NL 0.98 OV 1.05 ! PT 0.94 SC 0.90 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.02679 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.07 HN 1.10 KP 0.92 ! LA 0.80 MK 0.91 NL 0.96 OV 0.93 ! PT 1.06 SC 1.02 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.987779 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.10 HN 1.24 KP 0.95 ! LA 0.89 MK 1.05 NL 1.08 OV 0.92 ! PT 0.89 SC 1.02 ! ! ! Fit before self-cal, rms=0.371335Jy sigma=0.001228 ! Fit after self-cal, rms=0.371503Jy sigma=0.001217 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.371503Jy sigma=0.001217 ! Fit after self-cal, rms=0.371423Jy sigma=0.001217 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.465 mas, bmaj=8.903 mas, bpa=-1.5 degrees ! Estimated noise=1177.47 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.00144178 Jy ! Component: 100 - total flux cleaned = 0.00131208 Jy ! Component: 150 - total flux cleaned = 0.00119608 Jy ! Component: 200 - total flux cleaned = 0.000871916 Jy ! Total flux subtracted in 200 components = 0.000871916 Jy ! Clean residual min=-0.007313 max=0.008234 Jy/beam ! Clean residual mean=0.000033 rms=0.002262 Jy/beam ! Combined flux in latest and established models = 0.387028 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 27 components and 0.387028 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.371333Jy sigma=0.001217 ! Fit after self-cal, rms=0.371276Jy sigma=0.001217 ! 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.371276Jy sigma=0.001217 ! Fit after self-cal, rms=0.365745Jy sigma=0.001205 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.00142946 Jy ! Component: 100 - total flux cleaned = 0.00133059 Jy ! Component: 150 - total flux cleaned = 0.00103778 Jy ! Component: 200 - total flux cleaned = 0.000770502 Jy ! Total flux subtracted in 200 components = 0.000770502 Jy ! Clean residual min=-0.007211 max=0.008039 Jy/beam ! Clean residual mean=0.000032 rms=0.002143 Jy/beam ! Combined flux in latest and established models = 0.387799 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 35 components and 0.387799 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.365756Jy sigma=0.001205 ! Fit after self-cal, rms=0.364817Jy sigma=0.001203 ! 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.465 x 8.903 at -1.5 degrees (North through East) ! Clean map min=-0.0069793 max=0.36769 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.364817Jy sigma=0.001203 ! Fit after self-cal, rms=0.928790Jy sigma=0.001194 ! 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.928790Jy sigma=0.001194 ! Fit after self-cal, rms=0.928853Jy sigma=0.001194 ! Inverting map and beam ! Estimated beam: bmin=3.424 mas, bmaj=8.912 mas, bpa=-1.533 degrees ! Estimated noise=1167.82 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000969949 Jy ! Component: 100 - total flux cleaned = 0.000716686 Jy ! Component: 150 - total flux cleaned = 0.000568443 Jy ! Component: 200 - total flux cleaned = 0.000502141 Jy ! Total flux subtracted in 200 components = 0.000502141 Jy ! Clean residual min=-0.006521 max=0.006557 Jy/beam ! Clean residual mean=0.000055 rms=0.001685 Jy/beam ! Combined flux in latest and established models = 0.388301 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.388301 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.928817Jy sigma=0.001194 ! Fit after self-cal, rms=0.928907Jy sigma=0.001193 ! 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.928907Jy sigma=0.001193 ! Fit after self-cal, rms=0.931453Jy sigma=0.001192 ! 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.931453Jy sigma=0.001192 ! Fit after self-cal, rms=0.931479Jy sigma=0.001192 ! Inverting map and beam ! Estimated beam: bmin=3.412 mas, bmaj=8.883 mas, bpa=-1.421 degrees ! Estimated noise=1168.42 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00113914 Jy ! Component: 100 - total flux cleaned = 0.00113613 Jy ! Component: 150 - total flux cleaned = 0.00107847 Jy ! Component: 200 - total flux cleaned = 0.00102251 Jy ! Total flux subtracted in 200 components = 0.0010225 Jy ! Clean residual min=-0.006400 max=0.006290 Jy/beam ! Clean residual mean=0.000050 rms=0.001656 Jy/beam ! Combined flux in latest and established models = 0.389323 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 44 components and 0.389323 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.931462Jy sigma=0.001192 ! Fit after self-cal, rms=0.931299Jy sigma=0.001192 ! 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=8.569 mas, bmaj=19.55 mas, bpa=7.562 degrees ! Estimated noise=1450.3 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.000633233 Jy ! Component: 100 - total flux cleaned = 0.000623996 Jy ! Component: 150 - total flux cleaned = 0.00061504 Jy ! Component: 200 - total flux cleaned = 0.000608277 Jy ! Total flux subtracted in 200 components = 0.000608277 Jy ! Clean residual min=-0.007541 max=0.007177 Jy/beam ! Clean residual mean=0.000088 rms=0.002307 Jy/beam ! Combined flux in latest and established models = 0.389932 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 47 components and 0.389932 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.931304Jy sigma=0.001192 ! Fit after self-cal, rms=0.931092Jy sigma=0.001191 ! 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.572 mas, bmaj=6.706 mas, bpa=1.261 degrees ! Estimated noise=2885.31 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.31893 Jy ! Component: 100 - total flux cleaned = 0.36467 Jy ! Component: 150 - total flux cleaned = 0.377927 Jy ! Component: 200 - total flux cleaned = 0.381654 Jy ! Total flux subtracted in 200 components = 0.381654 Jy ! Clean residual min=-0.012762 max=0.012541 Jy/beam ! Clean residual mean=0.000041 rms=0.003372 Jy/beam ! Combined flux in latest and established models = 0.381654 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 21 model components to the UV plane model. ! The established model now contains 21 components and 0.381654 Jy ! Inverting map and beam ! Estimated beam: bmin=3.412 mas, bmaj=8.883 mas, bpa=-1.421 degrees ! Estimated noise=1168.42 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) ! Added new window around map position (5.5, -9.5). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0103497 Jy ! Component: 100 - total flux cleaned = 0.0121898 Jy ! Component: 150 - total flux cleaned = 0.0125475 Jy ! Component: 200 - total flux cleaned = 0.012541 Jy ! Total flux subtracted in 200 components = 0.012541 Jy ! Clean residual min=-0.006591 max=0.006230 Jy/beam ! Clean residual mean=0.000014 rms=0.001606 Jy/beam ! Combined flux in latest and established models = 0.394195 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 45 components and 0.394195 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=8.569 mas, bmaj=19.55 mas, bpa=7.562 degrees ! Estimated noise=1450.3 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.000571394 Jy ! Component: 100 - total flux cleaned = 0.000425894 Jy ! Component: 150 - total flux cleaned = 0.000428082 Jy ! Component: 200 - total flux cleaned = 0.000427079 Jy ! Total flux subtracted in 200 components = 0.000427079 Jy ! Clean residual min=-0.007207 max=0.006639 Jy/beam ! Clean residual mean=0.000017 rms=0.002132 Jy/beam ! Combined flux in latest and established models = 0.394622 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 62 components and 0.394622 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.412 mas, bmaj=8.883 mas, bpa=-1.421 degrees ! Estimated noise=1168.42 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000412999 Jy ! Component: 100 - total flux cleaned = -0.000410587 Jy ! Component: 150 - total flux cleaned = -0.00041021 Jy ! Component: 200 - total flux cleaned = -0.000635044 Jy ! Total flux subtracted in 200 components = -0.000635043 Jy ! Clean residual min=-0.006599 max=0.006089 Jy/beam ! Clean residual mean=0.000013 rms=0.001547 Jy/beam ! Combined flux in latest and established models = 0.393987 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 72 components and 0.393987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.931116Jy sigma=0.001191 ! Fit after self-cal, rms=0.930948Jy sigma=0.001191 wmodel J1212-2221_S_1997_07_02_yyk\_map.mod ! Writing 72 model components to file: J1212-2221_S_1997_07_02_yyk_map.mod wobs J1212-2221_S_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1212-2221_S_1997_07_02_yyk_uvs.fits wwins J1212-2221_S_1997_07_02_yyk\_map.win ! wwins: Wrote 2 windows to J1212-2221_S_1997_07_02_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.000961988 Jy ! Component: 100 - total flux cleaned = -0.000793645 Jy ! Component: 150 - total flux cleaned = -0.00055248 Jy ! Component: 200 - total flux cleaned = -0.000181175 Jy ! Component: 250 - total flux cleaned = -4.08854e-05 Jy ! Component: 300 - total flux cleaned = -0.000105821 Jy ! Component: 350 - total flux cleaned = -4.21639e-05 Jy ! Component: 400 - total flux cleaned = -0.000405744 Jy ! Component: 450 - total flux cleaned = -0.000640973 Jy ! Component: 500 - total flux cleaned = -0.00104123 Jy ! Component: 550 - total flux cleaned = -0.00148527 Jy ! Component: 600 - total flux cleaned = -0.00175508 Jy ! Component: 650 - total flux cleaned = -0.00180772 Jy ! Component: 700 - total flux cleaned = -0.00201516 Jy ! Component: 750 - total flux cleaned = -0.00216698 Jy ! Component: 800 - total flux cleaned = -0.00241545 Jy ! Component: 850 - total flux cleaned = -0.00285321 Jy ! Component: 900 - total flux cleaned = -0.0030442 Jy ! Component: 950 - total flux cleaned = -0.00337325 Jy ! Component: 1000 - total flux cleaned = -0.00355753 Jy ! Component: 1050 - total flux cleaned = -0.00378425 Jy ! Component: 1100 - total flux cleaned = -0.00396291 Jy ! Component: 1150 - total flux cleaned = -0.00418287 Jy ! Component: 1200 - total flux cleaned = -0.00431247 Jy ! Component: 1250 - total flux cleaned = -0.00435555 Jy ! Component: 1300 - total flux cleaned = -0.00465129 Jy ! Component: 1350 - total flux cleaned = -0.00473401 Jy ! Component: 1400 - total flux cleaned = -0.00477527 Jy ! Component: 1450 - total flux cleaned = -0.00485673 Jy ! Component: 1500 - total flux cleaned = -0.00481661 Jy ! Component: 1550 - total flux cleaned = -0.00489689 Jy ! Component: 1600 - total flux cleaned = -0.00497553 Jy ! Component: 1650 - total flux cleaned = -0.00501453 Jy ! Component: 1700 - total flux cleaned = -0.00524362 Jy ! Component: 1750 - total flux cleaned = -0.00520583 Jy ! Component: 1800 - total flux cleaned = -0.0053922 Jy ! Component: 1850 - total flux cleaned = -0.00539271 Jy ! Component: 1900 - total flux cleaned = -0.00539248 Jy ! Component: 1950 - total flux cleaned = -0.00546446 Jy ! Component: 2000 - total flux cleaned = -0.00549972 Jy ! Total flux subtracted in 2048 components = -0.00546453 Jy ! Clean residual min=-0.002388 max=0.001750 Jy/beam ! Clean residual mean=0.000019 rms=0.000720 Jy/beam ! Combined flux in latest and established models = 0.388522 Jy keep ! Adding 128 model components to the UV plane model. ! The established model now contains 200 components and 0.388522 Jy ![Exited script file: muppet] wmap "J1212-2221_S_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.412 x 8.883 at -1.421 degrees (North through East) ! Clean map min=-0.0053276 max=0.36916 Jy/beam ! Writing clean map to FITS file: J1212-2221_S_1997_07_02_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.369155 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00071886 device "J1212-2221_S_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1212-2221_S_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.584194 0.584194 1.16839 2.33678 4.67355 9.3471 18.6942 37.3884 74.7768 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0021 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.369 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.412 x 8.883 at -1.421 degrees (North through East) ! Clean map min=-0.0053276 max=0.36916 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1212-2221_S_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1212-2221_S_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1212-2221_S_1997_07_02_yyk_uvs.log closed on Sun Jan 7 18:00:15 2007