! Started logfile: J0730-1141_X_2005_07_20_yyk_uvs.log on Fri Jan 20 10:04:56 2006 obs J0730-1141_X_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J0730-1141_X_2005_07_20_yyk_uve.fits ! AN table 1: 5 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.764444 visibilities/baseline/integration-bin. ! Found source: J0730-1141 ! ! 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 688 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 J0730-1141_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)= 3.51108 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.6846 mas, bmaj=1.74 mas, bpa=0.4234 degrees ! Estimated noise=2.15293 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 = 2.80506 Jy ! Component: 100 - total flux cleaned = 3.40955 Jy ! Total flux subtracted in 100 components = 3.40955 Jy ! Clean residual min=-0.120625 max=0.184361 Jy/beam ! Clean residual mean=0.000128 rms=0.038724 Jy/beam ! Combined flux in latest and established models = 3.40955 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 3.40955 Jy ! ! Correcting IF 1. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.562526Jy sigma=8.717072 ! Fit after self-cal, rms=0.561790Jy sigma=8.709410 ! Inverting map and beam ! Estimated beam: bmin=0.6846 mas, bmaj=1.74 mas, bpa=0.4234 degrees ! Estimated noise=2.15293 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.8711 mas, bmaj=2.078 mas, bpa=4.647 degrees ! Estimated noise=1.6779 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.293799 Jy ! Component: 100 - total flux cleaned = 0.390484 Jy ! Component: 150 - total flux cleaned = 0.425885 Jy ! Component: 200 - total flux cleaned = 0.430327 Jy ! Total flux subtracted in 200 components = 0.430327 Jy ! Clean residual min=-0.135156 max=0.168321 Jy/beam ! Clean residual mean=0.000020 rms=0.038928 Jy/beam ! Combined flux in latest and established models = 3.83988 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 20 components and 3.83988 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.422856Jy sigma=6.928689 ! Fit after self-cal, rms=0.422172Jy sigma=6.923164 ! 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.8711 x 2.078 at 4.647 degrees (North through East) ! Clean map min=-0.12837 max=3.3544 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.01723 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.97 HN 1.00 KP 0.92 ! LA 0.95 MK 1.00 NL 0.98 OV 1.01 ! PT 1.10 SC 0.97 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01929 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 1.01 KP 0.87 ! LA 0.94 MK 0.99 NL 0.96 OV 0.99 ! PT 1.15 SC 0.95 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.01576 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 0.91 KP 0.82 ! LA 0.95 MK 1.04 NL 0.96 OV 1.02 ! PT 1.20 SC 0.93 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.953385 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.01 HN 0.98 KP 0.96 ! LA 0.94 MK 1.04 NL 0.98 OV 1.03 ! PT 1.29 SC 1.22 ! ! ! Fit before self-cal, rms=0.422172Jy sigma=6.923164 ! Fit after self-cal, rms=0.221086Jy sigma=3.469622 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.221086Jy sigma=3.469622 ! Fit after self-cal, rms=0.221080Jy sigma=3.469583 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.878 mas, bmaj=2.088 mas, bpa=4.664 degrees ! Estimated noise=1.6783 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 (-17.4, 25.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0682975 Jy ! Component: 100 - total flux cleaned = 0.0835993 Jy ! Component: 150 - total flux cleaned = 0.0872235 Jy ! Component: 200 - total flux cleaned = 0.0893662 Jy ! Total flux subtracted in 200 components = 0.0893662 Jy ! Clean residual min=-0.038233 max=0.042947 Jy/beam ! Clean residual mean=0.000071 rms=0.008020 Jy/beam ! Combined flux in latest and established models = 3.92924 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 34 components and 3.92924 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.205042Jy sigma=3.194779 ! Fit after self-cal, rms=0.201991Jy sigma=3.146740 ! 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.201991Jy sigma=3.146740 ! Fit after self-cal, rms=0.199129Jy sigma=3.104461 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.0142131 Jy ! Component: 100 - total flux cleaned = 0.0169689 Jy ! Component: 150 - total flux cleaned = 0.0169996 Jy ! Component: 200 - total flux cleaned = 0.0169702 Jy ! Total flux subtracted in 200 components = 0.0169702 Jy ! Clean residual min=-0.034032 max=0.029424 Jy/beam ! Clean residual mean=0.000050 rms=0.007119 Jy/beam ! Combined flux in latest and established models = 3.94621 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 40 components and 3.94621 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.195874Jy sigma=3.045465 ! Fit after self-cal, rms=0.194840Jy sigma=3.031499 ! 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.878 x 2.088 at 4.664 degrees (North through East) ! Clean map min=-0.035882 max=3.3458 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.194840Jy sigma=3.031499 ! Fit after self-cal, rms=0.098325Jy sigma=1.444294 ! 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.098325Jy sigma=1.444294 ! Fit after self-cal, rms=0.098315Jy sigma=1.443971 ! Inverting map and beam ! Estimated beam: bmin=0.8788 mas, bmaj=2.091 mas, bpa=4.67 degrees ! Estimated noise=1.67708 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00584952 Jy ! Component: 100 - total flux cleaned = -0.00481651 Jy ! Component: 150 - total flux cleaned = -0.00347826 Jy ! Component: 200 - total flux cleaned = -0.0022864 Jy ! Total flux subtracted in 200 components = -0.0022864 Jy ! Clean residual min=-0.017441 max=0.019079 Jy/beam ! Clean residual mean=0.000051 rms=0.004464 Jy/beam ! Combined flux in latest and established models = 3.94393 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 46 components and 3.94393 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094037Jy sigma=1.371629 ! Fit after self-cal, rms=0.093725Jy sigma=1.366717 ! Inverting map ! Added new window around map position (-2.4, 0.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0171908 Jy ! Component: 100 - total flux cleaned = 0.0187952 Jy ! Component: 150 - total flux cleaned = 0.0187891 Jy ! Component: 200 - total flux cleaned = 0.0191896 Jy ! Total flux subtracted in 200 components = 0.0191896 Jy ! Clean residual min=-0.014406 max=0.013037 Jy/beam ! Clean residual mean=0.000040 rms=0.003535 Jy/beam ! Combined flux in latest and established models = 3.96312 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 35 model components to the UV plane model. ! The established model now contains 77 components and 3.96311 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089641Jy sigma=1.279653 ! Fit after self-cal, rms=0.089516Jy sigma=1.278039 ! 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.089516Jy sigma=1.278039 ! Fit after self-cal, rms=0.079142Jy sigma=1.158879 ! 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.079142Jy sigma=1.158879 ! Fit after self-cal, rms=0.079138Jy sigma=1.158867 ! Inverting map and beam ! Estimated beam: bmin=0.8782 mas, bmaj=2.089 mas, bpa=4.692 degrees ! Estimated noise=1.67823 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00264252 Jy ! Component: 100 - total flux cleaned = 0.0060597 Jy ! Component: 150 - total flux cleaned = 0.00716401 Jy ! Component: 200 - total flux cleaned = 0.0081435 Jy ! Total flux subtracted in 200 components = 0.0081435 Jy ! Clean residual min=-0.011631 max=0.011587 Jy/beam ! Clean residual mean=0.000036 rms=0.003110 Jy/beam ! Combined flux in latest and established models = 3.97126 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 86 components and 3.97126 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076138Jy sigma=1.107994 ! Fit after self-cal, rms=0.076041Jy sigma=1.106483 ! 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.205 mas, bmaj=4.355 mas, bpa=12.01 degrees ! Estimated noise=2.13782 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.00187675 Jy ! Component: 100 - total flux cleaned = 0.00220486 Jy ! Component: 150 - total flux cleaned = 0.00277289 Jy ! Component: 200 - total flux cleaned = 0.0032823 Jy ! Total flux subtracted in 200 components = 0.0032823 Jy ! Clean residual min=-0.011750 max=0.014334 Jy/beam ! Clean residual mean=0.000068 rms=0.004049 Jy/beam ! Combined flux in latest and established models = 3.97454 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 101 components and 3.97454 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075287Jy sigma=1.091771 ! Fit after self-cal, rms=0.075158Jy sigma=1.089263 ! 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.6895 mas, bmaj=1.745 mas, bpa=0.406 degrees ! Estimated noise=2.16598 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 2.81612 Jy ! Component: 100 - total flux cleaned = 3.41277 Jy ! Component: 150 - total flux cleaned = 3.66332 Jy ! Component: 200 - total flux cleaned = 3.77781 Jy ! Total flux subtracted in 200 components = 3.77781 Jy ! Clean residual min=-0.029851 max=0.041080 Jy/beam ! Clean residual mean=0.000063 rms=0.008795 Jy/beam ! Combined flux in latest and established models = 3.77781 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 23 model components to the UV plane model. ! The established model now contains 23 components and 3.77781 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8782 mas, bmaj=2.089 mas, bpa=4.692 degrees ! Estimated noise=1.67823 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.0841923 Jy ! Component: 100 - total flux cleaned = 0.128304 Jy ! Component: 150 - total flux cleaned = 0.154538 Jy ! Component: 200 - total flux cleaned = 0.17132 Jy ! Total flux subtracted in 200 components = 0.17132 Jy ! Clean residual min=-0.014503 max=0.013546 Jy/beam ! Clean residual mean=0.000056 rms=0.003497 Jy/beam ! Combined flux in latest and established models = 3.94913 Jy ! Adding 53 model components to the UV plane model. ! The established model now contains 64 components and 3.94914 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.205 mas, bmaj=4.355 mas, bpa=12.01 degrees ! Estimated noise=2.13782 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.0109594 Jy ! Component: 100 - total flux cleaned = 0.0131001 Jy ! Component: 150 - total flux cleaned = 0.0154234 Jy ! Component: 200 - total flux cleaned = 0.0168774 Jy ! Total flux subtracted in 200 components = 0.0168774 Jy ! Clean residual min=-0.010760 max=0.014962 Jy/beam ! Clean residual mean=0.000088 rms=0.003913 Jy/beam ! Combined flux in latest and established models = 3.96601 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 79 components and 3.96601 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8782 mas, bmaj=2.089 mas, bpa=4.692 degrees ! Estimated noise=1.67823 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0024781 Jy ! Component: 100 - total flux cleaned = 0.00249476 Jy ! Component: 150 - total flux cleaned = 0.00279147 Jy ! Component: 200 - total flux cleaned = 0.00279145 Jy ! Total flux subtracted in 200 components = 0.00279145 Jy ! Clean residual min=-0.013598 max=0.012300 Jy/beam ! Clean residual mean=0.000039 rms=0.003134 Jy/beam ! Combined flux in latest and established models = 3.9688 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 97 components and 3.9688 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077800Jy sigma=1.130909 ! Fit after self-cal, rms=0.077133Jy sigma=1.120747 wmodel J0730-1141_X_2005_07_20_yyk\_map.mod ! Writing 97 model components to file: J0730-1141_X_2005_07_20_yyk_map.mod wobs J0730-1141_X_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J0730-1141_X_2005_07_20_yyk_uvs.fits wwins J0730-1141_X_2005_07_20_yyk\_map.win ! wwins: Wrote 3 windows to J0730-1141_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.000764304 Jy ! Component: 100 - total flux cleaned = 0.000620439 Jy ! Component: 150 - total flux cleaned = 0.00135335 Jy ! Component: 200 - total flux cleaned = 0.00168958 Jy ! Component: 250 - total flux cleaned = 0.00200829 Jy ! Component: 300 - total flux cleaned = 0.00215868 Jy ! Component: 350 - total flux cleaned = 0.00201473 Jy ! Component: 400 - total flux cleaned = 0.00160909 Jy ! Component: 450 - total flux cleaned = 0.000719128 Jy ! Component: 500 - total flux cleaned = 0.000232496 Jy ! Component: 550 - total flux cleaned = -0.000119575 Jy ! Component: 600 - total flux cleaned = -0.000346638 Jy ! Component: 650 - total flux cleaned = -0.000345245 Jy ! Component: 700 - total flux cleaned = -0.000130437 Jy ! Component: 750 - total flux cleaned = -0.000440147 Jy ! Component: 800 - total flux cleaned = -0.000742735 Jy ! Component: 850 - total flux cleaned = -0.000935254 Jy ! Component: 900 - total flux cleaned = -0.000840718 Jy ! Component: 950 - total flux cleaned = -0.00130753 Jy ! Component: 1000 - total flux cleaned = -0.00185139 Jy ! Component: 1050 - total flux cleaned = -0.00211884 Jy ! Component: 1100 - total flux cleaned = -0.00246947 Jy ! Component: 1150 - total flux cleaned = -0.00315386 Jy ! Component: 1200 - total flux cleaned = -0.00374051 Jy ! Component: 1250 - total flux cleaned = -0.00431237 Jy ! Component: 1300 - total flux cleaned = -0.00415294 Jy ! Component: 1350 - total flux cleaned = -0.00470395 Jy ! Component: 1400 - total flux cleaned = -0.00501218 Jy ! Component: 1450 - total flux cleaned = -0.00516491 Jy ! Component: 1500 - total flux cleaned = -0.00553703 Jy ! Component: 1550 - total flux cleaned = -0.00561117 Jy ! Component: 1600 - total flux cleaned = -0.00560975 Jy ! Component: 1650 - total flux cleaned = -0.00525421 Jy ! Component: 1700 - total flux cleaned = -0.00532701 Jy ! Component: 1750 - total flux cleaned = -0.00553613 Jy ! Component: 1800 - total flux cleaned = -0.00574037 Jy ! Component: 1850 - total flux cleaned = -0.00567348 Jy ! Component: 1900 - total flux cleaned = -0.00587189 Jy ! Component: 1950 - total flux cleaned = -0.00580789 Jy ! Component: 2000 - total flux cleaned = -0.00613039 Jy ! Total flux subtracted in 2048 components = -0.00606784 Jy ! Clean residual min=-0.003721 max=0.003346 Jy/beam ! Clean residual mean=0.000018 rms=0.001173 Jy/beam ! Combined flux in latest and established models = 3.96274 Jy keep ! Adding 143 model components to the UV plane model. ! The established model now contains 240 components and 3.96274 Jy ![Exited script file: muppet] wmap "J0730-1141_X_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8782 x 2.089 at 4.692 degrees (North through East) ! Clean map min=-0.010926 max=3.3686 Jy/beam ! Writing clean map to FITS file: J0730-1141_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 3.36857 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00116129 device "J0730-1141_X_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J0730-1141_X_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.103422 0.103422 0.206845 0.413689 0.827379 1.65476 3.30952 6.61903 13.2381 26.4761 52.9523 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0034 print "peak=",int(peak_flux*1000)/1000 ! peak= 3.368 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.8782 x 2.089 at 4.692 degrees (North through East) ! Clean map min=-0.010926 max=3.3686 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0730-1141_X_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J0730-1141_X_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0730-1141_X_2005_07_20_yyk_uvs.log closed on Fri Jan 20 10:05:00 2006