! Started logfile: J1325-0804_S_2007_01_11_yyk_uvs.log on Mon Jun 16 19:40:06 2008 obs J1325-0804_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J1325-0804_S_2007_01_11_yyk_uve.fits ! AN table 1: 16 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.888889 visibilities/baseline/integration-bin. ! Found source: J1325-0804 ! ! 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 2048 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 J1325-0804_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.157135 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.526 mas, bmaj=6.42 mas, bpa=-0.05564 degrees ! Estimated noise=1.56905 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.0950251 Jy ! Component: 100 - total flux cleaned = 0.128522 Jy ! Total flux subtracted in 100 components = 0.128522 Jy ! Clean residual min=-0.009894 max=0.012865 Jy/beam ! Clean residual mean=0.000176 rms=0.002854 Jy/beam ! Combined flux in latest and established models = 0.128522 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 22 components and 0.128522 Jy ! ! Correcting IF 1. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 8 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.100690Jy sigma=1.166924 ! Fit after self-cal, rms=0.098657Jy sigma=1.148734 ! Inverting map and beam ! Estimated beam: bmin=2.526 mas, bmaj=6.42 mas, bpa=-0.05564 degrees ! Estimated noise=1.56905 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.139 mas, bmaj=7.764 mas, bpa=-3.485 degrees ! Estimated noise=0.999188 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.0224708 Jy ! Component: 100 - total flux cleaned = 0.0305323 Jy ! Component: 150 - total flux cleaned = 0.0341385 Jy ! Component: 200 - total flux cleaned = 0.0359013 Jy ! Total flux subtracted in 200 components = 0.0359013 Jy ! Clean residual min=-0.004476 max=0.004316 Jy/beam ! Clean residual mean=-0.000046 rms=0.001305 Jy/beam ! Combined flux in latest and established models = 0.164423 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 42 model components to the UV plane model. ! The established model now contains 56 components and 0.164423 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095439Jy sigma=1.074714 ! Fit after self-cal, rms=0.095387Jy sigma=1.074467 ! 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.139 x 7.764 at -3.485 degrees (North through East) ! Clean map min=-0.00412 max=0.1156 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 ! 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* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.98303 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.03 HN 1.02 KP 1.04 ! LA 1.04 MK 0.99 OV 1.00 PT 0.99 ! SC 1.14 ! ! ! Correcting IF 3. ! 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* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.01539 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.99 HN 0.98 KP 0.97 ! LA 0.97 MK 0.89 OV 1.00 PT 0.93 ! SC 1.15 ! ! ! Fit before self-cal, rms=0.095387Jy sigma=1.074467 ! Fit after self-cal, rms=0.095417Jy sigma=1.071230 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.095417Jy sigma=1.071230 ! Fit after self-cal, rms=0.095385Jy sigma=1.071108 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.151 mas, bmaj=7.849 mas, bpa=-4.934 degrees ! Estimated noise=0.987469 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.00132963 Jy ! Component: 100 - total flux cleaned = -0.00122496 Jy ! Component: 150 - total flux cleaned = -0.0010571 Jy ! Component: 200 - total flux cleaned = -0.000954512 Jy ! Total flux subtracted in 200 components = -0.000954512 Jy ! Clean residual min=-0.004661 max=0.004275 Jy/beam ! Clean residual mean=-0.000058 rms=0.001270 Jy/beam ! Combined flux in latest and established models = 0.163469 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 64 components and 0.163469 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095341Jy sigma=1.069919 ! Fit after self-cal, rms=0.095314Jy sigma=1.069747 ! 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.095314Jy sigma=1.069747 ! Fit after self-cal, rms=0.089622Jy sigma=0.999625 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.00190154 Jy ! Component: 100 - total flux cleaned = 0.00184119 Jy ! Component: 150 - total flux cleaned = 0.00183782 Jy ! Component: 200 - total flux cleaned = 0.00197961 Jy ! Total flux subtracted in 200 components = 0.00197961 Jy ! Clean residual min=-0.004266 max=0.004250 Jy/beam ! Clean residual mean=-0.000059 rms=0.001249 Jy/beam ! Combined flux in latest and established models = 0.165448 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 74 components and 0.165448 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089409Jy sigma=0.997709 ! Fit after self-cal, rms=0.088277Jy sigma=0.990449 ! 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.151 x 7.849 at -4.934 degrees (North through East) ! Clean map min=-0.0039752 max=0.11719 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.088277Jy sigma=0.990449 ! Fit after self-cal, rms=0.086943Jy sigma=0.991086 ! 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.086943Jy sigma=0.991086 ! Fit after self-cal, rms=0.086665Jy sigma=0.989618 ! Inverting map and beam ! Estimated beam: bmin=3.133 mas, bmaj=7.805 mas, bpa=-4.935 degrees ! Estimated noise=0.981104 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000163918 Jy ! Component: 100 - total flux cleaned = 0.000295612 Jy ! Component: 150 - total flux cleaned = 0.000418953 Jy ! Component: 200 - total flux cleaned = 0.000494486 Jy ! Total flux subtracted in 200 components = 0.000494486 Jy ! Clean residual min=-0.004739 max=0.004248 Jy/beam ! Clean residual mean=-0.000085 rms=0.001291 Jy/beam ! Combined flux in latest and established models = 0.165943 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 78 components and 0.165943 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086622Jy sigma=0.988969 ! Fit after self-cal, rms=0.086536Jy sigma=0.988674 ! 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.086536Jy sigma=0.988674 ! Fit after self-cal, rms=0.086918Jy sigma=0.987780 ! 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.086918Jy sigma=0.987780 ! Fit after self-cal, rms=0.086907Jy sigma=0.987625 ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=7.807 mas, bpa=-4.631 degrees ! Estimated noise=0.984408 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000343099 Jy ! Component: 100 - total flux cleaned = -0.000409117 Jy ! Component: 150 - total flux cleaned = -0.000405989 Jy ! Component: 200 - total flux cleaned = -0.000381832 Jy ! Total flux subtracted in 200 components = -0.000381832 Jy ! Clean residual min=-0.004772 max=0.004511 Jy/beam ! Clean residual mean=-0.000118 rms=0.001314 Jy/beam ! Combined flux in latest and established models = 0.165561 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 83 components and 0.165561 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086859Jy sigma=0.987276 ! Fit after self-cal, rms=0.086846Jy sigma=0.987230 ! 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.98 mas, bmaj=14.09 mas, bpa=12.83 degrees ! Estimated noise=1.28605 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 = 4.41748e-05 Jy ! Component: 100 - total flux cleaned = -8.55157e-05 Jy ! Component: 150 - total flux cleaned = -9.23654e-05 Jy ! Component: 200 - total flux cleaned = -9.03638e-05 Jy ! Total flux subtracted in 200 components = -9.03638e-05 Jy ! Clean residual min=-0.004045 max=0.004108 Jy/beam ! Clean residual mean=-0.000247 rms=0.001263 Jy/beam ! Combined flux in latest and established models = 0.165471 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 85 components and 0.165471 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086914Jy sigma=0.988341 ! Fit after self-cal, rms=0.086885Jy sigma=0.988027 ! 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.53 mas, bmaj=6.426 mas, bpa=-0.6107 degrees ! Estimated noise=1.55299 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0996668 Jy ! Component: 100 - total flux cleaned = 0.1339 Jy ! Component: 150 - total flux cleaned = 0.149224 Jy ! Component: 200 - total flux cleaned = 0.157093 Jy ! Total flux subtracted in 200 components = 0.157093 Jy ! Clean residual min=-0.006067 max=0.006404 Jy/beam ! Clean residual mean=-0.000013 rms=0.001803 Jy/beam ! Combined flux in latest and established models = 0.157092 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.157092 Jy ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=7.807 mas, bpa=-4.631 degrees ! Estimated noise=0.984408 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.00443071 Jy ! Component: 100 - total flux cleaned = 0.00630974 Jy ! Component: 150 - total flux cleaned = 0.00677564 Jy ! Component: 200 - total flux cleaned = 0.00712052 Jy ! Total flux subtracted in 200 components = 0.00712052 Jy ! Clean residual min=-0.004794 max=0.004532 Jy/beam ! Clean residual mean=-0.000104 rms=0.001324 Jy/beam ! Combined flux in latest and established models = 0.164213 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 34 components and 0.164213 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.98 mas, bmaj=14.09 mas, bpa=12.83 degrees ! Estimated noise=1.28605 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.0011505 Jy ! Component: 100 - total flux cleaned = 0.00110145 Jy ! Component: 150 - total flux cleaned = 0.00119212 Jy ! Component: 200 - total flux cleaned = 0.00126798 Jy ! Total flux subtracted in 200 components = 0.00126798 Jy ! Clean residual min=-0.003991 max=0.004187 Jy/beam ! Clean residual mean=-0.000247 rms=0.001263 Jy/beam ! Combined flux in latest and established models = 0.165481 Jy ! Adding 5 model components to the UV plane model. ! The established model now contains 36 components and 0.165481 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.152 mas, bmaj=7.807 mas, bpa=-4.631 degrees ! Estimated noise=0.984408 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0004032 Jy ! Component: 100 - total flux cleaned = -7.55772e-05 Jy ! Component: 150 - total flux cleaned = 8.06731e-05 Jy ! Component: 200 - total flux cleaned = 0.000111272 Jy ! Total flux subtracted in 200 components = 0.000111272 Jy ! Clean residual min=-0.004805 max=0.004534 Jy/beam ! Clean residual mean=-0.000118 rms=0.001311 Jy/beam ! Combined flux in latest and established models = 0.165592 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 42 components and 0.165592 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086780Jy sigma=0.986958 ! Fit after self-cal, rms=0.086774Jy sigma=0.986877 wmodel J1325-0804_S_2007_01_11_yyk\_map.mod ! Writing 42 model components to file: J1325-0804_S_2007_01_11_yyk_map.mod wobs J1325-0804_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J1325-0804_S_2007_01_11_yyk_uvs.fits wwins J1325-0804_S_2007_01_11_yyk\_map.win ! wwins: Wrote 1 windows to J1325-0804_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.00088146 Jy ! Component: 100 - total flux cleaned = -0.00142591 Jy ! Component: 150 - total flux cleaned = -0.00192913 Jy ! Component: 200 - total flux cleaned = -0.002272 Jy ! Component: 250 - total flux cleaned = -0.00246911 Jy ! Component: 300 - total flux cleaned = -0.00246745 Jy ! Component: 350 - total flux cleaned = -0.00246681 Jy ! Component: 400 - total flux cleaned = -0.00252607 Jy ! Component: 450 - total flux cleaned = -0.0024673 Jy ! Component: 500 - total flux cleaned = -0.00241147 Jy ! Component: 550 - total flux cleaned = -0.00230303 Jy ! Component: 600 - total flux cleaned = -0.00219843 Jy ! Component: 650 - total flux cleaned = -0.00204376 Jy ! Component: 700 - total flux cleaned = -0.0018407 Jy ! Component: 750 - total flux cleaned = -0.00159343 Jy ! Component: 800 - total flux cleaned = -0.00135238 Jy ! Component: 850 - total flux cleaned = -0.00111642 Jy ! Component: 900 - total flux cleaned = -0.00079222 Jy ! Component: 950 - total flux cleaned = -0.000520022 Jy ! Component: 1000 - total flux cleaned = -0.000386238 Jy ! Component: 1050 - total flux cleaned = -3.65112e-05 Jy ! Component: 1100 - total flux cleaned = 0.000177543 Jy ! Component: 1150 - total flux cleaned = 0.000429375 Jy ! Component: 1200 - total flux cleaned = 0.000635474 Jy ! Component: 1250 - total flux cleaned = 0.00083893 Jy ! Component: 1300 - total flux cleaned = 0.000958146 Jy ! Component: 1350 - total flux cleaned = 0.00111529 Jy ! Component: 1400 - total flux cleaned = 0.00138585 Jy ! Component: 1450 - total flux cleaned = 0.00153768 Jy ! Component: 1500 - total flux cleaned = 0.00153812 Jy ! Component: 1550 - total flux cleaned = 0.00172197 Jy ! Component: 1600 - total flux cleaned = 0.00172119 Jy ! Component: 1650 - total flux cleaned = 0.00182831 Jy ! Component: 1700 - total flux cleaned = 0.00182843 Jy ! Component: 1750 - total flux cleaned = 0.00196792 Jy ! Component: 1800 - total flux cleaned = 0.00207067 Jy ! Component: 1850 - total flux cleaned = 0.00227313 Jy ! Component: 1900 - total flux cleaned = 0.00223952 Jy ! Component: 1950 - total flux cleaned = 0.00240473 Jy ! Component: 2000 - total flux cleaned = 0.00247 Jy ! Total flux subtracted in 2048 components = 0.00259851 Jy ! Clean residual min=-0.001654 max=0.002455 Jy/beam ! Clean residual mean=-0.000061 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.168191 Jy keep ! Adding 139 model components to the UV plane model. ! The established model now contains 181 components and 0.168191 Jy ![Exited script file: muppet] wmap "J1325-0804_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.152 x 7.807 at -4.631 degrees (North through East) ! Clean map min=-0.003014 max=0.11698 Jy/beam ! Writing clean map to FITS file: J1325-0804_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.116976 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000659727 device "J1325-0804_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J1325-0804_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.69196 1.69196 3.38391 6.76782 13.5356 27.0713 54.1426 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.116 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.152 x 7.807 at -4.631 degrees (North through East) ! Clean map min=-0.003014 max=0.11698 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1325-0804_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J1325-0804_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1325-0804_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:40:12 2008