! Started logfile: J1737-2251_S_2007_01_11_yyk_uvs.log on Mon Jun 16 20:14:55 2008 obs J1737-2251_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J1737-2251_S_2007_01_11_yyk_uve.fits ! AN table 1: 15 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.633333 visibilities/baseline/integration-bin. ! Found source: J1737-2251 ! ! 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 1368 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 J1737-2251_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 = 256x256 pixels with 1.00x1.00 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.137993 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.644 mas, bmaj=8.594 mas, bpa=13.54 degrees ! Estimated noise=2.74874 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.0919897 Jy ! Component: 100 - total flux cleaned = 0.120103 Jy ! Total flux subtracted in 100 components = 0.120103 Jy ! Clean residual min=-0.009473 max=0.009787 Jy/beam ! Clean residual mean=0.000121 rms=0.002934 Jy/beam ! Combined flux in latest and established models = 0.120103 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.120103 Jy ! ! Correcting IF 1. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 37 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 51 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.074225Jy sigma=1.044564 ! Fit after self-cal, rms=0.072878Jy sigma=1.026387 ! Inverting map and beam ! Estimated beam: bmin=3.644 mas, bmaj=8.594 mas, bpa=13.54 degrees ! Estimated noise=2.74874 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=6.446 mas, bmaj=17.04 mas, bpa=17.98 degrees ! Estimated noise=1.53238 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.0141767 Jy ! Component: 100 - total flux cleaned = 0.0184234 Jy ! Component: 150 - total flux cleaned = 0.0197725 Jy ! Component: 200 - total flux cleaned = 0.0199799 Jy ! Total flux subtracted in 200 components = 0.0199799 Jy ! Clean residual min=-0.004862 max=0.005629 Jy/beam ! Clean residual mean=0.000293 rms=0.001764 Jy/beam ! Combined flux in latest and established models = 0.140082 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 41 components and 0.140082 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071031Jy sigma=0.995018 ! Fit after self-cal, rms=0.071018Jy sigma=0.994906 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.446 x 17.04 at 17.98 degrees (North through East) ! Clean map min=-0.0047235 max=0.10846 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: 0.996913 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.07 HN 1.00* KP 0.90 ! LA 1.05 MK 1.00* OV 1.07 PT 0.99 ! SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.982722 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.07 HN 1.00* KP 0.98 ! LA 1.02 MK 1.00* OV 1.03 PT 0.98 ! SC 1.10 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.98945 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.97 HN 1.00* KP 1.02 ! LA 0.98 MK 1.00* OV 1.04 PT 1.02 ! SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.01318 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.94 HN 1.00* KP 0.99 ! LA 0.94 MK 1.13 OV 0.96 PT 0.92 ! SC 1.00* ! ! ! Fit before self-cal, rms=0.071018Jy sigma=0.994906 ! Fit after self-cal, rms=0.072248Jy sigma=0.985570 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.072248Jy sigma=0.985570 ! Fit after self-cal, rms=0.072251Jy sigma=0.985563 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=6.785 mas, bmaj=18.29 mas, bpa=18.9 degrees ! Estimated noise=1.52266 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.00157709 Jy ! Component: 100 - total flux cleaned = -0.00157772 Jy ! Component: 150 - total flux cleaned = -0.00158141 Jy ! Component: 200 - total flux cleaned = -0.00158427 Jy ! Total flux subtracted in 200 components = -0.00158427 Jy ! Clean residual min=-0.004711 max=0.004709 Jy/beam ! Clean residual mean=0.000313 rms=0.001606 Jy/beam ! Combined flux in latest and established models = 0.138498 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 44 components and 0.138498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072215Jy sigma=0.985033 ! Fit after self-cal, rms=0.072213Jy sigma=0.985011 ! 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.072213Jy sigma=0.985011 ! Fit after self-cal, rms=0.067568Jy sigma=0.903144 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.00227911 Jy ! Component: 100 - total flux cleaned = 0.00227305 Jy ! Component: 150 - total flux cleaned = 0.0022383 Jy ! Component: 200 - total flux cleaned = 0.00220414 Jy ! Total flux subtracted in 200 components = 0.00220414 Jy ! Clean residual min=-0.004461 max=0.004817 Jy/beam ! Clean residual mean=0.000341 rms=0.001556 Jy/beam ! Combined flux in latest and established models = 0.140702 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 45 components and 0.140702 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067463Jy sigma=0.901730 ! Fit after self-cal, rms=0.067207Jy sigma=0.897553 ! 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: 6.785 x 18.29 at 18.9 degrees (North through East) ! Clean map min=-0.0041876 max=0.11296 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.067207Jy sigma=0.897553 ! Fit after self-cal, rms=0.067008Jy sigma=0.892050 ! 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.067008Jy sigma=0.892050 ! Fit after self-cal, rms=0.066993Jy sigma=0.891679 ! Inverting map and beam ! Estimated beam: bmin=6.788 mas, bmaj=18.29 mas, bpa=18.77 degrees ! Estimated noise=1.52473 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000420063 Jy ! Component: 100 - total flux cleaned = 0.000347639 Jy ! Component: 150 - total flux cleaned = 0.000283159 Jy ! Component: 200 - total flux cleaned = 0.000252293 Jy ! Total flux subtracted in 200 components = 0.000252293 Jy ! Clean residual min=-0.004704 max=0.004620 Jy/beam ! Clean residual mean=0.000299 rms=0.001478 Jy/beam ! Combined flux in latest and established models = 0.140955 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 46 components and 0.140955 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066941Jy sigma=0.891211 ! Fit after self-cal, rms=0.066929Jy sigma=0.891153 ! 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.066929Jy sigma=0.891153 ! Fit after self-cal, rms=0.066127Jy sigma=0.893815 ! 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.066127Jy sigma=0.893815 ! Fit after self-cal, rms=0.066154Jy sigma=0.893539 ! Inverting map and beam ! Estimated beam: bmin=6.7 mas, bmaj=17.87 mas, bpa=17.81 degrees ! Estimated noise=1.50626 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00169684 Jy ! Component: 100 - total flux cleaned = -0.001763 Jy ! Component: 150 - total flux cleaned = -0.00179333 Jy ! Component: 200 - total flux cleaned = -0.00182338 Jy ! Total flux subtracted in 200 components = -0.00182338 Jy ! Clean residual min=-0.005113 max=0.004943 Jy/beam ! Clean residual mean=0.000163 rms=0.001623 Jy/beam ! Combined flux in latest and established models = 0.139131 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 48 components and 0.139131 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066112Jy sigma=0.892748 ! Fit after self-cal, rms=0.066112Jy sigma=0.892718 ! 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=10.82 mas, bmaj=36.76 mas, bpa=24.56 degrees ! Estimated noise=1.56754 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.000186873 Jy ! Component: 100 - total flux cleaned = 0.000227962 Jy ! Component: 150 - total flux cleaned = 0.000268341 Jy ! Component: 200 - total flux cleaned = 0.000288509 Jy ! Total flux subtracted in 200 components = 0.000288509 Jy ! Clean residual min=-0.004676 max=0.004544 Jy/beam ! Clean residual mean=0.000194 rms=0.001657 Jy/beam ! Combined flux in latest and established models = 0.13942 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 50 components and 0.13942 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066093Jy sigma=0.892609 ! Fit after self-cal, rms=0.066097Jy sigma=0.892595 ! 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.705 mas, bmaj=8.775 mas, bpa=13.4 degrees ! Estimated noise=2.77611 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0962658 Jy ! Component: 100 - total flux cleaned = 0.123722 Jy ! Component: 150 - total flux cleaned = 0.133136 Jy ! Component: 200 - total flux cleaned = 0.135247 Jy ! Total flux subtracted in 200 components = 0.135247 Jy ! Clean residual min=-0.008447 max=0.009490 Jy/beam ! Clean residual mean=0.000048 rms=0.002441 Jy/beam ! Combined flux in latest and established models = 0.135247 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.135247 Jy ! Inverting map and beam ! Estimated beam: bmin=6.7 mas, bmaj=17.87 mas, bpa=17.81 degrees ! Estimated noise=1.50626 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.00298733 Jy ! Component: 100 - total flux cleaned = 0.00331501 Jy ! Component: 150 - total flux cleaned = 0.0034487 Jy ! Component: 200 - total flux cleaned = 0.00352967 Jy ! Total flux subtracted in 200 components = 0.00352967 Jy ! Clean residual min=-0.005125 max=0.004834 Jy/beam ! Clean residual mean=0.000174 rms=0.001641 Jy/beam ! Combined flux in latest and established models = 0.138777 Jy ! Adding 8 model components to the UV plane model. ! The established model now contains 30 components and 0.138777 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=10.82 mas, bmaj=36.76 mas, bpa=24.56 degrees ! Estimated noise=1.56754 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.000803297 Jy ! Component: 100 - total flux cleaned = 0.000853682 Jy ! Component: 150 - total flux cleaned = 0.000924447 Jy ! Component: 200 - total flux cleaned = 0.000967884 Jy ! Total flux subtracted in 200 components = 0.000967884 Jy ! Clean residual min=-0.004738 max=0.004490 Jy/beam ! Clean residual mean=0.000193 rms=0.001673 Jy/beam ! Combined flux in latest and established models = 0.139744 Jy ! Adding 7 model components to the UV plane model. ! The established model now contains 36 components and 0.139745 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=6.7 mas, bmaj=17.87 mas, bpa=17.81 degrees ! Estimated noise=1.50626 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000231592 Jy ! Component: 100 - total flux cleaned = -0.000232115 Jy ! Component: 150 - total flux cleaned = -0.000201161 Jy ! Component: 200 - total flux cleaned = -0.000197253 Jy ! Total flux subtracted in 200 components = -0.000197253 Jy ! Clean residual min=-0.005083 max=0.004876 Jy/beam ! Clean residual mean=0.000159 rms=0.001621 Jy/beam ! Combined flux in latest and established models = 0.139547 Jy selfcal false, false, phase_soltime ! 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.139547 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066031Jy sigma=0.892317 ! Fit after self-cal, rms=0.066027Jy sigma=0.892109 wmodel J1737-2251_S_2007_01_11_yyk\_map.mod ! Writing 38 model components to file: J1737-2251_S_2007_01_11_yyk_map.mod wobs J1737-2251_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J1737-2251_S_2007_01_11_yyk_uvs.fits wwins J1737-2251_S_2007_01_11_yyk\_map.win ! wwins: Wrote 1 windows to J1737-2251_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=1024 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000990268 Jy ! Component: 100 - total flux cleaned = -0.00206645 Jy ! Component: 150 - total flux cleaned = -0.00207206 Jy ! Component: 200 - total flux cleaned = -0.00145339 Jy ! Component: 250 - total flux cleaned = -0.000880298 Jy ! Component: 300 - total flux cleaned = -0.000497087 Jy ! Component: 350 - total flux cleaned = -7.70317e-05 Jy ! Component: 400 - total flux cleaned = 0.000324961 Jy ! Component: 450 - total flux cleaned = 0.00071042 Jy ! Component: 500 - total flux cleaned = 0.00103473 Jy ! Component: 550 - total flux cleaned = 0.00130403 Jy ! Component: 600 - total flux cleaned = 0.00165159 Jy ! Component: 650 - total flux cleaned = 0.00198869 Jy ! Component: 700 - total flux cleaned = 0.0022771 Jy ! Component: 750 - total flux cleaned = 0.00275862 Jy ! Component: 800 - total flux cleaned = 0.00311312 Jy ! Component: 850 - total flux cleaned = 0.0035759 Jy ! Component: 900 - total flux cleaned = 0.00402934 Jy ! Component: 950 - total flux cleaned = 0.00451121 Jy ! Component: 1000 - total flux cleaned = 0.00491125 Jy ! Total flux subtracted in 1024 components = 0.00505461 Jy ! Clean residual min=-0.002226 max=0.002686 Jy/beam ! Clean residual mean=0.000172 rms=0.000772 Jy/beam ! Combined flux in latest and established models = 0.144602 Jy keep ! Adding 54 model components to the UV plane model. ! The established model now contains 92 components and 0.144602 Jy ![Exited script file: muppet] wmap "J1737-2251_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.7 x 17.87 at 17.81 degrees (North through East) ! Clean map min=-0.0037362 max=0.11086 Jy/beam ! Writing clean map to FITS file: J1737-2251_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.110864 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000765031 device "J1737-2251_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J1737-2251_S_2007_01_11_yyk_map.eps/VPS' loglevs 1*100*3*image_rms/peak_flux ! The new contour levels are: ! -2.07018 2.07018 4.14036 8.28072 16.5614 33.1229 66.2458 print "clev=",int(1*3*image_rms*10000)/10000 ! clev= 0.0022 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.11 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 6.7 x 17.87 at 17.81 degrees (North through East) ! Clean map min=-0.0037362 max=0.11086 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1737-2251_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J1737-2251_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1737-2251_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 20:14:56 2008