! Started logfile: J1544-2312_X_2005_07_20_yyk_uvs.log on Fri Jan 20 10:40:13 2006 obs J1544-2312_X_2005_07_20_yyk_uve.fits ! Reading UV FITS file: J1544-2312_X_2005_07_20_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.864444 visibilities/baseline/integration-bin. ! Found source: J1544-2312 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40997e+09 8e+06 1 8e+06 ! 02 2 8.47997e+09 8e+06 1 8e+06 ! 03 3 8.79497e+09 8e+06 1 8e+06 ! 04 4 8.89997e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 1488 lines of history. ! ! Reading 1556 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 J1544-2312_X_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.200x0.200 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.132571 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.8322 mas, bmaj=4.556 mas, bpa=21.11 degrees ! Estimated noise=1.58953 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.100691 Jy ! Component: 100 - total flux cleaned = 0.115263 Jy ! Total flux subtracted in 100 components = 0.115263 Jy ! Clean residual min=-0.006318 max=0.006735 Jy/beam ! Clean residual mean=-0.000022 rms=0.001799 Jy/beam ! Combined flux in latest and established models = 0.115263 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.115263 Jy ! ! Correcting IF 1. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.062440Jy sigma=1.060508 ! Fit after self-cal, rms=0.061953Jy sigma=1.052015 ! Inverting map and beam ! Estimated beam: bmin=0.8322 mas, bmaj=4.556 mas, bpa=21.11 degrees ! Estimated noise=1.58953 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=1.058 mas, bmaj=4.938 mas, bpa=20.18 degrees ! Estimated noise=1.19687 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.0061331 Jy ! Component: 100 - total flux cleaned = 0.00789165 Jy ! Component: 150 - total flux cleaned = 0.00822332 Jy ! Component: 200 - total flux cleaned = 0.00850081 Jy ! Total flux subtracted in 200 components = 0.00850081 Jy ! Clean residual min=-0.005697 max=0.005739 Jy/beam ! Clean residual mean=0.000017 rms=0.001595 Jy/beam ! Combined flux in latest and established models = 0.123764 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 37 components and 0.123764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.061561Jy sigma=1.042197 ! Fit after self-cal, rms=0.061566Jy sigma=1.042083 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.058 x 4.938 at 20.18 degrees (North through East) ! Clean map min=-0.005742 max=0.11701 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.02945 ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 FD 0.94 HN 1.00* KP 0.94 ! LA 0.94 MK 1.00* NL 1.07 OV 0.93 ! PT 1.07 SC 0.93 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.02379 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.90 HN 1.00* KP 0.86 ! LA 0.98 MK 1.00* NL 0.95 OV 1.01 ! PT 1.09 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.061566Jy sigma=1.042083 ! Fit after self-cal, rms=0.060601Jy sigma=1.027205 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.060601Jy sigma=1.027205 ! Fit after self-cal, rms=0.060602Jy sigma=1.027167 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.056 mas, bmaj=4.985 mas, bpa=20.25 degrees ! Estimated noise=1.18338 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.000870954 Jy ! Component: 100 - total flux cleaned = 0.00081717 Jy ! Component: 150 - total flux cleaned = 0.000858739 Jy ! Component: 200 - total flux cleaned = 0.000860048 Jy ! Total flux subtracted in 200 components = 0.000860048 Jy ! Clean residual min=-0.005225 max=0.004728 Jy/beam ! Clean residual mean=-0.000007 rms=0.001370 Jy/beam ! Combined flux in latest and established models = 0.124624 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 56 components and 0.124624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060544Jy sigma=1.025905 ! Fit after self-cal, rms=0.060546Jy sigma=1.025856 ! 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.060546Jy sigma=1.025856 ! Fit after self-cal, rms=0.055467Jy sigma=0.960455 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.00101052 Jy ! Component: 100 - total flux cleaned = 0.00101196 Jy ! Component: 150 - total flux cleaned = 0.000979121 Jy ! Component: 200 - total flux cleaned = 0.000916195 Jy ! Total flux subtracted in 200 components = 0.000916195 Jy ! Clean residual min=-0.004963 max=0.004690 Jy/beam ! Clean residual mean=-0.000001 rms=0.001366 Jy/beam ! Combined flux in latest and established models = 0.12554 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 64 components and 0.12554 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055408Jy sigma=0.959362 ! Fit after self-cal, rms=0.055120Jy sigma=0.956449 ! 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: 1.056 x 4.985 at 20.25 degrees (North through East) ! Clean map min=-0.0049712 max=0.1182 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.055120Jy sigma=0.956449 ! Fit after self-cal, rms=0.053859Jy sigma=0.947943 ! 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.053859Jy sigma=0.947943 ! Fit after self-cal, rms=0.053838Jy sigma=0.947715 ! Inverting map and beam ! Estimated beam: bmin=1.054 mas, bmaj=5.005 mas, bpa=20.19 degrees ! Estimated noise=1.14616 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00290443 Jy ! Component: 100 - total flux cleaned = -0.00344047 Jy ! Component: 150 - total flux cleaned = -0.00358014 Jy ! Component: 200 - total flux cleaned = -0.00366761 Jy ! Total flux subtracted in 200 components = -0.00366761 Jy ! Clean residual min=-0.004387 max=0.004319 Jy/beam ! Clean residual mean=-0.000009 rms=0.001254 Jy/beam ! Combined flux in latest and established models = 0.121872 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 88 components and 0.121872 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053741Jy sigma=0.945175 ! Fit after self-cal, rms=0.053736Jy sigma=0.945137 ! 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.053736Jy sigma=0.945137 ! Fit after self-cal, rms=0.053096Jy sigma=0.938088 ! 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.053096Jy sigma=0.938088 ! Fit after self-cal, rms=0.053097Jy sigma=0.938056 ! Inverting map and beam ! Estimated beam: bmin=1.053 mas, bmaj=5.021 mas, bpa=20.17 degrees ! Estimated noise=1.12889 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00177222 Jy ! Component: 100 - total flux cleaned = -0.00214425 Jy ! Component: 150 - total flux cleaned = -0.00222464 Jy ! Component: 200 - total flux cleaned = -0.0021792 Jy ! Total flux subtracted in 200 components = -0.0021792 Jy ! Clean residual min=-0.004188 max=0.004149 Jy/beam ! Clean residual mean=-0.000008 rms=0.001210 Jy/beam ! Combined flux in latest and established models = 0.119693 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 99 components and 0.119693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053053Jy sigma=0.937055 ! Fit after self-cal, rms=0.053052Jy sigma=0.937047 ! 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.64 mas, bmaj=6.081 mas, bpa=6.957 degrees ! Estimated noise=1.30992 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.000279805 Jy ! Component: 100 - total flux cleaned = -0.000260395 Jy ! Component: 150 - total flux cleaned = -0.000229128 Jy ! Component: 200 - total flux cleaned = -0.000199948 Jy ! Total flux subtracted in 200 components = -0.000199948 Jy ! Clean residual min=-0.004308 max=0.005542 Jy/beam ! Clean residual mean=-0.000015 rms=0.001520 Jy/beam ! Combined flux in latest and established models = 0.119493 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 109 components and 0.119493 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053058Jy sigma=0.937115 ! Fit after self-cal, rms=0.053052Jy sigma=0.937089 ! 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.8288 mas, bmaj=4.6 mas, bpa=21.02 degrees ! Estimated noise=1.50364 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0966684 Jy ! Component: 100 - total flux cleaned = 0.111248 Jy ! Component: 150 - total flux cleaned = 0.116524 Jy ! Component: 200 - total flux cleaned = 0.118116 Jy ! Total flux subtracted in 200 components = 0.118116 Jy ! Clean residual min=-0.004669 max=0.005449 Jy/beam ! Clean residual mean=-0.000013 rms=0.001386 Jy/beam ! Combined flux in latest and established models = 0.118116 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 20 model components to the UV plane model. ! The established model now contains 20 components and 0.118116 Jy ! Inverting map and beam ! Estimated beam: bmin=1.053 mas, bmaj=5.021 mas, bpa=20.17 degrees ! Estimated noise=1.12889 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.00207842 Jy ! Component: 100 - total flux cleaned = 0.00207667 Jy ! Component: 150 - total flux cleaned = 0.00192962 Jy ! Component: 200 - total flux cleaned = 0.00184386 Jy ! Total flux subtracted in 200 components = 0.00184386 Jy ! Clean residual min=-0.004348 max=0.004439 Jy/beam ! Clean residual mean=-0.000007 rms=0.001231 Jy/beam ! Combined flux in latest and established models = 0.11996 Jy ! Adding 20 model components to the UV plane model. ! The established model now contains 36 components and 0.11996 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.64 mas, bmaj=6.081 mas, bpa=6.957 degrees ! Estimated noise=1.30992 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.000702564 Jy ! Component: 100 - total flux cleaned = -0.000702724 Jy ! Component: 150 - total flux cleaned = -0.000724096 Jy ! Component: 200 - total flux cleaned = -0.000744577 Jy ! Total flux subtracted in 200 components = -0.000744577 Jy ! Clean residual min=-0.004371 max=0.005521 Jy/beam ! Clean residual mean=-0.000016 rms=0.001525 Jy/beam ! Combined flux in latest and established models = 0.119215 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 50 components and 0.119215 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.053 mas, bmaj=5.021 mas, bpa=20.17 degrees ! Estimated noise=1.12889 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -9.51328e-07 Jy ! Component: 100 - total flux cleaned = 7.27822e-05 Jy ! Component: 150 - total flux cleaned = 0.000107332 Jy ! Component: 200 - total flux cleaned = 0.00014093 Jy ! Total flux subtracted in 200 components = 0.00014093 Jy ! Clean residual min=-0.004316 max=0.004295 Jy/beam ! Clean residual mean=-0.000009 rms=0.001219 Jy/beam ! Combined flux in latest and established models = 0.119356 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 66 components and 0.119356 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.053112Jy sigma=0.938481 ! Fit after self-cal, rms=0.053114Jy sigma=0.938449 wmodel J1544-2312_X_2005_07_20_yyk\_map.mod ! Writing 66 model components to file: J1544-2312_X_2005_07_20_yyk_map.mod wobs J1544-2312_X_2005_07_20_yyk\_uvs.fits ! Writing UV FITS file: J1544-2312_X_2005_07_20_yyk_uvs.fits wwins J1544-2312_X_2005_07_20_yyk\_map.win ! wwins: Wrote 1 windows to J1544-2312_X_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.00180784 Jy ! Component: 100 - total flux cleaned = 0.00300003 Jy ! Component: 150 - total flux cleaned = 0.00422195 Jy ! Component: 200 - total flux cleaned = 0.00518309 Jy ! Component: 250 - total flux cleaned = 0.00586037 Jy ! Component: 300 - total flux cleaned = 0.00639613 Jy ! Component: 350 - total flux cleaned = 0.00680432 Jy ! Component: 400 - total flux cleaned = 0.00690354 Jy ! Component: 450 - total flux cleaned = 0.00704775 Jy ! Component: 500 - total flux cleaned = 0.00718582 Jy ! Component: 550 - total flux cleaned = 0.00731984 Jy ! Component: 600 - total flux cleaned = 0.00727757 Jy ! Component: 650 - total flux cleaned = 0.00723667 Jy ! Component: 700 - total flux cleaned = 0.00719631 Jy ! Component: 750 - total flux cleaned = 0.00723604 Jy ! Component: 800 - total flux cleaned = 0.00712056 Jy ! Component: 850 - total flux cleaned = 0.00712069 Jy ! Component: 900 - total flux cleaned = 0.00708352 Jy ! Component: 950 - total flux cleaned = 0.00712045 Jy ! Component: 1000 - total flux cleaned = 0.0072963 Jy ! Component: 1050 - total flux cleaned = 0.00739861 Jy ! Component: 1100 - total flux cleaned = 0.00753406 Jy ! Component: 1150 - total flux cleaned = 0.0076343 Jy ! Component: 1200 - total flux cleaned = 0.00782966 Jy ! Component: 1250 - total flux cleaned = 0.00795733 Jy ! Component: 1300 - total flux cleaned = 0.00811391 Jy ! Component: 1350 - total flux cleaned = 0.00826796 Jy ! Component: 1400 - total flux cleaned = 0.00832863 Jy ! Component: 1450 - total flux cleaned = 0.00847771 Jy ! Component: 1500 - total flux cleaned = 0.00856566 Jy ! Component: 1550 - total flux cleaned = 0.00873886 Jy ! Component: 1600 - total flux cleaned = 0.0088519 Jy ! Component: 1650 - total flux cleaned = 0.0089919 Jy ! Component: 1700 - total flux cleaned = 0.00910191 Jy ! Component: 1750 - total flux cleaned = 0.00915674 Jy ! Component: 1800 - total flux cleaned = 0.00931819 Jy ! Component: 1850 - total flux cleaned = 0.00942447 Jy ! Component: 1900 - total flux cleaned = 0.00950341 Jy ! Component: 1950 - total flux cleaned = 0.00963338 Jy ! Component: 2000 - total flux cleaned = 0.00973623 Jy ! Total flux subtracted in 2048 components = 0.00978713 Jy ! Clean residual min=-0.001691 max=0.001371 Jy/beam ! Clean residual mean=0.000007 rms=0.000535 Jy/beam ! Combined flux in latest and established models = 0.129144 Jy keep ! Adding 124 model components to the UV plane model. ! The established model now contains 190 components and 0.129144 Jy ![Exited script file: muppet] wmap "J1544-2312_X_2005_07_20_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.053 x 5.021 at 20.17 degrees (North through East) ! Clean map min=-0.0026518 max=0.11274 Jy/beam ! Writing clean map to FITS file: J1544-2312_X_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.112739 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000520462 device "J1544-2312_X_2005_07_20_yyk\_map.eps/VPS" ! Attempting to open device: 'J1544-2312_X_2005_07_20_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.38495 1.38495 2.7699 5.5398 11.0796 22.1592 44.3184 88.6369 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.112 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.053 x 5.021 at 20.17 degrees (North through East) ! Clean map min=-0.0026518 max=0.11274 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1544-2312_X_2005_07_20_yyk\_map.gif/gif" ! Attempting to open device: 'J1544-2312_X_2005_07_20_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1544-2312_X_2005_07_20_yyk_uvs.log closed on Fri Jan 20 10:40:17 2006