! Started logfile: J1107-4449_S_1995_07_15_yyk_uvs.log on Sun Jan 7 17:41:15 2007 obs J1107-4449_S_1995_07_15_yyk_uva.fits ! Reading UV FITS file: J1107-4449_S_1995_07_15_yyk_uva.fits ! AN table 1: 64 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.346528 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1107-4449 ! ! 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.22049e+09 4e+06 1 4e+06 ! 02 2 2.23236e+09 4e+06 1 4e+06 ! 03 3 2.29236e+09 4e+06 1 4e+06 ! 04 4 2.32236e+09 4e+06 1 4e+06 ! ! Polarization(s): RR ! ! Read 793 lines of history. ! ! Reading 3992 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 J1107-4449_S_1995_07_15_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)= 2.48582 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.498 mas, bmaj=7.625 mas, bpa=1.105 degrees ! Estimated noise=7078.39 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=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.57499 Jy ! Component: 100 - total flux cleaned = 2.15721 Jy ! Total flux subtracted in 100 components = 2.15721 Jy ! Clean residual min=-0.121179 max=0.190215 Jy/beam ! Clean residual mean=0.003552 rms=0.056594 Jy/beam ! Combined flux in latest and established models = 2.15721 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 44 model components to the UV plane model. ! The established model now contains 44 components and 2.15721 Jy ! ! Correcting IF 1. ! A total of 253 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 280 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 253 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 253 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.193951Jy sigma=0.003359 ! Fit after self-cal, rms=1.192576Jy sigma=0.003357 ! Inverting map and beam ! Estimated beam: bmin=2.498 mas, bmaj=7.625 mas, bpa=1.105 degrees ! Estimated noise=7078.39 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.643 mas, bmaj=17.56 mas, bpa=-9.592 degrees ! Estimated noise=3463.33 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.399954 Jy ! Component: 100 - total flux cleaned = 0.512666 Jy ! Component: 150 - total flux cleaned = 0.566617 Jy ! Component: 200 - total flux cleaned = 0.611167 Jy ! Total flux subtracted in 200 components = 0.611167 Jy ! Clean residual min=-0.027806 max=0.027846 Jy/beam ! Clean residual mean=0.006844 rms=0.014735 Jy/beam ! Combined flux in latest and established models = 2.76838 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 99 model components to the UV plane model. ! The established model now contains 136 components and 2.76838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.095899Jy sigma=0.003004 ! Fit after self-cal, rms=1.095720Jy sigma=0.003004 ! 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.643 x 17.56 at -9.592 degrees (North through East) ! Clean map min=-0.041905 max=1.3883 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00615 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.97 HN 1.00* KP 1.00 ! LA 0.95 MK 0.96 NL 1.00* OV 1.08 ! PT 0.99 SC 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.01766 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.04 HN 1.00* KP 0.95 ! LA 1.04 MK 1.01 NL 1.00* OV 1.03 ! PT 1.00 SC 0.76 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.02309 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.02 HN 1.00* KP 1.01 ! LA 0.87 MK 0.96 NL 1.00* OV 0.92 ! PT 1.01 SC 0.98 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.962399 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.07 HN 1.00* KP 1.06 ! LA 0.94 MK 1.10 NL 1.00* OV 0.93 ! PT 0.89 SC 1.39 ! ! ! Fit before self-cal, rms=1.095720Jy sigma=0.003004 ! Fit after self-cal, rms=1.104601Jy sigma=0.002957 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=1.104601Jy sigma=0.002957 ! Fit after self-cal, rms=1.104551Jy sigma=0.002957 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.68 mas, bmaj=17.46 mas, bpa=-9.533 degrees ! Estimated noise=3428.62 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.020939 Jy ! Component: 100 - total flux cleaned = 0.0163722 Jy ! Component: 150 - total flux cleaned = 0.0163739 Jy ! Component: 200 - total flux cleaned = 0.0163604 Jy ! Total flux subtracted in 200 components = 0.0163604 Jy ! Clean residual min=-0.007092 max=0.007084 Jy/beam ! Clean residual mean=0.000732 rms=0.002706 Jy/beam ! Combined flux in latest and established models = 2.78474 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 39 model components to the UV plane model. ! The established model now contains 175 components and 2.78474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.103363Jy sigma=0.002953 ! Fit after self-cal, rms=1.103349Jy sigma=0.002953 ! 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=1.103349Jy sigma=0.002953 ! Fit after self-cal, rms=0.925083Jy sigma=0.002210 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.00535332 Jy ! Component: 100 - total flux cleaned = -0.00847057 Jy ! Component: 150 - total flux cleaned = -0.00459337 Jy ! Component: 200 - total flux cleaned = -0.00828113 Jy ! Total flux subtracted in 200 components = -0.00828112 Jy ! Clean residual min=-0.024139 max=0.023462 Jy/beam ! Clean residual mean=-0.000784 rms=0.009296 Jy/beam ! Combined flux in latest and established models = 2.77646 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 70 model components to the UV plane model. ! The established model now contains 245 components and 2.77645 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.915866Jy sigma=0.002174 ! Fit after self-cal, rms=0.896209Jy sigma=0.002085 ! 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.68 x 17.46 at -9.533 degrees (North through East) ! Clean map min=-0.055844 max=1.4257 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.896209Jy sigma=0.002085 ! Fit after self-cal, rms=0.830666Jy sigma=0.002047 ! 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.830666Jy sigma=0.002047 ! Fit after self-cal, rms=0.828013Jy sigma=0.002035 ! Inverting map and beam ! Estimated beam: bmin=3.682 mas, bmaj=16.12 mas, bpa=-8.794 degrees ! Estimated noise=3381.63 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0144909 Jy ! Component: 100 - total flux cleaned = -0.0167354 Jy ! Component: 150 - total flux cleaned = -0.0215668 Jy ! Component: 200 - total flux cleaned = -0.024194 Jy ! Total flux subtracted in 200 components = -0.024194 Jy ! Clean residual min=-0.008374 max=0.008422 Jy/beam ! Clean residual mean=-0.001225 rms=0.003039 Jy/beam ! Combined flux in latest and established models = 2.75226 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 274 components and 2.75226 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.826813Jy sigma=0.002031 ! Fit after self-cal, rms=0.826253Jy sigma=0.002029 ! 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.826253Jy sigma=0.002029 ! Fit after self-cal, rms=0.808163Jy sigma=0.002006 ! 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.808163Jy sigma=0.002006 ! Fit after self-cal, rms=0.808227Jy sigma=0.002006 ! Inverting map and beam ! Estimated beam: bmin=3.684 mas, bmaj=16.08 mas, bpa=-8.744 degrees ! Estimated noise=3381.91 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00870167 Jy ! Component: 100 - total flux cleaned = -0.0118398 Jy ! Component: 150 - total flux cleaned = -0.015217 Jy ! Component: 200 - total flux cleaned = -0.0180731 Jy ! Total flux subtracted in 200 components = -0.0180731 Jy ! Clean residual min=-0.003487 max=0.003459 Jy/beam ! Clean residual mean=-0.000349 rms=0.001441 Jy/beam ! Combined flux in latest and established models = 2.73419 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 50 model components to the UV plane model. ! The established model now contains 322 components and 2.73419 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.807883Jy sigma=0.002005 ! Fit after self-cal, rms=0.808001Jy sigma=0.002006 ! 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=11.15 mas, bmaj=44.93 mas, bpa=4.257 degrees ! Estimated noise=3993.93 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.00447145 Jy ! Component: 100 - total flux cleaned = -0.00679244 Jy ! Component: 150 - total flux cleaned = -0.00898916 Jy ! Component: 200 - total flux cleaned = -0.010974 Jy ! Total flux subtracted in 200 components = -0.010974 Jy ! Clean residual min=-0.001896 max=0.001872 Jy/beam ! Clean residual mean=-0.000272 rms=0.000852 Jy/beam ! Combined flux in latest and established models = 2.72321 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 55 model components to the UV plane model. ! The established model now contains 377 components and 2.72321 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.807955Jy sigma=0.002006 ! Fit after self-cal, rms=0.808059Jy sigma=0.002006 ! 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.502 mas, bmaj=7.514 mas, bpa=1.97 degrees ! Estimated noise=6862.75 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.5727 Jy ! Component: 100 - total flux cleaned = 2.1492 Jy ! Component: 150 - total flux cleaned = 2.42487 Jy ! Component: 200 - total flux cleaned = 2.54244 Jy ! Total flux subtracted in 200 components = 2.54244 Jy ! Clean residual min=-0.055183 max=0.056084 Jy/beam ! Clean residual mean=0.000417 rms=0.021804 Jy/beam ! Combined flux in latest and established models = 2.54244 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 87 model components to the UV plane model. ! The established model now contains 87 components and 2.54244 Jy ! Inverting map and beam ! Estimated beam: bmin=3.684 mas, bmaj=16.08 mas, bpa=-8.744 degrees ! Estimated noise=3381.91 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.13409 Jy ! Component: 100 - total flux cleaned = 0.152919 Jy ! Component: 150 - total flux cleaned = 0.167853 Jy ! Component: 200 - total flux cleaned = 0.171556 Jy ! Total flux subtracted in 200 components = 0.171556 Jy ! Clean residual min=-0.022978 max=0.022178 Jy/beam ! Clean residual mean=0.000570 rms=0.010159 Jy/beam ! Combined flux in latest and established models = 2.714 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 148 components and 2.714 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=11.15 mas, bmaj=44.93 mas, bpa=4.257 degrees ! Estimated noise=3993.93 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.0203891 Jy ! Component: 100 - total flux cleaned = 0.0270651 Jy ! Component: 150 - total flux cleaned = 0.0261508 Jy ! Component: 200 - total flux cleaned = 0.0244219 Jy ! Total flux subtracted in 200 components = 0.0244219 Jy ! Clean residual min=-0.010982 max=0.010560 Jy/beam ! Clean residual mean=0.000467 rms=0.006000 Jy/beam ! Combined flux in latest and established models = 2.73842 Jy ! Adding 101 model components to the UV plane model. ! The established model now contains 248 components and 2.73842 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.684 mas, bmaj=16.08 mas, bpa=-8.744 degrees ! Estimated noise=3381.91 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00140133 Jy ! Component: 100 - total flux cleaned = 0.00195563 Jy ! Component: 150 - total flux cleaned = 0.000933773 Jy ! Component: 200 - total flux cleaned = 0.000921024 Jy ! Total flux subtracted in 200 components = 0.000921024 Jy ! Clean residual min=-0.005244 max=0.005219 Jy/beam ! Clean residual mean=-0.000017 rms=0.002194 Jy/beam ! Combined flux in latest and established models = 2.73934 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 51 model components to the UV plane model. ! The established model now contains 297 components and 2.73934 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.809240Jy sigma=0.002007 ! Fit after self-cal, rms=0.808660Jy sigma=0.002007 wmodel J1107-4449_S_1995_07_15_yyk\_map.mod ! Writing 297 model components to file: J1107-4449_S_1995_07_15_yyk_map.mod wobs J1107-4449_S_1995_07_15_yyk\_uvs.fits ! Writing UV FITS file: J1107-4449_S_1995_07_15_yyk_uvs.fits wwins J1107-4449_S_1995_07_15_yyk\_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: muppet] ! wmap "J1107-4449_S_1995_07_15_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.684 x 16.08 at -8.744 degrees (North through East) ! Clean map min=-0.038597 max=1.271 Jy/beam ! Writing clean map to FITS file: J1107-4449_S_1995_07_15_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.27095 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00213675 device "J1107-4449_S_1995_07_15_yyk\_map.eps/VPS" ! Attempting to open device: 'J1107-4449_S_1995_07_15_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.504366 0.504366 1.00873 2.01746 4.03493 8.06986 16.1397 32.2794 64.5589 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0064 print "peak=",int(peak_flux*1000)/1000 ! peak= 1.27 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.684 x 16.08 at -8.744 degrees (North through East) ! Clean map min=-0.038597 max=1.271 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1107-4449_S_1995_07_15_yyk\_map.gif/gif" ! Attempting to open device: 'J1107-4449_S_1995_07_15_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1107-4449_S_1995_07_15_yyk_uvs.log closed on Sun Jan 7 17:41:20 2007