! Started logfile: J0449-0057_S_2005_07_09_yyk_uvs.log on Fri Jan 20 09:55:13 2006 obs J0449-0057_S_2005_07_09_yyk_uve.fits ! Reading UV FITS file: J0449-0057_S_2005_07_09_yyk_uve.fits ! AN table 1: 11 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.981818 visibilities/baseline/integration-bin. ! Found source: J0449-0057 ! ! 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 1602 lines of history. ! ! Reading 1944 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 J0449-0057_S_2005_07_09_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.149024 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.577 mas, bmaj=6.655 mas, bpa=-3.16 degrees ! Estimated noise=1.3147 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.104839 Jy ! Component: 100 - total flux cleaned = 0.131704 Jy ! Total flux subtracted in 100 components = 0.131704 Jy ! Clean residual min=-0.007229 max=0.008470 Jy/beam ! Clean residual mean=0.000012 rms=0.002216 Jy/beam ! Combined flux in latest and established models = 0.131704 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 14 components and 0.131704 Jy ! ! Correcting IF 1. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 4 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.076721Jy sigma=1.566425 ! Fit after self-cal, rms=0.076450Jy sigma=1.519101 ! Inverting map and beam ! Estimated beam: bmin=2.577 mas, bmaj=6.655 mas, bpa=-3.16 degrees ! Estimated noise=1.3147 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.147 mas, bmaj=7.973 mas, bpa=-7.495 degrees ! Estimated noise=0.85557 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.0157103 Jy ! Component: 100 - total flux cleaned = 0.0150586 Jy ! Component: 150 - total flux cleaned = 0.0144281 Jy ! Component: 200 - total flux cleaned = 0.0138782 Jy ! Total flux subtracted in 200 components = 0.0138782 Jy ! Clean residual min=-0.014812 max=0.015004 Jy/beam ! Clean residual mean=0.000008 rms=0.006085 Jy/beam ! Combined flux in latest and established models = 0.145582 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 24 components and 0.145582 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076548Jy sigma=1.384499 ! Fit after self-cal, rms=0.076556Jy sigma=1.384190 ! 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.147 x 7.973 at -7.495 degrees (North through East) ! Clean map min=-0.014029 max=0.1349 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: 0.988511 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.05 HN 1.15 KP 0.97 ! LA 1.06 MK 1.08 NL 0.87 OV 0.97 ! PT 0.99 SC 0.90 ! ! ! 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.076556Jy sigma=1.384190 ! Fit after self-cal, rms=0.076233Jy sigma=1.377111 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.076233Jy sigma=1.377111 ! Fit after self-cal, rms=0.076237Jy sigma=1.377080 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.165 mas, bmaj=7.933 mas, bpa=-6.92 degrees ! Estimated noise=0.850039 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.00251509 Jy ! Component: 100 - total flux cleaned = -0.00316307 Jy ! Component: 150 - total flux cleaned = -0.0035493 Jy ! Component: 200 - total flux cleaned = -0.00406604 Jy ! Total flux subtracted in 200 components = -0.00406604 Jy ! Clean residual min=-0.012977 max=0.013208 Jy/beam ! Clean residual mean=0.000022 rms=0.005361 Jy/beam ! Combined flux in latest and established models = 0.141516 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 25 components and 0.141516 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076763Jy sigma=1.361411 ! Fit after self-cal, rms=0.076760Jy sigma=1.361304 ! 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.076760Jy sigma=1.361304 ! Fit after self-cal, rms=0.070553Jy sigma=1.244688 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.0016961 Jy ! Component: 100 - total flux cleaned = 0.00105937 Jy ! Component: 150 - total flux cleaned = 0.000801837 Jy ! Component: 200 - total flux cleaned = 0.000570801 Jy ! Total flux subtracted in 200 components = 0.000570801 Jy ! Clean residual min=-0.011719 max=0.012739 Jy/beam ! Clean residual mean=0.000017 rms=0.004820 Jy/beam ! Combined flux in latest and established models = 0.142087 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 33 components and 0.142087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070993Jy sigma=1.233207 ! Fit after self-cal, rms=0.070352Jy sigma=1.224350 ! 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.165 x 7.933 at -6.92 degrees (North through East) ! Clean map min=-0.011091 max=0.13831 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.070352Jy sigma=1.224350 ! Fit after self-cal, rms=0.070797Jy sigma=1.220456 ! 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.070797Jy sigma=1.220456 ! Fit after self-cal, rms=0.070723Jy sigma=1.218959 ! Inverting map and beam ! Estimated beam: bmin=3.165 mas, bmaj=7.949 mas, bpa=-6.912 degrees ! Estimated noise=0.855873 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000990967 Jy ! Component: 100 - total flux cleaned = 0.000881183 Jy ! Component: 150 - total flux cleaned = 0.000592338 Jy ! Component: 200 - total flux cleaned = 0.000422958 Jy ! Total flux subtracted in 200 components = 0.000422958 Jy ! Clean residual min=-0.011351 max=0.012222 Jy/beam ! Clean residual mean=0.000019 rms=0.004593 Jy/beam ! Combined flux in latest and established models = 0.14251 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 35 components and 0.14251 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071060Jy sigma=1.214543 ! Fit after self-cal, rms=0.071070Jy sigma=1.214083 ! 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.071070Jy sigma=1.214083 ! Fit after self-cal, rms=0.071533Jy sigma=1.224050 ! 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.071533Jy sigma=1.224050 ! Fit after self-cal, rms=0.071565Jy sigma=1.223874 ! Inverting map and beam ! Estimated beam: bmin=3.142 mas, bmaj=7.912 mas, bpa=-7.047 degrees ! Estimated noise=0.869636 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0033343 Jy ! Component: 100 - total flux cleaned = 0.00325319 Jy ! Component: 150 - total flux cleaned = 0.00317987 Jy ! Component: 200 - total flux cleaned = 0.00318042 Jy ! Total flux subtracted in 200 components = 0.00318042 Jy ! Clean residual min=-0.012232 max=0.012970 Jy/beam ! Clean residual mean=0.000014 rms=0.004568 Jy/beam ! Combined flux in latest and established models = 0.14569 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 47 components and 0.14569 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071827Jy sigma=1.220307 ! Fit after self-cal, rms=0.071852Jy sigma=1.220216 ! 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=7.366 mas, bmaj=12.61 mas, bpa=-8.571 degrees ! Estimated noise=1.13286 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.00180806 Jy ! Component: 100 - total flux cleaned = 0.0023576 Jy ! Component: 150 - total flux cleaned = 0.00256294 Jy ! Component: 200 - total flux cleaned = 0.00273691 Jy ! Total flux subtracted in 200 components = 0.00273691 Jy ! Clean residual min=-0.006253 max=0.007084 Jy/beam ! Clean residual mean=0.000019 rms=0.002041 Jy/beam ! Combined flux in latest and established models = 0.148427 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 6 model components to the UV plane model. ! The established model now contains 52 components and 0.148427 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072733Jy sigma=1.226104 ! Fit after self-cal, rms=0.072681Jy sigma=1.225374 ! 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.574 mas, bmaj=6.639 mas, bpa=-2.87 degrees ! Estimated noise=1.33884 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.111046 Jy ! Component: 100 - total flux cleaned = 0.136697 Jy ! Component: 150 - total flux cleaned = 0.1462 Jy ! Component: 200 - total flux cleaned = 0.148879 Jy ! Total flux subtracted in 200 components = 0.148879 Jy ! Clean residual min=-0.006436 max=0.005684 Jy/beam ! Clean residual mean=0.000003 rms=0.001605 Jy/beam ! Combined flux in latest and established models = 0.148879 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 32 model components to the UV plane model. ! The established model now contains 32 components and 0.148879 Jy ! Inverting map and beam ! Estimated beam: bmin=3.142 mas, bmaj=7.912 mas, bpa=-7.047 degrees ! Estimated noise=0.869636 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.00124301 Jy ! Component: 100 - total flux cleaned = 0.000338904 Jy ! Component: 150 - total flux cleaned = 6.23391e-05 Jy ! Component: 200 - total flux cleaned = -0.000441152 Jy ! Total flux subtracted in 200 components = -0.000441152 Jy ! Clean residual min=-0.013449 max=0.014888 Jy/beam ! Clean residual mean=0.000015 rms=0.005667 Jy/beam ! Combined flux in latest and established models = 0.148438 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 41 components and 0.148438 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=7.366 mas, bmaj=12.61 mas, bpa=-8.571 degrees ! Estimated noise=1.13286 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.000804595 Jy ! Component: 100 - total flux cleaned = 0.00117119 Jy ! Component: 150 - total flux cleaned = 0.0013601 Jy ! Component: 200 - total flux cleaned = 0.00143879 Jy ! Total flux subtracted in 200 components = 0.00143879 Jy ! Clean residual min=-0.005955 max=0.007936 Jy/beam ! Clean residual mean=0.000020 rms=0.002086 Jy/beam ! Combined flux in latest and established models = 0.149877 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 46 components and 0.149877 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.142 mas, bmaj=7.912 mas, bpa=-7.047 degrees ! Estimated noise=0.869636 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00449843 Jy ! Component: 100 - total flux cleaned = -0.00469762 Jy ! Component: 150 - total flux cleaned = -0.00452921 Jy ! Component: 200 - total flux cleaned = -0.00452796 Jy ! Total flux subtracted in 200 components = -0.00452796 Jy ! Clean residual min=-0.012663 max=0.013511 Jy/beam ! Clean residual mean=0.000019 rms=0.004897 Jy/beam ! Combined flux in latest and established models = 0.145349 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 59 components and 0.145349 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071617Jy sigma=1.228559 ! Fit after self-cal, rms=0.071604Jy sigma=1.228077 wmodel J0449-0057_S_2005_07_09_yyk\_map.mod ! Writing 59 model components to file: J0449-0057_S_2005_07_09_yyk_map.mod wobs J0449-0057_S_2005_07_09_yyk\_uvs.fits ! Writing UV FITS file: J0449-0057_S_2005_07_09_yyk_uvs.fits wwins J0449-0057_S_2005_07_09_yyk\_map.win ! wwins: Wrote 1 windows to J0449-0057_S_2005_07_09_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.00200123 Jy ! Component: 100 - total flux cleaned = 0.0018088 Jy ! Component: 150 - total flux cleaned = 0.00107459 Jy ! Component: 200 - total flux cleaned = 0.000401936 Jy ! Component: 250 - total flux cleaned = -6.60641e-05 Jy ! Component: 300 - total flux cleaned = -0.000646456 Jy ! Component: 350 - total flux cleaned = -0.000920141 Jy ! Component: 400 - total flux cleaned = -0.00142524 Jy ! Component: 450 - total flux cleaned = -0.00154645 Jy ! Component: 500 - total flux cleaned = -0.00244528 Jy ! Component: 550 - total flux cleaned = -0.00307397 Jy ! Component: 600 - total flux cleaned = -0.00366627 Jy ! Component: 650 - total flux cleaned = -0.00422852 Jy ! Component: 700 - total flux cleaned = -0.0052954 Jy ! Component: 750 - total flux cleaned = -0.00597177 Jy ! Component: 800 - total flux cleaned = -0.00685543 Jy ! Component: 850 - total flux cleaned = -0.00754471 Jy ! Component: 900 - total flux cleaned = -0.00820289 Jy ! Component: 950 - total flux cleaned = -0.00876105 Jy ! Component: 1000 - total flux cleaned = -0.00936674 Jy ! Component: 1050 - total flux cleaned = -0.010081 Jy ! Component: 1100 - total flux cleaned = -0.0104582 Jy ! Component: 1150 - total flux cleaned = -0.0109454 Jy ! Component: 1200 - total flux cleaned = -0.011478 Jy ! Component: 1250 - total flux cleaned = -0.0119395 Jy ! Component: 1300 - total flux cleaned = -0.0121652 Jy ! Component: 1350 - total flux cleaned = -0.0126673 Jy ! Component: 1400 - total flux cleaned = -0.0128871 Jy ! Component: 1450 - total flux cleaned = -0.0132095 Jy ! Component: 1500 - total flux cleaned = -0.01363 Jy ! Component: 1550 - total flux cleaned = -0.0136816 Jy ! Component: 1600 - total flux cleaned = -0.013937 Jy ! Component: 1650 - total flux cleaned = -0.0138865 Jy ! Component: 1700 - total flux cleaned = -0.0138876 Jy ! Component: 1750 - total flux cleaned = -0.0139855 Jy ! Component: 1800 - total flux cleaned = -0.0139371 Jy ! Component: 1850 - total flux cleaned = -0.0138891 Jy ! Component: 1900 - total flux cleaned = -0.0137953 Jy ! Component: 1950 - total flux cleaned = -0.0138424 Jy ! Component: 2000 - total flux cleaned = -0.0139812 Jy ! Total flux subtracted in 2048 components = -0.0141182 Jy ! Clean residual min=-0.002742 max=0.002397 Jy/beam ! Clean residual mean=-0.000011 rms=0.000911 Jy/beam ! Combined flux in latest and established models = 0.131231 Jy keep ! Adding 205 model components to the UV plane model. ! The established model now contains 263 components and 0.131231 Jy ![Exited script file: muppet] wmap "J0449-0057_S_2005_07_09_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.142 x 7.912 at -7.047 degrees (North through East) ! Clean map min=-0.0064005 max=0.13787 Jy/beam ! Writing clean map to FITS file: J0449-0057_S_2005_07_09_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.137874 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000938531 device "J0449-0057_S_2005_07_09_yyk\_map.eps/VPS" ! Attempting to open device: 'J0449-0057_S_2005_07_09_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -2.04215 2.04215 4.08429 8.16859 16.3372 32.6743 65.3487 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0028 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.137 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.142 x 7.912 at -7.047 degrees (North through East) ! Clean map min=-0.0064005 max=0.13787 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0449-0057_S_2005_07_09_yyk\_map.gif/gif" ! Attempting to open device: 'J0449-0057_S_2005_07_09_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0449-0057_S_2005_07_09_yyk_uvs.log closed on Fri Jan 20 09:55:17 2006