! Started logfile: J0730-0535_S_2007_01_11_yyk_uvs.log on Mon Jun 16 19:23:19 2008 obs J0730-0535_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J0730-0535_S_2007_01_11_yyk_uve.fits ! AN table 1: 15 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.664815 visibilities/baseline/integration-bin. ! Found source: J0730-0535 ! ! 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 1436 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 J0730-0535_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.137199 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.868 mas, bmaj=11.37 mas, bpa=-16.25 degrees ! Estimated noise=1.50615 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.0899497 Jy ! Component: 100 - total flux cleaned = 0.106227 Jy ! Total flux subtracted in 100 components = 0.106227 Jy ! Clean residual min=-0.009478 max=0.010309 Jy/beam ! Clean residual mean=0.000076 rms=0.002877 Jy/beam ! Combined flux in latest and established models = 0.106227 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.106227 Jy ! ! Correcting IF 1. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 25 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 39 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.085021Jy sigma=1.318203 ! Fit after self-cal, rms=0.072053Jy sigma=1.043672 ! Inverting map and beam ! Estimated beam: bmin=2.868 mas, bmaj=11.37 mas, bpa=-16.25 degrees ! Estimated noise=1.50615 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.397 mas, bmaj=12.45 mas, bpa=-15.93 degrees ! Estimated noise=1.08332 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.017847 Jy ! Component: 100 - total flux cleaned = 0.024711 Jy ! Component: 150 - total flux cleaned = 0.0281607 Jy ! Component: 200 - total flux cleaned = 0.0295309 Jy ! Total flux subtracted in 200 components = 0.0295309 Jy ! Clean residual min=-0.003968 max=0.003377 Jy/beam ! Clean residual mean=0.000063 rms=0.001106 Jy/beam ! Combined flux in latest and established models = 0.135757 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 46 components and 0.135757 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068965Jy sigma=0.976794 ! Fit after self-cal, rms=0.068935Jy sigma=0.976146 ! 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.397 x 12.45 at -15.93 degrees (North through East) ! Clean map min=-0.0038919 max=0.11682 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.02356 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 0.90 KP 0.91 ! LA 1.07 MK 0.95 OV 1.01 PT 0.96 ! SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.998984 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 0.98 HN 0.98 KP 1.03 ! LA 1.01 MK 1.01 OV 1.04 PT 0.93 ! SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.977244 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.04 HN 1.06 KP 1.00 ! LA 1.02 MK 1.05 OV 1.06 PT 1.00 ! SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.01043 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00 HN 1.00 KP 0.93 ! LA 0.94 MK 1.04 OV 1.04 PT 0.96 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.068935Jy sigma=0.976146 ! Fit after self-cal, rms=0.068204Jy sigma=0.970093 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.068204Jy sigma=0.970093 ! Fit after self-cal, rms=0.068205Jy sigma=0.970085 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.41 mas, bmaj=12.48 mas, bpa=-15.85 degrees ! Estimated noise=1.08335 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.000633277 Jy ! Component: 100 - total flux cleaned = 0.00082926 Jy ! Component: 150 - total flux cleaned = 0.000861891 Jy ! Component: 200 - total flux cleaned = 0.000860992 Jy ! Total flux subtracted in 200 components = 0.000860992 Jy ! Clean residual min=-0.003521 max=0.003062 Jy/beam ! Clean residual mean=0.000052 rms=0.000967 Jy/beam ! Combined flux in latest and established models = 0.136618 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 56 components and 0.136618 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068183Jy sigma=0.969210 ! Fit after self-cal, rms=0.068176Jy sigma=0.969076 ! 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.068176Jy sigma=0.969076 ! Fit after self-cal, rms=0.063481Jy sigma=0.901160 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.00136811 Jy ! Component: 100 - total flux cleaned = 0.00145333 Jy ! Component: 150 - total flux cleaned = 0.00151917 Jy ! Component: 200 - total flux cleaned = 0.00151848 Jy ! Total flux subtracted in 200 components = 0.00151848 Jy ! Clean residual min=-0.003415 max=0.002896 Jy/beam ! Clean residual mean=0.000044 rms=0.000930 Jy/beam ! Combined flux in latest and established models = 0.138137 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 64 components and 0.138137 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063410Jy sigma=0.900079 ! Fit after self-cal, rms=0.062763Jy sigma=0.895638 ! 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.41 x 12.48 at -15.85 degrees (North through East) ! Clean map min=-0.0032583 max=0.11881 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.062763Jy sigma=0.895638 ! Fit after self-cal, rms=0.062376Jy sigma=0.888198 ! 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.062376Jy sigma=0.888198 ! Fit after self-cal, rms=0.062207Jy sigma=0.887509 ! Inverting map and beam ! Estimated beam: bmin=3.394 mas, bmaj=12.53 mas, bpa=-15.88 degrees ! Estimated noise=1.07892 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00013858 Jy ! Component: 100 - total flux cleaned = -0.000209712 Jy ! Component: 150 - total flux cleaned = -0.000210203 Jy ! Component: 200 - total flux cleaned = -0.000209009 Jy ! Total flux subtracted in 200 components = -0.000209009 Jy ! Clean residual min=-0.003338 max=0.002718 Jy/beam ! Clean residual mean=0.000034 rms=0.000869 Jy/beam ! Combined flux in latest and established models = 0.137928 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 77 components and 0.137928 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062203Jy sigma=0.887221 ! Fit after self-cal, rms=0.062137Jy sigma=0.887031 ! 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.062137Jy sigma=0.887031 ! Fit after self-cal, rms=0.063801Jy sigma=0.881142 ! 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.063801Jy sigma=0.881142 ! Fit after self-cal, rms=0.063805Jy sigma=0.880917 ! Inverting map and beam ! Estimated beam: bmin=3.451 mas, bmaj=12.41 mas, bpa=-15.67 degrees ! Estimated noise=1.0888 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00089287 Jy ! Component: 100 - total flux cleaned = 0.000933768 Jy ! Component: 150 - total flux cleaned = 0.00103281 Jy ! Component: 200 - total flux cleaned = 0.00103172 Jy ! Total flux subtracted in 200 components = 0.00103172 Jy ! Clean residual min=-0.003156 max=0.003011 Jy/beam ! Clean residual mean=0.000044 rms=0.000904 Jy/beam ! Combined flux in latest and established models = 0.13896 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 86 components and 0.13896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063727Jy sigma=0.879907 ! Fit after self-cal, rms=0.063713Jy sigma=0.879832 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.443 mas, bmaj=14.99 mas, bpa=7.841 degrees ! Estimated noise=1.33438 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.000338202 Jy ! Component: 100 - total flux cleaned = 0.000588272 Jy ! Component: 150 - total flux cleaned = 0.000748855 Jy ! Component: 200 - total flux cleaned = 0.000873236 Jy ! Total flux subtracted in 200 components = 0.000873236 Jy ! Clean residual min=-0.003091 max=0.003432 Jy/beam ! Clean residual mean=0.000063 rms=0.001151 Jy/beam ! Combined flux in latest and established models = 0.139833 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 91 components and 0.139833 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063724Jy sigma=0.879859 ! Fit after self-cal, rms=0.063708Jy sigma=0.879784 ! 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.889 mas, bmaj=11.41 mas, bpa=-16.1 degrees ! Estimated noise=1.52356 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.101385 Jy ! Component: 100 - total flux cleaned = 0.119986 Jy ! Component: 150 - total flux cleaned = 0.128665 Jy ! Component: 200 - total flux cleaned = 0.133706 Jy ! Total flux subtracted in 200 components = 0.133706 Jy ! Clean residual min=-0.003900 max=0.004626 Jy/beam ! Clean residual mean=0.000039 rms=0.001228 Jy/beam ! Combined flux in latest and established models = 0.133706 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.133706 Jy ! Inverting map and beam ! Estimated beam: bmin=3.451 mas, bmaj=12.41 mas, bpa=-15.67 degrees ! Estimated noise=1.0888 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.00337268 Jy ! Component: 100 - total flux cleaned = 0.00424965 Jy ! Component: 150 - total flux cleaned = 0.0046476 Jy ! Component: 200 - total flux cleaned = 0.00474002 Jy ! Total flux subtracted in 200 components = 0.00474002 Jy ! Clean residual min=-0.003162 max=0.003148 Jy/beam ! Clean residual mean=0.000049 rms=0.000957 Jy/beam ! Combined flux in latest and established models = 0.138446 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 31 components and 0.138446 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.443 mas, bmaj=14.99 mas, bpa=7.841 degrees ! Estimated noise=1.33438 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.000497004 Jy ! Component: 100 - total flux cleaned = 0.000767036 Jy ! Component: 150 - total flux cleaned = 0.000978788 Jy ! Component: 200 - total flux cleaned = 0.00106747 Jy ! Total flux subtracted in 200 components = 0.00106747 Jy ! Clean residual min=-0.003263 max=0.003532 Jy/beam ! Clean residual mean=0.000068 rms=0.001198 Jy/beam ! Combined flux in latest and established models = 0.139513 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 37 components and 0.139513 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.451 mas, bmaj=12.41 mas, bpa=-15.67 degrees ! Estimated noise=1.0888 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000478447 Jy ! Component: 100 - total flux cleaned = -0.000516426 Jy ! Component: 150 - total flux cleaned = -0.000516623 Jy ! Component: 200 - total flux cleaned = -0.000543147 Jy ! Total flux subtracted in 200 components = -0.000543148 Jy ! Clean residual min=-0.003131 max=0.002929 Jy/beam ! Clean residual mean=0.000042 rms=0.000910 Jy/beam ! Combined flux in latest and established models = 0.13897 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 45 components and 0.13897 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063667Jy sigma=0.879865 ! Fit after self-cal, rms=0.063657Jy sigma=0.879805 wmodel J0730-0535_S_2007_01_11_yyk\_map.mod ! Writing 45 model components to file: J0730-0535_S_2007_01_11_yyk_map.mod wobs J0730-0535_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J0730-0535_S_2007_01_11_yyk_uvs.fits wwins J0730-0535_S_2007_01_11_yyk\_map.win ! wwins: Wrote 1 windows to J0730-0535_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.000690672 Jy ! Component: 100 - total flux cleaned = -0.000789043 Jy ! Component: 150 - total flux cleaned = -0.00115847 Jy ! Component: 200 - total flux cleaned = -0.00133101 Jy ! Component: 250 - total flux cleaned = -0.00145523 Jy ! Component: 300 - total flux cleaned = -0.0016523 Jy ! Component: 350 - total flux cleaned = -0.00180293 Jy ! Component: 400 - total flux cleaned = -0.00194777 Jy ! Component: 450 - total flux cleaned = -0.00205149 Jy ! Component: 500 - total flux cleaned = -0.00228566 Jy ! Component: 550 - total flux cleaned = -0.00244728 Jy ! Component: 600 - total flux cleaned = -0.00257339 Jy ! Component: 650 - total flux cleaned = -0.00257407 Jy ! Component: 700 - total flux cleaned = -0.00263372 Jy ! Component: 750 - total flux cleaned = -0.00263414 Jy ! Component: 800 - total flux cleaned = -0.0026912 Jy ! Component: 850 - total flux cleaned = -0.00269135 Jy ! Component: 900 - total flux cleaned = -0.00269089 Jy ! Component: 950 - total flux cleaned = -0.00269044 Jy ! Component: 1000 - total flux cleaned = -0.00282066 Jy ! Component: 1050 - total flux cleaned = -0.00279463 Jy ! Component: 1100 - total flux cleaned = -0.00284482 Jy ! Component: 1150 - total flux cleaned = -0.00284464 Jy ! Component: 1200 - total flux cleaned = -0.00286883 Jy ! Component: 1250 - total flux cleaned = -0.0028688 Jy ! Component: 1300 - total flux cleaned = -0.00293917 Jy ! Component: 1350 - total flux cleaned = -0.0029389 Jy ! Component: 1400 - total flux cleaned = -0.00298423 Jy ! Component: 1450 - total flux cleaned = -0.00298454 Jy ! Component: 1500 - total flux cleaned = -0.0030726 Jy ! Component: 1550 - total flux cleaned = -0.00305115 Jy ! Component: 1600 - total flux cleaned = -0.00300853 Jy ! Component: 1650 - total flux cleaned = -0.00303021 Jy ! Component: 1700 - total flux cleaned = -0.00307191 Jy ! Component: 1750 - total flux cleaned = -0.00313364 Jy ! Component: 1800 - total flux cleaned = -0.00315418 Jy ! Component: 1850 - total flux cleaned = -0.00319417 Jy ! Component: 1900 - total flux cleaned = -0.00325316 Jy ! Component: 1950 - total flux cleaned = -0.00321441 Jy ! Component: 2000 - total flux cleaned = -0.0032722 Jy ! Total flux subtracted in 2048 components = -0.00332947 Jy ! Clean residual min=-0.001215 max=0.001014 Jy/beam ! Clean residual mean=0.000024 rms=0.000402 Jy/beam ! Combined flux in latest and established models = 0.135641 Jy keep ! Adding 154 model components to the UV plane model. ! The established model now contains 199 components and 0.135641 Jy ![Exited script file: muppet] wmap "J0730-0535_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.451 x 12.41 at -15.67 degrees (North through East) ! Clean map min=-0.0025276 max=0.12066 Jy/beam ! Writing clean map to FITS file: J0730-0535_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.120656 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000397512 device "J0730-0535_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J0730-0535_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.988381 0.988381 1.97676 3.95353 7.90705 15.8141 31.6282 63.2564 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.12 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.451 x 12.41 at -15.67 degrees (North through East) ! Clean map min=-0.0025276 max=0.12066 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0730-0535_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J0730-0535_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0730-0535_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:23:25 2008