! Started logfile: J0544-2241_S_2005_06_01_yyk_uvs.log on Sat Oct 8 16:59:29 2005 obs J0544-2241_S_2005_06_01_yyk_uve.fits ! Reading UV FITS file: J0544-2241_S_2005_06_01_yyk_uve.fits ! AN table 1: 19 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.949708 visibilities/baseline/integration-bin. ! Found source: J0544-2241 ! ! 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 1802 lines of history. ! ! Reading 3248 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 J0544-2241_S_2005_06_01_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.197721 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.392 mas, bmaj=6.447 mas, bpa=-0.5863 degrees ! Estimated noise=1.44565 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.12649 Jy ! Component: 100 - total flux cleaned = 0.150421 Jy ! Total flux subtracted in 100 components = 0.150421 Jy ! Clean residual min=-0.016033 max=0.014459 Jy/beam ! Clean residual mean=0.000006 rms=0.003907 Jy/beam ! Combined flux in latest and established models = 0.150421 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.150421 Jy ! ! Correcting IF 1. ! A total of 26 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.120025Jy sigma=1.880155 ! Fit after self-cal, rms=0.101259Jy sigma=1.462111 ! Inverting map and beam ! Estimated beam: bmin=2.392 mas, bmaj=6.447 mas, bpa=-0.5863 degrees ! Estimated noise=1.44565 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.081 mas, bmaj=8.262 mas, bpa=-3.781 degrees ! Estimated noise=0.799637 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.0277545 Jy ! Component: 100 - total flux cleaned = 0.0366229 Jy ! Component: 150 - total flux cleaned = 0.0402442 Jy ! Component: 200 - total flux cleaned = 0.0417739 Jy ! Total flux subtracted in 200 components = 0.0417739 Jy ! Clean residual min=-0.004860 max=0.006666 Jy/beam ! Clean residual mean=-0.000110 rms=0.001565 Jy/beam ! Combined flux in latest and established models = 0.192195 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 43 model components to the UV plane model. ! The established model now contains 53 components and 0.192195 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095445Jy sigma=1.363976 ! Fit after self-cal, rms=0.094729Jy sigma=1.350265 ! 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.081 x 8.262 at -3.781 degrees (North through East) ! Clean map min=-0.0047394 max=0.166 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.00682 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.96 HN 1.19 KP 0.95 ! LA 1.13 MK 0.89 NL 0.89 OV 0.91 ! PT 1.04 SC 1.01 ! ! ! Correcting IF 2. ! 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. ! 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.094729Jy sigma=1.350265 ! Fit after self-cal, rms=0.094370Jy sigma=1.338775 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.094370Jy sigma=1.338775 ! Fit after self-cal, rms=0.093658Jy sigma=1.326265 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.06 mas, bmaj=8.242 mas, bpa=-4.181 degrees ! Estimated noise=0.796531 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.00158623 Jy ! Component: 100 - total flux cleaned = 0.00176215 Jy ! Component: 150 - total flux cleaned = 0.00179679 Jy ! Component: 200 - total flux cleaned = 0.00182644 Jy ! Total flux subtracted in 200 components = 0.00182644 Jy ! Clean residual min=-0.004662 max=0.005920 Jy/beam ! Clean residual mean=-0.000014 rms=0.001469 Jy/beam ! Combined flux in latest and established models = 0.194022 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 62 components and 0.194022 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093615Jy sigma=1.325443 ! Fit after self-cal, rms=0.092941Jy sigma=1.313957 ! 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.092941Jy sigma=1.313957 ! Fit after self-cal, rms=0.083182Jy sigma=1.142031 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) ! Added new window around map position (28, -28). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00654419 Jy ! Component: 100 - total flux cleaned = 0.00687287 Jy ! Component: 150 - total flux cleaned = 0.00673141 Jy ! Component: 200 - total flux cleaned = 0.00660324 Jy ! Total flux subtracted in 200 components = 0.00660324 Jy ! Clean residual min=-0.004753 max=0.005605 Jy/beam ! Clean residual mean=-0.000046 rms=0.001334 Jy/beam ! Combined flux in latest and established models = 0.200625 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 84 components and 0.200625 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082374Jy sigma=1.130384 ! Fit after self-cal, rms=0.082174Jy sigma=1.126629 ! 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.06 x 8.242 at -4.181 degrees (North through East) ! Clean map min=-0.0045889 max=0.17018 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.082174Jy sigma=1.126629 ! Fit after self-cal, rms=0.082667Jy sigma=1.126767 ! 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.082667Jy sigma=1.126767 ! Fit after self-cal, rms=0.082662Jy sigma=1.126560 ! Inverting map and beam ! Estimated beam: bmin=3.041 mas, bmaj=8.138 mas, bpa=-3.885 degrees ! Estimated noise=0.796261 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00244162 Jy ! Component: 100 - total flux cleaned = 0.00233361 Jy ! Component: 150 - total flux cleaned = 0.0021403 Jy ! Component: 200 - total flux cleaned = 0.00205369 Jy ! Total flux subtracted in 200 components = 0.00205369 Jy ! Clean residual min=-0.004553 max=0.004751 Jy/beam ! Clean residual mean=-0.000066 rms=0.001258 Jy/beam ! Combined flux in latest and established models = 0.202679 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 96 components and 0.202679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082413Jy sigma=1.122623 ! Fit after self-cal, rms=0.082410Jy sigma=1.122291 ! 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.082410Jy sigma=1.122291 ! Fit after self-cal, rms=0.082778Jy sigma=1.118655 ! 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.082778Jy sigma=1.118655 ! Fit after self-cal, rms=0.082779Jy sigma=1.118627 ! Inverting map and beam ! Estimated beam: bmin=3.028 mas, bmaj=8.152 mas, bpa=-3.725 degrees ! Estimated noise=0.797709 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00131428 Jy ! Component: 100 - total flux cleaned = 0.00131447 Jy ! Component: 150 - total flux cleaned = 0.00118721 Jy ! Component: 200 - total flux cleaned = 0.00107069 Jy ! Total flux subtracted in 200 components = 0.00107069 Jy ! Clean residual min=-0.004028 max=0.004359 Jy/beam ! Clean residual mean=-0.000060 rms=0.001163 Jy/beam ! Combined flux in latest and established models = 0.203749 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 103 components and 0.203749 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082647Jy sigma=1.116952 ! Fit after self-cal, rms=0.082656Jy sigma=1.116880 ! 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.053 mas, bmaj=18.72 mas, bpa=3.73 degrees ! Estimated noise=1.03849 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.000658173 Jy ! Component: 100 - total flux cleaned = -0.000718929 Jy ! Component: 150 - total flux cleaned = -0.000822778 Jy ! Component: 200 - total flux cleaned = -0.000868796 Jy ! Total flux subtracted in 200 components = -0.000868796 Jy ! Clean residual min=-0.003657 max=0.003850 Jy/beam ! Clean residual mean=-0.000108 rms=0.001417 Jy/beam ! Combined flux in latest and established models = 0.202881 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 114 components and 0.202881 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082645Jy sigma=1.116576 ! Fit after self-cal, rms=0.082646Jy sigma=1.116475 ! 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=2.374 mas, bmaj=6.416 mas, bpa=-0.6002 degrees ! Estimated noise=1.43253 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.147519 Jy ! Component: 100 - total flux cleaned = 0.178563 Jy ! Component: 150 - total flux cleaned = 0.193194 Jy ! Component: 200 - total flux cleaned = 0.201598 Jy ! Total flux subtracted in 200 components = 0.201598 Jy ! Clean residual min=-0.007139 max=0.008035 Jy/beam ! Clean residual mean=-0.000001 rms=0.002005 Jy/beam ! Combined flux in latest and established models = 0.201598 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 36 model components to the UV plane model. ! The established model now contains 36 components and 0.201598 Jy ! Inverting map and beam ! Estimated beam: bmin=3.028 mas, bmaj=8.152 mas, bpa=-3.725 degrees ! Estimated noise=0.797709 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.5, -17). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00415837 Jy ! Component: 100 - total flux cleaned = 0.00451829 Jy ! Component: 150 - total flux cleaned = 0.00466537 Jy ! Component: 200 - total flux cleaned = 0.00478991 Jy ! Total flux subtracted in 200 components = 0.00478991 Jy ! Clean residual min=-0.003521 max=0.004329 Jy/beam ! Clean residual mean=-0.000077 rms=0.001145 Jy/beam ! Combined flux in latest and established models = 0.206388 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 62 components and 0.206388 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.053 mas, bmaj=18.72 mas, bpa=3.73 degrees ! Estimated noise=1.03849 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.000582725 Jy ! Component: 100 - total flux cleaned = -0.000444894 Jy ! Component: 150 - total flux cleaned = -0.000387677 Jy ! Component: 200 - total flux cleaned = -0.000388802 Jy ! Total flux subtracted in 200 components = -0.000388802 Jy ! Clean residual min=-0.004096 max=0.004003 Jy/beam ! Clean residual mean=-0.000134 rms=0.001421 Jy/beam ! Combined flux in latest and established models = 0.205999 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 74 components and 0.205999 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.028 mas, bmaj=8.152 mas, bpa=-3.725 degrees ! Estimated noise=0.797709 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000255788 Jy ! Component: 100 - total flux cleaned = 0.000511991 Jy ! Component: 150 - total flux cleaned = 0.000585682 Jy ! Component: 200 - total flux cleaned = 0.000513579 Jy ! Total flux subtracted in 200 components = 0.000513579 Jy ! Clean residual min=-0.003387 max=0.004329 Jy/beam ! Clean residual mean=-0.000070 rms=0.001114 Jy/beam ! Combined flux in latest and established models = 0.206513 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 93 components and 0.206513 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082289Jy sigma=1.111063 ! Fit after self-cal, rms=0.082285Jy sigma=1.110593 wmodel J0544-2241_S_2005_06_01_yyk\_map.mod ! Writing 93 model components to file: J0544-2241_S_2005_06_01_yyk_map.mod wobs J0544-2241_S_2005_06_01_yyk\_uvs.fits ! Writing UV FITS file: J0544-2241_S_2005_06_01_yyk_uvs.fits wwins J0544-2241_S_2005_06_01_yyk\_map.win ! wwins: Wrote 3 windows to J0544-2241_S_2005_06_01_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.00119172 Jy ! Component: 100 - total flux cleaned = 0.000826785 Jy ! Component: 150 - total flux cleaned = 0.000590981 Jy ! Component: 200 - total flux cleaned = 0.000419663 Jy ! Component: 250 - total flux cleaned = 0.000255382 Jy ! Component: 300 - total flux cleaned = 0.000150093 Jy ! Component: 350 - total flux cleaned = -0.000159032 Jy ! Component: 400 - total flux cleaned = -0.000410488 Jy ! Component: 450 - total flux cleaned = -0.000804939 Jy ! Component: 500 - total flux cleaned = -0.00104655 Jy ! Component: 550 - total flux cleaned = -0.00137832 Jy ! Component: 600 - total flux cleaned = -0.00151733 Jy ! Component: 650 - total flux cleaned = -0.00174588 Jy ! Component: 700 - total flux cleaned = -0.00179047 Jy ! Component: 750 - total flux cleaned = -0.0019672 Jy ! Component: 800 - total flux cleaned = -0.00201087 Jy ! Component: 850 - total flux cleaned = -0.00231221 Jy ! Component: 900 - total flux cleaned = -0.00248078 Jy ! Component: 950 - total flux cleaned = -0.0026884 Jy ! Component: 1000 - total flux cleaned = -0.00285173 Jy ! Component: 1050 - total flux cleaned = -0.0029729 Jy ! Component: 1100 - total flux cleaned = -0.00309339 Jy ! Component: 1150 - total flux cleaned = -0.0033698 Jy ! Component: 1200 - total flux cleaned = -0.00372035 Jy ! Component: 1250 - total flux cleaned = -0.00395094 Jy ! Component: 1300 - total flux cleaned = -0.00417892 Jy ! Component: 1350 - total flux cleaned = -0.00444192 Jy ! Component: 1400 - total flux cleaned = -0.0045905 Jy ! Component: 1450 - total flux cleaned = -0.00484803 Jy ! Component: 1500 - total flux cleaned = -0.00513921 Jy ! Component: 1550 - total flux cleaned = -0.00531895 Jy ! Component: 1600 - total flux cleaned = -0.00556791 Jy ! Component: 1650 - total flux cleaned = -0.00570882 Jy ! Component: 1700 - total flux cleaned = -0.0058481 Jy ! Component: 1750 - total flux cleaned = -0.00605542 Jy ! Component: 1800 - total flux cleaned = -0.00612339 Jy ! Component: 1850 - total flux cleaned = -0.00632696 Jy ! Component: 1900 - total flux cleaned = -0.00646124 Jy ! Component: 1950 - total flux cleaned = -0.00659375 Jy ! Component: 2000 - total flux cleaned = -0.00662664 Jy ! Total flux subtracted in 2048 components = -0.00665967 Jy ! Clean residual min=-0.002004 max=0.001806 Jy/beam ! Clean residual mean=-0.000054 rms=0.000700 Jy/beam ! Combined flux in latest and established models = 0.199853 Jy keep ! Adding 144 model components to the UV plane model. ! The established model now contains 237 components and 0.199853 Jy ![Exited script file: muppet] wmap "J0544-2241_S_2005_06_01_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.028 x 8.152 at -3.725 degrees (North through East) ! Clean map min=-0.0034571 max=0.17083 Jy/beam ! Writing clean map to FITS file: J0544-2241_S_2005_06_01_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.170835 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000698381 device "J0544-2241_S_2005_06_01_yyk\_map.eps/VPS" ! Attempting to open device: 'J0544-2241_S_2005_06_01_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.22641 1.22641 2.45283 4.90566 9.81132 19.6226 39.2453 78.4905 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.17 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.028 x 8.152 at -3.725 degrees (North through East) ! Clean map min=-0.0034571 max=0.17083 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0544-2241_S_2005_06_01_yyk\_map.gif/gif" ! Attempting to open device: 'J0544-2241_S_2005_06_01_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0544-2241_S_2005_06_01_yyk_uvs.log closed on Sat Oct 8 16:59:33 2005