! Started logfile: J2005-1822_X_1997_08_27_yyk_uvs.log on Mon Jan 8 10:11:17 2007 obs J2005-1822_X_1997_08_27_yyk_uva.fits ! Reading UV FITS file: J2005-1822_X_1997_08_27_yyk_uva.fits ! AN table 1: 148 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.885586 visibilities/baseline/integration-bin. ! Found source: J2005-1822 ! ! 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 701 lines of history. ! ! Reading 23592 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 J2005-1822_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.332965 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.7029 mas, bmaj=1.755 mas, bpa=-10.62 degrees ! Estimated noise=1386.62 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.199378 Jy ! Component: 100 - total flux cleaned = 0.257335 Jy ! Total flux subtracted in 100 components = 0.257335 Jy ! Clean residual min=-0.022520 max=0.031350 Jy/beam ! Clean residual mean=-0.000041 rms=0.005580 Jy/beam ! Combined flux in latest and established models = 0.257335 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.257335 Jy ! ! Correcting IF 1. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 88 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.227379Jy sigma=0.001360 ! Fit after self-cal, rms=0.227050Jy sigma=0.001358 ! Inverting map and beam ! Estimated beam: bmin=0.7029 mas, bmaj=1.755 mas, bpa=-10.62 degrees ! Estimated noise=1386.62 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.8464 mas, bmaj=2.054 mas, bpa=-12.09 degrees ! Estimated noise=757.62 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (-1, 2.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0144399 Jy ! Component: 100 - total flux cleaned = 0.0183792 Jy ! Component: 150 - total flux cleaned = 0.0201649 Jy ! Component: 200 - total flux cleaned = 0.0206595 Jy ! Total flux subtracted in 200 components = 0.0206595 Jy ! Clean residual min=-0.012929 max=0.013944 Jy/beam ! Clean residual mean=-0.000098 rms=0.002665 Jy/beam ! Combined flux in latest and established models = 0.277994 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 30 components and 0.277994 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.223620Jy sigma=0.001334 ! Fit after self-cal, rms=0.223512Jy sigma=0.001334 ! 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.8464 x 2.054 at -12.09 degrees (North through East) ! Clean map min=-0.018333 max=0.22149 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.01285 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.00 HN 0.91 KP 1.04 ! LA 1.02 MK 1.06 NL 0.96 OV 0.99 ! PT 0.97 SC 0.90 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.02885 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.99 HN 0.87 KP 1.06 ! LA 0.98 MK 0.98 NL 0.95 OV 1.04 ! PT 0.94 SC 0.94 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.01035 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.01 HN 0.92 KP 1.01 ! LA 1.01 MK 1.00 NL 0.99 OV 1.00 ! PT 1.04 SC 0.94 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.01733 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.99 HN 0.92 KP 1.00 ! LA 1.01 MK 0.93 NL 0.96 OV 1.01 ! PT 1.01 SC 0.96 ! ! ! Fit before self-cal, rms=0.223512Jy sigma=0.001334 ! Fit after self-cal, rms=0.221958Jy sigma=0.001331 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.221958Jy sigma=0.001331 ! Fit after self-cal, rms=0.221956Jy sigma=0.001331 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.827 mas, bmaj=2.021 mas, bpa=-11.41 degrees ! Estimated noise=757.599 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.0102013 Jy ! Component: 100 - total flux cleaned = 0.0116278 Jy ! Component: 150 - total flux cleaned = 0.0122033 Jy ! Component: 200 - total flux cleaned = 0.0119676 Jy ! Total flux subtracted in 200 components = 0.0119676 Jy ! Clean residual min=-0.010376 max=0.010124 Jy/beam ! Clean residual mean=-0.000105 rms=0.002278 Jy/beam ! Combined flux in latest and established models = 0.289962 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 47 components and 0.289962 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.221306Jy sigma=0.001326 ! Fit after self-cal, rms=0.221272Jy sigma=0.001326 ! 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.221272Jy sigma=0.001326 ! Fit after self-cal, rms=0.218843Jy sigma=0.001312 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.00235421 Jy ! Component: 100 - total flux cleaned = 0.00280294 Jy ! Component: 150 - total flux cleaned = 0.00280638 Jy ! Component: 200 - total flux cleaned = 0.0028086 Jy ! Total flux subtracted in 200 components = 0.0028086 Jy ! Clean residual min=-0.009693 max=0.008781 Jy/beam ! Clean residual mean=-0.000105 rms=0.002109 Jy/beam ! Combined flux in latest and established models = 0.29277 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 55 components and 0.29277 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.218598Jy sigma=0.001310 ! Fit after self-cal, rms=0.218217Jy sigma=0.001308 ! 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.827 x 2.021 at -11.41 degrees (North through East) ! Clean map min=-0.018697 max=0.21985 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.218217Jy sigma=0.001308 ! Fit after self-cal, rms=0.345241Jy sigma=0.001301 ! 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.345241Jy sigma=0.001301 ! Fit after self-cal, rms=0.345137Jy sigma=0.001301 ! Inverting map and beam ! Estimated beam: bmin=0.8267 mas, bmaj=2.251 mas, bpa=-6.298 degrees ! Estimated noise=779.973 mJy/beam. ! Added new window around map position (-0.6, -8). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00862431 Jy ! Component: 100 - total flux cleaned = 0.00927394 Jy ! Component: 150 - total flux cleaned = 0.00982908 Jy ! Component: 200 - total flux cleaned = 0.0112585 Jy ! Total flux subtracted in 200 components = 0.0112585 Jy ! Clean residual min=-0.006693 max=0.005027 Jy/beam ! Clean residual mean=-0.000070 rms=0.001425 Jy/beam ! Combined flux in latest and established models = 0.304029 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 80 components and 0.304029 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.344790Jy sigma=0.001297 ! Fit after self-cal, rms=0.344711Jy sigma=0.001296 ! 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.344711Jy sigma=0.001296 ! Fit after self-cal, rms=0.419179Jy sigma=0.001295 ! 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.419179Jy sigma=0.001295 ! Fit after self-cal, rms=0.419178Jy sigma=0.001295 ! Inverting map and beam ! Estimated beam: bmin=0.8246 mas, bmaj=2.259 mas, bpa=-6.384 degrees ! Estimated noise=776.436 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00279803 Jy ! Component: 100 - total flux cleaned = 0.00381052 Jy ! Component: 150 - total flux cleaned = 0.00469498 Jy ! Component: 200 - total flux cleaned = 0.00533883 Jy ! Total flux subtracted in 200 components = 0.00533883 Jy ! Clean residual min=-0.005308 max=0.003841 Jy/beam ! Clean residual mean=-0.000055 rms=0.001189 Jy/beam ! Combined flux in latest and established models = 0.309367 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 32 model components to the UV plane model. ! The established model now contains 93 components and 0.309367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.419055Jy sigma=0.001294 ! Fit after self-cal, rms=0.419049Jy sigma=0.001293 ! 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.035 mas, bmaj=4.106 mas, bpa=-4.877 degrees ! Estimated noise=1042.02 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.00382206 Jy ! Component: 100 - total flux cleaned = 0.00568943 Jy ! Component: 150 - total flux cleaned = 0.00636863 Jy ! Component: 200 - total flux cleaned = 0.00694562 Jy ! Total flux subtracted in 200 components = 0.00694562 Jy ! Clean residual min=-0.004410 max=0.003485 Jy/beam ! Clean residual mean=-0.000091 rms=0.001248 Jy/beam ! Combined flux in latest and established models = 0.316313 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 106 components and 0.316313 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.419042Jy sigma=0.001293 ! Fit after self-cal, rms=0.419036Jy sigma=0.001293 ! 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.6965 mas, bmaj=1.882 mas, bpa=-6.48 degrees ! Estimated noise=1483.96 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.20768 Jy ! Component: 100 - total flux cleaned = 0.255672 Jy ! Component: 150 - total flux cleaned = 0.277499 Jy ! Component: 200 - total flux cleaned = 0.287365 Jy ! Total flux subtracted in 200 components = 0.287365 Jy ! Clean residual min=-0.008484 max=0.008576 Jy/beam ! Clean residual mean=-0.000029 rms=0.002328 Jy/beam ! Combined flux in latest and established models = 0.287365 Jy uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 29 model components to the UV plane model. ! The established model now contains 29 components and 0.287365 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8246 mas, bmaj=2.259 mas, bpa=-6.384 degrees ! Estimated noise=776.436 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 (0.6, -1.8). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0111279 Jy ! Component: 100 - total flux cleaned = 0.0184868 Jy ! Component: 150 - total flux cleaned = 0.0218632 Jy ! Component: 200 - total flux cleaned = 0.0236952 Jy ! Total flux subtracted in 200 components = 0.0236952 Jy ! Clean residual min=-0.004894 max=0.003549 Jy/beam ! Clean residual mean=-0.000048 rms=0.001066 Jy/beam ! Combined flux in latest and established models = 0.31106 Jy ! Adding 37 model components to the UV plane model. ! The established model now contains 66 components and 0.31106 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.035 mas, bmaj=4.106 mas, bpa=-4.877 degrees ! Estimated noise=1042.02 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.00411298 Jy ! Component: 100 - total flux cleaned = 0.00530088 Jy ! Component: 150 - total flux cleaned = 0.00602389 Jy ! Component: 200 - total flux cleaned = 0.00638391 Jy ! Total flux subtracted in 200 components = 0.00638391 Jy ! Clean residual min=-0.004394 max=0.003802 Jy/beam ! Clean residual mean=-0.000085 rms=0.001275 Jy/beam ! Combined flux in latest and established models = 0.317444 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 93 components and 0.317444 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8246 mas, bmaj=2.259 mas, bpa=-6.384 degrees ! Estimated noise=776.436 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000877178 Jy ! Component: 100 - total flux cleaned = -0.000652444 Jy ! Component: 150 - total flux cleaned = -0.000357962 Jy ! Component: 200 - total flux cleaned = -0.000182156 Jy ! Total flux subtracted in 200 components = -0.000182156 Jy ! Clean residual min=-0.004653 max=0.003293 Jy/beam ! Clean residual mean=-0.000042 rms=0.000933 Jy/beam ! Combined flux in latest and established models = 0.317262 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 116 components and 0.317262 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.419709Jy sigma=0.001293 ! Fit after self-cal, rms=0.419920Jy sigma=0.001293 wmodel J2005-1822_X_1997_08_27_yyk\_map.mod ! Writing 116 model components to file: J2005-1822_X_1997_08_27_yyk_map.mod wobs J2005-1822_X_1997_08_27_yyk\_uvs.fits ! Writing UV FITS file: J2005-1822_X_1997_08_27_yyk_uvs.fits wwins J2005-1822_X_1997_08_27_yyk\_map.win ! wwins: Wrote 4 windows to J2005-1822_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.00184824 Jy ! Component: 100 - total flux cleaned = -0.00328447 Jy ! Component: 150 - total flux cleaned = -0.00400891 Jy ! Component: 200 - total flux cleaned = -0.00469132 Jy ! Component: 250 - total flux cleaned = -0.00514191 Jy ! Component: 300 - total flux cleaned = -0.00547968 Jy ! Component: 350 - total flux cleaned = -0.005806 Jy ! Component: 400 - total flux cleaned = -0.00607735 Jy ! Component: 450 - total flux cleaned = -0.00621154 Jy ! Component: 500 - total flux cleaned = -0.00664289 Jy ! Component: 550 - total flux cleaned = -0.00676769 Jy ! Component: 600 - total flux cleaned = -0.00689044 Jy ! Component: 650 - total flux cleaned = -0.00701091 Jy ! Component: 700 - total flux cleaned = -0.00712863 Jy ! Component: 750 - total flux cleaned = -0.0072044 Jy ! Component: 800 - total flux cleaned = -0.00724238 Jy ! Component: 850 - total flux cleaned = -0.00727951 Jy ! Component: 900 - total flux cleaned = -0.00727978 Jy ! Component: 950 - total flux cleaned = -0.00742135 Jy ! Component: 1000 - total flux cleaned = -0.00735234 Jy ! Component: 1050 - total flux cleaned = -0.00745576 Jy ! Component: 1100 - total flux cleaned = -0.00749029 Jy ! Component: 1150 - total flux cleaned = -0.00752359 Jy ! Component: 1200 - total flux cleaned = -0.00765516 Jy ! Component: 1250 - total flux cleaned = -0.0076551 Jy ! Component: 1300 - total flux cleaned = -0.00768636 Jy ! Component: 1350 - total flux cleaned = -0.00777962 Jy ! Component: 1400 - total flux cleaned = -0.00768675 Jy ! Component: 1450 - total flux cleaned = -0.00768713 Jy ! Component: 1500 - total flux cleaned = -0.00771746 Jy ! Component: 1550 - total flux cleaned = -0.00774687 Jy ! Component: 1600 - total flux cleaned = -0.00774651 Jy ! Component: 1650 - total flux cleaned = -0.00771804 Jy ! Component: 1700 - total flux cleaned = -0.00774688 Jy ! Component: 1750 - total flux cleaned = -0.00777518 Jy ! Component: 1800 - total flux cleaned = -0.00777483 Jy ! Component: 1850 - total flux cleaned = -0.00772002 Jy ! Component: 1900 - total flux cleaned = -0.00771977 Jy ! Component: 1950 - total flux cleaned = -0.00774608 Jy ! Component: 2000 - total flux cleaned = -0.00769254 Jy ! Total flux subtracted in 2048 components = -0.00766629 Jy ! Clean residual min=-0.001465 max=0.001493 Jy/beam ! Clean residual mean=-0.000010 rms=0.000499 Jy/beam ! Combined flux in latest and established models = 0.309596 Jy keep ! Adding 133 model components to the UV plane model. ! The established model now contains 249 components and 0.309596 Jy ![Exited script file: muppet] wmap "J2005-1822_X_1997_08_27_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8246 x 2.259 at -6.384 degrees (North through East) ! Clean map min=-0.0041724 max=0.23578 Jy/beam ! Writing clean map to FITS file: J2005-1822_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.23578 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000498985 device "J2005-1822_X_1997_08_27_yyk\_map.eps/VPS" ! Attempting to open device: 'J2005-1822_X_1997_08_27_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.634896 0.634896 1.26979 2.53959 5.07917 10.1583 20.3167 40.6334 81.2667 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.235 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.8246 x 2.259 at -6.384 degrees (North through East) ! Clean map min=-0.0041724 max=0.23578 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J2005-1822_X_1997_08_27_yyk\_map.gif/gif" ! Attempting to open device: 'J2005-1822_X_1997_08_27_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J2005-1822_X_1997_08_27_yyk_uvs.log closed on Mon Jan 8 10:11:28 2007