! Started logfile: J2000-1748_X_1997_08_27_yyk_uvs.log on Mon Jan 8 10:10:03 2007 obs J2000-1748_X_1997_08_27_yyk_uva.fits ! Reading UV FITS file: J2000-1748_X_1997_08_27_yyk_uva.fits ! AN table 1: 53 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.647799 visibilities/baseline/integration-bin. ! Found source: J2000-1748 ! ! 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 701 lines of history. ! ! Reading 6180 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 J2000-1748_X_1997_08_27_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.947298 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.6732 mas, bmaj=1.826 mas, bpa=-1.191 degrees ! Estimated noise=2361.27 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.7942 Jy ! Component: 100 - total flux cleaned = 0.900977 Jy ! Total flux subtracted in 100 components = 0.900977 Jy ! Clean residual min=-0.015222 max=0.022567 Jy/beam ! Clean residual mean=0.000010 rms=0.004809 Jy/beam ! Combined flux in latest and established models = 0.900977 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 5 components and 0.900977 Jy ! ! Correcting IF 1. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 100 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.211752Jy sigma=0.001304 ! Fit after self-cal, rms=0.211280Jy sigma=0.001301 ! Inverting map and beam ! Estimated beam: bmin=0.6732 mas, bmaj=1.826 mas, bpa=-1.191 degrees ! Estimated noise=2361.27 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.7801 mas, bmaj=2.041 mas, bpa=-1.679 degrees ! Estimated noise=1411.63 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.0343934 Jy ! Component: 100 - total flux cleaned = 0.0468071 Jy ! Component: 150 - total flux cleaned = 0.0516429 Jy ! Component: 200 - total flux cleaned = 0.0531359 Jy ! Total flux subtracted in 200 components = 0.0531359 Jy ! Clean residual min=-0.006678 max=0.005706 Jy/beam ! Clean residual mean=-0.000011 rms=0.001777 Jy/beam ! Combined flux in latest and established models = 0.954113 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 27 components and 0.954113 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.207952Jy sigma=0.001278 ! Fit after self-cal, rms=0.207945Jy sigma=0.001278 ! 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.7801 x 2.041 at -1.679 degrees (North through East) ! Clean map min=-0.0062703 max=0.92106 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.998493 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.99 HN 0.99 KP 1.03 ! LA 1.02 MK 1.02 NL 1.00 OV 1.00 ! PT 1.00* SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.003 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 0.99 KP 1.00 ! LA 0.99 MK 0.99 NL 1.01 OV 1.04 ! PT 1.00* SC 1.00 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.999509 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.02 KP 0.99 ! LA 1.00 MK 1.00 NL 0.99 OV 0.98 ! PT 1.00* SC 1.03 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.9952 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.97 HN 1.04 KP 0.99 ! LA 1.00 MK 1.00 NL 1.00 OV 1.00 ! PT 1.00* SC 1.03 ! ! ! Fit before self-cal, rms=0.207945Jy sigma=0.001278 ! Fit after self-cal, rms=0.206541Jy sigma=0.001270 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.206541Jy sigma=0.001270 ! Fit after self-cal, rms=0.206538Jy sigma=0.001270 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.781 mas, bmaj=2.045 mas, bpa=-1.674 degrees ! Estimated noise=1408.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.00189341 Jy ! Component: 100 - total flux cleaned = -0.00216294 Jy ! Component: 150 - total flux cleaned = -0.00224155 Jy ! Component: 200 - total flux cleaned = -0.00228745 Jy ! Total flux subtracted in 200 components = -0.00228745 Jy ! Clean residual min=-0.005612 max=0.004825 Jy/beam ! Clean residual mean=-0.000006 rms=0.001415 Jy/beam ! Combined flux in latest and established models = 0.951825 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 37 components and 0.951825 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206525Jy sigma=0.001270 ! Fit after self-cal, rms=0.206521Jy sigma=0.001270 ! 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.206521Jy sigma=0.001270 ! Fit after self-cal, rms=0.200544Jy 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.00153543 Jy ! Component: 100 - total flux cleaned = 0.00175806 Jy ! Component: 150 - total flux cleaned = 0.0018548 Jy ! Component: 200 - total flux cleaned = 0.00189724 Jy ! Total flux subtracted in 200 components = 0.00189724 Jy ! Clean residual min=-0.005409 max=0.004701 Jy/beam ! Clean residual mean=-0.000004 rms=0.001376 Jy/beam ! Combined flux in latest and established models = 0.953723 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 40 components and 0.953723 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.200537Jy sigma=0.001230 ! Fit after self-cal, rms=0.199531Jy sigma=0.001224 ! 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: 0.781 x 2.045 at -1.674 degrees (North through East) ! Clean map min=-0.0050196 max=0.92103 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.199531Jy sigma=0.001224 ! Fit after self-cal, rms=0.199460Jy sigma=0.001223 ! 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.199460Jy sigma=0.001223 ! Fit after self-cal, rms=0.199262Jy sigma=0.001222 ! Inverting map and beam ! Estimated beam: bmin=0.7814 mas, bmaj=2.045 mas, bpa=-1.649 degrees ! Estimated noise=1408.16 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 5.60464e-05 Jy ! Component: 100 - total flux cleaned = 0.000112341 Jy ! Component: 150 - total flux cleaned = 0.000128878 Jy ! Component: 200 - total flux cleaned = 0.000100012 Jy ! Total flux subtracted in 200 components = 0.000100012 Jy ! Clean residual min=-0.005320 max=0.004688 Jy/beam ! Clean residual mean=-0.000003 rms=0.001344 Jy/beam ! Combined flux in latest and established models = 0.953823 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 46 components and 0.953823 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.199261Jy sigma=0.001222 ! Fit after self-cal, rms=0.199211Jy sigma=0.001221 ! 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.199211Jy sigma=0.001221 ! Fit after self-cal, rms=0.198974Jy sigma=0.001219 ! 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.198974Jy sigma=0.001219 ! Fit after self-cal, rms=0.198966Jy sigma=0.001219 ! Inverting map and beam ! Estimated beam: bmin=0.782 mas, bmaj=2.046 mas, bpa=-1.615 degrees ! Estimated noise=1408.38 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000323726 Jy ! Component: 100 - total flux cleaned = -0.000288663 Jy ! Component: 150 - total flux cleaned = -0.000301653 Jy ! Component: 200 - total flux cleaned = -0.000326833 Jy ! Total flux subtracted in 200 components = -0.000326833 Jy ! Clean residual min=-0.005326 max=0.004666 Jy/beam ! Clean residual mean=-0.000003 rms=0.001341 Jy/beam ! Combined flux in latest and established models = 0.953496 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 47 components and 0.953496 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198964Jy sigma=0.001219 ! Fit after self-cal, rms=0.198960Jy sigma=0.001219 ! 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.151 mas, bmaj=4.615 mas, bpa=7.863 degrees ! Estimated noise=1896.05 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.000223903 Jy ! Component: 100 - total flux cleaned = -0.000122937 Jy ! Component: 150 - total flux cleaned = -2.46174e-05 Jy ! Component: 200 - total flux cleaned = 3.71157e-05 Jy ! Total flux subtracted in 200 components = 3.71157e-05 Jy ! Clean residual min=-0.005083 max=0.006050 Jy/beam ! Clean residual mean=-0.000006 rms=0.001822 Jy/beam ! Combined flux in latest and established models = 0.953533 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 50 components and 0.953533 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198966Jy sigma=0.001219 ! Fit after self-cal, rms=0.198963Jy sigma=0.001219 ! 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.6742 mas, bmaj=1.828 mas, bpa=-1.194 degrees ! Estimated noise=2363.21 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.796305 Jy ! Component: 100 - total flux cleaned = 0.902918 Jy ! Component: 150 - total flux cleaned = 0.931515 Jy ! Component: 200 - total flux cleaned = 0.944823 Jy ! Total flux subtracted in 200 components = 0.944823 Jy ! Clean residual min=-0.009447 max=0.008114 Jy/beam ! Clean residual mean=0.000002 rms=0.002240 Jy/beam ! Combined flux in latest and established models = 0.944823 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 17 model components to the UV plane model. ! The established model now contains 17 components and 0.944823 Jy ! Inverting map and beam ! Estimated beam: bmin=0.782 mas, bmaj=2.046 mas, bpa=-1.615 degrees ! Estimated noise=1408.38 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.00621108 Jy ! Component: 100 - total flux cleaned = 0.0080172 Jy ! Component: 150 - total flux cleaned = 0.00834303 Jy ! Component: 200 - total flux cleaned = 0.00853944 Jy ! Total flux subtracted in 200 components = 0.00853944 Jy ! Clean residual min=-0.005355 max=0.004776 Jy/beam ! Clean residual mean=-0.000003 rms=0.001352 Jy/beam ! Combined flux in latest and established models = 0.953362 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 34 components and 0.953362 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.151 mas, bmaj=4.615 mas, bpa=7.863 degrees ! Estimated noise=1896.05 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 = 9.56217e-05 Jy ! Component: 100 - total flux cleaned = 0.000160761 Jy ! Component: 150 - total flux cleaned = 0.000260458 Jy ! Component: 200 - total flux cleaned = 0.000340897 Jy ! Total flux subtracted in 200 components = 0.000340897 Jy ! Clean residual min=-0.005079 max=0.006056 Jy/beam ! Clean residual mean=-0.000006 rms=0.001825 Jy/beam ! Combined flux in latest and established models = 0.953703 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 43 components and 0.953703 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.782 mas, bmaj=2.046 mas, bpa=-1.615 degrees ! Estimated noise=1408.38 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000221324 Jy ! Component: 100 - total flux cleaned = 6.9642e-05 Jy ! Component: 150 - total flux cleaned = -2.92824e-05 Jy ! Component: 200 - total flux cleaned = -6.45014e-05 Jy ! Total flux subtracted in 200 components = -6.45014e-05 Jy ! Clean residual min=-0.005302 max=0.004801 Jy/beam ! Clean residual mean=-0.000003 rms=0.001340 Jy/beam ! Combined flux in latest and established models = 0.953638 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 50 components and 0.953638 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.198964Jy sigma=0.001219 ! Fit after self-cal, rms=0.198964Jy sigma=0.001219 wmodel J2000-1748_X_1997_08_27_yyk\_map.mod ! Writing 50 model components to file: J2000-1748_X_1997_08_27_yyk_map.mod wobs J2000-1748_X_1997_08_27_yyk\_uvs.fits ! Writing UV FITS file: J2000-1748_X_1997_08_27_yyk_uvs.fits wwins J2000-1748_X_1997_08_27_yyk\_map.win ! wwins: Wrote 1 windows to J2000-1748_X_1997_08_27_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.00125877 Jy ! Component: 100 - total flux cleaned = -0.00175653 Jy ! Component: 150 - total flux cleaned = -0.0016806 Jy ! Component: 200 - total flux cleaned = -0.00147581 Jy ! Component: 250 - total flux cleaned = -0.00160257 Jy ! Component: 300 - total flux cleaned = -0.00172364 Jy ! Component: 350 - total flux cleaned = -0.00178091 Jy ! Component: 400 - total flux cleaned = -0.00172749 Jy ! Component: 450 - total flux cleaned = -0.00183291 Jy ! Component: 500 - total flux cleaned = -0.00183157 Jy ! Component: 550 - total flux cleaned = -0.00183191 Jy ! Component: 600 - total flux cleaned = -0.0018806 Jy ! Component: 650 - total flux cleaned = -0.00192694 Jy ! Component: 700 - total flux cleaned = -0.00183516 Jy ! Component: 750 - total flux cleaned = -0.00174764 Jy ! Component: 800 - total flux cleaned = -0.00161984 Jy ! Component: 850 - total flux cleaned = -0.00153603 Jy ! Component: 900 - total flux cleaned = -0.00141158 Jy ! Component: 950 - total flux cleaned = -0.00121139 Jy ! Component: 1000 - total flux cleaned = -0.00113304 Jy ! Component: 1050 - total flux cleaned = -0.00113291 Jy ! Component: 1100 - total flux cleaned = -0.00109503 Jy ! Component: 1150 - total flux cleaned = -0.00105848 Jy ! Component: 1200 - total flux cleaned = -0.00113042 Jy ! Component: 1250 - total flux cleaned = -0.00105946 Jy ! Component: 1300 - total flux cleaned = -0.0010249 Jy ! Component: 1350 - total flux cleaned = -0.000956453 Jy ! Component: 1400 - total flux cleaned = -0.000889713 Jy ! Component: 1450 - total flux cleaned = -0.000823579 Jy ! Component: 1500 - total flux cleaned = -0.000791155 Jy ! Component: 1550 - total flux cleaned = -0.000791615 Jy ! Component: 1600 - total flux cleaned = -0.000759582 Jy ! Component: 1650 - total flux cleaned = -0.000696449 Jy ! Component: 1700 - total flux cleaned = -0.000633774 Jy ! Component: 1750 - total flux cleaned = -0.000478527 Jy ! Component: 1800 - total flux cleaned = -0.000386277 Jy ! Component: 1850 - total flux cleaned = -0.000355766 Jy ! Component: 1900 - total flux cleaned = -0.000204419 Jy ! Component: 1950 - total flux cleaned = -0.00014445 Jy ! Component: 2000 - total flux cleaned = -2.58683e-05 Jy ! Total flux subtracted in 2048 components = 3.27637e-05 Jy ! Clean residual min=-0.001800 max=0.001648 Jy/beam ! Clean residual mean=-0.000003 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.953671 Jy keep ! Adding 135 model components to the UV plane model. ! The established model now contains 185 components and 0.953671 Jy ![Exited script file: muppet] wmap "J2000-1748_X_1997_08_27_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.782 x 2.046 at -1.615 degrees (North through East) ! Clean map min=-0.003234 max=0.92112 Jy/beam ! Writing clean map to FITS file: J2000-1748_X_1997_08_27_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.921115 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000504281 device "J2000-1748_X_1997_08_27_yyk\_map.eps/VPS" ! Attempting to open device: 'J2000-1748_X_1997_08_27_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.16424 0.16424 0.328481 0.656961 1.31392 2.62785 5.25569 10.5114 21.0228 42.0455 84.0911 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.921 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.782 x 2.046 at -1.615 degrees (North through East) ! Clean map min=-0.003234 max=0.92112 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2000-1748_X_1997_08_27_yyk\_map.gif/gif" ! Attempting to open device: 'J2000-1748_X_1997_08_27_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2000-1748_X_1997_08_27_yyk_uvs.log closed on Mon Jan 8 10:10:10 2007