! Started logfile: J1537-1527_X_2005_07_08_yyk_uvs.log on Fri Jan 20 10:39:03 2006 obs J1537-1527_X_2005_07_08_yyk_uve.fits ! Reading UV FITS file: J1537-1527_X_2005_07_08_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.9 visibilities/baseline/integration-bin. ! Found source: J1537-1527 ! ! 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 1407 lines of history. ! ! Reading 1620 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 J1537-1527_X_2005_07_08_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.246279 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.7755 mas, bmaj=3.324 mas, bpa=-17.32 degrees ! Estimated noise=1.55815 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.197916 Jy ! Component: 100 - total flux cleaned = 0.232042 Jy ! Total flux subtracted in 100 components = 0.232042 Jy ! Clean residual min=-0.007255 max=0.009801 Jy/beam ! Clean residual mean=-0.000031 rms=0.002062 Jy/beam ! Combined flux in latest and established models = 0.232042 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.232042 Jy ! ! Correcting IF 1. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 10 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.076135Jy sigma=1.176056 ! Fit after self-cal, rms=0.076151Jy sigma=1.157137 ! Inverting map and beam ! Estimated beam: bmin=0.7755 mas, bmaj=3.324 mas, bpa=-17.32 degrees ! Estimated noise=1.55815 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.02 mas, bmaj=4.031 mas, bpa=-16.86 degrees ! Estimated noise=1.02757 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.0179293 Jy ! Component: 100 - total flux cleaned = 0.0248939 Jy ! Component: 150 - total flux cleaned = 0.027959 Jy ! Component: 200 - total flux cleaned = 0.0282531 Jy ! Total flux subtracted in 200 components = 0.0282531 Jy ! Clean residual min=-0.004944 max=0.005438 Jy/beam ! Clean residual mean=0.000009 rms=0.001324 Jy/beam ! Combined flux in latest and established models = 0.260295 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 44 model components to the UV plane model. ! The established model now contains 51 components and 0.260295 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073944Jy sigma=1.094838 ! Fit after self-cal, rms=0.073945Jy sigma=1.094772 ! 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.02 x 4.031 at -16.86 degrees (North through East) ! Clean map min=-0.0047516 max=0.23863 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.0078 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.99 HN 1.10 KP 0.99 ! LA 0.98 MK 0.98 NL 0.94 OV 1.02 ! PT 0.95 SC 1.00* ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 1.00387 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.99 HN 1.15 KP 0.90 ! LA 0.98 MK 1.00 NL 0.99 OV 0.95 ! PT 1.01 SC 1.00* ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.991757 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.14 HN 1.01 KP 0.90 ! LA 0.97 MK 1.07 NL 0.95 OV 0.98 ! PT 1.04 SC 1.00* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.955186 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.04 HN 1.16 KP 1.03 ! LA 1.02 MK 1.04 NL 1.01 OV 1.03 ! PT 1.09 SC 1.00* ! ! ! Fit before self-cal, rms=0.073945Jy sigma=1.094772 ! Fit after self-cal, rms=0.073085Jy sigma=1.056258 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.073085Jy sigma=1.056258 ! Fit after self-cal, rms=0.073080Jy sigma=1.056174 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.039 mas, bmaj=4.083 mas, bpa=-17.06 degrees ! Estimated noise=1.01235 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.00406511 Jy ! Component: 100 - total flux cleaned = -0.00492338 Jy ! Component: 150 - total flux cleaned = -0.00535575 Jy ! Component: 200 - total flux cleaned = -0.0054572 Jy ! Total flux subtracted in 200 components = -0.00545719 Jy ! Clean residual min=-0.003967 max=0.003216 Jy/beam ! Clean residual mean=0.000009 rms=0.001005 Jy/beam ! Combined flux in latest and established models = 0.254838 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 28 model components to the UV plane model. ! The established model now contains 76 components and 0.254838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072864Jy sigma=1.051946 ! Fit after self-cal, rms=0.072865Jy sigma=1.051908 ! 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.072865Jy sigma=1.051908 ! Fit after self-cal, rms=0.069844Jy sigma=0.989376 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.00093284 Jy ! Component: 100 - total flux cleaned = 0.000938843 Jy ! Component: 150 - total flux cleaned = 0.000901335 Jy ! Component: 200 - total flux cleaned = 0.000834288 Jy ! Total flux subtracted in 200 components = 0.000834288 Jy ! Clean residual min=-0.003347 max=0.003723 Jy/beam ! Clean residual mean=0.000011 rms=0.000956 Jy/beam ! Combined flux in latest and established models = 0.255673 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 78 components and 0.255673 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069819Jy sigma=0.988446 ! Fit after self-cal, rms=0.069745Jy sigma=0.985001 ! 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.039 x 4.083 at -17.06 degrees (North through East) ! Clean map min=-0.003286 max=0.23786 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.069745Jy sigma=0.985001 ! Fit after self-cal, rms=0.069282Jy sigma=0.958254 ! 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.069282Jy sigma=0.958254 ! Fit after self-cal, rms=0.069338Jy sigma=0.957846 ! Inverting map and beam ! Estimated beam: bmin=1.044 mas, bmaj=4.091 mas, bpa=-16.93 degrees ! Estimated noise=1.01175 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000810487 Jy ! Component: 100 - total flux cleaned = -0.000959689 Jy ! Component: 150 - total flux cleaned = -0.00106173 Jy ! Component: 200 - total flux cleaned = -0.00110734 Jy ! Total flux subtracted in 200 components = -0.00110734 Jy ! Clean residual min=-0.003374 max=0.003543 Jy/beam ! Clean residual mean=0.000001 rms=0.000886 Jy/beam ! Combined flux in latest and established models = 0.254565 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 90 components and 0.254565 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069314Jy sigma=0.957405 ! Fit after self-cal, rms=0.069348Jy sigma=0.957325 ! 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.069348Jy sigma=0.957325 ! Fit after self-cal, rms=0.068382Jy sigma=0.931655 ! 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.068382Jy sigma=0.931655 ! Fit after self-cal, rms=0.068406Jy sigma=0.931608 ! Inverting map and beam ! Estimated beam: bmin=1.048 mas, bmaj=4.1 mas, bpa=-16.92 degrees ! Estimated noise=1.01248 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000284173 Jy ! Component: 100 - total flux cleaned = -0.000398877 Jy ! Component: 150 - total flux cleaned = -0.000498772 Jy ! Component: 200 - total flux cleaned = -0.000565684 Jy ! Total flux subtracted in 200 components = -0.000565684 Jy ! Clean residual min=-0.003330 max=0.003470 Jy/beam ! Clean residual mean=0.000002 rms=0.000872 Jy/beam ! Combined flux in latest and established models = 0.254 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 95 components and 0.254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068398Jy sigma=0.931219 ! Fit after self-cal, rms=0.068410Jy sigma=0.931206 ! 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.478 mas, bmaj=5.127 mas, bpa=0.5305 degrees ! Estimated noise=1.17298 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.000105146 Jy ! Component: 100 - total flux cleaned = -0.000105009 Jy ! Component: 150 - total flux cleaned = -0.000135067 Jy ! Component: 200 - total flux cleaned = -0.000149182 Jy ! Total flux subtracted in 200 components = -0.000149182 Jy ! Clean residual min=-0.003223 max=0.004005 Jy/beam ! Clean residual mean=0.000001 rms=0.001067 Jy/beam ! Combined flux in latest and established models = 0.25385 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 104 components and 0.25385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068415Jy sigma=0.931188 ! Fit after self-cal, rms=0.068425Jy sigma=0.931172 ! 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.7856 mas, bmaj=3.348 mas, bpa=-17.45 degrees ! Estimated noise=1.57011 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.200036 Jy ! Component: 100 - total flux cleaned = 0.233582 Jy ! Component: 150 - total flux cleaned = 0.245376 Jy ! Component: 200 - total flux cleaned = 0.250813 Jy ! Total flux subtracted in 200 components = 0.250813 Jy ! Clean residual min=-0.005049 max=0.003993 Jy/beam ! Clean residual mean=0.000002 rms=0.001225 Jy/beam ! Combined flux in latest and established models = 0.250813 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 26 model components to the UV plane model. ! The established model now contains 26 components and 0.250813 Jy ! Inverting map and beam ! Estimated beam: bmin=1.048 mas, bmaj=4.1 mas, bpa=-16.92 degrees ! Estimated noise=1.01248 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.00291918 Jy ! Component: 100 - total flux cleaned = 0.00313542 Jy ! Component: 150 - total flux cleaned = 0.00313677 Jy ! Component: 200 - total flux cleaned = 0.00313461 Jy ! Total flux subtracted in 200 components = 0.00313461 Jy ! Clean residual min=-0.003394 max=0.003428 Jy/beam ! Clean residual mean=0.000002 rms=0.000891 Jy/beam ! Combined flux in latest and established models = 0.253948 Jy ! Adding 22 model components to the UV plane model. ! The established model now contains 45 components and 0.253948 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.478 mas, bmaj=5.127 mas, bpa=0.5305 degrees ! Estimated noise=1.17298 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.000306449 Jy ! Component: 100 - total flux cleaned = -0.000301538 Jy ! Component: 150 - total flux cleaned = -0.00034871 Jy ! Component: 200 - total flux cleaned = -0.00034906 Jy ! Total flux subtracted in 200 components = -0.00034906 Jy ! Clean residual min=-0.003240 max=0.003963 Jy/beam ! Clean residual mean=0.000000 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.253599 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 52 components and 0.253599 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.048 mas, bmaj=4.1 mas, bpa=-16.92 degrees ! Estimated noise=1.01248 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -1.18214e-05 Jy ! Component: 100 - total flux cleaned = -1.2195e-05 Jy ! Component: 150 - total flux cleaned = -1.12263e-05 Jy ! Component: 200 - total flux cleaned = 2.51688e-05 Jy ! Total flux subtracted in 200 components = 2.51688e-05 Jy ! Clean residual min=-0.003381 max=0.003382 Jy/beam ! Clean residual mean=0.000001 rms=0.000875 Jy/beam ! Combined flux in latest and established models = 0.253624 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 58 components and 0.253624 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068487Jy sigma=0.932200 ! Fit after self-cal, rms=0.068484Jy sigma=0.932174 wmodel J1537-1527_X_2005_07_08_yyk\_map.mod ! Writing 58 model components to file: J1537-1527_X_2005_07_08_yyk_map.mod wobs J1537-1527_X_2005_07_08_yyk\_uvs.fits ! Writing UV FITS file: J1537-1527_X_2005_07_08_yyk_uvs.fits wwins J1537-1527_X_2005_07_08_yyk\_map.win ! wwins: Wrote 1 windows to J1537-1527_X_2005_07_08_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.000183198 Jy ! Component: 100 - total flux cleaned = -0.000182669 Jy ! Component: 150 - total flux cleaned = -0.000709733 Jy ! Component: 200 - total flux cleaned = -0.00115878 Jy ! Component: 250 - total flux cleaned = -0.00158616 Jy ! Component: 300 - total flux cleaned = -0.00195664 Jy ! Component: 350 - total flux cleaned = -0.00227416 Jy ! Component: 400 - total flux cleaned = -0.00258049 Jy ! Component: 450 - total flux cleaned = -0.00276666 Jy ! Component: 500 - total flux cleaned = -0.00283925 Jy ! Component: 550 - total flux cleaned = -0.00287442 Jy ! Component: 600 - total flux cleaned = -0.00280659 Jy ! Component: 650 - total flux cleaned = -0.00277314 Jy ! Component: 700 - total flux cleaned = -0.00267544 Jy ! Component: 750 - total flux cleaned = -0.00273903 Jy ! Component: 800 - total flux cleaned = -0.00273843 Jy ! Component: 850 - total flux cleaned = -0.00276878 Jy ! Component: 900 - total flux cleaned = -0.00282872 Jy ! Component: 950 - total flux cleaned = -0.00300604 Jy ! Component: 1000 - total flux cleaned = -0.0031218 Jy ! Component: 1050 - total flux cleaned = -0.00315091 Jy ! Component: 1100 - total flux cleaned = -0.00323548 Jy ! Component: 1150 - total flux cleaned = -0.00331836 Jy ! Component: 1200 - total flux cleaned = -0.00334557 Jy ! Component: 1250 - total flux cleaned = -0.0034263 Jy ! Component: 1300 - total flux cleaned = -0.00353208 Jy ! Component: 1350 - total flux cleaned = -0.00353226 Jy ! Component: 1400 - total flux cleaned = -0.00358413 Jy ! Component: 1450 - total flux cleaned = -0.00376134 Jy ! Component: 1500 - total flux cleaned = -0.00383575 Jy ! Component: 1550 - total flux cleaned = -0.00388528 Jy ! Component: 1600 - total flux cleaned = -0.00405535 Jy ! Component: 1650 - total flux cleaned = -0.00415143 Jy ! Component: 1700 - total flux cleaned = -0.00422238 Jy ! Component: 1750 - total flux cleaned = -0.00438617 Jy ! Component: 1800 - total flux cleaned = -0.00450192 Jy ! Component: 1850 - total flux cleaned = -0.00454768 Jy ! Component: 1900 - total flux cleaned = -0.00468376 Jy ! Component: 1950 - total flux cleaned = -0.00484024 Jy ! Component: 2000 - total flux cleaned = -0.00492893 Jy ! Total flux subtracted in 2048 components = -0.00510376 Jy ! Clean residual min=-0.001123 max=0.001396 Jy/beam ! Clean residual mean=0.000001 rms=0.000438 Jy/beam ! Combined flux in latest and established models = 0.24852 Jy keep ! Adding 132 model components to the UV plane model. ! The established model now contains 190 components and 0.24852 Jy ![Exited script file: muppet] wmap "J1537-1527_X_2005_07_08_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.048 x 4.1 at -16.92 degrees (North through East) ! Clean map min=-0.0028352 max=0.23833 Jy/beam ! Writing clean map to FITS file: J1537-1527_X_2005_07_08_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.238333 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000442253 device "J1537-1527_X_2005_07_08_yyk\_map.eps/VPS" ! Attempting to open device: 'J1537-1527_X_2005_07_08_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.556683 0.556683 1.11337 2.22673 4.45346 8.90692 17.8138 35.6277 71.2554 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.238 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.048 x 4.1 at -16.92 degrees (North through East) ! Clean map min=-0.0028352 max=0.23833 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1537-1527_X_2005_07_08_yyk\_map.gif/gif" ! Attempting to open device: 'J1537-1527_X_2005_07_08_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1537-1527_X_2005_07_08_yyk_uvs.log closed on Fri Jan 20 10:39:07 2006