! Started logfile: J1057-2509_X_1997_07_02_yyk_uvs.log on Mon Jan 8 05:03:50 2007 obs J1057-2509_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1057-2509_X_1997_07_02_yyk_uva.fits ! AN table 1: 141 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.736013 visibilities/baseline/integration-bin. ! Found source: J1057-2509 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.15447e+09 8e+06 1 8e+06 ! 02 2 8.23447e+09 8e+06 1 8e+06 ! 03 3 8.41447e+09 8e+06 1 8e+06 ! 04 4 8.55447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 753 lines of history. ! ! Reading 18680 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 J1057-2509_X_1997_07_02_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.277622 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.7342 mas, bmaj=2.036 mas, bpa=-8.733 degrees ! Estimated noise=1728.13 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.135977 Jy ! Component: 100 - total flux cleaned = 0.166855 Jy ! Total flux subtracted in 100 components = 0.166855 Jy ! Clean residual min=-0.010454 max=0.017239 Jy/beam ! Clean residual mean=-0.000062 rms=0.003107 Jy/beam ! Combined flux in latest and established models = 0.166855 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.166855 Jy ! ! Correcting IF 1. ! A total of 217 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 217 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 217 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 217 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.228191Jy sigma=0.001256 ! Fit after self-cal, rms=0.228153Jy sigma=0.001255 ! Inverting map and beam ! Estimated beam: bmin=0.7342 mas, bmaj=2.036 mas, bpa=-8.733 degrees ! Estimated noise=1728.12 mJy/beam. print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-2 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -2. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8933 mas, bmaj=2.428 mas, bpa=-8.442 degrees ! Estimated noise=874.238 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.0162405 Jy ! Component: 100 - total flux cleaned = 0.0226567 Jy ! Component: 150 - total flux cleaned = 0.0241347 Jy ! Component: 200 - total flux cleaned = 0.0242352 Jy ! Total flux subtracted in 200 components = 0.0242352 Jy ! Clean residual min=-0.007497 max=0.007118 Jy/beam ! Clean residual mean=-0.000155 rms=0.002030 Jy/beam ! Combined flux in latest and established models = 0.19109 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 22 components and 0.19109 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.227635Jy sigma=0.001251 ! Fit after self-cal, rms=0.227604Jy sigma=0.001250 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8933 x 2.428 at -8.442 degrees (North through East) ! Clean map min=-0.0072438 max=0.14889 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.00492 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.12 HN 0.97 KP 0.97 ! LA 1.01 MK 0.96 NL 1.14 OV 0.97 ! PT 0.86 SC 0.97 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.996594 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.14 HN 0.99 KP 0.97 ! LA 0.92 MK 1.04 NL 1.04 OV 1.03 ! PT 0.94 SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.00585 ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 1.08 HN 0.96 KP 1.01 ! LA 1.00 MK 0.97 NL 1.03 OV 0.88 ! PT 0.91 SC 1.07 ! ! ! 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.227604Jy sigma=0.001250 ! Fit after self-cal, rms=0.228836Jy sigma=0.001248 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.228836Jy sigma=0.001248 ! Fit after self-cal, rms=0.228837Jy sigma=0.001248 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8932 mas, bmaj=2.436 mas, bpa=-8.486 degrees ! Estimated noise=866.525 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.00106973 Jy ! Component: 100 - total flux cleaned = -0.00121792 Jy ! Component: 150 - total flux cleaned = -0.00128188 Jy ! Component: 200 - total flux cleaned = -0.00133077 Jy ! Total flux subtracted in 200 components = -0.00133077 Jy ! Clean residual min=-0.006993 max=0.006010 Jy/beam ! Clean residual mean=-0.000088 rms=0.001768 Jy/beam ! Combined flux in latest and established models = 0.189759 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 32 components and 0.189759 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.228772Jy sigma=0.001248 ! Fit after self-cal, rms=0.228762Jy sigma=0.001248 ! 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.228762Jy sigma=0.001248 ! Fit after self-cal, rms=0.225904Jy sigma=0.001232 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.00344058 Jy ! Component: 100 - total flux cleaned = 0.00361724 Jy ! Component: 150 - total flux cleaned = 0.00370729 Jy ! Component: 200 - total flux cleaned = 0.00370686 Jy ! Total flux subtracted in 200 components = 0.00370686 Jy ! Clean residual min=-0.006334 max=0.005850 Jy/beam ! Clean residual mean=-0.000085 rms=0.001724 Jy/beam ! Combined flux in latest and established models = 0.193466 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 36 components and 0.193466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.225931Jy sigma=0.001232 ! Fit after self-cal, rms=0.225367Jy sigma=0.001229 ! Inverting map print "*** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime ***" ! *** FINISHED NATURAL WEIGHTING CLEAN with shorter phase_soltime *** ! dynam = dynam - 0.25 restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8932 x 2.436 at -8.486 degrees (North through East) ! Clean map min=-0.0062907 max=0.15171 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.225367Jy sigma=0.001229 ! Fit after self-cal, rms=0.223727Jy sigma=0.001227 ! 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.223727Jy sigma=0.001227 ! Fit after self-cal, rms=0.223605Jy sigma=0.001227 ! Inverting map and beam ! Estimated beam: bmin=0.9017 mas, bmaj=2.452 mas, bpa=-8.335 degrees ! Estimated noise=853.248 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00230528 Jy ! Component: 100 - total flux cleaned = -0.00259293 Jy ! Component: 150 - total flux cleaned = -0.00258891 Jy ! Component: 200 - total flux cleaned = -0.00259081 Jy ! Total flux subtracted in 200 components = -0.00259081 Jy ! Clean residual min=-0.005864 max=0.005537 Jy/beam ! Clean residual mean=-0.000057 rms=0.001571 Jy/beam ! Combined flux in latest and established models = 0.190875 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 40 components and 0.190875 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.223561Jy sigma=0.001227 ! Fit after self-cal, rms=0.223524Jy sigma=0.001226 ! 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.223524Jy sigma=0.001226 ! Fit after self-cal, rms=0.221961Jy sigma=0.001225 ! 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.221961Jy sigma=0.001225 ! Fit after self-cal, rms=0.221955Jy sigma=0.001225 ! Inverting map and beam ! Estimated beam: bmin=0.9098 mas, bmaj=2.464 mas, bpa=-8.116 degrees ! Estimated noise=840.306 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00282492 Jy ! Component: 100 - total flux cleaned = -0.00353346 Jy ! Component: 150 - total flux cleaned = -0.00353168 Jy ! Component: 200 - total flux cleaned = -0.00353196 Jy ! Total flux subtracted in 200 components = -0.00353196 Jy ! Clean residual min=-0.005525 max=0.005366 Jy/beam ! Clean residual mean=-0.000049 rms=0.001518 Jy/beam ! Combined flux in latest and established models = 0.187343 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 46 components and 0.187343 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.221890Jy sigma=0.001225 ! Fit after self-cal, rms=0.221887Jy sigma=0.001225 ! 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.203 mas, bmaj=5.236 mas, bpa=-6.67 degrees ! Estimated noise=1072.97 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.000715353 Jy ! Component: 100 - total flux cleaned = 0.000558708 Jy ! Component: 150 - total flux cleaned = 0.000507188 Jy ! Component: 200 - total flux cleaned = 0.000428186 Jy ! Total flux subtracted in 200 components = 0.000428186 Jy ! Clean residual min=-0.006021 max=0.008341 Jy/beam ! Clean residual mean=-0.000095 rms=0.002307 Jy/beam ! Combined flux in latest and established models = 0.187771 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 50 components and 0.187771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.221882Jy sigma=0.001225 ! Fit after self-cal, rms=0.221864Jy sigma=0.001225 ! 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.7383 mas, bmaj=2.041 mas, bpa=-8.528 degrees ! Estimated noise=1685.15 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.136835 Jy ! Component: 100 - total flux cleaned = 0.167889 Jy ! Component: 150 - total flux cleaned = 0.179156 Jy ! Component: 200 - total flux cleaned = 0.182266 Jy ! Total flux subtracted in 200 components = 0.182266 Jy ! Clean residual min=-0.008577 max=0.009187 Jy/beam ! Clean residual mean=-0.000042 rms=0.002315 Jy/beam ! Combined flux in latest and established models = 0.182266 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 16 model components to the UV plane model. ! The established model now contains 16 components and 0.182266 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9098 mas, bmaj=2.464 mas, bpa=-8.116 degrees ! Estimated noise=840.306 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.00285621 Jy ! Component: 100 - total flux cleaned = 0.00343231 Jy ! Component: 150 - total flux cleaned = 0.00369594 Jy ! Component: 200 - total flux cleaned = 0.00384108 Jy ! Total flux subtracted in 200 components = 0.00384108 Jy ! Clean residual min=-0.005366 max=0.005632 Jy/beam ! Clean residual mean=-0.000050 rms=0.001536 Jy/beam ! Combined flux in latest and established models = 0.186107 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 23 components and 0.186107 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.203 mas, bmaj=5.236 mas, bpa=-6.67 degrees ! Estimated noise=1072.97 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.00102635 Jy ! Component: 100 - total flux cleaned = 0.00102417 Jy ! Component: 150 - total flux cleaned = 0.00100854 Jy ! Component: 200 - total flux cleaned = 0.00105288 Jy ! Total flux subtracted in 200 components = 0.00105288 Jy ! Clean residual min=-0.006008 max=0.008262 Jy/beam ! Clean residual mean=-0.000095 rms=0.002309 Jy/beam ! Combined flux in latest and established models = 0.18716 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 30 components and 0.18716 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9098 mas, bmaj=2.464 mas, bpa=-8.116 degrees ! Estimated noise=840.306 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00100464 Jy ! Component: 100 - total flux cleaned = -0.000909958 Jy ! Component: 150 - total flux cleaned = -0.000966068 Jy ! Component: 200 - total flux cleaned = -0.000961766 Jy ! Total flux subtracted in 200 components = -0.000961766 Jy ! Clean residual min=-0.005394 max=0.005461 Jy/beam ! Clean residual mean=-0.000050 rms=0.001515 Jy/beam ! Combined flux in latest and established models = 0.186199 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 36 components and 0.186199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.221921Jy sigma=0.001225 ! Fit after self-cal, rms=0.221911Jy sigma=0.001225 wmodel J1057-2509_X_1997_07_02_yyk\_map.mod ! Writing 36 model components to file: J1057-2509_X_1997_07_02_yyk_map.mod wobs J1057-2509_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1057-2509_X_1997_07_02_yyk_uvs.fits wwins J1057-2509_X_1997_07_02_yyk\_map.win ! wwins: Wrote 1 windows to J1057-2509_X_1997_07_02_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.000992643 Jy ! Component: 100 - total flux cleaned = -0.00135185 Jy ! Component: 150 - total flux cleaned = -0.00127329 Jy ! Component: 200 - total flux cleaned = -0.00134967 Jy ! Component: 250 - total flux cleaned = -0.00119848 Jy ! Component: 300 - total flux cleaned = -0.00119916 Jy ! Component: 350 - total flux cleaned = -0.00126699 Jy ! Component: 400 - total flux cleaned = -0.00146604 Jy ! Component: 450 - total flux cleaned = -0.001467 Jy ! Component: 500 - total flux cleaned = -0.00184239 Jy ! Component: 550 - total flux cleaned = -0.00196241 Jy ! Component: 600 - total flux cleaned = -0.00196129 Jy ! Component: 650 - total flux cleaned = -0.00207467 Jy ! Component: 700 - total flux cleaned = -0.00224037 Jy ! Component: 750 - total flux cleaned = -0.00240307 Jy ! Component: 800 - total flux cleaned = -0.00266634 Jy ! Component: 850 - total flux cleaned = -0.00271767 Jy ! Component: 900 - total flux cleaned = -0.00307113 Jy ! Component: 950 - total flux cleaned = -0.00326876 Jy ! Component: 1000 - total flux cleaned = -0.0033658 Jy ! Component: 1050 - total flux cleaned = -0.00346272 Jy ! Component: 1100 - total flux cleaned = -0.00369593 Jy ! Component: 1150 - total flux cleaned = -0.00383283 Jy ! Component: 1200 - total flux cleaned = -0.00396731 Jy ! Component: 1250 - total flux cleaned = -0.00401197 Jy ! Component: 1300 - total flux cleaned = -0.0043144 Jy ! Component: 1350 - total flux cleaned = -0.00444092 Jy ! Component: 1400 - total flux cleaned = -0.00469022 Jy ! Component: 1450 - total flux cleaned = -0.00493479 Jy ! Component: 1500 - total flux cleaned = -0.00513535 Jy ! Component: 1550 - total flux cleaned = -0.00537202 Jy ! Component: 1600 - total flux cleaned = -0.00560581 Jy ! Component: 1650 - total flux cleaned = -0.00583584 Jy ! Component: 1700 - total flux cleaned = -0.0061368 Jy ! Component: 1750 - total flux cleaned = -0.00628539 Jy ! Component: 1800 - total flux cleaned = -0.00643159 Jy ! Component: 1850 - total flux cleaned = -0.00664727 Jy ! Component: 1900 - total flux cleaned = -0.00678939 Jy ! Component: 1950 - total flux cleaned = -0.00696444 Jy ! Component: 2000 - total flux cleaned = -0.00703352 Jy ! Total flux subtracted in 2048 components = -0.00703374 Jy ! Clean residual min=-0.002135 max=0.002090 Jy/beam ! Clean residual mean=-0.000021 rms=0.000707 Jy/beam ! Combined flux in latest and established models = 0.179165 Jy keep ! Adding 175 model components to the UV plane model. ! The established model now contains 211 components and 0.179165 Jy ![Exited script file: muppet] wmap "J1057-2509_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9098 x 2.464 at -8.116 degrees (North through East) ! Clean map min=-0.0038214 max=0.14887 Jy/beam ! Writing clean map to FITS file: J1057-2509_X_1997_07_02_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.148875 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000705176 device "J1057-2509_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1057-2509_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.42101 1.42101 2.84202 5.68405 11.3681 22.7362 45.4724 90.9448 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0021 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.148 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9098 x 2.464 at -8.116 degrees (North through East) ! Clean map min=-0.0038214 max=0.14887 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1057-2509_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1057-2509_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1057-2509_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 05:03:59 2007