! Started logfile: J1139-1552_X_1997_07_02_yyk_uvs.log on Mon Jan 8 05:22:46 2007 obs J1139-1552_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1139-1552_X_1997_07_02_yyk_uva.fits ! AN table 1: 145 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.572107 visibilities/baseline/integration-bin. ! Found source: J1139-1552 ! ! 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 754 lines of history. ! ! Reading 14932 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 J1139-1552_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.479303 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.7373 mas, bmaj=1.99 mas, bpa=-8.436 degrees ! Estimated noise=1657.6 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.315127 Jy ! Component: 100 - total flux cleaned = 0.388023 Jy ! Total flux subtracted in 100 components = 0.388023 Jy ! Clean residual min=-0.044103 max=0.074730 Jy/beam ! Clean residual mean=0.000352 rms=0.014021 Jy/beam ! Combined flux in latest and established models = 0.388023 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.388023 Jy ! ! Correcting IF 1. ! A total of 351 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 351 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 351 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 351 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.286848Jy sigma=0.001698 ! Fit after self-cal, rms=0.266874Jy sigma=0.001557 ! Inverting map and beam ! Estimated beam: bmin=0.7373 mas, bmaj=1.99 mas, bpa=-8.436 degrees ! Estimated noise=1657.6 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.9338 mas, bmaj=2.354 mas, bpa=-7.769 degrees ! Estimated noise=928.986 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.0415519 Jy ! Component: 100 - total flux cleaned = 0.0363149 Jy ! Component: 150 - total flux cleaned = 0.033382 Jy ! Component: 200 - total flux cleaned = 0.0311291 Jy ! Total flux subtracted in 200 components = 0.0311291 Jy ! Clean residual min=-0.017689 max=0.020647 Jy/beam ! Clean residual mean=0.000396 rms=0.005457 Jy/beam ! Combined flux in latest and established models = 0.419152 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 17 components and 0.419152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.258635Jy sigma=0.001493 ! Fit after self-cal, rms=0.258607Jy sigma=0.001492 ! 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.9338 x 2.354 at -7.769 degrees (North through East) ! Clean map min=-0.016838 max=0.4068 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.02467 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.08 HN 0.97 KP 0.99 ! LA 1.10 MK 0.91 NL 0.96 OV 0.93 ! PT 0.97 SC 0.92 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.02555 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.07 HN 0.95 KP 0.97 ! LA 1.08 MK 0.86 NL 0.96 OV 0.97 ! PT 0.95 SC 1.00 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.01778 ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 FD 1.10 HN 0.98 KP 0.97 ! LA 1.09 MK 0.85 NL 0.97 OV 0.92 ! PT 1.00 SC 1.04 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00663 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.07 HN 0.99 KP 0.97 ! LA 1.07 MK 0.93 NL 0.95 OV 0.95 ! PT 1.01 SC 1.03 ! ! ! Fit before self-cal, rms=0.258607Jy sigma=0.001492 ! Fit after self-cal, rms=0.265215Jy sigma=0.001479 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.265215Jy sigma=0.001479 ! Fit after self-cal, rms=0.265261Jy sigma=0.001479 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8841 mas, bmaj=2.284 mas, bpa=-9.586 degrees ! Estimated noise=943.627 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.0167898 Jy ! Component: 100 - total flux cleaned = 0.0222226 Jy ! Component: 150 - total flux cleaned = 0.0228624 Jy ! Component: 200 - total flux cleaned = 0.0231322 Jy ! Total flux subtracted in 200 components = 0.0231322 Jy ! Clean residual min=-0.014759 max=0.015928 Jy/beam ! Clean residual mean=0.000325 rms=0.004491 Jy/beam ! Combined flux in latest and established models = 0.442285 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 26 components and 0.442285 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.265261Jy sigma=0.001474 ! Fit after self-cal, rms=0.265270Jy sigma=0.001474 ! 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.265270Jy sigma=0.001474 ! Fit after self-cal, rms=0.232995Jy sigma=0.001297 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal false,false,phase_soltime new_peak = peak(flux) until(new_peak<=flux_cutoff) ! Added new window around map position (10, -15.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0212565 Jy ! Component: 100 - total flux cleaned = 0.0312463 Jy ! Component: 150 - total flux cleaned = 0.0361762 Jy ! Component: 200 - total flux cleaned = 0.039019 Jy ! Total flux subtracted in 200 components = 0.039019 Jy ! Clean residual min=-0.010224 max=0.012529 Jy/beam ! Clean residual mean=0.000253 rms=0.002895 Jy/beam ! Combined flux in latest and established models = 0.481304 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 36 model components to the UV plane model. ! The established model now contains 59 components and 0.481304 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.231850Jy sigma=0.001288 ! Fit after self-cal, rms=0.227731Jy sigma=0.001266 ! 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.8841 x 2.284 at -9.586 degrees (North through East) ! Clean map min=-0.0099953 max=0.42053 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.227731Jy sigma=0.001266 ! Fit after self-cal, rms=0.545711Jy sigma=0.001248 ! 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.545711Jy sigma=0.001248 ! Fit after self-cal, rms=0.545322Jy sigma=0.001244 ! Inverting map and beam ! Estimated beam: bmin=0.8891 mas, bmaj=2.308 mas, bpa=-9.613 degrees ! Estimated noise=936.279 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00482169 Jy ! Component: 100 - total flux cleaned = -0.00507006 Jy ! Component: 150 - total flux cleaned = -0.00515819 Jy ! Component: 200 - total flux cleaned = -0.00515724 Jy ! Total flux subtracted in 200 components = -0.00515724 Jy ! Clean residual min=-0.005231 max=0.004115 Jy/beam ! Clean residual mean=0.000041 rms=0.001259 Jy/beam ! Combined flux in latest and established models = 0.476146 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 75 components and 0.476146 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.545293Jy sigma=0.001243 ! Fit after self-cal, rms=0.545146Jy sigma=0.001241 ! 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.545146Jy sigma=0.001241 ! Fit after self-cal, rms=0.535818Jy sigma=0.001239 ! 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.535818Jy sigma=0.001239 ! Fit after self-cal, rms=0.535733Jy sigma=0.001238 ! Inverting map and beam ! Estimated beam: bmin=0.8882 mas, bmaj=2.309 mas, bpa=-9.65 degrees ! Estimated noise=934.911 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00170595 Jy ! Component: 100 - total flux cleaned = -0.00148331 Jy ! Component: 150 - total flux cleaned = -0.00141534 Jy ! Component: 200 - total flux cleaned = -0.00134858 Jy ! Total flux subtracted in 200 components = -0.00134858 Jy ! Clean residual min=-0.005242 max=0.003988 Jy/beam ! Clean residual mean=0.000038 rms=0.001196 Jy/beam ! Combined flux in latest and established models = 0.474798 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 86 components and 0.474798 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.535727Jy sigma=0.001238 ! Fit after self-cal, rms=0.535692Jy sigma=0.001238 ! 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=1.989 mas, bmaj=3.85 mas, bpa=-9.928 degrees ! Estimated noise=1205.58 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.000964491 Jy ! Component: 100 - total flux cleaned = 0.00131513 Jy ! Component: 150 - total flux cleaned = 0.00172558 Jy ! Component: 200 - total flux cleaned = 0.00188389 Jy ! Total flux subtracted in 200 components = 0.00188389 Jy ! Clean residual min=-0.004688 max=0.004470 Jy/beam ! Clean residual mean=0.000085 rms=0.001508 Jy/beam ! Combined flux in latest and established models = 0.476682 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 98 components and 0.476682 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.535689Jy sigma=0.001238 ! Fit after self-cal, rms=0.535667Jy sigma=0.001237 ! 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.7143 mas, bmaj=1.966 mas, bpa=-9.467 degrees ! Estimated noise=1688.1 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.367479 Jy ! Component: 100 - total flux cleaned = 0.431204 Jy ! Component: 150 - total flux cleaned = 0.452014 Jy ! Component: 200 - total flux cleaned = 0.460011 Jy ! Total flux subtracted in 200 components = 0.460011 Jy ! Clean residual min=-0.007320 max=0.007133 Jy/beam ! Clean residual mean=0.000011 rms=0.001966 Jy/beam ! Combined flux in latest and established models = 0.460011 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 25 model components to the UV plane model. ! The established model now contains 25 components and 0.460011 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8882 mas, bmaj=2.309 mas, bpa=-9.65 degrees ! Estimated noise=934.911 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.00848292 Jy ! Component: 100 - total flux cleaned = 0.0119533 Jy ! Component: 150 - total flux cleaned = 0.0128015 Jy ! Component: 200 - total flux cleaned = 0.0131731 Jy ! Total flux subtracted in 200 components = 0.0131731 Jy ! Clean residual min=-0.005008 max=0.004607 Jy/beam ! Clean residual mean=0.000042 rms=0.001254 Jy/beam ! Combined flux in latest and established models = 0.473184 Jy ! Adding 25 model components to the UV plane model. ! The established model now contains 46 components and 0.473184 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=1.989 mas, bmaj=3.85 mas, bpa=-9.928 degrees ! Estimated noise=1205.58 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.00216763 Jy ! Component: 100 - total flux cleaned = 0.0027965 Jy ! Component: 150 - total flux cleaned = 0.00294816 Jy ! Component: 200 - total flux cleaned = 0.00301578 Jy ! Total flux subtracted in 200 components = 0.00301578 Jy ! Clean residual min=-0.004938 max=0.004647 Jy/beam ! Clean residual mean=0.000091 rms=0.001579 Jy/beam ! Combined flux in latest and established models = 0.4762 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 56 components and 0.4762 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8882 mas, bmaj=2.309 mas, bpa=-9.65 degrees ! Estimated noise=934.911 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000735567 Jy ! Component: 100 - total flux cleaned = -0.0010051 Jy ! Component: 150 - total flux cleaned = -0.00116324 Jy ! Component: 200 - total flux cleaned = -0.00130452 Jy ! Total flux subtracted in 200 components = -0.00130452 Jy ! Clean residual min=-0.004476 max=0.004321 Jy/beam ! Clean residual mean=0.000042 rms=0.001175 Jy/beam ! Combined flux in latest and established models = 0.474895 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 67 components and 0.474896 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.535658Jy sigma=0.001237 ! Fit after self-cal, rms=0.535657Jy sigma=0.001237 wmodel J1139-1552_X_1997_07_02_yyk\_map.mod ! Writing 67 model components to file: J1139-1552_X_1997_07_02_yyk_map.mod wobs J1139-1552_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1139-1552_X_1997_07_02_yyk_uvs.fits wwins J1139-1552_X_1997_07_02_yyk\_map.win ! wwins: Wrote 2 windows to J1139-1552_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.00106255 Jy ! Component: 100 - total flux cleaned = -0.00220972 Jy ! Component: 150 - total flux cleaned = -0.00280904 Jy ! Component: 200 - total flux cleaned = -0.00318945 Jy ! Component: 250 - total flux cleaned = -0.00325077 Jy ! Component: 300 - total flux cleaned = -0.00319411 Jy ! Component: 350 - total flux cleaned = -0.00297134 Jy ! Component: 400 - total flux cleaned = -0.00286337 Jy ! Component: 450 - total flux cleaned = -0.00281133 Jy ! Component: 500 - total flux cleaned = -0.00271069 Jy ! Component: 550 - total flux cleaned = -0.00271145 Jy ! Component: 600 - total flux cleaned = -0.00280617 Jy ! Component: 650 - total flux cleaned = -0.00280589 Jy ! Component: 700 - total flux cleaned = -0.00298812 Jy ! Component: 750 - total flux cleaned = -0.00312069 Jy ! Component: 800 - total flux cleaned = -0.00325063 Jy ! Component: 850 - total flux cleaned = -0.00337858 Jy ! Component: 900 - total flux cleaned = -0.00358716 Jy ! Component: 950 - total flux cleaned = -0.00383112 Jy ! Component: 1000 - total flux cleaned = -0.00398996 Jy ! Component: 1050 - total flux cleaned = -0.00398949 Jy ! Component: 1100 - total flux cleaned = -0.00414406 Jy ! Component: 1150 - total flux cleaned = -0.00410738 Jy ! Component: 1200 - total flux cleaned = -0.00425688 Jy ! Component: 1250 - total flux cleaned = -0.0042567 Jy ! Component: 1300 - total flux cleaned = -0.0043641 Jy ! Component: 1350 - total flux cleaned = -0.00429343 Jy ! Component: 1400 - total flux cleaned = -0.0042944 Jy ! Component: 1450 - total flux cleaned = -0.00422669 Jy ! Component: 1500 - total flux cleaned = -0.00426077 Jy ! Component: 1550 - total flux cleaned = -0.00416019 Jy ! Component: 1600 - total flux cleaned = -0.00406093 Jy ! Component: 1650 - total flux cleaned = -0.00406067 Jy ! Component: 1700 - total flux cleaned = -0.00402782 Jy ! Component: 1750 - total flux cleaned = -0.00390021 Jy ! Component: 1800 - total flux cleaned = -0.00390067 Jy ! Component: 1850 - total flux cleaned = -0.0038081 Jy ! Component: 1900 - total flux cleaned = -0.00371681 Jy ! Component: 1950 - total flux cleaned = -0.00368685 Jy ! Component: 2000 - total flux cleaned = -0.00362692 Jy ! Total flux subtracted in 2048 components = -0.0035387 Jy ! Clean residual min=-0.001882 max=0.001849 Jy/beam ! Clean residual mean=0.000007 rms=0.000550 Jy/beam ! Combined flux in latest and established models = 0.471357 Jy keep ! Adding 120 model components to the UV plane model. ! The established model now contains 187 components and 0.471357 Jy ![Exited script file: muppet] wmap "J1139-1552_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8882 x 2.309 at -9.65 degrees (North through East) ! Clean map min=-0.0046174 max=0.42227 Jy/beam ! Writing clean map to FITS file: J1139-1552_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.422269 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000539149 device "J1139-1552_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1139-1552_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.383037 0.383037 0.766074 1.53215 3.0643 6.12859 12.2572 24.5144 49.0287 98.0575 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.422 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.8882 x 2.309 at -9.65 degrees (North through East) ! Clean map min=-0.0046174 max=0.42227 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1139-1552_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1139-1552_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1139-1552_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 05:22:54 2007