! Started logfile: J2256-2011_X_1997_08_27_yyk_uvs.log on Mon Jan 8 10:45:17 2007 obs J2256-2011_X_1997_08_27_yyk_uva.fits ! Reading UV FITS file: J2256-2011_X_1997_08_27_yyk_uva.fits ! AN table 1: 145 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.525824 visibilities/baseline/integration-bin. ! Found source: J2256-2011 ! ! 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.15447e+09 8e+06 1 8e+06 ! 02 2 8.23447e+09 8e+06 1 8e+06 ! 03 3 8.41447e+09 8e+06 1 8e+06 ! 04 4 8.55447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 702 lines of history. ! ! Reading 13724 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 J2256-2011_X_1997_08_27_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.402583 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.7862 mas, bmaj=1.604 mas, bpa=-18.19 degrees ! Estimated noise=1602.89 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.19071 Jy ! Component: 100 - total flux cleaned = 0.223233 Jy ! Total flux subtracted in 100 components = 0.223233 Jy ! Clean residual min=-0.037146 max=0.039645 Jy/beam ! Clean residual mean=-0.000022 rms=0.008362 Jy/beam ! Combined flux in latest and established models = 0.223233 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.223233 Jy ! ! Correcting IF 1. ! A total of 433 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 433 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 433 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 433 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.325869Jy sigma=0.001498 ! Fit after self-cal, rms=0.324330Jy sigma=0.001493 ! Inverting map and beam ! Estimated beam: bmin=0.7862 mas, bmaj=1.604 mas, bpa=-18.19 degrees ! Estimated noise=1602.92 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.9124 mas, bmaj=1.891 mas, bpa=-16.17 degrees ! Estimated noise=1116.94 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.0601511 Jy ! Component: 100 - total flux cleaned = 0.0884236 Jy ! Component: 150 - total flux cleaned = 0.0995788 Jy ! Component: 200 - total flux cleaned = 0.103203 Jy ! Total flux subtracted in 200 components = 0.103203 Jy ! Clean residual min=-0.026070 max=0.024314 Jy/beam ! Clean residual mean=-0.000120 rms=0.005926 Jy/beam ! Combined flux in latest and established models = 0.326436 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 21 components and 0.326436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.320708Jy sigma=0.001443 ! Fit after self-cal, rms=0.320329Jy sigma=0.001442 ! 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.9124 x 1.891 at -16.17 degrees (North through East) ! Clean map min=-0.025033 max=0.24229 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.01165 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 0.97 HN 0.93 KP 0.93 ! LA 1.02 MK 1.05 NL 1.05 OV 0.98 ! PT 1.00* SC 1.01 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01135 ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 0.98 HN 0.94 KP 0.91 ! LA 0.95 MK 1.00 NL 1.08 OV 1.06 ! PT 1.00* SC 1.08 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.00861 ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.99 HN 0.98 KP 0.94 ! LA 0.98 MK 0.98 NL 1.06 OV 0.99 ! PT 1.00* SC 1.08 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.994808 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.01 HN 1.01 KP 0.91 ! LA 0.97 MK 0.97 NL 1.07 OV 1.04 ! PT 1.00* SC 1.13 ! ! ! Fit before self-cal, rms=0.320329Jy sigma=0.001442 ! Fit after self-cal, rms=0.317710Jy sigma=0.001438 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.317710Jy sigma=0.001438 ! Fit after self-cal, rms=0.317776Jy sigma=0.001438 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9333 mas, bmaj=1.947 mas, bpa=-17.61 degrees ! Estimated noise=1116.92 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.00317771 Jy ! Component: 100 - total flux cleaned = -0.0025638 Jy ! Component: 150 - total flux cleaned = -0.00178548 Jy ! Component: 200 - total flux cleaned = -0.000901688 Jy ! Total flux subtracted in 200 components = -0.000901688 Jy ! Clean residual min=-0.022479 max=0.018690 Jy/beam ! Clean residual mean=-0.000134 rms=0.005426 Jy/beam ! Combined flux in latest and established models = 0.325534 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 24 components and 0.325534 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.317192Jy sigma=0.001435 ! Fit after self-cal, rms=0.317149Jy sigma=0.001435 ! 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.317149Jy sigma=0.001435 ! Fit after self-cal, rms=0.312441Jy sigma=0.001410 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.00458547 Jy ! Component: 100 - total flux cleaned = 0.005114 Jy ! Component: 150 - total flux cleaned = 0.00511819 Jy ! Component: 200 - total flux cleaned = 0.00511331 Jy ! Total flux subtracted in 200 components = 0.00511331 Jy ! Clean residual min=-0.021481 max=0.018290 Jy/beam ! Clean residual mean=-0.000105 rms=0.005168 Jy/beam ! Combined flux in latest and established models = 0.330648 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 31 components and 0.330648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.312488Jy sigma=0.001409 ! Fit after self-cal, rms=0.311450Jy sigma=0.001405 ! 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.9333 x 1.947 at -17.61 degrees (North through East) ! Clean map min=-0.019665 max=0.24846 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.311450Jy sigma=0.001405 ! Fit after self-cal, rms=6.208074Jy sigma=0.001365 ! 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=6.208074Jy sigma=0.001365 ! Fit after self-cal, rms=6.208883Jy sigma=0.001363 ! Inverting map and beam ! Estimated beam: bmin=0.9076 mas, bmaj=2.169 mas, bpa=-14.35 degrees ! Estimated noise=1105.62 mJy/beam. ! Added new window around map position (-2.6, -0.2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0179882 Jy ! Component: 100 - total flux cleaned = 0.0197676 Jy ! Component: 150 - total flux cleaned = 0.0197843 Jy ! Component: 200 - total flux cleaned = 0.0197825 Jy ! Total flux subtracted in 200 components = 0.0197825 Jy ! Clean residual min=-0.008210 max=0.010730 Jy/beam ! Clean residual mean=0.000022 rms=0.002387 Jy/beam ! Combined flux in latest and established models = 0.35043 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 51 components and 0.35043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=6.208610Jy sigma=0.001357 ! Fit after self-cal, rms=6.208947Jy sigma=0.001356 ! 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=6.208947Jy sigma=0.001356 ! Fit after self-cal, rms=5.456502Jy sigma=0.001354 ! 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=5.456502Jy sigma=0.001354 ! Fit after self-cal, rms=5.456046Jy sigma=0.001354 ! Inverting map and beam ! Estimated beam: bmin=0.8973 mas, bmaj=2.129 mas, bpa=-13.69 degrees ! Estimated noise=1098.51 mJy/beam. ! Added new window around map position (-6, 25.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0106868 Jy ! Component: 100 - total flux cleaned = 0.0132517 Jy ! Component: 150 - total flux cleaned = 0.013843 Jy ! Component: 200 - total flux cleaned = 0.0143587 Jy ! Total flux subtracted in 200 components = 0.0143587 Jy ! Clean residual min=-0.005937 max=0.006020 Jy/beam ! Clean residual mean=0.000017 rms=0.001707 Jy/beam ! Combined flux in latest and established models = 0.364789 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 63 components and 0.364789 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=5.455982Jy sigma=0.001352 ! Fit after self-cal, rms=5.454223Jy sigma=0.001351 ! 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.156 mas, bmaj=3.855 mas, bpa=-14.34 degrees ! Estimated noise=1443.64 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.000424934 Jy ! Component: 100 - total flux cleaned = 0.000552036 Jy ! Component: 150 - total flux cleaned = 0.000323638 Jy ! Component: 200 - total flux cleaned = 0.000118121 Jy ! Total flux subtracted in 200 components = 0.000118121 Jy ! Clean residual min=-0.005709 max=0.006783 Jy/beam ! Clean residual mean=0.000022 rms=0.002043 Jy/beam ! Combined flux in latest and established models = 0.364907 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 77 components and 0.364907 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=5.454219Jy sigma=0.001351 ! Fit after self-cal, rms=5.453377Jy sigma=0.001351 ! 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.7364 mas, bmaj=1.783 mas, bpa=-14.3 degrees ! Estimated noise=1859.85 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.226955 Jy ! Component: 100 - total flux cleaned = 0.274772 Jy ! Component: 150 - total flux cleaned = 0.303722 Jy ! Component: 200 - total flux cleaned = 0.325211 Jy ! Total flux subtracted in 200 components = 0.325211 Jy ! Clean residual min=-0.014016 max=0.014422 Jy/beam ! Clean residual mean=0.000031 rms=0.003885 Jy/beam ! Combined flux in latest and established models = 0.325211 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.325211 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8973 mas, bmaj=2.129 mas, bpa=-13.69 degrees ! Estimated noise=1098.51 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (12.6, -20.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0165472 Jy ! Component: 100 - total flux cleaned = 0.0240909 Jy ! Component: 150 - total flux cleaned = 0.0261079 Jy ! Component: 200 - total flux cleaned = 0.0275088 Jy ! Total flux subtracted in 200 components = 0.0275088 Jy ! Clean residual min=-0.006280 max=0.006708 Jy/beam ! Clean residual mean=0.000035 rms=0.001900 Jy/beam ! Combined flux in latest and established models = 0.35272 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 66 components and 0.35272 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.156 mas, bmaj=3.855 mas, bpa=-14.34 degrees ! Estimated noise=1443.64 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.00339247 Jy ! Component: 100 - total flux cleaned = 0.00379825 Jy ! Component: 150 - total flux cleaned = 0.00377129 Jy ! Component: 200 - total flux cleaned = 0.0037569 Jy ! Total flux subtracted in 200 components = 0.0037569 Jy ! Clean residual min=-0.005981 max=0.006647 Jy/beam ! Clean residual mean=0.000056 rms=0.002191 Jy/beam ! Combined flux in latest and established models = 0.356476 Jy ! Adding 24 model components to the UV plane model. ! The established model now contains 88 components and 0.356477 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8973 mas, bmaj=2.129 mas, bpa=-13.69 degrees ! Estimated noise=1098.51 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000419852 Jy ! Component: 100 - total flux cleaned = 0.000440119 Jy ! Component: 150 - total flux cleaned = 0.000566078 Jy ! Component: 200 - total flux cleaned = 0.00056974 Jy ! Total flux subtracted in 200 components = 0.00056974 Jy ! Clean residual min=-0.005232 max=0.006047 Jy/beam ! Clean residual mean=0.000023 rms=0.001476 Jy/beam ! Combined flux in latest and established models = 0.357046 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 113 components and 0.357046 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=5.452699Jy sigma=0.001350 ! Fit after self-cal, rms=5.451668Jy sigma=0.001350 wmodel J2256-2011_X_1997_08_27_yyk\_map.mod ! Writing 113 model components to file: J2256-2011_X_1997_08_27_yyk_map.mod wobs J2256-2011_X_1997_08_27_yyk\_uvs.fits ! Writing UV FITS file: J2256-2011_X_1997_08_27_yyk_uvs.fits wwins J2256-2011_X_1997_08_27_yyk\_map.win ! wwins: Wrote 4 windows to J2256-2011_X_1997_08_27_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.00136636 Jy ! Component: 100 - total flux cleaned = 0.0013714 Jy ! Component: 150 - total flux cleaned = 0.00153751 Jy ! Component: 200 - total flux cleaned = 0.00139055 Jy ! Component: 250 - total flux cleaned = 0.00131926 Jy ! Component: 300 - total flux cleaned = 0.00152173 Jy ! Component: 350 - total flux cleaned = 0.00126651 Jy ! Component: 400 - total flux cleaned = 0.00102348 Jy ! Component: 450 - total flux cleaned = 0.000911893 Jy ! Component: 500 - total flux cleaned = 0.000801624 Jy ! Component: 550 - total flux cleaned = 0.000534635 Jy ! Component: 600 - total flux cleaned = 0.000278301 Jy ! Component: 650 - total flux cleaned = 0.000130199 Jy ! Component: 700 - total flux cleaned = 3.42855e-05 Jy ! Component: 750 - total flux cleaned = -0.000149063 Jy ! Component: 800 - total flux cleaned = -0.000369376 Jy ! Component: 850 - total flux cleaned = -0.000583493 Jy ! Component: 900 - total flux cleaned = -0.000875642 Jy ! Component: 950 - total flux cleaned = -0.00120197 Jy ! Component: 1000 - total flux cleaned = -0.00147904 Jy ! Component: 1050 - total flux cleaned = -0.00163417 Jy ! Component: 1100 - total flux cleaned = -0.00174831 Jy ! Component: 1150 - total flux cleaned = -0.00196989 Jy ! Component: 1200 - total flux cleaned = -0.00215043 Jy ! Component: 1250 - total flux cleaned = -0.0023612 Jy ! Component: 1300 - total flux cleaned = -0.00263517 Jy ! Component: 1350 - total flux cleaned = -0.002803 Jy ! Component: 1400 - total flux cleaned = -0.00306735 Jy ! Component: 1450 - total flux cleaned = -0.003456 Jy ! Component: 1500 - total flux cleaned = -0.00361505 Jy ! Component: 1550 - total flux cleaned = -0.00392742 Jy ! Component: 1600 - total flux cleaned = -0.00405021 Jy ! Component: 1650 - total flux cleaned = -0.00414083 Jy ! Component: 1700 - total flux cleaned = -0.00431921 Jy ! Component: 1750 - total flux cleaned = -0.00452267 Jy ! Component: 1800 - total flux cleaned = -0.00466526 Jy ! Component: 1850 - total flux cleaned = -0.00474988 Jy ! Component: 1900 - total flux cleaned = -0.00486136 Jy ! Component: 1950 - total flux cleaned = -0.00491601 Jy ! Component: 2000 - total flux cleaned = -0.00499644 Jy ! Total flux subtracted in 2048 components = -0.00502305 Jy ! Clean residual min=-0.001322 max=0.001484 Jy/beam ! Clean residual mean=0.000003 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.352023 Jy keep ! Adding 126 model components to the UV plane model. ! The established model now contains 239 components and 0.352023 Jy ![Exited script file: muppet] wmap "J2256-2011_X_1997_08_27_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8973 x 2.129 at -13.69 degrees (North through East) ! Clean map min=-0.0043461 max=0.26497 Jy/beam ! Writing clean map to FITS file: J2256-2011_X_1997_08_27_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.264967 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000474882 device "J2256-2011_X_1997_08_27_yyk\_map.eps/VPS" ! Attempting to open device: 'J2256-2011_X_1997_08_27_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.53767 0.53767 1.07534 2.15068 4.30136 8.60272 17.2054 34.4109 68.8218 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.264 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.8973 x 2.129 at -13.69 degrees (North through East) ! Clean map min=-0.0043461 max=0.26497 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2256-2011_X_1997_08_27_yyk\_map.gif/gif" ! Attempting to open device: 'J2256-2011_X_1997_08_27_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2256-2011_X_1997_08_27_yyk_uvs.log closed on Mon Jan 8 10:45:24 2007