! Started logfile: J0325-2415_X_1997_07_02_yyk_uvs.log on Mon Jan 8 02:41:30 2007 obs J0325-2415_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J0325-2415_X_1997_07_02_yyk_uva.fits ! AN table 1: 139 integrations on 45 of 45 possible baselines. ! Apparent sampling: 1.25564 visibilities/baseline/integration-bin. ! Found source: J0325-2415 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.15447e+09 8e+06 1 8e+06 ! 02 2 8.23447e+09 8e+06 1 8e+06 ! 03 3 8.41447e+09 8e+06 1 8e+06 ! 04 4 8.55447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 753 lines of history. ! ! Reading 31416 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 J0325-2415_X_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.305414 Jy uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7603 mas, bmaj=2.231 mas, bpa=-0.4464 degrees ! Estimated noise=1238.95 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.180494 Jy ! Component: 100 - total flux cleaned = 0.2152 Jy ! Total flux subtracted in 100 components = 0.2152 Jy ! Clean residual min=-0.007037 max=0.011074 Jy/beam ! Clean residual mean=-0.000073 rms=0.002205 Jy/beam ! Combined flux in latest and established models = 0.2152 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 11 components and 0.2152 Jy ! ! Correcting IF 1. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 103 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.212286Jy sigma=0.001508 ! Fit after self-cal, rms=0.212194Jy sigma=0.001508 ! Inverting map and beam ! Estimated beam: bmin=0.7603 mas, bmaj=2.231 mas, bpa=-0.4463 degrees ! Estimated noise=1239.11 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=0.9995 mas, bmaj=2.896 mas, bpa=-1.976 degrees ! Estimated noise=646.944 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.0256616 Jy ! Component: 100 - total flux cleaned = 0.0360996 Jy ! Component: 150 - total flux cleaned = 0.0407778 Jy ! Component: 200 - total flux cleaned = 0.042541 Jy ! Total flux subtracted in 200 components = 0.042541 Jy ! Clean residual min=-0.006636 max=0.007082 Jy/beam ! Clean residual mean=-0.000052 rms=0.001642 Jy/beam ! Combined flux in latest and established models = 0.257741 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 35 model components to the UV plane model. ! The established model now contains 41 components and 0.257741 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.210827Jy sigma=0.001492 ! Fit after self-cal, rms=0.210822Jy sigma=0.001492 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9995 x 2.896 at -1.976 degrees (North through East) ! Clean map min=-0.0063074 max=0.2158 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 0.993152 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.03 HN 1.11 KP 1.00 ! LA 0.98 MK 1.01 NL 1.05 OV 0.97 ! PT 0.95 SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00542 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 0.99 HN 1.00 KP 1.00 ! LA 0.99 MK 0.96 NL 1.04 OV 1.05 ! PT 0.87 SC 0.98 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.992821 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.04 HN 1.07 KP 0.98 ! LA 0.99 MK 0.99 NL 1.04 OV 0.97 ! PT 0.94 SC 1.02 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.972756 ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.00 HN 1.06 KP 0.96 ! LA 1.01 MK 1.02 NL 1.06 OV 1.06 ! PT 0.95 SC 1.03 ! ! ! Fit before self-cal, rms=0.210822Jy sigma=0.001492 ! Fit after self-cal, rms=0.213498Jy sigma=0.001489 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.213498Jy sigma=0.001489 ! Fit after self-cal, rms=0.213501Jy sigma=0.001489 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.002 mas, bmaj=2.918 mas, bpa=-1.661 degrees ! Estimated noise=636.879 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.00482353 Jy ! Component: 100 - total flux cleaned = -0.00572968 Jy ! Component: 150 - total flux cleaned = -0.00602232 Jy ! Component: 200 - total flux cleaned = -0.00616843 Jy ! Total flux subtracted in 200 components = -0.00616843 Jy ! Clean residual min=-0.003654 max=0.003909 Jy/beam ! Clean residual mean=-0.000014 rms=0.001079 Jy/beam ! Combined flux in latest and established models = 0.251572 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 47 components and 0.251572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.213386Jy sigma=0.001488 ! Fit after self-cal, rms=0.213382Jy sigma=0.001488 ! 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.213382Jy sigma=0.001488 ! Fit after self-cal, rms=0.208948Jy sigma=0.001451 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.00187291 Jy ! Component: 100 - total flux cleaned = 0.00160891 Jy ! Component: 150 - total flux cleaned = 0.00141665 Jy ! Component: 200 - total flux cleaned = 0.00112308 Jy ! Total flux subtracted in 200 components = 0.00112308 Jy ! Clean residual min=-0.004092 max=0.003967 Jy/beam ! Clean residual mean=-0.000014 rms=0.001089 Jy/beam ! Combined flux in latest and established models = 0.252695 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 49 components and 0.252695 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.208890Jy sigma=0.001451 ! Fit after self-cal, rms=0.208337Jy sigma=0.001446 ! Inverting map print "*** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime ***" ! *** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime *** ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.002 x 2.918 at -1.661 degrees (North through East) ! Clean map min=-0.0039422 max=0.22118 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.208337Jy sigma=0.001446 ! Fit after self-cal, rms=0.211902Jy sigma=0.001444 ! 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.211902Jy sigma=0.001444 ! Fit after self-cal, rms=0.211783Jy sigma=0.001443 ! Inverting map and beam ! Estimated beam: bmin=1.005 mas, bmaj=2.922 mas, bpa=-1.341 degrees ! Estimated noise=632.571 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -1.41831e-05 Jy ! Component: 100 - total flux cleaned = 1.75537e-05 Jy ! Component: 150 - total flux cleaned = 4.37212e-05 Jy ! Component: 200 - total flux cleaned = 6.57696e-05 Jy ! Total flux subtracted in 200 components = 6.57696e-05 Jy ! Clean residual min=-0.003684 max=0.003661 Jy/beam ! Clean residual mean=-0.000011 rms=0.000946 Jy/beam ! Combined flux in latest and established models = 0.252761 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 61 components and 0.252761 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.211778Jy sigma=0.001443 ! Fit after self-cal, rms=0.211738Jy sigma=0.001443 ! 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.211738Jy sigma=0.001443 ! Fit after self-cal, rms=0.212229Jy sigma=0.001441 ! 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.212229Jy sigma=0.001441 ! Fit after self-cal, rms=0.212217Jy sigma=0.001441 ! Inverting map and beam ! Estimated beam: bmin=1.004 mas, bmaj=2.919 mas, bpa=-1.33 degrees ! Estimated noise=632.965 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000401215 Jy ! Component: 100 - total flux cleaned = 0.000429189 Jy ! Component: 150 - total flux cleaned = 0.000453538 Jy ! Component: 200 - total flux cleaned = 0.000474752 Jy ! Total flux subtracted in 200 components = 0.000474752 Jy ! Clean residual min=-0.003620 max=0.003596 Jy/beam ! Clean residual mean=-0.000012 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.253236 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 64 components and 0.253236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.212215Jy sigma=0.001441 ! Fit after self-cal, rms=0.212210Jy sigma=0.001441 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.398 mas, bmaj=5.44 mas, bpa=-5.29 degrees ! Estimated noise=780.433 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.000122179 Jy ! Component: 100 - total flux cleaned = 1.74695e-06 Jy ! Component: 150 - total flux cleaned = -4.20018e-05 Jy ! Component: 200 - total flux cleaned = -0.000107144 Jy ! Total flux subtracted in 200 components = -0.000107144 Jy ! Clean residual min=-0.003517 max=0.003828 Jy/beam ! Clean residual mean=-0.000020 rms=0.001178 Jy/beam ! Combined flux in latest and established models = 0.253129 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 64 components and 0.253129 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.212225Jy sigma=0.001441 ! Fit after self-cal, rms=0.212205Jy sigma=0.001441 ! Inverting map uvtaper 0 ! No UV-taper is currently set. win_mult = win_mult / 1.4 print "************** FINISHED TAPERING SELF-CAL CLEAN **************" ! ************** FINISHED TAPERING SELF-CAL CLEAN ************** ! print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true,true,true ! clrmod: Cleared the established, tentative and continuum models. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. clean clean_niter, clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7621 mas, bmaj=2.235 mas, bpa=-0.0324 degrees ! Estimated noise=1239.29 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.186631 Jy ! Component: 100 - total flux cleaned = 0.221353 Jy ! Component: 150 - total flux cleaned = 0.236105 Jy ! Component: 200 - total flux cleaned = 0.24313 Jy ! Total flux subtracted in 200 components = 0.24313 Jy ! Clean residual min=-0.004833 max=0.005156 Jy/beam ! Clean residual mean=-0.000020 rms=0.001304 Jy/beam ! Combined flux in latest and established models = 0.24313 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.24313 Jy ! Inverting map and beam ! Estimated beam: bmin=1.004 mas, bmaj=2.919 mas, bpa=-1.33 degrees ! Estimated noise=632.965 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 (-1.2, 0.2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0075613 Jy ! Component: 100 - total flux cleaned = 0.00920646 Jy ! Component: 150 - total flux cleaned = 0.00993314 Jy ! Component: 200 - total flux cleaned = 0.0101817 Jy ! Total flux subtracted in 200 components = 0.0101817 Jy ! Clean residual min=-0.003069 max=0.003025 Jy/beam ! Clean residual mean=-0.000011 rms=0.000856 Jy/beam ! Combined flux in latest and established models = 0.253312 Jy ! Adding 39 model components to the UV plane model. ! The established model now contains 59 components and 0.253312 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.398 mas, bmaj=5.44 mas, bpa=-5.29 degrees ! Estimated noise=780.433 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.000135356 Jy ! Component: 100 - total flux cleaned = 3.1464e-05 Jy ! Component: 150 - total flux cleaned = -1.0254e-05 Jy ! Component: 200 - total flux cleaned = -7.78975e-05 Jy ! Total flux subtracted in 200 components = -7.78975e-05 Jy ! Clean residual min=-0.003367 max=0.003712 Jy/beam ! Clean residual mean=-0.000011 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.253234 Jy ! Adding 12 model components to the UV plane model. ! The established model now contains 71 components and 0.253234 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.004 mas, bmaj=2.919 mas, bpa=-1.33 degrees ! Estimated noise=632.965 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -3.88064e-05 Jy ! Component: 100 - total flux cleaned = 5.76831e-06 Jy ! Component: 150 - total flux cleaned = 2.34266e-06 Jy ! Component: 200 - total flux cleaned = 2.38144e-06 Jy ! Total flux subtracted in 200 components = 2.38144e-06 Jy ! Clean residual min=-0.002667 max=0.002865 Jy/beam ! Clean residual mean=-0.000004 rms=0.000834 Jy/beam ! Combined flux in latest and established models = 0.253236 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 83 components and 0.253236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.212094Jy sigma=0.001440 ! Fit after self-cal, rms=0.212081Jy sigma=0.001440 wmodel J0325-2415_X_1997_07_02_yyk\_map.mod ! Writing 83 model components to file: J0325-2415_X_1997_07_02_yyk_map.mod wobs J0325-2415_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J0325-2415_X_1997_07_02_yyk_uvs.fits wwins J0325-2415_X_1997_07_02_yyk\_map.win ! wwins: Wrote 2 windows to J0325-2415_X_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.000119024 Jy ! Component: 100 - total flux cleaned = -7.51119e-05 Jy ! Component: 150 - total flux cleaned = -0.00030052 Jy ! Component: 200 - total flux cleaned = -0.000470377 Jy ! Component: 250 - total flux cleaned = -0.000713686 Jy ! Component: 300 - total flux cleaned = -0.00102588 Jy ! Component: 350 - total flux cleaned = -0.00113845 Jy ! Component: 400 - total flux cleaned = -0.00124775 Jy ! Component: 450 - total flux cleaned = -0.0013189 Jy ! Component: 500 - total flux cleaned = -0.00128504 Jy ! Component: 550 - total flux cleaned = -0.00131764 Jy ! Component: 600 - total flux cleaned = -0.00144686 Jy ! Component: 650 - total flux cleaned = -0.00154156 Jy ! Component: 700 - total flux cleaned = -0.00169654 Jy ! Component: 750 - total flux cleaned = -0.00178765 Jy ! Component: 800 - total flux cleaned = -0.0018475 Jy ! Component: 850 - total flux cleaned = -0.0019649 Jy ! Component: 900 - total flux cleaned = -0.00202225 Jy ! Component: 950 - total flux cleaned = -0.0020789 Jy ! Component: 1000 - total flux cleaned = -0.00216178 Jy ! Component: 1050 - total flux cleaned = -0.00218871 Jy ! Component: 1100 - total flux cleaned = -0.00216178 Jy ! Component: 1150 - total flux cleaned = -0.0021357 Jy ! Component: 1200 - total flux cleaned = -0.00216227 Jy ! Component: 1250 - total flux cleaned = -0.00221338 Jy ! Component: 1300 - total flux cleaned = -0.00231465 Jy ! Component: 1350 - total flux cleaned = -0.00226412 Jy ! Component: 1400 - total flux cleaned = -0.00231327 Jy ! Component: 1450 - total flux cleaned = -0.00236193 Jy ! Component: 1500 - total flux cleaned = -0.00243382 Jy ! Component: 1550 - total flux cleaned = -0.00245737 Jy ! Component: 1600 - total flux cleaned = -0.00252775 Jy ! Component: 1650 - total flux cleaned = -0.00257418 Jy ! Component: 1700 - total flux cleaned = -0.0026427 Jy ! Component: 1750 - total flux cleaned = -0.00268802 Jy ! Component: 1800 - total flux cleaned = -0.00271024 Jy ! Component: 1850 - total flux cleaned = -0.00273225 Jy ! Component: 1900 - total flux cleaned = -0.00279808 Jy ! Component: 1950 - total flux cleaned = -0.00284191 Jy ! Component: 2000 - total flux cleaned = -0.00288515 Jy ! Total flux subtracted in 2048 components = -0.00290648 Jy ! Clean residual min=-0.001066 max=0.001278 Jy/beam ! Clean residual mean=-0.000005 rms=0.000429 Jy/beam ! Combined flux in latest and established models = 0.25033 Jy keep ! Adding 142 model components to the UV plane model. ! The established model now contains 225 components and 0.250329 Jy ![Exited script file: muppet] wmap "J0325-2415_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.004 x 2.919 at -1.33 degrees (North through East) ! Clean map min=-0.0026591 max=0.22198 Jy/beam ! Writing clean map to FITS file: J0325-2415_X_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.221984 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00042439 device "J0325-2415_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J0325-2415_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.573542 0.573542 1.14708 2.29417 4.58834 9.17667 18.3533 36.7067 73.4134 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.221 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.004 x 2.919 at -1.33 degrees (North through East) ! Clean map min=-0.0026591 max=0.22198 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0325-2415_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J0325-2415_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0325-2415_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 02:41:40 2007