! Started logfile: J1636-1315_S_2005_07_08_yyk_uvs.log on Fri Jan 20 10:44:15 2006 obs J1636-1315_S_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J1636-1315_S_2005_07_08_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.917172 visibilities/baseline/integration-bin. ! Found source: J1636-1315 ! ! 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 1412 lines of history. ! ! Reading 1816 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 J1636-1315_S_2005_07_08_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.17037 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=3.648 mas, bmaj=12.72 mas, bpa=-13.89 degrees ! Estimated noise=1.76302 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.11612 Jy ! Component: 100 - total flux cleaned = 0.158377 Jy ! Total flux subtracted in 100 components = 0.158377 Jy ! Clean residual min=-0.009833 max=0.014424 Jy/beam ! Clean residual mean=-0.000013 rms=0.003734 Jy/beam ! Combined flux in latest and established models = 0.158377 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 0.158377 Jy ! ! Correcting IF 1. ! A total of 31 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 23 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.082201Jy sigma=1.273266 ! Fit after self-cal, rms=0.080398Jy sigma=1.249860 ! Inverting map and beam ! Estimated beam: bmin=3.648 mas, bmaj=12.72 mas, bpa=-13.89 degrees ! Estimated noise=1.76302 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=5.482 mas, bmaj=14.31 mas, bpa=-6.509 degrees ! Estimated noise=1.14473 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.02963 Jy ! Component: 100 - total flux cleaned = 0.0430376 Jy ! Component: 150 - total flux cleaned = 0.0500692 Jy ! Component: 200 - total flux cleaned = 0.0540733 Jy ! Total flux subtracted in 200 components = 0.0540733 Jy ! Clean residual min=-0.006346 max=0.005615 Jy/beam ! Clean residual mean=-0.000079 rms=0.001716 Jy/beam ! Combined flux in latest and established models = 0.212451 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 53 model components to the UV plane model. ! The established model now contains 95 components and 0.212451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073213Jy sigma=1.090131 ! Fit after self-cal, rms=0.073184Jy sigma=1.089696 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.482 x 14.31 at -6.509 degrees (North through East) ! Clean map min=-0.006378 max=0.14044 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* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! 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* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! 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* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! 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* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.073184Jy sigma=1.089696 ! Fit after self-cal, rms=0.073184Jy sigma=1.089696 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.073184Jy sigma=1.089696 ! Fit after self-cal, rms=0.073185Jy sigma=1.089696 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.482 mas, bmaj=14.31 mas, bpa=-6.509 degrees ! Estimated noise=1.14473 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.00244321 Jy ! Component: 100 - total flux cleaned = 0.00380662 Jy ! Component: 150 - total flux cleaned = 0.004003 Jy ! Component: 200 - total flux cleaned = 0.00411477 Jy ! Total flux subtracted in 200 components = 0.00411477 Jy ! Clean residual min=-0.006258 max=0.005555 Jy/beam ! Clean residual mean=-0.000095 rms=0.001661 Jy/beam ! Combined flux in latest and established models = 0.216565 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 103 components and 0.216565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073084Jy sigma=1.088267 ! Fit after self-cal, rms=0.073081Jy sigma=1.088224 ! 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.073081Jy sigma=1.088224 ! Fit after self-cal, rms=0.067755Jy sigma=1.020902 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.00136109 Jy ! Component: 100 - total flux cleaned = 0.00146459 Jy ! Component: 150 - total flux cleaned = 0.00154166 Jy ! Component: 200 - total flux cleaned = 0.00154342 Jy ! Total flux subtracted in 200 components = 0.00154342 Jy ! Clean residual min=-0.005795 max=0.004724 Jy/beam ! Clean residual mean=-0.000097 rms=0.001601 Jy/beam ! Combined flux in latest and established models = 0.218109 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 121 components and 0.218109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067650Jy sigma=1.019693 ! Fit after self-cal, rms=0.067039Jy sigma=1.013618 ! 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: 5.482 x 14.31 at -6.509 degrees (North through East) ! Clean map min=-0.0057944 max=0.14199 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.067039Jy sigma=1.013618 ! Fit after self-cal, rms=0.066978Jy sigma=0.998119 ! 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.066978Jy sigma=0.998119 ! Fit after self-cal, rms=0.066927Jy sigma=0.997237 ! Inverting map and beam ! Estimated beam: bmin=5.347 mas, bmaj=14.04 mas, bpa=-7.588 degrees ! Estimated noise=1.15415 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00282247 Jy ! Component: 100 - total flux cleaned = 0.00365643 Jy ! Component: 150 - total flux cleaned = 0.0038122 Jy ! Component: 200 - total flux cleaned = 0.00383753 Jy ! Total flux subtracted in 200 components = 0.00383753 Jy ! Clean residual min=-0.004966 max=0.004641 Jy/beam ! Clean residual mean=-0.000021 rms=0.001489 Jy/beam ! Combined flux in latest and established models = 0.221946 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 36 model components to the UV plane model. ! The established model now contains 145 components and 0.221946 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066764Jy sigma=0.995463 ! Fit after self-cal, rms=0.066761Jy sigma=0.995266 ! 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.066761Jy sigma=0.995266 ! Fit after self-cal, rms=0.066753Jy sigma=0.992189 ! 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.066753Jy sigma=0.992189 ! Fit after self-cal, rms=0.066753Jy sigma=0.992126 ! Inverting map and beam ! Estimated beam: bmin=5.368 mas, bmaj=14.01 mas, bpa=-7.454 degrees ! Estimated noise=1.15789 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00108822 Jy ! Component: 100 - total flux cleaned = 0.00119129 Jy ! Component: 150 - total flux cleaned = 0.00126452 Jy ! Component: 200 - total flux cleaned = 0.00131182 Jy ! Total flux subtracted in 200 components = 0.00131182 Jy ! Clean residual min=-0.005057 max=0.004575 Jy/beam ! Clean residual mean=-0.000006 rms=0.001515 Jy/beam ! Combined flux in latest and established models = 0.223258 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 151 components and 0.223258 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066711Jy sigma=0.991758 ! Fit after self-cal, rms=0.066712Jy sigma=0.991732 ! 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.652 mas, bmaj=17.07 mas, bpa=6.17 degrees ! Estimated noise=1.25786 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.00124724 Jy ! Component: 100 - total flux cleaned = 0.00141618 Jy ! Component: 150 - total flux cleaned = 0.00156583 Jy ! Component: 200 - total flux cleaned = 0.0016717 Jy ! Total flux subtracted in 200 components = 0.0016717 Jy ! Clean residual min=-0.005503 max=0.005341 Jy/beam ! Clean residual mean=-0.000016 rms=0.001608 Jy/beam ! Combined flux in latest and established models = 0.22493 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 157 components and 0.22493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066711Jy sigma=0.991869 ! Fit after self-cal, rms=0.066711Jy sigma=0.991787 ! 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=3.597 mas, bmaj=12.66 mas, bpa=-14.25 degrees ! Estimated noise=1.7656 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.121076 Jy ! Component: 100 - total flux cleaned = 0.164751 Jy ! Component: 150 - total flux cleaned = 0.185597 Jy ! Component: 200 - total flux cleaned = 0.197932 Jy ! Total flux subtracted in 200 components = 0.197932 Jy ! Clean residual min=-0.006612 max=0.007269 Jy/beam ! Clean residual mean=0.000026 rms=0.002151 Jy/beam ! Combined flux in latest and established models = 0.197932 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 61 model components to the UV plane model. ! The established model now contains 61 components and 0.197932 Jy ! Inverting map and beam ! Estimated beam: bmin=5.368 mas, bmaj=14.01 mas, bpa=-7.454 degrees ! Estimated noise=1.15789 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.0116535 Jy ! Component: 100 - total flux cleaned = 0.017613 Jy ! Component: 150 - total flux cleaned = 0.0210087 Jy ! Component: 200 - total flux cleaned = 0.0229827 Jy ! Total flux subtracted in 200 components = 0.0229827 Jy ! Clean residual min=-0.005135 max=0.004650 Jy/beam ! Clean residual mean=0.000001 rms=0.001570 Jy/beam ! Combined flux in latest and established models = 0.220914 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 93 components and 0.220914 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.652 mas, bmaj=17.07 mas, bpa=6.17 degrees ! Estimated noise=1.25786 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.00226771 Jy ! Component: 100 - total flux cleaned = 0.00274434 Jy ! Component: 150 - total flux cleaned = 0.00300437 Jy ! Component: 200 - total flux cleaned = 0.0032281 Jy ! Total flux subtracted in 200 components = 0.0032281 Jy ! Clean residual min=-0.005489 max=0.005304 Jy/beam ! Clean residual mean=-0.000011 rms=0.001628 Jy/beam ! Combined flux in latest and established models = 0.224143 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 102 components and 0.224143 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.368 mas, bmaj=14.01 mas, bpa=-7.454 degrees ! Estimated noise=1.15789 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000969323 Jy ! Component: 100 - total flux cleaned = -0.00116056 Jy ! Component: 150 - total flux cleaned = -0.00119947 Jy ! Component: 200 - total flux cleaned = -0.00116441 Jy ! Total flux subtracted in 200 components = -0.00116441 Jy ! Clean residual min=-0.005062 max=0.004725 Jy/beam ! Clean residual mean=-0.000006 rms=0.001535 Jy/beam ! Combined flux in latest and established models = 0.222978 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 113 components and 0.222978 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066767Jy sigma=0.993392 ! Fit after self-cal, rms=0.066768Jy sigma=0.993189 wmodel J1636-1315_S_2005_07_08_yyk\_map.mod ! Writing 113 model components to file: J1636-1315_S_2005_07_08_yyk_map.mod wobs J1636-1315_S_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J1636-1315_S_2005_07_08_yyk_uvs.fits wwins J1636-1315_S_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J1636-1315_S_2005_07_08_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.00165855 Jy ! Component: 100 - total flux cleaned = -0.00270989 Jy ! Component: 150 - total flux cleaned = -0.00338595 Jy ! Component: 200 - total flux cleaned = -0.0039553 Jy ! Component: 250 - total flux cleaned = -0.00435733 Jy ! Component: 300 - total flux cleaned = -0.00474143 Jy ! Component: 350 - total flux cleaned = -0.00486257 Jy ! Component: 400 - total flux cleaned = -0.00503567 Jy ! Component: 450 - total flux cleaned = -0.0049781 Jy ! Component: 500 - total flux cleaned = -0.00503033 Jy ! Component: 550 - total flux cleaned = -0.00503039 Jy ! Component: 600 - total flux cleaned = -0.00518254 Jy ! Component: 650 - total flux cleaned = -0.00513284 Jy ! Component: 700 - total flux cleaned = -0.0048476 Jy ! Component: 750 - total flux cleaned = -0.00489447 Jy ! Component: 800 - total flux cleaned = -0.00484876 Jy ! Component: 850 - total flux cleaned = -0.00484798 Jy ! Component: 900 - total flux cleaned = -0.00484636 Jy ! Component: 950 - total flux cleaned = -0.00493065 Jy ! Component: 1000 - total flux cleaned = -0.00501299 Jy ! Component: 1050 - total flux cleaned = -0.00509456 Jy ! Component: 1100 - total flux cleaned = -0.00521387 Jy ! Component: 1150 - total flux cleaned = -0.00529124 Jy ! Component: 1200 - total flux cleaned = -0.00525283 Jy ! Component: 1250 - total flux cleaned = -0.00540293 Jy ! Component: 1300 - total flux cleaned = -0.00554963 Jy ! Component: 1350 - total flux cleaned = -0.00565794 Jy ! Component: 1400 - total flux cleaned = -0.00572928 Jy ! Component: 1450 - total flux cleaned = -0.00583371 Jy ! Component: 1500 - total flux cleaned = -0.0059702 Jy ! Component: 1550 - total flux cleaned = -0.00590203 Jy ! Component: 1600 - total flux cleaned = -0.00593525 Jy ! Component: 1650 - total flux cleaned = -0.00596772 Jy ! Component: 1700 - total flux cleaned = -0.00596804 Jy ! Component: 1750 - total flux cleaned = -0.00609474 Jy ! Component: 1800 - total flux cleaned = -0.00603206 Jy ! Component: 1850 - total flux cleaned = -0.00612524 Jy ! Component: 1900 - total flux cleaned = -0.00618647 Jy ! Component: 1950 - total flux cleaned = -0.0062469 Jy ! Component: 2000 - total flux cleaned = -0.00633576 Jy ! Total flux subtracted in 2048 components = -0.00633612 Jy ! Clean residual min=-0.001634 max=0.001942 Jy/beam ! Clean residual mean=-0.000004 rms=0.000660 Jy/beam ! Combined flux in latest and established models = 0.216642 Jy keep ! Adding 145 model components to the UV plane model. ! The established model now contains 258 components and 0.216642 Jy ![Exited script file: muppet] wmap "J1636-1315_S_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.368 x 14.01 at -7.454 degrees (North through East) ! Clean map min=-0.0037173 max=0.14369 Jy/beam ! Writing clean map to FITS file: J1636-1315_S_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.143689 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000655109 device "J1636-1315_S_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J1636-1315_S_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.36777 1.36777 2.73554 5.47107 10.9421 21.8843 43.7686 87.5372 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0019 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.143 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.368 x 14.01 at -7.454 degrees (North through East) ! Clean map min=-0.0037173 max=0.14369 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1636-1315_S_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J1636-1315_S_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1636-1315_S_2005_07_08_yyk_uvs.log closed on Fri Jan 20 10:44:19 2006