! Started logfile: J0532-0307_S_2005_07_20_yyk_uvs.log on Fri Jan 20 09:58:01 2006 obs J0532-0307_S_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J0532-0307_S_2005_07_20_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.962222 visibilities/baseline/integration-bin. ! Found source: J0532-0307 ! ! 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 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1527 lines of history. ! ! Reading 1732 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 J0532-0307_S_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.164596 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=2.483 mas, bmaj=6.455 mas, bpa=-1.147 degrees ! Estimated noise=1.50083 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.110611 Jy ! Component: 100 - total flux cleaned = 0.143052 Jy ! Total flux subtracted in 100 components = 0.143052 Jy ! Clean residual min=-0.009865 max=0.019403 Jy/beam ! Clean residual mean=0.000016 rms=0.003241 Jy/beam ! Combined flux in latest and established models = 0.143052 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.143052 Jy ! ! Correcting IF 1. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 12 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 12 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.085943Jy sigma=1.277782 ! Fit after self-cal, rms=0.084932Jy sigma=1.251525 ! Inverting map and beam ! Estimated beam: bmin=2.483 mas, bmaj=6.455 mas, bpa=-1.147 degrees ! Estimated noise=1.50083 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=3.193 mas, bmaj=7.801 mas, bpa=-0.1317 degrees ! Estimated noise=1.10593 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.0234135 Jy ! Component: 100 - total flux cleaned = 0.032774 Jy ! Component: 150 - total flux cleaned = 0.0367749 Jy ! Component: 200 - total flux cleaned = 0.0383691 Jy ! Total flux subtracted in 200 components = 0.0383691 Jy ! Clean residual min=-0.007978 max=0.013285 Jy/beam ! Clean residual mean=0.000024 rms=0.002509 Jy/beam ! Combined flux in latest and established models = 0.181422 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 33 model components to the UV plane model. ! The established model now contains 50 components and 0.181422 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080045Jy sigma=1.164604 ! Fit after self-cal, rms=0.080076Jy sigma=1.163832 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.193 x 7.801 at -0.1317 degrees (North through East) ! Clean map min=-0.0076432 max=0.13312 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. ! 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. ! Amplitude normalization factor in sub-array 1: 0.996476 ! Telescope amplitude corrections in sub-array 1: ! BR 0.95 FD 0.98 HN 0.99 KP 0.98 ! LA 1.06 MK 0.92 NL 1.00* OV 1.15 ! PT 0.99 SC 1.02 ! ! ! Correcting IF 3. ! 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. ! 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.080076Jy sigma=1.163832 ! Fit after self-cal, rms=0.079873Jy sigma=1.158781 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.079873Jy sigma=1.158781 ! Fit after self-cal, rms=0.079858Jy sigma=1.158589 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.168 mas, bmaj=7.736 mas, bpa=-0.6397 degrees ! Estimated noise=1.10547 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 (13.5, 9). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0129076 Jy ! Component: 100 - total flux cleaned = 0.0147769 Jy ! Component: 150 - total flux cleaned = 0.0149349 Jy ! Component: 200 - total flux cleaned = 0.0153274 Jy ! Total flux subtracted in 200 components = 0.0153274 Jy ! Clean residual min=-0.006549 max=0.008213 Jy/beam ! Clean residual mean=-0.000023 rms=0.001944 Jy/beam ! Combined flux in latest and established models = 0.196749 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 80 components and 0.196749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078239Jy sigma=1.126600 ! Fit after self-cal, rms=0.077926Jy sigma=1.122005 ! 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.077926Jy sigma=1.122005 ! Fit after self-cal, rms=0.073636Jy sigma=1.065673 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.0049341 Jy ! Component: 100 - total flux cleaned = 0.00543079 Jy ! Component: 150 - total flux cleaned = 0.00563268 Jy ! Component: 200 - total flux cleaned = 0.00563165 Jy ! Total flux subtracted in 200 components = 0.00563165 Jy ! Clean residual min=-0.006425 max=0.007137 Jy/beam ! Clean residual mean=-0.000034 rms=0.001759 Jy/beam ! Combined flux in latest and established models = 0.202381 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 38 model components to the UV plane model. ! The established model now contains 104 components and 0.202381 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073187Jy sigma=1.059259 ! Fit after self-cal, rms=0.072832Jy sigma=1.054104 ! 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: 3.168 x 7.736 at -0.6397 degrees (North through East) ! Clean map min=-0.0061058 max=0.13441 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.072832Jy sigma=1.054104 ! Fit after self-cal, rms=0.072832Jy sigma=1.054104 ! 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.072832Jy sigma=1.054104 ! Fit after self-cal, rms=0.072840Jy sigma=1.053675 ! Inverting map and beam ! Estimated beam: bmin=3.168 mas, bmaj=7.736 mas, bpa=-0.6397 degrees ! Estimated noise=1.10547 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00182806 Jy ! Component: 100 - total flux cleaned = 0.00174167 Jy ! Component: 150 - total flux cleaned = 0.00166146 Jy ! Component: 200 - total flux cleaned = 0.00158767 Jy ! Total flux subtracted in 200 components = 0.00158767 Jy ! Clean residual min=-0.006264 max=0.007017 Jy/beam ! Clean residual mean=-0.000039 rms=0.001704 Jy/beam ! Combined flux in latest and established models = 0.203968 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 117 components and 0.203968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072649Jy sigma=1.050651 ! Fit after self-cal, rms=0.072638Jy sigma=1.050240 ! 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.072638Jy sigma=1.050240 ! Fit after self-cal, rms=0.073138Jy sigma=1.052451 ! 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.073138Jy sigma=1.052451 ! Fit after self-cal, rms=0.073141Jy sigma=1.052408 ! Inverting map and beam ! Estimated beam: bmin=3.143 mas, bmaj=7.731 mas, bpa=-1.209 degrees ! Estimated noise=1.10663 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00125198 Jy ! Component: 100 - total flux cleaned = 0.00118182 Jy ! Component: 150 - total flux cleaned = 0.00111517 Jy ! Component: 200 - total flux cleaned = 0.000929276 Jy ! Total flux subtracted in 200 components = 0.000929276 Jy ! Clean residual min=-0.005699 max=0.006524 Jy/beam ! Clean residual mean=-0.000034 rms=0.001629 Jy/beam ! Combined flux in latest and established models = 0.204898 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 130 components and 0.204898 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072935Jy sigma=1.049867 ! Fit after self-cal, rms=0.072916Jy sigma=1.049533 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.553 mas, bmaj=12.88 mas, bpa=8.693 degrees ! Estimated noise=1.44385 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.000366209 Jy ! Component: 100 - total flux cleaned = -0.00108987 Jy ! Component: 150 - total flux cleaned = -0.0015412 Jy ! Component: 200 - total flux cleaned = -0.00202872 Jy ! Total flux subtracted in 200 components = -0.00202872 Jy ! Clean residual min=-0.005891 max=0.008145 Jy/beam ! Clean residual mean=-0.000045 rms=0.002202 Jy/beam ! Combined flux in latest and established models = 0.202869 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 142 components and 0.202869 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072840Jy sigma=1.048238 ! Fit after self-cal, rms=0.072814Jy sigma=1.047804 ! 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=2.466 mas, bmaj=6.446 mas, bpa=-1.535 degrees ! Estimated noise=1.49291 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.113102 Jy ! Component: 100 - total flux cleaned = 0.146159 Jy ! Component: 150 - total flux cleaned = 0.165193 Jy ! Component: 200 - total flux cleaned = 0.178168 Jy ! Total flux subtracted in 200 components = 0.178168 Jy ! Clean residual min=-0.007356 max=0.011520 Jy/beam ! Clean residual mean=0.000004 rms=0.002182 Jy/beam ! Combined flux in latest and established models = 0.178168 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 38 model components to the UV plane model. ! The established model now contains 38 components and 0.178168 Jy ! Inverting map and beam ! Estimated beam: bmin=3.143 mas, bmaj=7.731 mas, bpa=-1.209 degrees ! Estimated noise=1.10663 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 (7, 7). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0149155 Jy ! Component: 100 - total flux cleaned = 0.0199164 Jy ! Component: 150 - total flux cleaned = 0.0209966 Jy ! Component: 200 - total flux cleaned = 0.0215444 Jy ! Total flux subtracted in 200 components = 0.0215444 Jy ! Clean residual min=-0.005642 max=0.007019 Jy/beam ! Clean residual mean=-0.000013 rms=0.001618 Jy/beam ! Combined flux in latest and established models = 0.199712 Jy ! Adding 34 model components to the UV plane model. ! The established model now contains 71 components and 0.199712 Jy ! Inverting map ! Added new window around map position (-34, 24). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00512 Jy ! Component: 100 - total flux cleaned = 0.00671735 Jy ! Component: 150 - total flux cleaned = 0.00765112 Jy ! Component: 200 - total flux cleaned = 0.00844776 Jy ! Total flux subtracted in 200 components = 0.00844776 Jy ! Clean residual min=-0.004424 max=0.005197 Jy/beam ! Clean residual mean=-0.000032 rms=0.001302 Jy/beam ! Combined flux in latest and established models = 0.20816 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 104 components and 0.20816 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.553 mas, bmaj=12.88 mas, bpa=8.693 degrees ! Estimated noise=1.44385 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.00016307 Jy ! Component: 100 - total flux cleaned = 0.000184633 Jy ! Component: 150 - total flux cleaned = 0.000185605 Jy ! Component: 200 - total flux cleaned = 0.000119871 Jy ! Total flux subtracted in 200 components = 0.000119871 Jy ! Clean residual min=-0.003672 max=0.004975 Jy/beam ! Clean residual mean=-0.000057 rms=0.001646 Jy/beam ! Combined flux in latest and established models = 0.20828 Jy ! Adding 26 model components to the UV plane model. ! The established model now contains 128 components and 0.20828 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.143 mas, bmaj=7.731 mas, bpa=-1.209 degrees ! Estimated noise=1.10663 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000329728 Jy ! Component: 100 - total flux cleaned = 0.000673591 Jy ! Component: 150 - total flux cleaned = 0.000751244 Jy ! Component: 200 - total flux cleaned = 0.000821179 Jy ! Total flux subtracted in 200 components = 0.000821179 Jy ! Clean residual min=-0.004272 max=0.004861 Jy/beam ! Clean residual mean=-0.000033 rms=0.001248 Jy/beam ! Combined flux in latest and established models = 0.209101 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 147 components and 0.209101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071979Jy sigma=1.028928 ! Fit after self-cal, rms=0.071821Jy sigma=1.026395 wmodel J0532-0307_S_2005_07_20_yyk\_map.mod ! Writing 147 model components to file: J0532-0307_S_2005_07_20_yyk_map.mod wobs J0532-0307_S_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J0532-0307_S_2005_07_20_yyk_uvs.fits wwins J0532-0307_S_2005_07_20_yyk\_map.win ! wwins: Wrote 4 windows to J0532-0307_S_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.00172707 Jy ! Component: 100 - total flux cleaned = 0.00230194 Jy ! Component: 150 - total flux cleaned = 0.00296262 Jy ! Component: 200 - total flux cleaned = 0.0034638 Jy ! Component: 250 - total flux cleaned = 0.00412381 Jy ! Component: 300 - total flux cleaned = 0.00464302 Jy ! Component: 350 - total flux cleaned = 0.00520533 Jy ! Component: 400 - total flux cleaned = 0.00591699 Jy ! Component: 450 - total flux cleaned = 0.00629272 Jy ! Component: 500 - total flux cleaned = 0.00687121 Jy ! Component: 550 - total flux cleaned = 0.00728329 Jy ! Component: 600 - total flux cleaned = 0.00753698 Jy ! Component: 650 - total flux cleaned = 0.00788618 Jy ! Component: 700 - total flux cleaned = 0.00817962 Jy ! Component: 750 - total flux cleaned = 0.00851634 Jy ! Component: 800 - total flux cleaned = 0.00875231 Jy ! Component: 850 - total flux cleaned = 0.00898415 Jy ! Component: 900 - total flux cleaned = 0.009121 Jy ! Component: 950 - total flux cleaned = 0.00934653 Jy ! Component: 1000 - total flux cleaned = 0.00939097 Jy ! Component: 1050 - total flux cleaned = 0.00952338 Jy ! Component: 1100 - total flux cleaned = 0.00961123 Jy ! Component: 1150 - total flux cleaned = 0.00986689 Jy ! Component: 1200 - total flux cleaned = 0.00990863 Jy ! Component: 1250 - total flux cleaned = 0.00982691 Jy ! Component: 1300 - total flux cleaned = 0.0100725 Jy ! Component: 1350 - total flux cleaned = 0.0101528 Jy ! Component: 1400 - total flux cleaned = 0.0100735 Jy ! Component: 1450 - total flux cleaned = 0.0102308 Jy ! Component: 1500 - total flux cleaned = 0.0103086 Jy ! Component: 1550 - total flux cleaned = 0.0103093 Jy ! Component: 1600 - total flux cleaned = 0.0104223 Jy ! Component: 1650 - total flux cleaned = 0.0103479 Jy ! Component: 1700 - total flux cleaned = 0.0104587 Jy ! Component: 1750 - total flux cleaned = 0.0104587 Jy ! Component: 1800 - total flux cleaned = 0.0104943 Jy ! Component: 1850 - total flux cleaned = 0.0104936 Jy ! Component: 1900 - total flux cleaned = 0.0104235 Jy ! Component: 1950 - total flux cleaned = 0.0105628 Jy ! Component: 2000 - total flux cleaned = 0.0105967 Jy ! Total flux subtracted in 2048 components = 0.010495 Jy ! Clean residual min=-0.001714 max=0.001945 Jy/beam ! Clean residual mean=-0.000016 rms=0.000682 Jy/beam ! Combined flux in latest and established models = 0.219596 Jy keep ! Adding 134 model components to the UV plane model. ! The established model now contains 281 components and 0.219596 Jy ![Exited script file: muppet] wmap "J0532-0307_S_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.143 x 7.731 at -1.209 degrees (North through East) ! Clean map min=-0.0043729 max=0.12991 Jy/beam ! Writing clean map to FITS file: J0532-0307_S_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 0.12991 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000676124 device "J0532-0307_S_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J0532-0307_S_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.56137 1.56137 3.12274 6.24548 12.491 24.9819 49.9638 99.9276 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.129 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.143 x 7.731 at -1.209 degrees (North through East) ! Clean map min=-0.0043729 max=0.12991 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0532-0307_S_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J0532-0307_S_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0532-0307_S_2005_07_20_yyk_uvs.log closed on Fri Jan 20 09:58:05 2006