! Started logfile: J1037-2934_X_1996_08_10_yyk_uvs.log on Mon Jan 8 04:56:15 2007 obs J1037-2934_X_1996_08_10_yyk_uva.fits ! Reading UV FITS file: J1037-2934_X_1996_08_10_yyk_uva.fits ! AN table 1: 107 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.629283 visibilities/baseline/integration-bin. ! Found source: J1037-2934 ! ! 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.15049e+09 8e+06 1 8e+06 ! 02 2 8.23424e+09 8e+06 1 8e+06 ! 03 3 8.41424e+09 8e+06 1 8e+06 ! 04 4 8.55424e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 630 lines of history. ! ! Reading 12120 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 J1037-2934_X_1996_08_10_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)= 1.69859 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.6232 mas, bmaj=1.823 mas, bpa=-10.23 degrees ! Estimated noise=2304.49 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 = 1.26708 Jy ! Component: 100 - total flux cleaned = 1.49488 Jy ! Total flux subtracted in 100 components = 1.49488 Jy ! Clean residual min=-0.078913 max=0.133987 Jy/beam ! Clean residual mean=-0.000586 rms=0.025077 Jy/beam ! Combined flux in latest and established models = 1.49488 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 1.49488 Jy ! ! Correcting IF 1. ! A total of 217 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 220 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 217 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 217 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.800087Jy sigma=0.004637 ! Fit after self-cal, rms=0.790218Jy sigma=0.004578 ! Inverting map and beam ! Estimated beam: bmin=0.6232 mas, bmaj=1.823 mas, bpa=-10.23 degrees ! Estimated noise=2304.48 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.7891 mas, bmaj=2.175 mas, bpa=-9.871 degrees ! Estimated noise=1160.3 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.0949592 Jy ! Component: 100 - total flux cleaned = 0.127989 Jy ! Component: 150 - total flux cleaned = 0.138683 Jy ! Component: 200 - total flux cleaned = 0.13966 Jy ! Total flux subtracted in 200 components = 0.13966 Jy ! Clean residual min=-0.082785 max=0.097761 Jy/beam ! Clean residual mean=-0.000280 rms=0.026971 Jy/beam ! Combined flux in latest and established models = 1.63454 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 26 components and 1.63454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.783897Jy sigma=0.004540 ! Fit after self-cal, rms=0.783869Jy sigma=0.004540 ! 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.7891 x 2.175 at -9.871 degrees (North through East) ! Clean map min=-0.076284 max=1.5019 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.0063 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.99 HN 1.06 KP 1.00* ! LA 1.20 MK 0.98 NL 0.93 OV 0.96 ! PT 0.92 SC 0.96 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00889 ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 0.98 HN 1.06 KP 1.00* ! LA 1.17 MK 0.98 NL 0.90 OV 1.01 ! PT 0.90 SC 1.00 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00065 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.99 HN 1.06 KP 1.00* ! LA 1.20 MK 1.01 NL 0.91 OV 0.99 ! PT 0.91 SC 1.01 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.99781 ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 1.02 HN 1.08 KP 1.00* ! LA 1.19 MK 1.00 NL 0.93 OV 0.97 ! PT 0.90 SC 1.02 ! ! ! Fit before self-cal, rms=0.783869Jy sigma=0.004540 ! Fit after self-cal, rms=0.834304Jy sigma=0.004442 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.834304Jy sigma=0.004442 ! Fit after self-cal, rms=0.834317Jy sigma=0.004442 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7905 mas, bmaj=2.164 mas, bpa=-9.918 degrees ! Estimated noise=1159.57 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.0105563 Jy ! Component: 100 - total flux cleaned = 0.0115128 Jy ! Component: 150 - total flux cleaned = 0.0116716 Jy ! Component: 200 - total flux cleaned = 0.0119703 Jy ! Total flux subtracted in 200 components = 0.0119703 Jy ! Clean residual min=-0.049224 max=0.069876 Jy/beam ! Clean residual mean=-0.000401 rms=0.015239 Jy/beam ! Combined flux in latest and established models = 1.64651 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 36 components and 1.64651 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.834315Jy sigma=0.004441 ! Fit after self-cal, rms=0.834296Jy sigma=0.004441 ! 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.834296Jy sigma=0.004441 ! Fit after self-cal, rms=0.416280Jy sigma=0.002138 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.152852 Jy ! Component: 100 - total flux cleaned = 0.197214 Jy ! Component: 150 - total flux cleaned = 0.205258 Jy ! Component: 200 - total flux cleaned = 0.210146 Jy ! Total flux subtracted in 200 components = 0.210146 Jy ! Clean residual min=-0.089422 max=0.053833 Jy/beam ! Clean residual mean=-0.000458 rms=0.020200 Jy/beam ! Combined flux in latest and established models = 1.85666 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 41 components and 1.85666 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.374159Jy sigma=0.001892 ! Fit after self-cal, rms=0.357210Jy sigma=0.001790 ! 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.7905 x 2.164 at -9.918 degrees (North through East) ! Clean map min=-0.08631 max=1.6207 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.357210Jy sigma=0.001790 ! Fit after self-cal, rms=0.308361Jy sigma=0.001523 ! 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.308361Jy sigma=0.001523 ! Fit after self-cal, rms=0.305601Jy sigma=0.001504 ! Inverting map and beam ! Estimated beam: bmin=0.7879 mas, bmaj=2.169 mas, bpa=-10.55 degrees ! Estimated noise=1150.65 mJy/beam. ! Added new window around map position (2.8, -3.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0123507 Jy ! Component: 100 - total flux cleaned = 0.0130723 Jy ! Component: 150 - total flux cleaned = 0.0140034 Jy ! Component: 200 - total flux cleaned = 0.0147994 Jy ! Total flux subtracted in 200 components = 0.0147994 Jy ! Clean residual min=-0.009235 max=0.007419 Jy/beam ! Clean residual mean=0.000024 rms=0.002272 Jy/beam ! Combined flux in latest and established models = 1.87146 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 66 components and 1.87146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.304442Jy sigma=0.001498 ! Fit after self-cal, rms=0.303556Jy sigma=0.001492 ! 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.303556Jy sigma=0.001492 ! Fit after self-cal, rms=0.791106Jy sigma=0.001462 ! 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.791106Jy sigma=0.001462 ! Fit after self-cal, rms=0.791016Jy sigma=0.001460 ! Inverting map and beam ! Estimated beam: bmin=0.7881 mas, bmaj=2.169 mas, bpa=-10.55 degrees ! Estimated noise=1148.39 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00264771 Jy ! Component: 100 - total flux cleaned = 0.00242142 Jy ! Component: 150 - total flux cleaned = 0.00279364 Jy ! Component: 200 - total flux cleaned = 0.00278789 Jy ! Total flux subtracted in 200 components = 0.00278789 Jy ! Clean residual min=-0.007280 max=0.005998 Jy/beam ! Clean residual mean=0.000017 rms=0.001850 Jy/beam ! Combined flux in latest and established models = 1.87424 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 79 components and 1.87424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.790905Jy sigma=0.001458 ! Fit after self-cal, rms=0.790829Jy sigma=0.001458 ! 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.107 mas, bmaj=5.767 mas, bpa=-4.141 degrees ! Estimated noise=1575.03 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.000612524 Jy ! Component: 100 - total flux cleaned = -0.000830049 Jy ! Component: 150 - total flux cleaned = -0.0012903 Jy ! Component: 200 - total flux cleaned = -0.0015072 Jy ! Total flux subtracted in 200 components = -0.0015072 Jy ! Clean residual min=-0.007872 max=0.007069 Jy/beam ! Clean residual mean=0.000013 rms=0.002278 Jy/beam ! Combined flux in latest and established models = 1.87274 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 93 components and 1.87274 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.790820Jy sigma=0.001457 ! Fit after self-cal, rms=0.790768Jy sigma=0.001457 ! 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.6209 mas, bmaj=1.823 mas, bpa=-10.77 degrees ! Estimated noise=2325.94 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 1.40382 Jy ! Component: 100 - total flux cleaned = 1.65718 Jy ! Component: 150 - total flux cleaned = 1.74383 Jy ! Component: 200 - total flux cleaned = 1.78503 Jy ! Total flux subtracted in 200 components = 1.78503 Jy ! Clean residual min=-0.018249 max=0.024242 Jy/beam ! Clean residual mean=-0.000200 rms=0.004845 Jy/beam ! Combined flux in latest and established models = 1.78503 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 20 model components to the UV plane model. ! The established model now contains 20 components and 1.78503 Jy ! Inverting map and beam ! Estimated beam: bmin=0.7881 mas, bmaj=2.169 mas, bpa=-10.55 degrees ! Estimated noise=1148.39 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 (1.2, -1.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0365569 Jy ! Component: 100 - total flux cleaned = 0.0546691 Jy ! Component: 150 - total flux cleaned = 0.0654116 Jy ! Component: 200 - total flux cleaned = 0.0719549 Jy ! Total flux subtracted in 200 components = 0.0719549 Jy ! Clean residual min=-0.006436 max=0.009251 Jy/beam ! Clean residual mean=-0.000090 rms=0.001815 Jy/beam ! Combined flux in latest and established models = 1.85699 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 50 components and 1.85699 Jy ! Inverting map ! Added new window around map position (-1.2, 1.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00616849 Jy ! Component: 100 - total flux cleaned = 0.00898591 Jy ! Component: 150 - total flux cleaned = 0.00991889 Jy ! Component: 200 - total flux cleaned = 0.0105536 Jy ! Total flux subtracted in 200 components = 0.0105536 Jy ! Clean residual min=-0.004955 max=0.004510 Jy/beam ! Clean residual mean=-0.000028 rms=0.001334 Jy/beam ! Combined flux in latest and established models = 1.86754 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 71 components and 1.86754 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.107 mas, bmaj=5.767 mas, bpa=-4.141 degrees ! Estimated noise=1575.03 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.000786727 Jy ! Component: 100 - total flux cleaned = 0.00122207 Jy ! Component: 150 - total flux cleaned = 0.00150867 Jy ! Component: 200 - total flux cleaned = 0.0015669 Jy ! Total flux subtracted in 200 components = 0.0015669 Jy ! Clean residual min=-0.004822 max=0.005187 Jy/beam ! Clean residual mean=-0.000041 rms=0.001665 Jy/beam ! Combined flux in latest and established models = 1.86911 Jy ! Adding 19 model components to the UV plane model. ! The established model now contains 86 components and 1.86911 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.7881 mas, bmaj=2.169 mas, bpa=-10.55 degrees ! Estimated noise=1148.39 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000185033 Jy ! Component: 100 - total flux cleaned = -0.000294252 Jy ! Component: 150 - total flux cleaned = -0.0003889 Jy ! Component: 200 - total flux cleaned = -0.000296938 Jy ! Total flux subtracted in 200 components = -0.000296938 Jy ! Clean residual min=-0.005033 max=0.004363 Jy/beam ! Clean residual mean=-0.000021 rms=0.001232 Jy/beam ! Combined flux in latest and established models = 1.86881 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 100 components and 1.86881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.790623Jy sigma=0.001455 ! Fit after self-cal, rms=0.790554Jy sigma=0.001455 wmodel J1037-2934_X_1996_08_10_yyk\_map.mod ! Writing 100 model components to file: J1037-2934_X_1996_08_10_yyk_map.mod wobs J1037-2934_X_1996_08_10_yyk\_uvs.fits ! Writing UV FITS file: J1037-2934_X_1996_08_10_yyk_uvs.fits wwins J1037-2934_X_1996_08_10_yyk\_map.win ! wwins: Wrote 4 windows to J1037-2934_X_1996_08_10_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.00108531 Jy ! Component: 100 - total flux cleaned = -0.00139685 Jy ! Component: 150 - total flux cleaned = -0.000934304 Jy ! Component: 200 - total flux cleaned = -0.00049758 Jy ! Component: 250 - total flux cleaned = -0.000145776 Jy ! Component: 300 - total flux cleaned = 0.000248687 Jy ! Component: 350 - total flux cleaned = 0.000303188 Jy ! Component: 400 - total flux cleaned = 0.000407929 Jy ! Component: 450 - total flux cleaned = 0.000357921 Jy ! Component: 500 - total flux cleaned = 0.000260979 Jy ! Component: 550 - total flux cleaned = 0.000214853 Jy ! Component: 600 - total flux cleaned = 0.000123272 Jy ! Component: 650 - total flux cleaned = -9.84103e-06 Jy ! Component: 700 - total flux cleaned = -9.53296e-05 Jy ! Component: 750 - total flux cleaned = -9.56437e-05 Jy ! Component: 800 - total flux cleaned = -5.54039e-05 Jy ! Component: 850 - total flux cleaned = -0.000175213 Jy ! Component: 900 - total flux cleaned = -5.74625e-05 Jy ! Component: 950 - total flux cleaned = -2.02501e-05 Jy ! Component: 1000 - total flux cleaned = 1.72904e-05 Jy ! Component: 1050 - total flux cleaned = 9.07397e-05 Jy ! Component: 1100 - total flux cleaned = 0.000126774 Jy ! Component: 1150 - total flux cleaned = 0.000197433 Jy ! Component: 1200 - total flux cleaned = 0.000302605 Jy ! Component: 1250 - total flux cleaned = 0.000474453 Jy ! Component: 1300 - total flux cleaned = 0.000609184 Jy ! Component: 1350 - total flux cleaned = 0.000774379 Jy ! Component: 1400 - total flux cleaned = 0.000840171 Jy ! Component: 1450 - total flux cleaned = 0.0010021 Jy ! Component: 1500 - total flux cleaned = 0.00119383 Jy ! Component: 1550 - total flux cleaned = 0.00131965 Jy ! Component: 1600 - total flux cleaned = 0.00144426 Jy ! Component: 1650 - total flux cleaned = 0.00150617 Jy ! Component: 1700 - total flux cleaned = 0.00165867 Jy ! Component: 1750 - total flux cleaned = 0.00183939 Jy ! Component: 1800 - total flux cleaned = 0.00198857 Jy ! Component: 1850 - total flux cleaned = 0.00210662 Jy ! Component: 1900 - total flux cleaned = 0.00225276 Jy ! Component: 1950 - total flux cleaned = 0.00231095 Jy ! Component: 2000 - total flux cleaned = 0.00256952 Jy ! Total flux subtracted in 2048 components = 0.00262643 Jy ! Clean residual min=-0.001682 max=0.001727 Jy/beam ! Clean residual mean=0.000001 rms=0.000514 Jy/beam ! Combined flux in latest and established models = 1.87144 Jy keep ! Adding 124 model components to the UV plane model. ! The established model now contains 224 components and 1.87144 Jy ![Exited script file: muppet] wmap "J1037-2934_X_1996_08_10_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7881 x 2.169 at -10.55 degrees (North through East) ! Clean map min=-0.0036224 max=1.6466 Jy/beam ! Writing clean map to FITS file: J1037-2934_X_1996_08_10_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 1.64655 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000510717 device "J1037-2934_X_1996_08_10_yyk\_map.eps/VPS" ! Attempting to open device: 'J1037-2934_X_1996_08_10_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.0930521 0.0930521 0.186104 0.372208 0.744417 1.48883 2.97767 5.95534 11.9107 23.8213 47.6427 95.2854 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 1.646 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.7881 x 2.169 at -10.55 degrees (North through East) ! Clean map min=-0.0036224 max=1.6466 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1037-2934_X_1996_08_10_yyk\_map.gif/gif" ! Attempting to open device: 'J1037-2934_X_1996_08_10_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1037-2934_X_1996_08_10_yyk_uvs.log closed on Mon Jan 8 04:56:23 2007