! Started logfile: J2036-2146_S_2005_06_30_yyk_uvs.log on Sat Oct 8 17:42:36 2005 obs J2036-2146_S_2005_06_30_yyk_uve.fits ! Reading UV FITS file: J2036-2146_S_2005_06_30_yyk_uve.fits ! AN table 1: 16 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.908333 visibilities/baseline/integration-bin. ! Found source: J2036-2146 ! ! 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 1468 lines of history. ! ! Reading 2616 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 J2036-2146_S_2005_06_30_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.222746 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.433 mas, bmaj=6.552 mas, bpa=2.464 degrees ! Estimated noise=1.3323 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.174801 Jy ! Component: 100 - total flux cleaned = 0.207499 Jy ! Total flux subtracted in 100 components = 0.207499 Jy ! Clean residual min=-0.006480 max=0.010000 Jy/beam ! Clean residual mean=0.000093 rms=0.002021 Jy/beam ! Combined flux in latest and established models = 0.207499 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 15 components and 0.207499 Jy ! ! Correcting IF 1. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 22 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.072363Jy sigma=1.189586 ! Fit after self-cal, rms=0.072213Jy sigma=1.185117 ! Inverting map and beam ! Estimated beam: bmin=2.433 mas, bmaj=6.552 mas, bpa=2.464 degrees ! Estimated noise=1.3323 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.161 mas, bmaj=7.925 mas, bpa=0.03068 degrees ! Estimated noise=0.834778 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.0125902 Jy ! Component: 100 - total flux cleaned = 0.0178221 Jy ! Component: 150 - total flux cleaned = 0.0185642 Jy ! Component: 200 - total flux cleaned = 0.0192107 Jy ! Total flux subtracted in 200 components = 0.0192107 Jy ! Clean residual min=-0.006844 max=0.007904 Jy/beam ! Clean residual mean=-0.000005 rms=0.001990 Jy/beam ! Combined flux in latest and established models = 0.22671 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 29 components and 0.22671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069882Jy sigma=1.155696 ! Fit after self-cal, rms=0.069869Jy sigma=1.155492 ! 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.161 x 7.925 at 0.03068 degrees (North through East) ! Clean map min=-0.0067121 max=0.19607 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.02306 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.04 HN 1.01 KP 0.97 ! LA 1.04 MK 0.90 NL 0.92 OV 0.98 ! PT 1.05 SC 0.89 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.986676 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.01 HN 1.06 KP 0.98 ! LA 1.06 MK 1.00 NL 0.94 OV 1.02 ! PT 1.04 SC 0.97 ! ! ! 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.069869Jy sigma=1.155492 ! Fit after self-cal, rms=0.068895Jy sigma=1.145496 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.068895Jy sigma=1.145496 ! Fit after self-cal, rms=0.068895Jy sigma=1.145488 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.102 mas, bmaj=7.787 mas, bpa=0.1969 degrees ! Estimated noise=0.835599 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.00317263 Jy ! Component: 100 - total flux cleaned = 0.00371255 Jy ! Component: 150 - total flux cleaned = 0.00425695 Jy ! Component: 200 - total flux cleaned = 0.00466523 Jy ! Total flux subtracted in 200 components = 0.00466523 Jy ! Clean residual min=-0.005274 max=0.006949 Jy/beam ! Clean residual mean=0.000107 rms=0.001762 Jy/beam ! Combined flux in latest and established models = 0.231375 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 32 components and 0.231375 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068564Jy sigma=1.140596 ! Fit after self-cal, rms=0.068553Jy sigma=1.140473 ! 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.068553Jy sigma=1.140473 ! Fit after self-cal, rms=0.066799Jy sigma=1.096449 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.00128941 Jy ! Component: 100 - total flux cleaned = 0.00149216 Jy ! Component: 150 - total flux cleaned = 0.00168684 Jy ! Component: 200 - total flux cleaned = 0.00186569 Jy ! Total flux subtracted in 200 components = 0.00186569 Jy ! Clean residual min=-0.005271 max=0.006738 Jy/beam ! Clean residual mean=0.000096 rms=0.001724 Jy/beam ! Combined flux in latest and established models = 0.233241 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 34 components and 0.233241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066678Jy sigma=1.094499 ! Fit after self-cal, rms=0.066698Jy sigma=1.091821 ! 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.102 x 7.787 at 0.1969 degrees (North through East) ! Clean map min=-0.0050548 max=0.19374 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.066698Jy sigma=1.091821 ! Fit after self-cal, rms=0.066050Jy sigma=1.081228 ! 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.066050Jy sigma=1.081228 ! Fit after self-cal, rms=0.066100Jy sigma=1.080988 ! Inverting map and beam ! Estimated beam: bmin=3.077 mas, bmaj=7.736 mas, bpa=0.4751 degrees ! Estimated noise=0.832518 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000713567 Jy ! Component: 100 - total flux cleaned = 0.00113276 Jy ! Component: 150 - total flux cleaned = 0.00144059 Jy ! Component: 200 - total flux cleaned = 0.00160819 Jy ! Total flux subtracted in 200 components = 0.00160819 Jy ! Clean residual min=-0.005416 max=0.006347 Jy/beam ! Clean residual mean=0.000107 rms=0.001674 Jy/beam ! Combined flux in latest and established models = 0.234849 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 35 components and 0.234849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066041Jy sigma=1.079116 ! Fit after self-cal, rms=0.066056Jy sigma=1.079014 ! 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.066056Jy sigma=1.079014 ! Fit after self-cal, rms=0.062799Jy sigma=1.038667 ! 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.062799Jy sigma=1.038667 ! Fit after self-cal, rms=0.062801Jy sigma=1.038502 ! Inverting map and beam ! Estimated beam: bmin=3.094 mas, bmaj=7.79 mas, bpa=0.6508 degrees ! Estimated noise=0.828983 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00115709 Jy ! Component: 100 - total flux cleaned = -0.00115874 Jy ! Component: 150 - total flux cleaned = -0.00112795 Jy ! Component: 200 - total flux cleaned = -0.00106781 Jy ! Total flux subtracted in 200 components = -0.00106781 Jy ! Clean residual min=-0.004339 max=0.004970 Jy/beam ! Clean residual mean=0.000091 rms=0.001350 Jy/beam ! Combined flux in latest and established models = 0.233781 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 38 components and 0.233781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062814Jy sigma=1.037835 ! Fit after self-cal, rms=0.062811Jy sigma=1.037753 ! 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.132 mas, bmaj=18.28 mas, bpa=9.268 degrees ! Estimated noise=1.06968 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.00165769 Jy ! Component: 100 - total flux cleaned = 0.0017387 Jy ! Component: 150 - total flux cleaned = 0.00196487 Jy ! Component: 200 - total flux cleaned = 0.00216355 Jy ! Total flux subtracted in 200 components = 0.00216355 Jy ! Clean residual min=-0.004984 max=0.005560 Jy/beam ! Clean residual mean=0.000153 rms=0.001701 Jy/beam ! Combined flux in latest and established models = 0.235944 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 46 components and 0.235944 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062942Jy sigma=1.039089 ! Fit after self-cal, rms=0.062873Jy sigma=1.037909 ! Inverting map uvtaper 0,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.421 mas, bmaj=6.525 mas, bpa=2.595 degrees ! Estimated noise=1.29196 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.17038 Jy ! Component: 100 - total flux cleaned = 0.204293 Jy ! Component: 150 - total flux cleaned = 0.21633 Jy ! Component: 200 - total flux cleaned = 0.222577 Jy ! Total flux subtracted in 200 components = 0.222577 Jy ! Clean residual min=-0.005347 max=0.005314 Jy/beam ! Clean residual mean=0.000046 rms=0.001459 Jy/beam ! Combined flux in latest and established models = 0.222577 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 39 model components to the UV plane model. ! The established model now contains 39 components and 0.222577 Jy ! Inverting map and beam ! Estimated beam: bmin=3.094 mas, bmaj=7.79 mas, bpa=0.6508 degrees ! Estimated noise=0.828983 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) ! Added new window around map position (-2, 11). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00981704 Jy ! Component: 100 - total flux cleaned = 0.0136376 Jy ! Component: 150 - total flux cleaned = 0.0149173 Jy ! Component: 200 - total flux cleaned = 0.0155241 Jy ! Total flux subtracted in 200 components = 0.0155241 Jy ! Clean residual min=-0.004059 max=0.004200 Jy/beam ! Clean residual mean=0.000065 rms=0.001147 Jy/beam ! Combined flux in latest and established models = 0.238101 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 61 components and 0.238101 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.132 mas, bmaj=18.28 mas, bpa=9.268 degrees ! Estimated noise=1.06968 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.000732958 Jy ! Component: 100 - total flux cleaned = 0.00112833 Jy ! Component: 150 - total flux cleaned = 0.00157225 Jy ! Component: 200 - total flux cleaned = 0.0018907 Jy ! Total flux subtracted in 200 components = 0.0018907 Jy ! Clean residual min=-0.004591 max=0.004477 Jy/beam ! Clean residual mean=0.000102 rms=0.001409 Jy/beam ! Combined flux in latest and established models = 0.239991 Jy ! Adding 17 model components to the UV plane model. ! The established model now contains 78 components and 0.239991 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.094 mas, bmaj=7.79 mas, bpa=0.6508 degrees ! Estimated noise=0.828983 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 9.08592e-05 Jy ! Component: 100 - total flux cleaned = -8.3488e-05 Jy ! Component: 150 - total flux cleaned = -8.10114e-05 Jy ! Component: 200 - total flux cleaned = -0.000139551 Jy ! Total flux subtracted in 200 components = -0.000139551 Jy ! Clean residual min=-0.003852 max=0.003984 Jy/beam ! Clean residual mean=0.000054 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.239852 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 93 components and 0.239852 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.062400Jy sigma=1.026562 ! Fit after self-cal, rms=0.062345Jy sigma=1.025424 wmodel J2036-2146_S_2005_06_30_yyk\_map.mod ! Writing 93 model components to file: J2036-2146_S_2005_06_30_yyk_map.mod wobs J2036-2146_S_2005_06_30_yyk\_uvs.fits ! Writing UV FITS file: J2036-2146_S_2005_06_30_yyk_uvs.fits wwins J2036-2146_S_2005_06_30_yyk\_map.win ! wwins: Wrote 2 windows to J2036-2146_S_2005_06_30_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.000544551 Jy ! Component: 100 - total flux cleaned = 0.000242397 Jy ! Component: 150 - total flux cleaned = 0.000407917 Jy ! Component: 200 - total flux cleaned = 0.000356703 Jy ! Component: 250 - total flux cleaned = 0.000305332 Jy ! Component: 300 - total flux cleaned = 0.000399519 Jy ! Component: 350 - total flux cleaned = 0.000584463 Jy ! Component: 400 - total flux cleaned = 0.000853227 Jy ! Component: 450 - total flux cleaned = 0.00128969 Jy ! Component: 500 - total flux cleaned = 0.00154561 Jy ! Component: 550 - total flux cleaned = 0.00183723 Jy ! Component: 600 - total flux cleaned = 0.00204064 Jy ! Component: 650 - total flux cleaned = 0.002201 Jy ! Component: 700 - total flux cleaned = 0.00247417 Jy ! Component: 750 - total flux cleaned = 0.00270348 Jy ! Component: 800 - total flux cleaned = 0.00289046 Jy ! Component: 850 - total flux cleaned = 0.00307427 Jy ! Component: 900 - total flux cleaned = 0.00325419 Jy ! Component: 950 - total flux cleaned = 0.00346675 Jy ! Component: 1000 - total flux cleaned = 0.00360675 Jy ! Component: 1050 - total flux cleaned = 0.00388152 Jy ! Component: 1100 - total flux cleaned = 0.00408401 Jy ! Component: 1150 - total flux cleaned = 0.00434965 Jy ! Component: 1200 - total flux cleaned = 0.00461099 Jy ! Component: 1250 - total flux cleaned = 0.00483589 Jy ! Component: 1300 - total flux cleaned = 0.00505813 Jy ! Component: 1350 - total flux cleaned = 0.00536967 Jy ! Component: 1400 - total flux cleaned = 0.00567595 Jy ! Component: 1450 - total flux cleaned = 0.00585667 Jy ! Component: 1500 - total flux cleaned = 0.00600563 Jy ! Component: 1550 - total flux cleaned = 0.00618205 Jy ! Component: 1600 - total flux cleaned = 0.00632672 Jy ! Component: 1650 - total flux cleaned = 0.00649848 Jy ! Component: 1700 - total flux cleaned = 0.00669569 Jy ! Component: 1750 - total flux cleaned = 0.00683459 Jy ! Component: 1800 - total flux cleaned = 0.00697175 Jy ! Component: 1850 - total flux cleaned = 0.00708037 Jy ! Component: 1900 - total flux cleaned = 0.00716095 Jy ! Component: 1950 - total flux cleaned = 0.00726655 Jy ! Component: 2000 - total flux cleaned = 0.00731869 Jy ! Total flux subtracted in 2048 components = 0.00737059 Jy ! Clean residual min=-0.001553 max=0.001652 Jy/beam ! Clean residual mean=0.000022 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.247222 Jy keep ! Adding 145 model components to the UV plane model. ! The established model now contains 238 components and 0.247222 Jy ![Exited script file: muppet] wmap "J2036-2146_S_2005_06_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.094 x 7.79 at 0.6508 degrees (North through East) ! Clean map min=-0.0025936 max=0.19446 Jy/beam ! Writing clean map to FITS file: J2036-2146_S_2005_06_30_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.194457 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000520278 device "J2036-2146_S_2005_06_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J2036-2146_S_2005_06_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.802664 0.802664 1.60533 3.21066 6.42131 12.8426 25.6853 51.3705 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.194 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.094 x 7.79 at 0.6508 degrees (North through East) ! Clean map min=-0.0025936 max=0.19446 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2036-2146_S_2005_06_30_yyk\_map.gif/gif" ! Attempting to open device: 'J2036-2146_S_2005_06_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2036-2146_S_2005_06_30_yyk_uvs.log closed on Sat Oct 8 17:42:40 2005