! Started logfile: J1122-2532_X_1997_07_02_yyk_uvs.log on Mon Jan 8 05:15:44 2007 obs J1122-2532_X_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1122-2532_X_1997_07_02_yyk_uva.fits ! AN table 1: 151 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.622517 visibilities/baseline/integration-bin. ! Found source: J1122-2532 ! ! 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 16920 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 J1122-2532_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.326558 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.7068 mas, bmaj=1.939 mas, bpa=-10.61 degrees ! Estimated noise=1647.89 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.2). ! clean: niter=100 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.142815 Jy ! Component: 100 - total flux cleaned = 0.190079 Jy ! Total flux subtracted in 100 components = 0.190079 Jy ! Clean residual min=-0.017115 max=0.022758 Jy/beam ! Clean residual mean=0.000126 rms=0.004945 Jy/beam ! Combined flux in latest and established models = 0.190079 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.190079 Jy ! ! Correcting IF 1. ! A total of 316 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 316 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 316 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 316 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.273536Jy sigma=0.001409 ! Fit after self-cal, rms=0.273055Jy sigma=0.001408 ! Inverting map and beam ! Estimated beam: bmin=0.7068 mas, bmaj=1.939 mas, bpa=-10.61 degrees ! Estimated noise=1647.89 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.8676 mas, bmaj=2.371 mas, bpa=-9.537 degrees ! Estimated noise=951.065 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.0391004 Jy ! Component: 100 - total flux cleaned = 0.0561069 Jy ! Component: 150 - total flux cleaned = 0.0644688 Jy ! Component: 200 - total flux cleaned = 0.0675095 Jy ! Total flux subtracted in 200 components = 0.0675095 Jy ! Clean residual min=-0.015942 max=0.015052 Jy/beam ! Clean residual mean=-0.000073 rms=0.003987 Jy/beam ! Combined flux in latest and established models = 0.257589 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 23 components and 0.257589 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.271125Jy sigma=0.001384 ! Fit after self-cal, rms=0.271057Jy sigma=0.001384 ! 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.8676 x 2.371 at -9.537 degrees (North through East) ! Clean map min=-0.015876 max=0.1672 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. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.03895 ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.06 HN 0.90 KP 0.99 ! LA 1.00 MK 0.99 NL 0.93 OV 0.86 ! PT 0.98 SC 0.98 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.997865 ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.03 HN 1.09 KP 1.01 ! LA 0.98 MK 0.84 NL 1.00 OV 0.94 ! PT 1.06 SC 1.14 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00499 ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 FD 1.05 HN 0.93 KP 0.97 ! LA 1.02 MK 0.88 NL 1.08 OV 0.88 ! PT 1.17 SC 1.07 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! 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.271057Jy sigma=0.001384 ! Fit after self-cal, rms=0.277133Jy sigma=0.001381 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.277133Jy sigma=0.001381 ! Fit after self-cal, rms=0.277137Jy sigma=0.001381 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8493 mas, bmaj=2.366 mas, bpa=-11.46 degrees ! Estimated noise=945.643 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.00226143 Jy ! Component: 100 - total flux cleaned = 0.00329563 Jy ! Component: 150 - total flux cleaned = 0.00377347 Jy ! Component: 200 - total flux cleaned = 0.00394175 Jy ! Total flux subtracted in 200 components = 0.00394175 Jy ! Clean residual min=-0.013852 max=0.014554 Jy/beam ! Clean residual mean=-0.000015 rms=0.003513 Jy/beam ! Combined flux in latest and established models = 0.261531 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 28 components and 0.26153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.277029Jy sigma=0.001380 ! Fit after self-cal, rms=0.277007Jy sigma=0.001380 ! 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.277007Jy sigma=0.001380 ! Fit after self-cal, rms=0.267627Jy sigma=0.001335 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 (-22.4, 18.2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0152042 Jy ! Component: 100 - total flux cleaned = 0.0183594 Jy ! Component: 150 - total flux cleaned = 0.0194975 Jy ! Component: 200 - total flux cleaned = 0.0206228 Jy ! Total flux subtracted in 200 components = 0.0206228 Jy ! Clean residual min=-0.009751 max=0.012672 Jy/beam ! Clean residual mean=0.000019 rms=0.002639 Jy/beam ! Combined flux in latest and established models = 0.282153 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 30 model components to the UV plane model. ! The established model now contains 56 components and 0.282153 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.266986Jy sigma=0.001331 ! Fit after self-cal, rms=0.265936Jy sigma=0.001326 ! 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.8493 x 2.366 at -11.46 degrees (North through East) ! Clean map min=-0.009359 max=0.16916 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.265936Jy sigma=0.001326 ! Fit after self-cal, rms=0.261025Jy sigma=0.001323 ! 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.261025Jy sigma=0.001323 ! Fit after self-cal, rms=0.260873Jy sigma=0.001323 ! Inverting map and beam ! Estimated beam: bmin=0.8433 mas, bmaj=2.34 mas, bpa=-11.22 degrees ! Estimated noise=912.342 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000732124 Jy ! Component: 100 - total flux cleaned = -0.000442882 Jy ! Component: 150 - total flux cleaned = -0.000431641 Jy ! Component: 200 - total flux cleaned = -0.000429034 Jy ! Total flux subtracted in 200 components = -0.000429034 Jy ! Clean residual min=-0.008120 max=0.008270 Jy/beam ! Clean residual mean=0.000027 rms=0.002119 Jy/beam ! Combined flux in latest and established models = 0.281724 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 69 components and 0.281724 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.260614Jy sigma=0.001322 ! Fit after self-cal, rms=0.260578Jy sigma=0.001322 ! 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.260578Jy sigma=0.001322 ! Fit after self-cal, rms=0.257036Jy sigma=0.001319 ! 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.257036Jy sigma=0.001319 ! Fit after self-cal, rms=0.257085Jy sigma=0.001319 ! Inverting map and beam ! Estimated beam: bmin=0.8376 mas, bmaj=2.333 mas, bpa=-11.14 degrees ! Estimated noise=892.659 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00262054 Jy ! Component: 100 - total flux cleaned = -0.00241616 Jy ! Component: 150 - total flux cleaned = -0.00232831 Jy ! Component: 200 - total flux cleaned = -0.0022506 Jy ! Total flux subtracted in 200 components = -0.0022506 Jy ! Clean residual min=-0.007926 max=0.006867 Jy/beam ! Clean residual mean=0.000036 rms=0.001947 Jy/beam ! Combined flux in latest and established models = 0.279474 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 23 model components to the UV plane model. ! The established model now contains 82 components and 0.279474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.256915Jy sigma=0.001319 ! Fit after self-cal, rms=0.256843Jy sigma=0.001318 ! 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.001 mas, bmaj=4.577 mas, bpa=-8.012 degrees ! Estimated noise=1184.41 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.00311937 Jy ! Component: 100 - total flux cleaned = 0.00411936 Jy ! Component: 150 - total flux cleaned = 0.00489295 Jy ! Component: 200 - total flux cleaned = 0.00508776 Jy ! Total flux subtracted in 200 components = 0.00508776 Jy ! Clean residual min=-0.009598 max=0.009029 Jy/beam ! Clean residual mean=0.000064 rms=0.002763 Jy/beam ! Combined flux in latest and established models = 0.284562 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 85 components and 0.284562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.256771Jy sigma=0.001319 ! Fit after self-cal, rms=0.256683Jy sigma=0.001318 ! 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.696 mas, bmaj=1.926 mas, bpa=-11.26 degrees ! Estimated noise=1543.24 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.14396 Jy ! Component: 100 - total flux cleaned = 0.194754 Jy ! Component: 150 - total flux cleaned = 0.222003 Jy ! Component: 200 - total flux cleaned = 0.239251 Jy ! Total flux subtracted in 200 components = 0.239251 Jy ! Clean residual min=-0.011102 max=0.014012 Jy/beam ! Clean residual mean=0.000086 rms=0.003003 Jy/beam ! Combined flux in latest and established models = 0.239251 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.239251 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8376 mas, bmaj=2.333 mas, bpa=-11.14 degrees ! Estimated noise=892.659 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.019052 Jy ! Component: 100 - total flux cleaned = 0.0293206 Jy ! Component: 150 - total flux cleaned = 0.0354821 Jy ! Component: 200 - total flux cleaned = 0.0378026 Jy ! Total flux subtracted in 200 components = 0.0378026 Jy ! Clean residual min=-0.007961 max=0.008204 Jy/beam ! Clean residual mean=0.000051 rms=0.002059 Jy/beam ! Combined flux in latest and established models = 0.277054 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 54 components and 0.277054 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.001 mas, bmaj=4.577 mas, bpa=-8.012 degrees ! Estimated noise=1184.41 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.00677342 Jy ! Component: 100 - total flux cleaned = 0.00773391 Jy ! Component: 150 - total flux cleaned = 0.0082212 Jy ! Component: 200 - total flux cleaned = 0.00864472 Jy ! Total flux subtracted in 200 components = 0.00864472 Jy ! Clean residual min=-0.009948 max=0.008876 Jy/beam ! Clean residual mean=0.000078 rms=0.002780 Jy/beam ! Combined flux in latest and established models = 0.285699 Jy ! Adding 13 model components to the UV plane model. ! The established model now contains 61 components and 0.285699 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8376 mas, bmaj=2.333 mas, bpa=-11.14 degrees ! Estimated noise=892.659 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.00236905 Jy ! Component: 100 - total flux cleaned = -0.00324304 Jy ! Component: 150 - total flux cleaned = -0.00324959 Jy ! Component: 200 - total flux cleaned = -0.00335915 Jy ! Total flux subtracted in 200 components = -0.00335915 Jy ! Clean residual min=-0.007993 max=0.007343 Jy/beam ! Clean residual mean=0.000041 rms=0.001971 Jy/beam ! Combined flux in latest and established models = 0.282339 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 72 components and 0.282339 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.256834Jy sigma=0.001319 ! Fit after self-cal, rms=0.256780Jy sigma=0.001319 wmodel J1122-2532_X_1997_07_02_yyk\_map.mod ! Writing 72 model components to file: J1122-2532_X_1997_07_02_yyk_map.mod wobs J1122-2532_X_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1122-2532_X_1997_07_02_yyk_uvs.fits wwins J1122-2532_X_1997_07_02_yyk\_map.win ! wwins: Wrote 2 windows to J1122-2532_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.00160978 Jy ! Component: 100 - total flux cleaned = -0.00212837 Jy ! Component: 150 - total flux cleaned = -0.00236183 Jy ! Component: 200 - total flux cleaned = -0.00269656 Jy ! Component: 250 - total flux cleaned = -0.00312809 Jy ! Component: 300 - total flux cleaned = -0.00333564 Jy ! Component: 350 - total flux cleaned = -0.00363036 Jy ! Component: 400 - total flux cleaned = -0.00410363 Jy ! Component: 450 - total flux cleaned = -0.0043767 Jy ! Component: 500 - total flux cleaned = -0.00490999 Jy ! Component: 550 - total flux cleaned = -0.00542548 Jy ! Component: 600 - total flux cleaned = -0.00592758 Jy ! Component: 650 - total flux cleaned = -0.00673735 Jy ! Component: 700 - total flux cleaned = -0.00728931 Jy ! Component: 750 - total flux cleaned = -0.0078264 Jy ! Component: 800 - total flux cleaned = -0.0084236 Jy ! Component: 850 - total flux cleaned = -0.00878606 Jy ! Component: 900 - total flux cleaned = -0.00914209 Jy ! Component: 950 - total flux cleaned = -0.00963135 Jy ! Component: 1000 - total flux cleaned = -0.0103146 Jy ! Component: 1050 - total flux cleaned = -0.0107145 Jy ! Component: 1100 - total flux cleaned = -0.011107 Jy ! Component: 1150 - total flux cleaned = -0.0113642 Jy ! Component: 1200 - total flux cleaned = -0.0116181 Jy ! Component: 1250 - total flux cleaned = -0.0119903 Jy ! Component: 1300 - total flux cleaned = -0.0122345 Jy ! Component: 1350 - total flux cleaned = -0.0124744 Jy ! Component: 1400 - total flux cleaned = -0.0126517 Jy ! Component: 1450 - total flux cleaned = -0.012943 Jy ! Component: 1500 - total flux cleaned = -0.0131158 Jy ! Component: 1550 - total flux cleaned = -0.0134561 Jy ! Component: 1600 - total flux cleaned = -0.0136249 Jy ! Component: 1650 - total flux cleaned = -0.0138452 Jy ! Component: 1700 - total flux cleaned = -0.0139531 Jy ! Component: 1750 - total flux cleaned = -0.0142216 Jy ! Component: 1800 - total flux cleaned = -0.0143801 Jy ! Component: 1850 - total flux cleaned = -0.0145898 Jy ! Component: 1900 - total flux cleaned = -0.0147972 Jy ! Component: 1950 - total flux cleaned = -0.0151038 Jy ! Component: 2000 - total flux cleaned = -0.0155077 Jy ! Total flux subtracted in 2048 components = -0.0156071 Jy ! Clean residual min=-0.003031 max=0.002896 Jy/beam ! Clean residual mean=0.000026 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.266732 Jy keep ! Adding 151 model components to the UV plane model. ! The established model now contains 223 components and 0.266732 Jy ![Exited script file: muppet] wmap "J1122-2532_X_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8376 x 2.333 at -11.14 degrees (North through East) ! Clean map min=-0.0057444 max=0.15714 Jy/beam ! Writing clean map to FITS file: J1122-2532_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.157137 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000976005 device "J1122-2532_X_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1122-2532_X_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.86335 1.86335 3.72671 7.45342 14.9068 29.8137 59.6273 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0029 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.157 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.8376 x 2.333 at -11.14 degrees (North through East) ! Clean map min=-0.0057444 max=0.15714 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1122-2532_X_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1122-2532_X_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1122-2532_X_1997_07_02_yyk_uvs.log closed on Mon Jan 8 05:15:53 2007