! Started logfile: J1246-2547_X_2005_07_20_yyk_uvs.log on Fri Jan 20 10:27:46 2006 obs J1246-2547_X_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J1246-2547_X_2005_07_20_yyk_uve.fits ! AN table 1: 6 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.759259 visibilities/baseline/integration-bin. ! Found source: J1246-2547 ! ! 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 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1487 lines of history. ! ! Reading 820 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 J1246-2547_X_2005_07_20_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.654928 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=0.7089 mas, bmaj=1.775 mas, bpa=4.942 degrees ! Estimated noise=2.47115 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.51988 Jy ! Component: 100 - total flux cleaned = 0.639713 Jy ! Total flux subtracted in 100 components = 0.639713 Jy ! Clean residual min=-0.025025 max=0.042846 Jy/beam ! Clean residual mean=0.000080 rms=0.008879 Jy/beam ! Combined flux in latest and established models = 0.639713 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.639713 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.128996Jy sigma=2.075148 ! Fit after self-cal, rms=0.128336Jy sigma=2.065893 ! Inverting map and beam ! Estimated beam: bmin=0.7089 mas, bmaj=1.775 mas, bpa=4.942 degrees ! Estimated noise=2.47115 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=0.9298 mas, bmaj=2.453 mas, bpa=-2.314 degrees ! Estimated noise=1.58945 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.0547756 Jy ! Component: 100 - total flux cleaned = 0.0716525 Jy ! Component: 150 - total flux cleaned = 0.075716 Jy ! Component: 200 - total flux cleaned = 0.0760832 Jy ! Total flux subtracted in 200 components = 0.0760832 Jy ! Clean residual min=-0.027790 max=0.042639 Jy/beam ! Clean residual mean=0.000161 rms=0.010245 Jy/beam ! Combined flux in latest and established models = 0.715796 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.715796 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.109632Jy sigma=1.776475 ! Fit after self-cal, rms=0.109296Jy sigma=1.774500 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9298 x 2.453 at -2.314 degrees (North through East) ! Clean map min=-0.026567 max=0.62304 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.00857 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 0.97 HN 1.00* KP 0.90 ! LA 0.96 MK 1.01 NL 1.03 OV 1.00 ! PT 1.11 SC 0.95 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01503 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 HN 1.00* KP 0.86 ! LA 0.94 MK 0.98 NL 1.02 OV 0.99 ! PT 1.14 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.01232 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 0.97 HN 1.00* KP 0.82 ! LA 0.92 MK 1.01 NL 1.03 OV 1.02 ! PT 1.20 SC 0.90 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.968657 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 1.00* KP 0.94 ! LA 0.93 MK 1.02 NL 1.01 OV 1.03 ! PT 1.26 SC 1.14 ! ! ! Fit before self-cal, rms=0.109296Jy sigma=1.774500 ! Fit after self-cal, rms=0.084286Jy sigma=1.247640 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.084286Jy sigma=1.247640 ! Fit after self-cal, rms=0.084311Jy sigma=1.247524 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9299 mas, bmaj=2.442 mas, bpa=-1.9 degrees ! Estimated noise=1.58605 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 (1.8, -3). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0264875 Jy ! Component: 100 - total flux cleaned = 0.0338566 Jy ! Component: 150 - total flux cleaned = 0.0347888 Jy ! Component: 200 - total flux cleaned = 0.0353776 Jy ! Total flux subtracted in 200 components = 0.0353776 Jy ! Clean residual min=-0.008464 max=0.009868 Jy/beam ! Clean residual mean=-0.000006 rms=0.002539 Jy/beam ! Combined flux in latest and established models = 0.751174 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 39 components and 0.751174 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078616Jy sigma=1.128709 ! Fit after self-cal, rms=0.078324Jy sigma=1.124241 ! 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.078324Jy sigma=1.124241 ! Fit after self-cal, rms=0.074575Jy sigma=1.067650 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.00456213 Jy ! Component: 100 - total flux cleaned = 0.00456715 Jy ! Component: 150 - total flux cleaned = 0.00457145 Jy ! Component: 200 - total flux cleaned = 0.00457848 Jy ! Total flux subtracted in 200 components = 0.00457848 Jy ! Clean residual min=-0.008010 max=0.008791 Jy/beam ! Clean residual mean=-0.000005 rms=0.002376 Jy/beam ! Combined flux in latest and established models = 0.755752 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 45 components and 0.755752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074145Jy sigma=1.060573 ! Fit after self-cal, rms=0.073742Jy sigma=1.054838 ! 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: 0.9299 x 2.442 at -1.9 degrees (North through East) ! Clean map min=-0.0073442 max=0.62591 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.073742Jy sigma=1.054838 ! Fit after self-cal, rms=0.069074Jy sigma=0.959464 ! 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.069074Jy sigma=0.959464 ! Fit after self-cal, rms=0.069070Jy sigma=0.958676 ! Inverting map and beam ! Estimated beam: bmin=0.9291 mas, bmaj=2.431 mas, bpa=-1.771 degrees ! Estimated noise=1.5804 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00566069 Jy ! Component: 100 - total flux cleaned = 0.00588285 Jy ! Component: 150 - total flux cleaned = 0.00564037 Jy ! Component: 200 - total flux cleaned = 0.00541897 Jy ! Total flux subtracted in 200 components = 0.00541897 Jy ! Clean residual min=-0.006703 max=0.005788 Jy/beam ! Clean residual mean=-0.000015 rms=0.001765 Jy/beam ! Combined flux in latest and established models = 0.761171 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 57 components and 0.761171 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068631Jy sigma=0.950727 ! Fit after self-cal, rms=0.068538Jy sigma=0.949730 ! 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.068538Jy sigma=0.949730 ! Fit after self-cal, rms=0.067692Jy sigma=0.925174 ! 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.067692Jy sigma=0.925174 ! Fit after self-cal, rms=0.067687Jy sigma=0.925147 ! Inverting map and beam ! Estimated beam: bmin=0.9305 mas, bmaj=2.428 mas, bpa=-1.721 degrees ! Estimated noise=1.58203 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00318798 Jy ! Component: 100 - total flux cleaned = 0.00318398 Jy ! Component: 150 - total flux cleaned = 0.00318461 Jy ! Component: 200 - total flux cleaned = 0.00318491 Jy ! Total flux subtracted in 200 components = 0.00318491 Jy ! Clean residual min=-0.006440 max=0.005424 Jy/beam ! Clean residual mean=-0.000013 rms=0.001630 Jy/beam ! Combined flux in latest and established models = 0.764356 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 68 components and 0.764356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067480Jy sigma=0.921138 ! Fit after self-cal, rms=0.067412Jy sigma=0.920650 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.577 mas, bmaj=6.817 mas, bpa=11.53 degrees ! Estimated noise=1.93377 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.000649018 Jy ! Component: 100 - total flux cleaned = 0.000617605 Jy ! Component: 150 - total flux cleaned = 0.000471953 Jy ! Component: 200 - total flux cleaned = 0.000335083 Jy ! Total flux subtracted in 200 components = 0.000335083 Jy ! Clean residual min=-0.006355 max=0.006161 Jy/beam ! Clean residual mean=-0.000017 rms=0.002120 Jy/beam ! Combined flux in latest and established models = 0.764691 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 83 components and 0.764691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067405Jy sigma=0.920246 ! Fit after self-cal, rms=0.067393Jy sigma=0.920198 ! 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=0.7138 mas, bmaj=1.776 mas, bpa=5.011 degrees ! Estimated noise=2.44426 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.513921 Jy ! Component: 100 - total flux cleaned = 0.631897 Jy ! Component: 150 - total flux cleaned = 0.681557 Jy ! Component: 200 - total flux cleaned = 0.710705 Jy ! Total flux subtracted in 200 components = 0.710705 Jy ! Clean residual min=-0.012060 max=0.014274 Jy/beam ! Clean residual mean=-0.000008 rms=0.003184 Jy/beam ! Combined flux in latest and established models = 0.710705 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.710705 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9305 mas, bmaj=2.428 mas, bpa=-1.721 degrees ! Estimated noise=1.58203 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.0267549 Jy ! Component: 100 - total flux cleaned = 0.0406112 Jy ! Component: 150 - total flux cleaned = 0.0485501 Jy ! Component: 200 - total flux cleaned = 0.0520061 Jy ! Total flux subtracted in 200 components = 0.0520061 Jy ! Clean residual min=-0.006389 max=0.005497 Jy/beam ! Clean residual mean=-0.000011 rms=0.001708 Jy/beam ! Combined flux in latest and established models = 0.762711 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 53 components and 0.762711 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.577 mas, bmaj=6.817 mas, bpa=11.53 degrees ! Estimated noise=1.93377 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.000811444 Jy ! Component: 100 - total flux cleaned = 0.0013779 Jy ! Component: 150 - total flux cleaned = 0.00171173 Jy ! Component: 200 - total flux cleaned = 0.00176584 Jy ! Total flux subtracted in 200 components = 0.00176584 Jy ! Clean residual min=-0.006582 max=0.005926 Jy/beam ! Clean residual mean=-0.000016 rms=0.002117 Jy/beam ! Combined flux in latest and established models = 0.764477 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 72 components and 0.764477 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9305 mas, bmaj=2.428 mas, bpa=-1.721 degrees ! Estimated noise=1.58203 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000214709 Jy ! Component: 100 - total flux cleaned = -0.000129815 Jy ! Component: 150 - total flux cleaned = -3.49317e-05 Jy ! Component: 200 - total flux cleaned = -3.09523e-05 Jy ! Total flux subtracted in 200 components = -3.09523e-05 Jy ! Clean residual min=-0.005954 max=0.005463 Jy/beam ! Clean residual mean=-0.000012 rms=0.001638 Jy/beam ! Combined flux in latest and established models = 0.764446 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 82 components and 0.764446 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067496Jy sigma=0.924868 ! Fit after self-cal, rms=0.067422Jy sigma=0.924384 wmodel J1246-2547_X_2005_07_20_yyk\_map.mod ! Writing 82 model components to file: J1246-2547_X_2005_07_20_yyk_map.mod wobs J1246-2547_X_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J1246-2547_X_2005_07_20_yyk_uvs.fits wwins J1246-2547_X_2005_07_20_yyk\_map.win ! wwins: Wrote 2 windows to J1246-2547_X_2005_07_20_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.00228846 Jy ! Component: 100 - total flux cleaned = -0.00334257 Jy ! Component: 150 - total flux cleaned = -0.00378009 Jy ! Component: 200 - total flux cleaned = -0.00418875 Jy ! Component: 250 - total flux cleaned = -0.00449383 Jy ! Component: 300 - total flux cleaned = -0.00485537 Jy ! Component: 350 - total flux cleaned = -0.00506434 Jy ! Component: 400 - total flux cleaned = -0.00519593 Jy ! Component: 450 - total flux cleaned = -0.00500769 Jy ! Component: 500 - total flux cleaned = -0.00482474 Jy ! Component: 550 - total flux cleaned = -0.00464801 Jy ! Component: 600 - total flux cleaned = -0.00436416 Jy ! Component: 650 - total flux cleaned = -0.00425374 Jy ! Component: 700 - total flux cleaned = -0.00404095 Jy ! Component: 750 - total flux cleaned = -0.00368041 Jy ! Component: 800 - total flux cleaned = -0.00352993 Jy ! Component: 850 - total flux cleaned = -0.00328705 Jy ! Component: 900 - total flux cleaned = -0.00300126 Jy ! Component: 950 - total flux cleaned = -0.00263071 Jy ! Component: 1000 - total flux cleaned = -0.00231341 Jy ! Component: 1050 - total flux cleaned = -0.00196047 Jy ! Component: 1100 - total flux cleaned = -0.00161475 Jy ! Component: 1150 - total flux cleaned = -0.00131857 Jy ! Component: 1200 - total flux cleaned = -0.000988174 Jy ! Component: 1250 - total flux cleaned = -0.000786465 Jy ! Component: 1300 - total flux cleaned = -0.000627602 Jy ! Component: 1350 - total flux cleaned = -0.000201594 Jy ! Component: 1400 - total flux cleaned = 2.63869e-05 Jy ! Component: 1450 - total flux cleaned = 0.000359882 Jy ! Component: 1500 - total flux cleaned = 0.000540671 Jy ! Component: 1550 - total flux cleaned = 0.000718732 Jy ! Component: 1600 - total flux cleaned = 0.000823225 Jy ! Component: 1650 - total flux cleaned = 0.000891986 Jy ! Component: 1700 - total flux cleaned = 0.00106126 Jy ! Component: 1750 - total flux cleaned = 0.00122738 Jy ! Component: 1800 - total flux cleaned = 0.00132515 Jy ! Component: 1850 - total flux cleaned = 0.00135718 Jy ! Component: 1900 - total flux cleaned = 0.00145231 Jy ! Component: 1950 - total flux cleaned = 0.00142061 Jy ! Component: 2000 - total flux cleaned = 0.00157595 Jy ! Total flux subtracted in 2048 components = 0.00160639 Jy ! Clean residual min=-0.001691 max=0.002129 Jy/beam ! Clean residual mean=0.000005 rms=0.000559 Jy/beam ! Combined flux in latest and established models = 0.766052 Jy keep ! Adding 120 model components to the UV plane model. ! The established model now contains 202 components and 0.766052 Jy ![Exited script file: muppet] wmap "J1246-2547_X_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9305 x 2.428 at -1.721 degrees (North through East) ! Clean map min=-0.0044513 max=0.62235 Jy/beam ! Writing clean map to FITS file: J1246-2547_X_2005_07_20_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.622352 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000544344 device "J1246-2547_X_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J1246-2547_X_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.262397 0.262397 0.524793 1.04959 2.09917 4.19835 8.39669 16.7934 33.5868 67.1735 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.622 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9305 x 2.428 at -1.721 degrees (North through East) ! Clean map min=-0.0044513 max=0.62235 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1246-2547_X_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J1246-2547_X_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1246-2547_X_2005_07_20_yyk_uvs.log closed on Fri Jan 20 10:27:50 2006