! Started logfile: J1321-2636_X_1997_08_27_yyk_uvs.log on Mon Jan 8 06:03:27 2007 obs J1321-2636_X_1997_08_27_yyk_uva.fits ! Reading UV FITS file: J1321-2636_X_1997_08_27_yyk_uva.fits ! AN table 1: 137 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.843633 visibilities/baseline/integration-bin. ! Found source: J1321-2636 ! ! 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 20804 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 J1321-2636_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.276086 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.7038 mas, bmaj=1.681 mas, bpa=-4.036 degrees ! Estimated noise=1486.21 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.104754 Jy ! Component: 100 - total flux cleaned = 0.136227 Jy ! Total flux subtracted in 100 components = 0.136227 Jy ! Clean residual min=-0.008185 max=0.012741 Jy/beam ! Clean residual mean=0.000057 rms=0.002323 Jy/beam ! Combined flux in latest and established models = 0.136227 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 16 components and 0.136227 Jy ! ! Correcting IF 1. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 146 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 112 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.243538Jy sigma=0.001275 ! Fit after self-cal, rms=0.243359Jy sigma=0.001274 ! Inverting map and beam ! Estimated beam: bmin=0.7038 mas, bmaj=1.681 mas, bpa=-4.036 degrees ! Estimated noise=1486.21 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.8979 mas, bmaj=2.329 mas, bpa=-4.948 degrees ! Estimated noise=888.843 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.0215914 Jy ! Component: 100 - total flux cleaned = 0.029724 Jy ! Component: 150 - total flux cleaned = 0.0329887 Jy ! Component: 200 - total flux cleaned = 0.0337741 Jy ! Total flux subtracted in 200 components = 0.0337741 Jy ! Clean residual min=-0.006064 max=0.010508 Jy/beam ! Clean residual mean=0.000052 rms=0.002027 Jy/beam ! Combined flux in latest and established models = 0.170001 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 33 components and 0.170001 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.242467Jy sigma=0.001266 ! Fit after self-cal, rms=0.242462Jy sigma=0.001266 ! 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.8979 x 2.329 at -4.948 degrees (North through East) ! Clean map min=-0.005684 max=0.11538 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if ! 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. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.00* HN 1.00* KP 1.00* ! LA 1.00* MK 1.00* NL 1.00* OV 1.00* ! PT 1.00* SC 1.00* ! ! ! Fit before self-cal, rms=0.242462Jy sigma=0.001266 ! Fit after self-cal, rms=0.242427Jy sigma=0.001266 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.242427Jy sigma=0.001266 ! Fit after self-cal, rms=0.242426Jy sigma=0.001266 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8983 mas, bmaj=2.328 mas, bpa=-4.938 degrees ! Estimated noise=889.137 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.4, 5.2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0118837 Jy ! Component: 100 - total flux cleaned = 0.0156719 Jy ! Component: 150 - total flux cleaned = 0.0165327 Jy ! Component: 200 - total flux cleaned = 0.0170929 Jy ! Total flux subtracted in 200 components = 0.0170929 Jy ! Clean residual min=-0.005361 max=0.006789 Jy/beam ! Clean residual mean=0.000033 rms=0.001576 Jy/beam ! Combined flux in latest and established models = 0.187094 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 63 components and 0.187094 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.241998Jy sigma=0.001264 ! Fit after self-cal, rms=0.241943Jy sigma=0.001263 ! 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.241943Jy sigma=0.001263 ! Fit after self-cal, rms=0.239801Jy sigma=0.001251 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.00556543 Jy ! Component: 100 - total flux cleaned = 0.00807145 Jy ! Component: 150 - total flux cleaned = 0.00858747 Jy ! Component: 200 - total flux cleaned = 0.00884498 Jy ! Total flux subtracted in 200 components = 0.00884498 Jy ! Clean residual min=-0.005073 max=0.005260 Jy/beam ! Clean residual mean=0.000022 rms=0.001425 Jy/beam ! Combined flux in latest and established models = 0.195939 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 79 components and 0.195939 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.239716Jy sigma=0.001250 ! Fit after self-cal, rms=0.239437Jy sigma=0.001249 ! 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.8983 x 2.328 at -4.938 degrees (North through East) ! Clean map min=-0.0048883 max=0.11625 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.239437Jy sigma=0.001249 ! Fit after self-cal, rms=0.236352Jy sigma=0.001248 ! 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.236352Jy sigma=0.001248 ! Fit after self-cal, rms=0.236295Jy sigma=0.001248 ! Inverting map and beam ! Estimated beam: bmin=0.8988 mas, bmaj=2.295 mas, bpa=-4.302 degrees ! Estimated noise=874.308 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000786698 Jy ! Component: 100 - total flux cleaned = 0.000776375 Jy ! Component: 150 - total flux cleaned = 0.000778401 Jy ! Component: 200 - total flux cleaned = 0.000718614 Jy ! Total flux subtracted in 200 components = 0.000718614 Jy ! Clean residual min=-0.005000 max=0.004499 Jy/beam ! Clean residual mean=0.000010 rms=0.001326 Jy/beam ! Combined flux in latest and established models = 0.196658 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 90 components and 0.196658 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.236236Jy sigma=0.001248 ! Fit after self-cal, rms=0.236223Jy sigma=0.001248 ! 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.236223Jy sigma=0.001248 ! Fit after self-cal, rms=0.235983Jy sigma=0.001248 ! 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.235983Jy sigma=0.001248 ! Fit after self-cal, rms=0.235969Jy sigma=0.001248 ! Inverting map and beam ! Estimated beam: bmin=0.9011 mas, bmaj=2.326 mas, bpa=-4.668 degrees ! Estimated noise=869.153 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000919092 Jy ! Component: 100 - total flux cleaned = -0.00113158 Jy ! Component: 150 - total flux cleaned = -0.00130646 Jy ! Component: 200 - total flux cleaned = -0.00145683 Jy ! Total flux subtracted in 200 components = -0.00145683 Jy ! Clean residual min=-0.004768 max=0.004390 Jy/beam ! Clean residual mean=-0.000003 rms=0.001282 Jy/beam ! Combined flux in latest and established models = 0.195201 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 96 components and 0.195201 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.235928Jy sigma=0.001247 ! Fit after self-cal, rms=0.235926Jy sigma=0.001247 ! 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.359 mas, bmaj=5.445 mas, bpa=3.706 degrees ! Estimated noise=1112.61 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.0013115 Jy ! Component: 100 - total flux cleaned = 0.0013691 Jy ! Component: 150 - total flux cleaned = 0.00141708 Jy ! Component: 200 - total flux cleaned = 0.00145462 Jy ! Total flux subtracted in 200 components = 0.00145462 Jy ! Clean residual min=-0.005660 max=0.005641 Jy/beam ! Clean residual mean=-0.000013 rms=0.001792 Jy/beam ! Combined flux in latest and established models = 0.196655 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 100 components and 0.196655 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.235920Jy sigma=0.001247 ! Fit after self-cal, rms=0.235919Jy sigma=0.001247 ! 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.7042 mas, bmaj=1.676 mas, bpa=-3.769 degrees ! Estimated noise=1461.84 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.105585 Jy ! Component: 100 - total flux cleaned = 0.139262 Jy ! Component: 150 - total flux cleaned = 0.156466 Jy ! Component: 200 - total flux cleaned = 0.167432 Jy ! Total flux subtracted in 200 components = 0.167432 Jy ! Clean residual min=-0.007386 max=0.006658 Jy/beam ! Clean residual mean=0.000016 rms=0.001785 Jy/beam ! Combined flux in latest and established models = 0.167432 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 42 model components to the UV plane model. ! The established model now contains 42 components and 0.167432 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9011 mas, bmaj=2.326 mas, bpa=-4.668 degrees ! Estimated noise=869.153 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.0120979 Jy ! Component: 100 - total flux cleaned = 0.0182949 Jy ! Component: 150 - total flux cleaned = 0.0221302 Jy ! Component: 200 - total flux cleaned = 0.0246297 Jy ! Total flux subtracted in 200 components = 0.0246297 Jy ! Clean residual min=-0.004734 max=0.004401 Jy/beam ! Clean residual mean=0.000003 rms=0.001307 Jy/beam ! Combined flux in latest and established models = 0.192061 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 70 components and 0.192061 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.359 mas, bmaj=5.445 mas, bpa=3.706 degrees ! Estimated noise=1112.61 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.0028815 Jy ! Component: 100 - total flux cleaned = 0.00399416 Jy ! Component: 150 - total flux cleaned = 0.00413203 Jy ! Component: 200 - total flux cleaned = 0.00421849 Jy ! Total flux subtracted in 200 components = 0.00421849 Jy ! Clean residual min=-0.005841 max=0.005633 Jy/beam ! Clean residual mean=-0.000013 rms=0.001808 Jy/beam ! Combined flux in latest and established models = 0.19628 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 81 components and 0.19628 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9011 mas, bmaj=2.326 mas, bpa=-4.668 degrees ! Estimated noise=869.153 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000701806 Jy ! Component: 100 - total flux cleaned = -0.000639998 Jy ! Component: 150 - total flux cleaned = -0.000592981 Jy ! Component: 200 - total flux cleaned = -0.000593425 Jy ! Total flux subtracted in 200 components = -0.000593425 Jy ! Clean residual min=-0.004816 max=0.004473 Jy/beam ! Clean residual mean=-0.000003 rms=0.001278 Jy/beam ! Combined flux in latest and established models = 0.195686 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 95 components and 0.195686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.235897Jy sigma=0.001247 ! Fit after self-cal, rms=0.235889Jy sigma=0.001247 wmodel J1321-2636_X_1997_08_27_yyk\_map.mod ! Writing 95 model components to file: J1321-2636_X_1997_08_27_yyk_map.mod wobs J1321-2636_X_1997_08_27_yyk\_uvs.fits ! Writing UV FITS file: J1321-2636_X_1997_08_27_yyk_uvs.fits wwins J1321-2636_X_1997_08_27_yyk\_map.win ! wwins: Wrote 2 windows to J1321-2636_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.000541392 Jy ! Component: 100 - total flux cleaned = -0.000938259 Jy ! Component: 150 - total flux cleaned = -0.00101056 Jy ! Component: 200 - total flux cleaned = -0.00129496 Jy ! Component: 250 - total flux cleaned = -0.00143069 Jy ! Component: 300 - total flux cleaned = -0.00143135 Jy ! Component: 350 - total flux cleaned = -0.00149624 Jy ! Component: 400 - total flux cleaned = -0.00130936 Jy ! Component: 450 - total flux cleaned = -0.00131057 Jy ! Component: 500 - total flux cleaned = -0.00125142 Jy ! Component: 550 - total flux cleaned = -0.00113667 Jy ! Component: 600 - total flux cleaned = -0.00113612 Jy ! Component: 650 - total flux cleaned = -0.000915234 Jy ! Component: 700 - total flux cleaned = -0.000915302 Jy ! Component: 750 - total flux cleaned = -0.00096821 Jy ! Component: 800 - total flux cleaned = -0.00107165 Jy ! Component: 850 - total flux cleaned = -0.00117151 Jy ! Component: 900 - total flux cleaned = -0.00102204 Jy ! Component: 950 - total flux cleaned = -0.000973277 Jy ! Component: 1000 - total flux cleaned = -0.000877778 Jy ! Component: 1050 - total flux cleaned = -0.000877875 Jy ! Component: 1100 - total flux cleaned = -0.000691388 Jy ! Component: 1150 - total flux cleaned = -0.000691576 Jy ! Component: 1200 - total flux cleaned = -0.000464516 Jy ! Component: 1250 - total flux cleaned = -0.000330216 Jy ! Component: 1300 - total flux cleaned = -0.000242602 Jy ! Component: 1350 - total flux cleaned = -0.000155952 Jy ! Component: 1400 - total flux cleaned = -0.000113593 Jy ! Component: 1450 - total flux cleaned = 0.000139983 Jy ! Component: 1500 - total flux cleaned = 0.000264937 Jy ! Component: 1550 - total flux cleaned = 0.000306121 Jy ! Component: 1600 - total flux cleaned = 0.000551255 Jy ! Component: 1650 - total flux cleaned = 0.000672912 Jy ! Component: 1700 - total flux cleaned = 0.00087289 Jy ! Component: 1750 - total flux cleaned = 0.00114912 Jy ! Component: 1800 - total flux cleaned = 0.00130567 Jy ! Component: 1850 - total flux cleaned = 0.001538 Jy ! Component: 1900 - total flux cleaned = 0.00184338 Jy ! Component: 1950 - total flux cleaned = 0.00195622 Jy ! Component: 2000 - total flux cleaned = 0.00229292 Jy ! Total flux subtracted in 2048 components = 0.00244089 Jy ! Clean residual min=-0.002535 max=0.002115 Jy/beam ! Clean residual mean=-0.000018 rms=0.000717 Jy/beam ! Combined flux in latest and established models = 0.198127 Jy keep ! Adding 144 model components to the UV plane model. ! The established model now contains 239 components and 0.198127 Jy ![Exited script file: muppet] wmap "J1321-2636_X_1997_08_27_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9011 x 2.326 at -4.668 degrees (North through East) ! Clean map min=-0.0035742 max=0.11134 Jy/beam ! Writing clean map to FITS file: J1321-2636_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.111341 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000717149 device "J1321-2636_X_1997_08_27_yyk\_map.eps/VPS" ! Attempting to open device: 'J1321-2636_X_1997_08_27_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.9323 1.9323 3.86459 7.72918 15.4584 30.9167 61.8335 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0021 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.111 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.9011 x 2.326 at -4.668 degrees (North through East) ! Clean map min=-0.0035742 max=0.11134 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1321-2636_X_1997_08_27_yyk\_map.gif/gif" ! Attempting to open device: 'J1321-2636_X_1997_08_27_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1321-2636_X_1997_08_27_yyk_uvs.log closed on Mon Jan 8 06:03:36 2007