! Started logfile: J1127-1857_S_2007_01_11_yyk_uvs.log on Mon Jun 16 19:34:03 2008 obs J1127-1857_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J1127-1857_S_2007_01_11_yyk_uve.fits ! AN table 1: 5 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.705556 visibilities/baseline/integration-bin. ! Found source: J1127-1857 ! ! 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 508 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 J1127-1857_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.872005 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.461 mas, bmaj=6.492 mas, bpa=4.442 degrees ! Estimated noise=2.93491 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.7429 Jy ! Component: 100 - total flux cleaned = 0.857411 Jy ! Total flux subtracted in 100 components = 0.857411 Jy ! Clean residual min=-0.018334 max=0.031282 Jy/beam ! Clean residual mean=0.000331 rms=0.006937 Jy/beam ! Combined flux in latest and established models = 0.857411 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.857411 Jy ! ! Correcting IF 1. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 7 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.120112Jy sigma=1.417079 ! Fit after self-cal, rms=0.119330Jy sigma=1.408309 ! Inverting map and beam ! Estimated beam: bmin=2.461 mas, bmaj=6.492 mas, bpa=4.442 degrees ! Estimated noise=2.93491 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=2.98 mas, bmaj=7.778 mas, bpa=3.848 degrees ! Estimated noise=2.27647 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.0410268 Jy ! Component: 100 - total flux cleaned = 0.0552616 Jy ! Component: 150 - total flux cleaned = 0.0609413 Jy ! Component: 200 - total flux cleaned = 0.0615156 Jy ! Total flux subtracted in 200 components = 0.0615156 Jy ! Clean residual min=-0.011193 max=0.012446 Jy/beam ! Clean residual mean=-0.000360 rms=0.003246 Jy/beam ! Combined flux in latest and established models = 0.918927 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 32 components and 0.918927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.112098Jy sigma=1.256001 ! Fit after self-cal, rms=0.112080Jy sigma=1.255580 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.98 x 7.778 at 3.848 degrees (North through East) ! Clean map min=-0.010333 max=0.86492 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.0169 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.95 HN 0.96 KP 1.00* ! LA 1.05 MK 0.99 OV 0.98 PT 1.02 ! SC 0.94 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.981793 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.99 HN 1.06 KP 1.00* ! LA 1.03 MK 1.03 OV 1.00 PT 1.02 ! SC 1.00 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.999358 ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 1.00 HN 1.04 KP 1.00* ! LA 1.01 MK 0.99 OV 1.01 PT 1.04 ! SC 1.03 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.989276 ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.00 HN 1.00 KP 1.00* ! LA 1.00 MK 0.99 OV 0.97 PT 0.94 ! SC 1.08 ! ! ! Fit before self-cal, rms=0.112080Jy sigma=1.255580 ! Fit after self-cal, rms=0.101337Jy sigma=1.100499 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.101337Jy sigma=1.100499 ! Fit after self-cal, rms=0.101375Jy sigma=1.100471 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.991 mas, bmaj=7.761 mas, bpa=3.738 degrees ! Estimated noise=2.25798 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.00443529 Jy ! Component: 100 - total flux cleaned = -0.00432397 Jy ! Component: 150 - total flux cleaned = -0.00432366 Jy ! Component: 200 - total flux cleaned = -0.00432521 Jy ! Total flux subtracted in 200 components = -0.00432521 Jy ! Clean residual min=-0.006489 max=0.007234 Jy/beam ! Clean residual mean=0.000160 rms=0.001931 Jy/beam ! Combined flux in latest and established models = 0.914602 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 41 components and 0.914602 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101007Jy sigma=1.096459 ! Fit after self-cal, rms=0.101006Jy sigma=1.096392 ! 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.101006Jy sigma=1.096392 ! Fit after self-cal, rms=0.094881Jy sigma=1.000882 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.000608103 Jy ! Component: 100 - total flux cleaned = 0.000673477 Jy ! Component: 150 - total flux cleaned = 0.000728817 Jy ! Component: 200 - total flux cleaned = 0.000778898 Jy ! Total flux subtracted in 200 components = 0.000778898 Jy ! Clean residual min=-0.006373 max=0.007204 Jy/beam ! Clean residual mean=0.000159 rms=0.001920 Jy/beam ! Combined flux in latest and established models = 0.915381 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 45 components and 0.915381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094775Jy sigma=0.999864 ! Fit after self-cal, rms=0.094448Jy sigma=0.992951 ! 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: 2.991 x 7.761 at 3.738 degrees (North through East) ! Clean map min=-0.0060603 max=0.85923 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.094448Jy sigma=0.992951 ! Fit after self-cal, rms=0.090597Jy sigma=0.937783 ! 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.090597Jy sigma=0.937783 ! Fit after self-cal, rms=0.090592Jy sigma=0.937099 ! Inverting map and beam ! Estimated beam: bmin=2.996 mas, bmaj=7.764 mas, bpa=3.72 degrees ! Estimated noise=2.25734 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00048193 Jy ! Component: 100 - total flux cleaned = -0.000423367 Jy ! Component: 150 - total flux cleaned = -0.000371779 Jy ! Component: 200 - total flux cleaned = -0.000275652 Jy ! Total flux subtracted in 200 components = -0.000275652 Jy ! Clean residual min=-0.006455 max=0.007362 Jy/beam ! Clean residual mean=0.000130 rms=0.001864 Jy/beam ! Combined flux in latest and established models = 0.915105 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 47 components and 0.915105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090516Jy sigma=0.936201 ! Fit after self-cal, rms=0.090493Jy sigma=0.936052 ! 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.090493Jy sigma=0.936052 ! Fit after self-cal, rms=0.086906Jy sigma=0.897246 ! 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.086906Jy sigma=0.897246 ! Fit after self-cal, rms=0.086891Jy sigma=0.897228 ! Inverting map and beam ! Estimated beam: bmin=2.998 mas, bmaj=7.765 mas, bpa=3.72 degrees ! Estimated noise=2.25773 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000419795 Jy ! Component: 100 - total flux cleaned = -0.000368768 Jy ! Component: 150 - total flux cleaned = -0.000323771 Jy ! Component: 200 - total flux cleaned = -0.000283858 Jy ! Total flux subtracted in 200 components = -0.000283858 Jy ! Clean residual min=-0.006390 max=0.007232 Jy/beam ! Clean residual mean=0.000131 rms=0.001825 Jy/beam ! Combined flux in latest and established models = 0.914821 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 47 components and 0.914821 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086835Jy sigma=0.896524 ! Fit after self-cal, rms=0.086809Jy sigma=0.896497 ! 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.402 mas, bmaj=19.19 mas, bpa=16.22 degrees ! Estimated noise=2.94782 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.000528335 Jy ! Component: 100 - total flux cleaned = -0.000534928 Jy ! Component: 150 - total flux cleaned = -0.000537355 Jy ! Component: 200 - total flux cleaned = -0.00053842 Jy ! Total flux subtracted in 200 components = -0.00053842 Jy ! Clean residual min=-0.006015 max=0.007511 Jy/beam ! Clean residual mean=0.000303 rms=0.002185 Jy/beam ! Combined flux in latest and established models = 0.914283 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 50 components and 0.914283 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086789Jy sigma=0.896852 ! Fit after self-cal, rms=0.086733Jy sigma=0.896583 ! 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.469 mas, bmaj=6.5 mas, bpa=4.283 degrees ! Estimated noise=2.91766 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.739206 Jy ! Component: 100 - total flux cleaned = 0.850558 Jy ! Component: 150 - total flux cleaned = 0.883436 Jy ! Component: 200 - total flux cleaned = 0.898329 Jy ! Total flux subtracted in 200 components = 0.898329 Jy ! Clean residual min=-0.008347 max=0.008991 Jy/beam ! Clean residual mean=0.000179 rms=0.002484 Jy/beam ! Combined flux in latest and established models = 0.898329 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.898329 Jy ! Inverting map and beam ! Estimated beam: bmin=2.998 mas, bmaj=7.765 mas, bpa=3.72 degrees ! Estimated noise=2.25773 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.0102869 Jy ! Component: 100 - total flux cleaned = 0.0143423 Jy ! Component: 150 - total flux cleaned = 0.0161229 Jy ! Component: 200 - total flux cleaned = 0.0163812 Jy ! Total flux subtracted in 200 components = 0.0163812 Jy ! Clean residual min=-0.006361 max=0.007393 Jy/beam ! Clean residual mean=0.000132 rms=0.001823 Jy/beam ! Combined flux in latest and established models = 0.91471 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 43 components and 0.91471 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.402 mas, bmaj=19.19 mas, bpa=16.22 degrees ! Estimated noise=2.94782 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.000369741 Jy ! Component: 100 - total flux cleaned = -0.000369025 Jy ! Component: 150 - total flux cleaned = -0.000366973 Jy ! Component: 200 - total flux cleaned = -0.000366017 Jy ! Total flux subtracted in 200 components = -0.000366017 Jy ! Clean residual min=-0.005944 max=0.007451 Jy/beam ! Clean residual mean=0.000302 rms=0.002166 Jy/beam ! Combined flux in latest and established models = 0.914344 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 51 components and 0.914344 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.998 mas, bmaj=7.765 mas, bpa=3.72 degrees ! Estimated noise=2.25773 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000986872 Jy ! Component: 100 - total flux cleaned = 0.000887653 Jy ! Component: 150 - total flux cleaned = 0.000958329 Jy ! Component: 200 - total flux cleaned = 0.00101659 Jy ! Total flux subtracted in 200 components = 0.00101659 Jy ! Clean residual min=-0.006350 max=0.007288 Jy/beam ! Clean residual mean=0.000124 rms=0.001818 Jy/beam ! Combined flux in latest and established models = 0.91536 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 56 components and 0.91536 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.086719Jy sigma=0.895935 ! Fit after self-cal, rms=0.086697Jy sigma=0.895891 wmodel J1127-1857_S_2007_01_11_yyk\_map.mod ! Writing 56 model components to file: J1127-1857_S_2007_01_11_yyk_map.mod wobs J1127-1857_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J1127-1857_S_2007_01_11_yyk_uvs.fits wwins J1127-1857_S_2007_01_11_yyk\_map.win ! wwins: Wrote 1 windows to J1127-1857_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.00157772 Jy ! Component: 100 - total flux cleaned = 0.00137776 Jy ! Component: 150 - total flux cleaned = 0.0011828 Jy ! Component: 200 - total flux cleaned = 0.00136488 Jy ! Component: 250 - total flux cleaned = 0.00196296 Jy ! Component: 300 - total flux cleaned = 0.00228472 Jy ! Component: 350 - total flux cleaned = 0.00243694 Jy ! Component: 400 - total flux cleaned = 0.00272858 Jy ! Component: 450 - total flux cleaned = 0.00307685 Jy ! Component: 500 - total flux cleaned = 0.00307768 Jy ! Component: 550 - total flux cleaned = 0.00307976 Jy ! Component: 600 - total flux cleaned = 0.00307948 Jy ! Component: 650 - total flux cleaned = 0.00307854 Jy ! Component: 700 - total flux cleaned = 0.0029624 Jy ! Component: 750 - total flux cleaned = 0.00296229 Jy ! Component: 800 - total flux cleaned = 0.00285329 Jy ! Component: 850 - total flux cleaned = 0.00285414 Jy ! Component: 900 - total flux cleaned = 0.00259647 Jy ! Component: 950 - total flux cleaned = 0.00239584 Jy ! Component: 1000 - total flux cleaned = 0.00219954 Jy ! Component: 1050 - total flux cleaned = 0.00191201 Jy ! Component: 1100 - total flux cleaned = 0.0017243 Jy ! Component: 1150 - total flux cleaned = 0.00149522 Jy ! Component: 1200 - total flux cleaned = 0.001317 Jy ! Component: 1250 - total flux cleaned = 0.00118627 Jy ! Component: 1300 - total flux cleaned = 0.00101452 Jy ! Component: 1350 - total flux cleaned = 0.00088811 Jy ! Component: 1400 - total flux cleaned = 0.00064096 Jy ! Component: 1450 - total flux cleaned = 0.000560901 Jy ! Component: 1500 - total flux cleaned = 0.000402447 Jy ! Component: 1550 - total flux cleaned = 0.000246954 Jy ! Component: 1600 - total flux cleaned = 0.00017106 Jy ! Component: 1650 - total flux cleaned = 5.82447e-05 Jy ! Component: 1700 - total flux cleaned = -5.3035e-05 Jy ! Component: 1750 - total flux cleaned = -0.000162496 Jy ! Component: 1800 - total flux cleaned = -0.000305677 Jy ! Component: 1850 - total flux cleaned = -0.000376232 Jy ! Component: 1900 - total flux cleaned = -0.000272537 Jy ! Component: 1950 - total flux cleaned = -0.000272568 Jy ! Component: 2000 - total flux cleaned = -0.000170736 Jy ! Total flux subtracted in 2048 components = -7.10901e-05 Jy ! Clean residual min=-0.002188 max=0.002147 Jy/beam ! Clean residual mean=-0.000006 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.915289 Jy keep ! Adding 105 model components to the UV plane model. ! The established model now contains 161 components and 0.915289 Jy ![Exited script file: muppet] wmap "J1127-1857_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.998 x 7.765 at 3.72 degrees (North through East) ! Clean map min=-0.0051465 max=0.85874 Jy/beam ! Writing clean map to FITS file: J1127-1857_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.858736 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000612063 device "J1127-1857_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J1127-1857_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.213824 0.213824 0.427649 0.855298 1.7106 3.42119 6.84238 13.6848 27.3695 54.7391 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.858 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.998 x 7.765 at 3.72 degrees (North through East) ! Clean map min=-0.0051465 max=0.85874 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1127-1857_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J1127-1857_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1127-1857_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:34:09 2008