! Started logfile: J2219-0051_S_2007_01_11_yyk_uvs.log on Mon Jun 16 20:06:12 2008 obs J2219-0051_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J2219-0051_S_2007_01_11_yyk_uve.fits ! AN table 1: 16 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.883681 visibilities/baseline/integration-bin. ! Found source: J2219-0051 ! ! 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 2036 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 J2219-0051_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.197664 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.468 mas, bmaj=6.642 mas, bpa=-0.1397 degrees ! Estimated noise=1.23123 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.153346 Jy ! Component: 100 - total flux cleaned = 0.184015 Jy ! Total flux subtracted in 100 components = 0.184015 Jy ! Clean residual min=-0.007400 max=0.008992 Jy/beam ! Clean residual mean=0.000016 rms=0.001832 Jy/beam ! Combined flux in latest and established models = 0.184015 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.184015 Jy ! ! Correcting IF 1. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.070571Jy sigma=1.145433 ! Fit after self-cal, rms=0.070446Jy sigma=1.142597 ! Inverting map and beam ! Estimated beam: bmin=2.468 mas, bmaj=6.642 mas, bpa=-0.1397 degrees ! Estimated noise=1.23123 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.076 mas, bmaj=7.795 mas, bpa=-2.701 degrees ! Estimated noise=0.880536 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.0180069 Jy ! Component: 100 - total flux cleaned = 0.0257994 Jy ! Component: 150 - total flux cleaned = 0.0295038 Jy ! Component: 200 - total flux cleaned = 0.0311772 Jy ! Total flux subtracted in 200 components = 0.0311772 Jy ! Clean residual min=-0.004812 max=0.004638 Jy/beam ! Clean residual mean=0.000037 rms=0.001180 Jy/beam ! Combined flux in latest and established models = 0.215192 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 36 model components to the UV plane model. ! The established model now contains 45 components and 0.215192 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067549Jy sigma=1.081746 ! Fit after self-cal, rms=0.067526Jy sigma=1.081308 ! 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.076 x 7.795 at -2.701 degrees (North through East) ! Clean map min=-0.0044797 max=0.18273 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.01908 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 0.92 KP 0.97 ! LA 1.05 MK 0.97 OV 0.97 PT 1.00 ! SC 0.99 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.991154 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 0.99 KP 0.98 ! LA 1.01 MK 1.06 OV 1.03 PT 1.00 ! SC 1.01 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.977824 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.02 HN 1.00 KP 0.99 ! LA 0.97 MK 1.04 OV 1.10 PT 1.02 ! SC 1.00 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.00449 ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.00 HN 0.98 KP 0.93 ! LA 1.00 MK 1.00 OV 0.98 PT 0.93 ! SC 1.07 ! ! ! Fit before self-cal, rms=0.067526Jy sigma=1.081308 ! Fit after self-cal, rms=0.067005Jy sigma=1.069351 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.067005Jy sigma=1.069351 ! Fit after self-cal, rms=0.067011Jy sigma=1.069265 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.105 mas, bmaj=7.895 mas, bpa=-2.855 degrees ! Estimated noise=0.8788 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.00149048 Jy ! Component: 100 - total flux cleaned = -0.0016154 Jy ! Component: 150 - total flux cleaned = -0.00161573 Jy ! Component: 200 - total flux cleaned = -0.00159096 Jy ! Total flux subtracted in 200 components = -0.00159096 Jy ! Clean residual min=-0.003633 max=0.004022 Jy/beam ! Clean residual mean=0.000059 rms=0.001005 Jy/beam ! Combined flux in latest and established models = 0.213601 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 55 components and 0.213601 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066964Jy sigma=1.068444 ! Fit after self-cal, rms=0.066961Jy sigma=1.068306 ! 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.066961Jy sigma=1.068306 ! Fit after self-cal, rms=0.061643Jy sigma=0.970511 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.000982507 Jy ! Component: 100 - total flux cleaned = 0.000910835 Jy ! Component: 150 - total flux cleaned = 0.00082838 Jy ! Component: 200 - total flux cleaned = 0.000763873 Jy ! Total flux subtracted in 200 components = 0.000763873 Jy ! Clean residual min=-0.003534 max=0.003830 Jy/beam ! Clean residual mean=0.000058 rms=0.000987 Jy/beam ! Combined flux in latest and established models = 0.214365 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 64 components and 0.214365 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061582Jy sigma=0.969573 ! Fit after self-cal, rms=0.061219Jy sigma=0.964657 ! 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.105 x 7.895 at -2.855 degrees (North through East) ! Clean map min=-0.003491 max=0.18443 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.061219Jy sigma=0.964657 ! Fit after self-cal, rms=0.060625Jy sigma=0.953372 ! 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.060625Jy sigma=0.953372 ! Fit after self-cal, rms=0.060557Jy sigma=0.952859 ! Inverting map and beam ! Estimated beam: bmin=3.103 mas, bmaj=7.925 mas, bpa=-3.016 degrees ! Estimated noise=0.878156 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000535609 Jy ! Component: 100 - total flux cleaned = -0.000558776 Jy ! Component: 150 - total flux cleaned = -0.000575265 Jy ! Component: 200 - total flux cleaned = -0.000590644 Jy ! Total flux subtracted in 200 components = -0.000590644 Jy ! Clean residual min=-0.003268 max=0.003719 Jy/beam ! Clean residual mean=0.000048 rms=0.000943 Jy/beam ! Combined flux in latest and established models = 0.213774 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 69 components and 0.213774 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060547Jy sigma=0.952524 ! Fit after self-cal, rms=0.060514Jy sigma=0.952354 ! 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.060514Jy sigma=0.952354 ! Fit after self-cal, rms=0.059858Jy sigma=0.934737 ! 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.059858Jy sigma=0.934737 ! Fit after self-cal, rms=0.059844Jy sigma=0.934650 ! Inverting map and beam ! Estimated beam: bmin=3.097 mas, bmaj=7.919 mas, bpa=-3.046 degrees ! Estimated noise=0.879199 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000555717 Jy ! Component: 100 - total flux cleaned = 0.000639335 Jy ! Component: 150 - total flux cleaned = 0.000666912 Jy ! Component: 200 - total flux cleaned = 0.000666097 Jy ! Total flux subtracted in 200 components = 0.000666097 Jy ! Clean residual min=-0.003259 max=0.003477 Jy/beam ! Clean residual mean=0.000041 rms=0.000941 Jy/beam ! Combined flux in latest and established models = 0.21444 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 72 components and 0.21444 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059836Jy sigma=0.934434 ! Fit after self-cal, rms=0.059827Jy sigma=0.934366 ! 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.177 mas, bmaj=13.34 mas, bpa=11.59 degrees ! Estimated noise=1.1457 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 = -3.97275e-05 Jy ! Component: 100 - total flux cleaned = 1.82903e-05 Jy ! Component: 150 - total flux cleaned = 1.75257e-05 Jy ! Component: 200 - total flux cleaned = 3.61715e-05 Jy ! Total flux subtracted in 200 components = 3.61715e-05 Jy ! Clean residual min=-0.004231 max=0.003815 Jy/beam ! Clean residual mean=0.000088 rms=0.001409 Jy/beam ! Combined flux in latest and established models = 0.214476 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 5 model components to the UV plane model. ! The established model now contains 73 components and 0.214476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059830Jy sigma=0.934390 ! Fit after self-cal, rms=0.059820Jy sigma=0.934162 ! 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.474 mas, bmaj=6.678 mas, bpa=-0.4487 degrees ! Estimated noise=1.23259 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.155353 Jy ! Component: 100 - total flux cleaned = 0.185271 Jy ! Component: 150 - total flux cleaned = 0.198162 Jy ! Component: 200 - total flux cleaned = 0.205241 Jy ! Total flux subtracted in 200 components = 0.205241 Jy ! Clean residual min=-0.004787 max=0.004269 Jy/beam ! Clean residual mean=0.000012 rms=0.001149 Jy/beam ! Combined flux in latest and established models = 0.205241 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.205241 Jy ! Inverting map and beam ! Estimated beam: bmin=3.097 mas, bmaj=7.919 mas, bpa=-3.046 degrees ! Estimated noise=0.879199 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.00577219 Jy ! Component: 100 - total flux cleaned = 0.00813644 Jy ! Component: 150 - total flux cleaned = 0.0087347 Jy ! Component: 200 - total flux cleaned = 0.00890042 Jy ! Total flux subtracted in 200 components = 0.00890042 Jy ! Clean residual min=-0.003355 max=0.003632 Jy/beam ! Clean residual mean=0.000042 rms=0.000952 Jy/beam ! Combined flux in latest and established models = 0.214141 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 46 components and 0.214141 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.177 mas, bmaj=13.34 mas, bpa=11.59 degrees ! Estimated noise=1.1457 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.00013586 Jy ! Component: 100 - total flux cleaned = 0.000236607 Jy ! Component: 150 - total flux cleaned = 0.000283804 Jy ! Component: 200 - total flux cleaned = 0.000305361 Jy ! Total flux subtracted in 200 components = 0.000305361 Jy ! Clean residual min=-0.004294 max=0.003841 Jy/beam ! Clean residual mean=0.000088 rms=0.001423 Jy/beam ! Combined flux in latest and established models = 0.214447 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 51 components and 0.214447 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.097 mas, bmaj=7.919 mas, bpa=-3.046 degrees ! Estimated noise=0.879199 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000464362 Jy ! Component: 100 - total flux cleaned = 0.000290884 Jy ! Component: 150 - total flux cleaned = 0.000272768 Jy ! Component: 200 - total flux cleaned = 0.000272009 Jy ! Total flux subtracted in 200 components = 0.000272009 Jy ! Clean residual min=-0.003277 max=0.003425 Jy/beam ! Clean residual mean=0.000040 rms=0.000939 Jy/beam ! Combined flux in latest and established models = 0.214719 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 63 components and 0.214719 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059816Jy sigma=0.934338 ! Fit after self-cal, rms=0.059813Jy sigma=0.934280 wmodel J2219-0051_S_2007_01_11_yyk\_map.mod ! Writing 63 model components to file: J2219-0051_S_2007_01_11_yyk_map.mod wobs J2219-0051_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J2219-0051_S_2007_01_11_yyk_uvs.fits wwins J2219-0051_S_2007_01_11_yyk\_map.win ! wwins: Wrote 1 windows to J2219-0051_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.000441295 Jy ! Component: 100 - total flux cleaned = 0.000611945 Jy ! Component: 150 - total flux cleaned = 0.000561714 Jy ! Component: 200 - total flux cleaned = 0.000658921 Jy ! Component: 250 - total flux cleaned = 0.000705299 Jy ! Component: 300 - total flux cleaned = 0.00057381 Jy ! Component: 350 - total flux cleaned = 0.00040608 Jy ! Component: 400 - total flux cleaned = 0.000244661 Jy ! Component: 450 - total flux cleaned = 0.000127335 Jy ! Component: 500 - total flux cleaned = -2.47015e-05 Jy ! Component: 550 - total flux cleaned = -0.000171819 Jy ! Component: 600 - total flux cleaned = -0.000243634 Jy ! Component: 650 - total flux cleaned = -0.000382375 Jy ! Component: 700 - total flux cleaned = -0.000517233 Jy ! Component: 750 - total flux cleaned = -0.000715083 Jy ! Component: 800 - total flux cleaned = -0.000907884 Jy ! Component: 850 - total flux cleaned = -0.000939801 Jy ! Component: 900 - total flux cleaned = -0.0010321 Jy ! Component: 950 - total flux cleaned = -0.00124185 Jy ! Component: 1000 - total flux cleaned = -0.00135913 Jy ! Component: 1050 - total flux cleaned = -0.00153134 Jy ! Component: 1100 - total flux cleaned = -0.00164364 Jy ! Component: 1150 - total flux cleaned = -0.00175326 Jy ! Component: 1200 - total flux cleaned = -0.001888 Jy ! Component: 1250 - total flux cleaned = -0.002072 Jy ! Component: 1300 - total flux cleaned = -0.00214921 Jy ! Component: 1350 - total flux cleaned = -0.00225082 Jy ! Component: 1400 - total flux cleaned = -0.00237576 Jy ! Component: 1450 - total flux cleaned = -0.00242473 Jy ! Component: 1500 - total flux cleaned = -0.00254469 Jy ! Component: 1550 - total flux cleaned = -0.00263923 Jy ! Component: 1600 - total flux cleaned = -0.00277813 Jy ! Component: 1650 - total flux cleaned = -0.0028692 Jy ! Component: 1700 - total flux cleaned = -0.00300378 Jy ! Component: 1750 - total flux cleaned = -0.00309235 Jy ! Component: 1800 - total flux cleaned = -0.00324463 Jy ! Component: 1850 - total flux cleaned = -0.00333013 Jy ! Component: 1900 - total flux cleaned = -0.00341477 Jy ! Component: 1950 - total flux cleaned = -0.00356029 Jy ! Component: 2000 - total flux cleaned = -0.00366249 Jy ! Total flux subtracted in 2048 components = -0.00378324 Jy ! Clean residual min=-0.001111 max=0.001174 Jy/beam ! Clean residual mean=-0.000011 rms=0.000406 Jy/beam ! Combined flux in latest and established models = 0.210935 Jy keep ! Adding 147 model components to the UV plane model. ! The established model now contains 210 components and 0.210935 Jy ![Exited script file: muppet] wmap "J2219-0051_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.097 x 7.919 at -3.046 degrees (North through East) ! Clean map min=-0.0021999 max=0.18496 Jy/beam ! Writing clean map to FITS file: J2219-0051_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.184965 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000403425 device "J2219-0051_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J2219-0051_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.654327 0.654327 1.30865 2.61731 5.23462 10.4692 20.9385 41.8769 83.7539 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0012 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.184 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.097 x 7.919 at -3.046 degrees (North through East) ! Clean map min=-0.0021999 max=0.18496 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2219-0051_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J2219-0051_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2219-0051_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 20:06:18 2008