! Started logfile: J0622-1927_S_2007_01_11_yyk_uvs.log on Mon Jun 16 19:20:47 2008 obs J0622-1927_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J0622-1927_S_2007_01_11_yyk_uve.fits ! AN table 1: 15 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.764815 visibilities/baseline/integration-bin. ! Found source: J0622-1927 ! ! 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.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 2249 lines of history. ! ! Reading 1652 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 J0622-1927_S_2007_01_11_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.15134 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.212 mas, bmaj=6.27 mas, bpa=0.7538 degrees ! Estimated noise=1.81327 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.100864 Jy ! Component: 100 - total flux cleaned = 0.117771 Jy ! Total flux subtracted in 100 components = 0.117771 Jy ! Clean residual min=-0.007652 max=0.008886 Jy/beam ! Clean residual mean=0.000039 rms=0.002067 Jy/beam ! Combined flux in latest and established models = 0.117771 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.117771 Jy ! ! Correcting IF 1. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 17 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.094445Jy sigma=1.043912 ! Fit after self-cal, rms=0.092801Jy sigma=1.037776 ! Inverting map and beam ! Estimated beam: bmin=2.212 mas, bmaj=6.27 mas, bpa=0.7538 degrees ! Estimated noise=1.81327 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=2.768 mas, bmaj=7.368 mas, bpa=-1.764 degrees ! Estimated noise=1.18451 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.00823971 Jy ! Component: 100 - total flux cleaned = 0.0106904 Jy ! Component: 150 - total flux cleaned = 0.0111916 Jy ! Component: 200 - total flux cleaned = 0.0113182 Jy ! Total flux subtracted in 200 components = 0.0113182 Jy ! Clean residual min=-0.004069 max=0.004475 Jy/beam ! Clean residual mean=-0.000037 rms=0.001192 Jy/beam ! Combined flux in latest and established models = 0.129089 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 35 components and 0.129089 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092502Jy sigma=1.028124 ! Fit after self-cal, rms=0.092516Jy sigma=1.028099 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.768 x 7.368 at -1.764 degrees (North through East) ! Clean map min=-0.0039234 max=0.12015 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.02713 ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.96 HN 0.89 KP 1.00* ! LA 1.15 MK 0.96 OV 0.95 PT 1.07 ! SC 0.88 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.965006 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.92 HN 1.02 KP 1.00* ! LA 1.14 MK 1.12 OV 1.01 PT 1.01 ! SC 1.06 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.00845 ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 1.02 HN 0.94 KP 1.00* ! LA 1.02 MK 1.00 OV 1.01 PT 1.00 ! SC 1.04 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* OV 1.00* PT 1.00* ! SC 1.00* ! ! ! Fit before self-cal, rms=0.092516Jy sigma=1.028099 ! Fit after self-cal, rms=0.091971Jy sigma=1.018530 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.091971Jy sigma=1.018530 ! Fit after self-cal, rms=0.091975Jy sigma=1.018510 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.768 mas, bmaj=7.329 mas, bpa=-1.27 degrees ! Estimated noise=1.18193 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.000886865 Jy ! Component: 100 - total flux cleaned = 0.000888013 Jy ! Component: 150 - total flux cleaned = 0.000912406 Jy ! Component: 200 - total flux cleaned = 0.00095589 Jy ! Total flux subtracted in 200 components = 0.00095589 Jy ! Clean residual min=-0.003753 max=0.004414 Jy/beam ! Clean residual mean=0.000065 rms=0.001113 Jy/beam ! Combined flux in latest and established models = 0.130045 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 44 components and 0.130045 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091929Jy sigma=1.018054 ! Fit after self-cal, rms=0.091942Jy sigma=1.018016 ! 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.091942Jy sigma=1.018016 ! Fit after self-cal, rms=0.084623Jy sigma=0.943553 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.00220271 Jy ! Component: 100 - total flux cleaned = 0.00232423 Jy ! Component: 150 - total flux cleaned = 0.00237073 Jy ! Component: 200 - total flux cleaned = 0.00240949 Jy ! Total flux subtracted in 200 components = 0.00240949 Jy ! Clean residual min=-0.003891 max=0.004303 Jy/beam ! Clean residual mean=0.000058 rms=0.001079 Jy/beam ! Combined flux in latest and established models = 0.132455 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.132455 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.084547Jy sigma=0.942695 ! Fit after self-cal, rms=0.083591Jy sigma=0.936320 ! 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: 2.768 x 7.329 at -1.27 degrees (North through East) ! Clean map min=-0.0037328 max=0.1225 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.083591Jy sigma=0.936320 ! Fit after self-cal, rms=0.083298Jy sigma=0.926371 ! 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.083298Jy sigma=0.926371 ! Fit after self-cal, rms=0.083072Jy sigma=0.925267 ! Inverting map and beam ! Estimated beam: bmin=2.747 mas, bmaj=7.302 mas, bpa=-0.8233 degrees ! Estimated noise=1.17845 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00128488 Jy ! Component: 100 - total flux cleaned = 0.00140096 Jy ! Component: 150 - total flux cleaned = 0.00142027 Jy ! Component: 200 - total flux cleaned = 0.00145448 Jy ! Total flux subtracted in 200 components = 0.00145448 Jy ! Clean residual min=-0.003841 max=0.004046 Jy/beam ! Clean residual mean=0.000050 rms=0.001034 Jy/beam ! Combined flux in latest and established models = 0.133909 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 59 components and 0.133909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.083058Jy sigma=0.924947 ! Fit after self-cal, rms=0.083001Jy sigma=0.924704 ! 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.083001Jy sigma=0.924704 ! Fit after self-cal, rms=0.085230Jy sigma=0.927813 ! 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.085230Jy sigma=0.927813 ! Fit after self-cal, rms=0.085254Jy sigma=0.927543 ! Inverting map and beam ! Estimated beam: bmin=2.695 mas, bmaj=7.22 mas, bpa=-1.405 degrees ! Estimated noise=1.19218 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00259831 Jy ! Component: 100 - total flux cleaned = 0.00341304 Jy ! Component: 150 - total flux cleaned = 0.00353867 Jy ! Component: 200 - total flux cleaned = 0.00363128 Jy ! Total flux subtracted in 200 components = 0.00363128 Jy ! Clean residual min=-0.004461 max=0.004212 Jy/beam ! Clean residual mean=0.000030 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.137541 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 74 components and 0.137541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085203Jy sigma=0.926464 ! Fit after self-cal, rms=0.085207Jy sigma=0.926415 ! 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.313 mas, bmaj=16.28 mas, bpa=10.1 degrees ! Estimated noise=1.68636 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.000371211 Jy ! Component: 100 - total flux cleaned = 0.000368035 Jy ! Component: 150 - total flux cleaned = 0.000366823 Jy ! Component: 200 - total flux cleaned = 0.000366407 Jy ! Total flux subtracted in 200 components = 0.000366407 Jy ! Clean residual min=-0.004601 max=0.005311 Jy/beam ! Clean residual mean=0.000070 rms=0.001601 Jy/beam ! Combined flux in latest and established models = 0.137907 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 79 components and 0.137907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085205Jy sigma=0.926533 ! Fit after self-cal, rms=0.085207Jy sigma=0.926502 ! 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.2 mas, bmaj=6.251 mas, bpa=0.8906 degrees ! Estimated noise=1.81375 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.104661 Jy ! Component: 100 - total flux cleaned = 0.122938 Jy ! Component: 150 - total flux cleaned = 0.130772 Jy ! Component: 200 - total flux cleaned = 0.135128 Jy ! Total flux subtracted in 200 components = 0.135128 Jy ! Clean residual min=-0.006173 max=0.006826 Jy/beam ! Clean residual mean=0.000020 rms=0.001883 Jy/beam ! Combined flux in latest and established models = 0.135128 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.135128 Jy ! Inverting map and beam ! Estimated beam: bmin=2.695 mas, bmaj=7.22 mas, bpa=-1.405 degrees ! Estimated noise=1.19218 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.00258648 Jy ! Component: 100 - total flux cleaned = 0.00295626 Jy ! Component: 150 - total flux cleaned = 0.00300778 Jy ! Component: 200 - total flux cleaned = 0.00301043 Jy ! Total flux subtracted in 200 components = 0.00301043 Jy ! Clean residual min=-0.004415 max=0.004212 Jy/beam ! Clean residual mean=0.000026 rms=0.001126 Jy/beam ! Combined flux in latest and established models = 0.138138 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 33 components and 0.138138 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.313 mas, bmaj=16.28 mas, bpa=10.1 degrees ! Estimated noise=1.68636 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 = 2.50385e-05 Jy ! Component: 100 - total flux cleaned = 2.42575e-05 Jy ! Component: 150 - total flux cleaned = 8.10505e-06 Jy ! Component: 200 - total flux cleaned = -6.55623e-06 Jy ! Total flux subtracted in 200 components = -6.55623e-06 Jy ! Clean residual min=-0.004544 max=0.005250 Jy/beam ! Clean residual mean=0.000067 rms=0.001608 Jy/beam ! Combined flux in latest and established models = 0.138132 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 38 components and 0.138132 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.695 mas, bmaj=7.22 mas, bpa=-1.405 degrees ! Estimated noise=1.19218 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -5.35834e-05 Jy ! Component: 100 - total flux cleaned = -0.000173244 Jy ! Component: 150 - total flux cleaned = -0.000196802 Jy ! Component: 200 - total flux cleaned = -0.000217356 Jy ! Total flux subtracted in 200 components = -0.000217356 Jy ! Clean residual min=-0.004417 max=0.004130 Jy/beam ! Clean residual mean=0.000028 rms=0.001111 Jy/beam ! Combined flux in latest and established models = 0.137914 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.137914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.085179Jy sigma=0.926597 ! Fit after self-cal, rms=0.085180Jy sigma=0.926554 wmodel J0622-1927_S_2007_01_11_yyk\_map.mod ! Writing 45 model components to file: J0622-1927_S_2007_01_11_yyk_map.mod wobs J0622-1927_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J0622-1927_S_2007_01_11_yyk_uvs.fits wwins J0622-1927_S_2007_01_11_yyk\_map.win ! wwins: Wrote 1 windows to J0622-1927_S_2007_01_11_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.000195952 Jy ! Component: 100 - total flux cleaned = 0.00048865 Jy ! Component: 150 - total flux cleaned = 0.00086363 Jy ! Component: 200 - total flux cleaned = 0.00121605 Jy ! Component: 250 - total flux cleaned = 0.00154842 Jy ! Component: 300 - total flux cleaned = 0.00186639 Jy ! Component: 350 - total flux cleaned = 0.00206985 Jy ! Component: 400 - total flux cleaned = 0.00236512 Jy ! Component: 450 - total flux cleaned = 0.00250765 Jy ! Component: 500 - total flux cleaned = 0.00268989 Jy ! Component: 550 - total flux cleaned = 0.00282156 Jy ! Component: 600 - total flux cleaned = 0.00290846 Jy ! Component: 650 - total flux cleaned = 0.00295107 Jy ! Component: 700 - total flux cleaned = 0.00299187 Jy ! Component: 750 - total flux cleaned = 0.00303152 Jy ! Component: 800 - total flux cleaned = 0.00299183 Jy ! Component: 850 - total flux cleaned = 0.00295296 Jy ! Component: 900 - total flux cleaned = 0.00291569 Jy ! Component: 950 - total flux cleaned = 0.00280536 Jy ! Component: 1000 - total flux cleaned = 0.00262603 Jy ! Component: 1050 - total flux cleaned = 0.00248402 Jy ! Component: 1100 - total flux cleaned = 0.00231194 Jy ! Component: 1150 - total flux cleaned = 0.00221046 Jy ! Component: 1200 - total flux cleaned = 0.0019462 Jy ! Component: 1250 - total flux cleaned = 0.0018495 Jy ! Component: 1300 - total flux cleaned = 0.00169102 Jy ! Component: 1350 - total flux cleaned = 0.0015973 Jy ! Component: 1400 - total flux cleaned = 0.00141362 Jy ! Component: 1450 - total flux cleaned = 0.00135336 Jy ! Component: 1500 - total flux cleaned = 0.00129419 Jy ! Component: 1550 - total flux cleaned = 0.00120685 Jy ! Component: 1600 - total flux cleaned = 0.00123549 Jy ! Component: 1650 - total flux cleaned = 0.00117941 Jy ! Component: 1700 - total flux cleaned = 0.00112414 Jy ! Component: 1750 - total flux cleaned = 0.00104232 Jy ! Component: 1800 - total flux cleaned = 0.00104219 Jy ! Component: 1850 - total flux cleaned = 0.000962398 Jy ! Component: 1900 - total flux cleaned = 0.000884179 Jy ! Component: 1950 - total flux cleaned = 0.000910162 Jy ! Component: 2000 - total flux cleaned = 0.000858804 Jy ! Total flux subtracted in 2048 components = 0.000708115 Jy ! Clean residual min=-0.001591 max=0.001461 Jy/beam ! Clean residual mean=-0.000006 rms=0.000503 Jy/beam ! Combined flux in latest and established models = 0.138623 Jy keep ! Adding 139 model components to the UV plane model. ! The established model now contains 184 components and 0.138623 Jy ![Exited script file: muppet] wmap "J0622-1927_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.695 x 7.22 at -1.405 degrees (North through East) ! Clean map min=-0.0032089 max=0.123 Jy/beam ! Writing clean map to FITS file: J0622-1927_S_2007_01_11_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.123001 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000501024 device "J0622-1927_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J0622-1927_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.222 1.222 2.444 4.888 9.776 19.552 39.104 78.208 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.123 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.695 x 7.22 at -1.405 degrees (North through East) ! Clean map min=-0.0032089 max=0.123 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0622-1927_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J0622-1927_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0622-1927_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:20:53 2008