! Started logfile: J0619-1140_X_2004_05_27_yyk_uvs.log on Wed Dec 7 00:03:25 2005 obs J0619-1140_X_2004_05_27_yyk_uve.fits ! Reading UV FITS file: J0619-1140_X_2004_05_27_yyk_uve.fits ! AN table 1: 8 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.883333 visibilities/baseline/integration-bin. ! Found source: J0619-1140 ! ! 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 1380 lines of history. ! ! Reading 1272 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 J0619-1140_X_2004_05_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.277907 Jy startmod ,phase_soltime ! Applying default point source starting model. ! Performing phase self-cal over 10 minute time intervals ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.734990Jy sigma=13.597956 ! Fit after self-cal, rms=0.734917Jy sigma=13.595744 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. 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.6836 mas, bmaj=1.745 mas, bpa=-0.7043 degrees ! Estimated noise=1.42847 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.227185 Jy ! Component: 100 - total flux cleaned = 0.259584 Jy ! Total flux subtracted in 100 components = 0.259584 Jy ! Clean residual min=-0.007704 max=0.008534 Jy/beam ! Clean residual mean=-0.000021 rms=0.001893 Jy/beam ! Combined flux in latest and established models = 0.259584 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.259584 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071655Jy sigma=1.143065 ! Fit after self-cal, rms=0.071649Jy sigma=1.142932 ! Inverting map 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.8592 mas, bmaj=2.078 mas, bpa=0.6776 degrees ! Estimated noise=1.07377 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.0187858 Jy ! Component: 100 - total flux cleaned = 0.0262621 Jy ! Component: 150 - total flux cleaned = 0.029621 Jy ! Component: 200 - total flux cleaned = 0.0312023 Jy ! Total flux subtracted in 200 components = 0.0312023 Jy ! Clean residual min=-0.005647 max=0.006073 Jy/beam ! Clean residual mean=-0.000012 rms=0.001473 Jy/beam ! Combined flux in latest and established models = 0.290786 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 39 components and 0.290786 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068539Jy sigma=1.073538 ! Fit after self-cal, rms=0.068504Jy sigma=1.072916 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! selflims ampcor_selflim ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 0.996993 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.00 HN 1.03 KP 0.96 ! LA 0.99 MK 1.01 NL 1.05 OV 1.03 ! PT 0.99 SC 0.98 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.01697 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.00 HN 1.05 KP 0.90 ! LA 0.96 MK 0.95 NL 0.99 OV 1.01 ! PT 1.01 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.999419 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.06 HN 0.93 KP 0.87 ! LA 0.97 MK 1.04 NL 1.02 OV 1.03 ! PT 1.02 SC 1.02 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.981072 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.06 HN 0.94 KP 0.92 ! LA 0.98 MK 1.02 NL 1.04 OV 1.10 ! PT 1.08 SC 1.05 ! ! ! Fit before self-cal, rms=0.068504Jy sigma=1.072916 ! Fit after self-cal, rms=0.066212Jy sigma=1.027721 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.066212Jy sigma=1.027721 ! Fit after self-cal, rms=0.066211Jy sigma=1.027686 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8614 mas, bmaj=2.089 mas, bpa=0.6057 degrees ! Estimated noise=1.07242 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.000878385 Jy ! Component: 100 - total flux cleaned = 0.000693462 Jy ! Component: 150 - total flux cleaned = 0.000595806 Jy ! Component: 200 - total flux cleaned = 0.000621299 Jy ! Total flux subtracted in 200 components = 0.000621299 Jy ! Clean residual min=-0.004393 max=0.004477 Jy/beam ! Clean residual mean=-0.000012 rms=0.001093 Jy/beam ! Combined flux in latest and established models = 0.291407 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 40 components and 0.291407 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066150Jy sigma=1.026529 ! Fit after self-cal, rms=0.066125Jy sigma=1.026156 ! 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.066125Jy sigma=1.026156 ! Fit after self-cal, rms=0.064547Jy sigma=0.993010 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.000516449 Jy ! Component: 100 - total flux cleaned = 0.000546567 Jy ! Component: 150 - total flux cleaned = 0.000595975 Jy ! Component: 200 - total flux cleaned = 0.000595032 Jy ! Total flux subtracted in 200 components = 0.000595032 Jy ! Clean residual min=-0.004286 max=0.004349 Jy/beam ! Clean residual mean=-0.000012 rms=0.001083 Jy/beam ! Combined flux in latest and established models = 0.292002 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 44 components and 0.292002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064531Jy sigma=0.992396 ! Fit after self-cal, rms=0.064491Jy sigma=0.990125 ! 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.8614 x 2.089 at 0.6057 degrees (North through East) ! Clean map min=-0.0037882 max=0.2648 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.064491Jy sigma=0.990125 ! Fit after self-cal, rms=0.064381Jy sigma=0.971660 ! 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.064381Jy sigma=0.971660 ! Fit after self-cal, rms=0.064402Jy sigma=0.971486 ! Inverting map and beam ! Estimated beam: bmin=0.8609 mas, bmaj=2.089 mas, bpa=0.3935 degrees ! Estimated noise=1.07113 mJy/beam. ! Added new window around map position (3.4, -15.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00391267 Jy ! Component: 100 - total flux cleaned = 0.00413477 Jy ! Component: 150 - total flux cleaned = 0.00413499 Jy ! Component: 200 - total flux cleaned = 0.00421137 Jy ! Total flux subtracted in 200 components = 0.00421137 Jy ! Clean residual min=-0.003847 max=0.003656 Jy/beam ! Clean residual mean=-0.000009 rms=0.000949 Jy/beam ! Combined flux in latest and established models = 0.296214 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.296214 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.064192Jy sigma=0.964631 ! Fit after self-cal, rms=0.064170Jy sigma=0.964342 ! 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.064170Jy sigma=0.964342 ! Fit after self-cal, rms=0.063984Jy sigma=0.954813 ! 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.063984Jy sigma=0.954813 ! Fit after self-cal, rms=0.063993Jy sigma=0.954802 ! Inverting map and beam ! Estimated beam: bmin=0.8593 mas, bmaj=2.093 mas, bpa=0.03987 degrees ! Estimated noise=1.07075 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00136618 Jy ! Component: 100 - total flux cleaned = 0.0014286 Jy ! Component: 150 - total flux cleaned = 0.00154539 Jy ! Component: 200 - total flux cleaned = 0.00170421 Jy ! Total flux subtracted in 200 components = 0.00170421 Jy ! Clean residual min=-0.003670 max=0.003710 Jy/beam ! Clean residual mean=-0.000009 rms=0.000938 Jy/beam ! Combined flux in latest and established models = 0.297918 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 78 components and 0.297918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063901Jy sigma=0.952821 ! Fit after self-cal, rms=0.063895Jy sigma=0.952728 ! 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.219 mas, bmaj=4.117 mas, bpa=1.688 degrees ! Estimated noise=1.39763 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.000686202 Jy ! Component: 100 - total flux cleaned = 0.000517121 Jy ! Component: 150 - total flux cleaned = 0.000429515 Jy ! Component: 200 - total flux cleaned = 0.000354441 Jy ! Total flux subtracted in 200 components = 0.000354441 Jy ! Clean residual min=-0.003197 max=0.004082 Jy/beam ! Clean residual mean=-0.000016 rms=0.001061 Jy/beam ! Combined flux in latest and established models = 0.298272 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 85 components and 0.298272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063892Jy sigma=0.952958 ! Fit after self-cal, rms=0.063842Jy sigma=0.952201 ! Inverting map uvtaper 0,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.6841 mas, bmaj=1.752 mas, bpa=-0.9646 degrees ! Estimated noise=1.42634 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.227059 Jy ! Component: 100 - total flux cleaned = 0.260324 Jy ! Component: 150 - total flux cleaned = 0.273522 Jy ! Component: 200 - total flux cleaned = 0.280347 Jy ! Total flux subtracted in 200 components = 0.280347 Jy ! Clean residual min=-0.005229 max=0.004885 Jy/beam ! Clean residual mean=-0.000013 rms=0.001289 Jy/beam ! Combined flux in latest and established models = 0.280347 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.280347 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8593 mas, bmaj=2.093 mas, bpa=0.03987 degrees ! Estimated noise=1.07075 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, -1). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00913595 Jy ! Component: 100 - total flux cleaned = 0.0137426 Jy ! Component: 150 - total flux cleaned = 0.0157394 Jy ! Component: 200 - total flux cleaned = 0.0162234 Jy ! Total flux subtracted in 200 components = 0.0162234 Jy ! Clean residual min=-0.003578 max=0.003677 Jy/beam ! Clean residual mean=-0.000011 rms=0.000932 Jy/beam ! Combined flux in latest and established models = 0.296571 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 56 components and 0.296571 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.219 mas, bmaj=4.117 mas, bpa=1.688 degrees ! Estimated noise=1.39763 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.000500841 Jy ! Component: 100 - total flux cleaned = 0.000506323 Jy ! Component: 150 - total flux cleaned = 0.000404784 Jy ! Component: 200 - total flux cleaned = 0.000221812 Jy ! Total flux subtracted in 200 components = 0.000221812 Jy ! Clean residual min=-0.003335 max=0.003934 Jy/beam ! Clean residual mean=-0.000018 rms=0.001022 Jy/beam ! Combined flux in latest and established models = 0.296793 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 81 components and 0.296793 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8593 mas, bmaj=2.093 mas, bpa=0.03987 degrees ! Estimated noise=1.07075 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -7.97579e-05 Jy ! Component: 100 - total flux cleaned = 6.04122e-05 Jy ! Component: 150 - total flux cleaned = 6.00968e-05 Jy ! Component: 200 - total flux cleaned = 0.000117519 Jy ! Total flux subtracted in 200 components = 0.000117519 Jy ! Clean residual min=-0.003502 max=0.003594 Jy/beam ! Clean residual mean=-0.000012 rms=0.000900 Jy/beam ! Combined flux in latest and established models = 0.29691 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 98 components and 0.29691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063761Jy sigma=0.950212 ! Fit after self-cal, rms=0.063740Jy sigma=0.949857 wmodel J0619-1140_X_2004_05_27_yyk\_map.mod ! Writing 98 model components to file: J0619-1140_X_2004_05_27_yyk_map.mod wobs J0619-1140_X_2004_05_27_yyk\_uvs.fits ! Writing UV FITS file: J0619-1140_X_2004_05_27_yyk_uvs.fits wwins J0619-1140_X_2004_05_27_yyk\_map.win ! wwins: Wrote 3 windows to J0619-1140_X_2004_05_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 = -6.12063e-05 Jy ! Component: 100 - total flux cleaned = -6.55363e-05 Jy ! Component: 150 - total flux cleaned = 0.000163639 Jy ! Component: 200 - total flux cleaned = 0.000272787 Jy ! Component: 250 - total flux cleaned = 0.000112891 Jy ! Component: 300 - total flux cleaned = -9.22172e-05 Jy ! Component: 350 - total flux cleaned = -9.27732e-05 Jy ! Component: 400 - total flux cleaned = -0.00019018 Jy ! Component: 450 - total flux cleaned = -0.000284049 Jy ! Component: 500 - total flux cleaned = -0.000421664 Jy ! Component: 550 - total flux cleaned = -0.000376857 Jy ! Component: 600 - total flux cleaned = -0.000553159 Jy ! Component: 650 - total flux cleaned = -0.000596955 Jy ! Component: 700 - total flux cleaned = -0.000682238 Jy ! Component: 750 - total flux cleaned = -0.000557293 Jy ! Component: 800 - total flux cleaned = -0.00063911 Jy ! Component: 850 - total flux cleaned = -0.0007201 Jy ! Component: 900 - total flux cleaned = -0.000957168 Jy ! Component: 950 - total flux cleaned = -0.000919371 Jy ! Component: 1000 - total flux cleaned = -0.000997545 Jy ! Component: 1050 - total flux cleaned = -0.00122295 Jy ! Component: 1100 - total flux cleaned = -0.00133332 Jy ! Component: 1150 - total flux cleaned = -0.00129693 Jy ! Component: 1200 - total flux cleaned = -0.00126147 Jy ! Component: 1250 - total flux cleaned = -0.00126188 Jy ! Component: 1300 - total flux cleaned = -0.00126142 Jy ! Component: 1350 - total flux cleaned = -0.00115803 Jy ! Component: 1400 - total flux cleaned = -0.00115841 Jy ! Component: 1450 - total flux cleaned = -0.00109127 Jy ! Component: 1500 - total flux cleaned = -0.00112415 Jy ! Component: 1550 - total flux cleaned = -0.000895011 Jy ! Component: 1600 - total flux cleaned = -0.000928022 Jy ! Component: 1650 - total flux cleaned = -0.00102358 Jy ! Component: 1700 - total flux cleaned = -0.000959521 Jy ! Component: 1750 - total flux cleaned = -0.000990634 Jy ! Component: 1800 - total flux cleaned = -0.000990556 Jy ! Component: 1850 - total flux cleaned = -0.000990177 Jy ! Component: 1900 - total flux cleaned = -0.000990335 Jy ! Component: 1950 - total flux cleaned = -0.000990223 Jy ! Component: 2000 - total flux cleaned = -0.000990316 Jy ! Total flux subtracted in 2048 components = -0.00107886 Jy ! Clean residual min=-0.001789 max=0.001796 Jy/beam ! Clean residual mean=-0.000009 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.295831 Jy keep ! Adding 140 model components to the UV plane model. ! The established model now contains 238 components and 0.295831 Jy ![Exited script file: muppet] wmap "J0619-1140_X_2004_05_27_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8593 x 2.093 at 0.03987 degrees (North through East) ! Clean map min=-0.0030941 max=0.2644 Jy/beam ! Writing clean map to FITS file: J0619-1140_X_2004_05_27_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.264403 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000546208 device "J0619-1140_X_2004_05_27_yyk\_map.eps/VPS" ! Attempting to open device: 'J0619-1140_X_2004_05_27_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.619745 0.619745 1.23949 2.47898 4.95796 9.91592 19.8318 39.6637 79.3274 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 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.8593 x 2.093 at 0.03987 degrees (North through East) ! Clean map min=-0.0030941 max=0.2644 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0619-1140_X_2004_05_27_yyk\_map.gif/gif" ! Attempting to open device: 'J0619-1140_X_2004_05_27_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0619-1140_X_2004_05_27_yyk_uvs.log closed on Wed Dec 7 00:03:29 2005