! Started logfile: J1522-2936_X_1997_08_27_yyk_uvs.log on Mon Jan 8 06:42:05 2007 obs J1522-2936_X_1997_08_27_yyk_uva.fits ! Reading UV FITS file: J1522-2936_X_1997_08_27_yyk_uva.fits ! AN table 1: 146 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.804566 visibilities/baseline/integration-bin. ! Found source: J1522-2936 ! ! 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 702 lines of history. ! ! Reading 21144 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 J1522-2936_X_1997_08_27_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.563982 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.7144 mas, bmaj=1.615 mas, bpa=-6.957 degrees ! Estimated noise=1880.7 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.393471 Jy ! Component: 100 - total flux cleaned = 0.503192 Jy ! Total flux subtracted in 100 components = 0.503192 Jy ! Clean residual min=-0.045213 max=0.050462 Jy/beam ! Clean residual mean=-0.000093 rms=0.008432 Jy/beam ! Combined flux in latest and established models = 0.503192 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.503192 Jy ! ! Correcting IF 1. ! A total of 158 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 158 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 158 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 158 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.291939Jy sigma=0.001443 ! Fit after self-cal, rms=0.291651Jy sigma=0.001441 ! Inverting map and beam ! Estimated beam: bmin=0.7144 mas, bmaj=1.615 mas, bpa=-6.957 degrees ! Estimated noise=1880.71 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.8877 mas, bmaj=2.449 mas, bpa=-2.655 degrees ! Estimated noise=910.024 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.0368915 Jy ! Component: 100 - total flux cleaned = 0.036766 Jy ! Component: 150 - total flux cleaned = 0.0367477 Jy ! Component: 200 - total flux cleaned = 0.0367223 Jy ! Total flux subtracted in 200 components = 0.0367223 Jy ! Clean residual min=-0.012913 max=0.019165 Jy/beam ! Clean residual mean=-0.000208 rms=0.003738 Jy/beam ! Combined flux in latest and established models = 0.539914 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 21 components and 0.539914 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.287429Jy sigma=0.001401 ! Fit after self-cal, rms=0.287422Jy sigma=0.001401 ! 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.8877 x 2.449 at -2.655 degrees (North through East) ! Clean map min=-0.011642 max=0.48251 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00338 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.95 HN 1.17 KP 1.06 ! LA 0.99 MK 0.93 NL 1.05 OV 1.00 ! PT 0.94 SC 0.90 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00939 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.95 HN 1.10 KP 1.04 ! LA 0.97 MK 0.90 NL 1.07 OV 1.05 ! PT 0.92 SC 0.96 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.995396 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 1.00 HN 1.18 KP 1.03 ! LA 0.97 MK 0.91 NL 1.04 OV 1.01 ! PT 0.94 SC 0.99 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.983334 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.97 HN 1.22 KP 1.04 ! LA 0.99 MK 0.91 NL 1.05 OV 1.05 ! PT 0.97 SC 0.98 ! ! ! Fit before self-cal, rms=0.287422Jy sigma=0.001401 ! Fit after self-cal, rms=0.297200Jy sigma=0.001384 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.297200Jy sigma=0.001384 ! Fit after self-cal, rms=0.297206Jy sigma=0.001384 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8567 mas, bmaj=2.37 mas, bpa=-2.945 degrees ! Estimated noise=888.884 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.0015854 Jy ! Component: 100 - total flux cleaned = -0.00184799 Jy ! Component: 150 - total flux cleaned = -0.0020636 Jy ! Component: 200 - total flux cleaned = -0.00246275 Jy ! Total flux subtracted in 200 components = -0.00246275 Jy ! Clean residual min=-0.009342 max=0.009049 Jy/beam ! Clean residual mean=-0.000033 rms=0.002249 Jy/beam ! Combined flux in latest and established models = 0.537451 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 29 components and 0.537451 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.296950Jy sigma=0.001382 ! Fit after self-cal, rms=0.296951Jy sigma=0.001382 ! 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.296951Jy sigma=0.001382 ! Fit after self-cal, rms=0.274904Jy sigma=0.001259 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 (1.2, -4.8). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00892326 Jy ! Component: 100 - total flux cleaned = 0.00850524 Jy ! Component: 150 - total flux cleaned = 0.00775111 Jy ! Component: 200 - total flux cleaned = 0.00707422 Jy ! Total flux subtracted in 200 components = 0.00707422 Jy ! Clean residual min=-0.009733 max=0.008059 Jy/beam ! Clean residual mean=0.000001 rms=0.002335 Jy/beam ! Combined flux in latest and established models = 0.544526 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 17 model components to the UV plane model. ! The established model now contains 44 components and 0.544526 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.273658Jy sigma=0.001253 ! Fit after self-cal, rms=0.271488Jy sigma=0.001240 ! 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.8567 x 2.37 at -2.945 degrees (North through East) ! Clean map min=-0.010161 max=0.48031 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.271488Jy sigma=0.001240 ! Fit after self-cal, rms=0.319127Jy sigma=0.001223 ! 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.319127Jy sigma=0.001223 ! Fit after self-cal, rms=0.318763Jy sigma=0.001220 ! Inverting map and beam ! Estimated beam: bmin=0.8644 mas, bmaj=2.51 mas, bpa=-1.886 degrees ! Estimated noise=887.636 mJy/beam. ! Added new window around map position (2.8, -1). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00848295 Jy ! Component: 100 - total flux cleaned = 0.00935072 Jy ! Component: 150 - total flux cleaned = 0.00947773 Jy ! Component: 200 - total flux cleaned = 0.00971052 Jy ! Total flux subtracted in 200 components = 0.00971052 Jy ! Clean residual min=-0.004515 max=0.005399 Jy/beam ! Clean residual mean=-0.000079 rms=0.001249 Jy/beam ! Combined flux in latest and established models = 0.554236 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 27 model components to the UV plane model. ! The established model now contains 71 components and 0.554236 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.318589Jy sigma=0.001219 ! Fit after self-cal, rms=0.318461Jy sigma=0.001218 ! 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.318461Jy sigma=0.001218 ! Fit after self-cal, rms=0.315808Jy sigma=0.001217 ! 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.315808Jy sigma=0.001217 ! Fit after self-cal, rms=0.315764Jy sigma=0.001216 ! Inverting map and beam ! Estimated beam: bmin=0.8625 mas, bmaj=2.507 mas, bpa=-1.912 degrees ! Estimated noise=885.947 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00185544 Jy ! Component: 100 - total flux cleaned = 0.00208404 Jy ! Component: 150 - total flux cleaned = 0.0022816 Jy ! Component: 200 - total flux cleaned = 0.00237246 Jy ! Total flux subtracted in 200 components = 0.00237246 Jy ! Clean residual min=-0.004217 max=0.004991 Jy/beam ! Clean residual mean=-0.000093 rms=0.001170 Jy/beam ! Combined flux in latest and established models = 0.556609 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 80 components and 0.556608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.315709Jy sigma=0.001216 ! Fit after self-cal, rms=0.315689Jy sigma=0.001216 ! 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.372 mas, bmaj=5.922 mas, bpa=0.9626 degrees ! Estimated noise=1154.49 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.00171978 Jy ! Component: 100 - total flux cleaned = 0.0018836 Jy ! Component: 150 - total flux cleaned = 0.00192663 Jy ! Component: 200 - total flux cleaned = 0.00196631 Jy ! Total flux subtracted in 200 components = 0.00196631 Jy ! Clean residual min=-0.004714 max=0.005608 Jy/beam ! Clean residual mean=-0.000166 rms=0.001458 Jy/beam ! Combined flux in latest and established models = 0.558575 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 98 components and 0.558575 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.315687Jy sigma=0.001216 ! Fit after self-cal, rms=0.315674Jy sigma=0.001216 ! 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.7271 mas, bmaj=1.9 mas, bpa=0.7587 degrees ! Estimated noise=2072.64 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.419607 Jy ! Component: 100 - total flux cleaned = 0.492939 Jy ! Component: 150 - total flux cleaned = 0.524114 Jy ! Component: 200 - total flux cleaned = 0.541321 Jy ! Total flux subtracted in 200 components = 0.541321 Jy ! Clean residual min=-0.011249 max=0.010522 Jy/beam ! Clean residual mean=-0.000081 rms=0.002574 Jy/beam ! Combined flux in latest and established models = 0.541321 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.541321 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8625 mas, bmaj=2.507 mas, bpa=-1.912 degrees ! Estimated noise=885.947 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.00887222 Jy ! Component: 100 - total flux cleaned = 0.0120475 Jy ! Component: 150 - total flux cleaned = 0.0135773 Jy ! Component: 200 - total flux cleaned = 0.014478 Jy ! Total flux subtracted in 200 components = 0.014478 Jy ! Clean residual min=-0.004037 max=0.004374 Jy/beam ! Clean residual mean=-0.000099 rms=0.001150 Jy/beam ! Combined flux in latest and established models = 0.555799 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 57 components and 0.555799 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.372 mas, bmaj=5.922 mas, bpa=0.9626 degrees ! Estimated noise=1154.49 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.00236926 Jy ! Component: 100 - total flux cleaned = 0.00272233 Jy ! Component: 150 - total flux cleaned = 0.00286214 Jy ! Component: 200 - total flux cleaned = 0.00303662 Jy ! Total flux subtracted in 200 components = 0.00303662 Jy ! Clean residual min=-0.004666 max=0.005686 Jy/beam ! Clean residual mean=-0.000169 rms=0.001464 Jy/beam ! Combined flux in latest and established models = 0.558836 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 67 components and 0.558836 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8625 mas, bmaj=2.507 mas, bpa=-1.912 degrees ! Estimated noise=885.947 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000420893 Jy ! Component: 100 - total flux cleaned = -0.000503914 Jy ! Component: 150 - total flux cleaned = -0.000578539 Jy ! Component: 200 - total flux cleaned = -0.000649372 Jy ! Total flux subtracted in 200 components = -0.000649372 Jy ! Clean residual min=-0.003963 max=0.004429 Jy/beam ! Clean residual mean=-0.000086 rms=0.001090 Jy/beam ! Combined flux in latest and established models = 0.558187 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 90 components and 0.558186 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.316209Jy sigma=0.001215 ! Fit after self-cal, rms=0.316146Jy sigma=0.001215 wmodel J1522-2936_X_1997_08_27_yyk\_map.mod ! Writing 90 model components to file: J1522-2936_X_1997_08_27_yyk_map.mod wobs J1522-2936_X_1997_08_27_yyk\_uvs.fits ! Writing UV FITS file: J1522-2936_X_1997_08_27_yyk_uvs.fits wwins J1522-2936_X_1997_08_27_yyk\_map.win ! wwins: Wrote 3 windows to J1522-2936_X_1997_08_27_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.000745396 Jy ! Component: 100 - total flux cleaned = 0.000678713 Jy ! Component: 150 - total flux cleaned = 0.000679043 Jy ! Component: 200 - total flux cleaned = 0.000384575 Jy ! Component: 250 - total flux cleaned = 0.00010336 Jy ! Component: 300 - total flux cleaned = 5.00429e-05 Jy ! Component: 350 - total flux cleaned = 0.000102663 Jy ! Component: 400 - total flux cleaned = -4.87819e-05 Jy ! Component: 450 - total flux cleaned = -9.72514e-05 Jy ! Component: 500 - total flux cleaned = -0.000192007 Jy ! Component: 550 - total flux cleaned = -0.00028441 Jy ! Component: 600 - total flux cleaned = -0.000554576 Jy ! Component: 650 - total flux cleaned = -0.000729193 Jy ! Component: 700 - total flux cleaned = -0.000856259 Jy ! Component: 750 - total flux cleaned = -0.000939545 Jy ! Component: 800 - total flux cleaned = -0.0010615 Jy ! Component: 850 - total flux cleaned = -0.0012619 Jy ! Component: 900 - total flux cleaned = -0.00149588 Jy ! Component: 950 - total flux cleaned = -0.00153482 Jy ! Component: 1000 - total flux cleaned = -0.00160958 Jy ! Component: 1050 - total flux cleaned = -0.0017195 Jy ! Component: 1100 - total flux cleaned = -0.00175522 Jy ! Component: 1150 - total flux cleaned = -0.00178983 Jy ! Component: 1200 - total flux cleaned = -0.00175449 Jy ! Component: 1250 - total flux cleaned = -0.00175562 Jy ! Component: 1300 - total flux cleaned = -0.00165374 Jy ! Component: 1350 - total flux cleaned = -0.00158801 Jy ! Component: 1400 - total flux cleaned = -0.00152327 Jy ! Component: 1450 - total flux cleaned = -0.0014916 Jy ! Component: 1500 - total flux cleaned = -0.00161875 Jy ! Component: 1550 - total flux cleaned = -0.00174275 Jy ! Component: 1600 - total flux cleaned = -0.0017114 Jy ! Component: 1650 - total flux cleaned = -0.00168139 Jy ! Component: 1700 - total flux cleaned = -0.00183143 Jy ! Component: 1750 - total flux cleaned = -0.00180118 Jy ! Component: 1800 - total flux cleaned = -0.00197645 Jy ! Component: 1850 - total flux cleaned = -0.00197623 Jy ! Component: 1900 - total flux cleaned = -0.00209025 Jy ! Component: 1950 - total flux cleaned = -0.00217443 Jy ! Component: 2000 - total flux cleaned = -0.00236805 Jy ! Total flux subtracted in 2048 components = -0.00236766 Jy ! Clean residual min=-0.001360 max=0.001447 Jy/beam ! Clean residual mean=-0.000023 rms=0.000531 Jy/beam ! Combined flux in latest and established models = 0.555819 Jy keep ! Adding 156 model components to the UV plane model. ! The established model now contains 246 components and 0.555819 Jy ![Exited script file: muppet] wmap "J1522-2936_X_1997_08_27_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8625 x 2.507 at -1.912 degrees (North through East) ! Clean map min=-0.0035051 max=0.48852 Jy/beam ! Writing clean map to FITS file: J1522-2936_X_1997_08_27_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.488522 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000522881 device "J1522-2936_X_1997_08_27_yyk\_map.eps/VPS" ! Attempting to open device: 'J1522-2936_X_1997_08_27_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.321099 0.321099 0.642199 1.2844 2.5688 5.13759 10.2752 20.5504 41.1007 82.2015 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0015 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.488 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.8625 x 2.507 at -1.912 degrees (North through East) ! Clean map min=-0.0035051 max=0.48852 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1522-2936_X_1997_08_27_yyk\_map.gif/gif" ! Attempting to open device: 'J1522-2936_X_1997_08_27_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1522-2936_X_1997_08_27_yyk_uvs.log closed on Mon Jan 8 06:42:14 2007