! Started logfile: J0029-0113_X_2004_04_30_yyk_uvs.log on Tue Dec 6 23:48:09 2005 obs J0029-0113_X_2004_04_30_yyk_uve.fits ! Reading UV FITS file: J0029-0113_X_2004_04_30_yyk_uve.fits ! AN table 1: 10 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.708889 visibilities/baseline/integration-bin. ! Found source: J0029-0113 ! ! 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 1546 lines of history. ! ! Reading 1276 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 J0029-0113_X_2004_04_30_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.165803 Jy startmod ,phase_soltime ! Applying default point source starting model. ! Performing phase self-cal over 10 minute time intervals ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 16 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 20 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.880057Jy sigma=16.293071 ! Fit after self-cal, rms=0.876146Jy sigma=16.195147 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. 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.7718 mas, bmaj=1.862 mas, bpa=2.821 degrees ! Estimated noise=1.40417 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.110147 Jy ! Component: 100 - total flux cleaned = 0.143272 Jy ! Total flux subtracted in 100 components = 0.143272 Jy ! Clean residual min=-0.009496 max=0.013121 Jy/beam ! Clean residual mean=-0.000043 rms=0.002804 Jy/beam ! Combined flux in latest and established models = 0.143272 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 13 model components to the UV plane model. ! The established model now contains 13 components and 0.143272 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096396Jy sigma=1.428840 ! Fit after self-cal, rms=0.096283Jy sigma=1.427873 ! Inverting map 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.9472 mas, bmaj=2.269 mas, bpa=5.848 degrees ! Estimated noise=1.07149 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.0205937 Jy ! Component: 100 - total flux cleaned = 0.0288301 Jy ! Component: 150 - total flux cleaned = 0.0328418 Jy ! Component: 200 - total flux cleaned = 0.0338075 Jy ! Total flux subtracted in 200 components = 0.0338075 Jy ! Clean residual min=-0.007531 max=0.013561 Jy/beam ! Clean residual mean=-0.000015 rms=0.002522 Jy/beam ! Combined flux in latest and established models = 0.177079 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 22 model components to the UV plane model. ! The established model now contains 32 components and 0.177079 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.094404Jy sigma=1.358419 ! Fit after self-cal, rms=0.094332Jy sigma=1.357786 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! selflims ampcor_selflim ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1 ! 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* ! ! ! Correcting IF 2. ! 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* ! ! ! Correcting IF 3. ! 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* ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.00547 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 0.98 HN 0.90 KP 0.96 ! LA 0.92 MK 1.00* NL 1.16 OV 1.07 ! PT 1.01 SC 0.92 ! ! ! Fit before self-cal, rms=0.094332Jy sigma=1.357786 ! Fit after self-cal, rms=0.093937Jy sigma=1.352724 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.093937Jy sigma=1.352724 ! Fit after self-cal, rms=0.093924Jy sigma=1.352610 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9405 mas, bmaj=2.259 mas, bpa=6.112 degrees ! Estimated noise=1.07021 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 (3, 1.2). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0135089 Jy ! Component: 100 - total flux cleaned = 0.0171116 Jy ! Component: 150 - total flux cleaned = 0.0177549 Jy ! Component: 200 - total flux cleaned = 0.0179519 Jy ! Total flux subtracted in 200 components = 0.0179519 Jy ! Clean residual min=-0.006082 max=0.007530 Jy/beam ! Clean residual mean=-0.000003 rms=0.001803 Jy/beam ! Combined flux in latest and established models = 0.195031 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 54 components and 0.195031 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092474Jy sigma=1.320189 ! Fit after self-cal, rms=0.092075Jy sigma=1.314278 ! 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.092075Jy sigma=1.314278 ! Fit after self-cal, rms=0.080598Jy sigma=1.113838 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.00723493 Jy ! Component: 100 - total flux cleaned = 0.00891376 Jy ! Component: 150 - total flux cleaned = 0.00902933 Jy ! Component: 200 - total flux cleaned = 0.0088349 Jy ! Total flux subtracted in 200 components = 0.00883489 Jy ! Clean residual min=-0.005687 max=0.005919 Jy/beam ! Clean residual mean=0.000002 rms=0.001447 Jy/beam ! Combined flux in latest and established models = 0.203866 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 21 model components to the UV plane model. ! The established model now contains 70 components and 0.203866 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.080295Jy sigma=1.100865 ! Fit after self-cal, rms=0.079729Jy sigma=1.091974 ! 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.9405 x 2.259 at 6.112 degrees (North through East) ! Clean map min=-0.0053123 max=0.13612 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.079729Jy sigma=1.091974 ! Fit after self-cal, rms=0.077734Jy sigma=1.075713 ! 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.077734Jy sigma=1.075713 ! Fit after self-cal, rms=0.077745Jy sigma=1.074758 ! Inverting map and beam ! Estimated beam: bmin=0.9073 mas, bmaj=2.192 mas, bpa=6.611 degrees ! Estimated noise=1.03622 mJy/beam. ! Added new window around map position (5.6, 2.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00552653 Jy ! Component: 100 - total flux cleaned = 0.00734106 Jy ! Component: 150 - total flux cleaned = 0.00864089 Jy ! Component: 200 - total flux cleaned = 0.00909796 Jy ! Total flux subtracted in 200 components = 0.00909796 Jy ! Clean residual min=-0.004238 max=0.004237 Jy/beam ! Clean residual mean=-0.000006 rms=0.001076 Jy/beam ! Combined flux in latest and established models = 0.212964 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 93 components and 0.212964 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077167Jy sigma=1.062652 ! Fit after self-cal, rms=0.077195Jy sigma=1.062088 ! 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.077195Jy sigma=1.062088 ! Fit after self-cal, rms=0.076387Jy sigma=1.051629 ! 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.076387Jy sigma=1.051629 ! Fit after self-cal, rms=0.076393Jy sigma=1.051557 ! Inverting map and beam ! Estimated beam: bmin=0.9011 mas, bmaj=2.177 mas, bpa=7.031 degrees ! Estimated noise=1.02812 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00144918 Jy ! Component: 100 - total flux cleaned = 0.00214458 Jy ! Component: 150 - total flux cleaned = 0.00245116 Jy ! Component: 200 - total flux cleaned = 0.0025204 Jy ! Total flux subtracted in 200 components = 0.0025204 Jy ! Clean residual min=-0.004215 max=0.004164 Jy/beam ! Clean residual mean=-0.000004 rms=0.001030 Jy/beam ! Combined flux in latest and established models = 0.215484 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 104 components and 0.215484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076187Jy sigma=1.048174 ! Fit after self-cal, rms=0.076191Jy sigma=1.048088 ! 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.192 mas, bmaj=3.532 mas, bpa=-1.546 degrees ! Estimated noise=1.32168 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.00144007 Jy ! Component: 100 - total flux cleaned = 0.0015821 Jy ! Component: 150 - total flux cleaned = 0.00164556 Jy ! Component: 200 - total flux cleaned = 0.00169851 Jy ! Total flux subtracted in 200 components = 0.00169851 Jy ! Clean residual min=-0.003275 max=0.003317 Jy/beam ! Clean residual mean=-0.000008 rms=0.001068 Jy/beam ! Combined flux in latest and established models = 0.217183 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 14 model components to the UV plane model. ! The established model now contains 114 components and 0.217183 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076107Jy sigma=1.047179 ! Fit after self-cal, rms=0.076099Jy sigma=1.046965 ! Inverting map uvtaper 0,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.7595 mas, bmaj=1.827 mas, bpa=3.461 degrees ! Estimated noise=1.33782 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.110906 Jy ! Component: 100 - total flux cleaned = 0.145097 Jy ! Component: 150 - total flux cleaned = 0.163381 Jy ! Component: 200 - total flux cleaned = 0.175587 Jy ! Total flux subtracted in 200 components = 0.175587 Jy ! Clean residual min=-0.006870 max=0.009038 Jy/beam ! Clean residual mean=-0.000021 rms=0.001881 Jy/beam ! Combined flux in latest and established models = 0.175587 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 33 model components to the UV plane model. ! The established model now contains 33 components and 0.175587 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9011 mas, bmaj=2.177 mas, bpa=7.031 degrees ! Estimated noise=1.02812 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) ! Added new window around map position (-5.8, 12.6). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0130891 Jy ! Component: 100 - total flux cleaned = 0.0210471 Jy ! Component: 150 - total flux cleaned = 0.0266786 Jy ! Component: 200 - total flux cleaned = 0.0296316 Jy ! Total flux subtracted in 200 components = 0.0296316 Jy ! Clean residual min=-0.004573 max=0.004963 Jy/beam ! Clean residual mean=-0.000010 rms=0.001188 Jy/beam ! Combined flux in latest and established models = 0.205219 Jy ! Adding 47 model components to the UV plane model. ! The established model now contains 73 components and 0.205219 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.192 mas, bmaj=3.532 mas, bpa=-1.546 degrees ! Estimated noise=1.32168 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.00307698 Jy ! Component: 100 - total flux cleaned = 0.00538259 Jy ! Component: 150 - total flux cleaned = 0.00610345 Jy ! Component: 200 - total flux cleaned = 0.00693085 Jy ! Total flux subtracted in 200 components = 0.00693085 Jy ! Clean residual min=-0.003329 max=0.004087 Jy/beam ! Clean residual mean=-0.000011 rms=0.001162 Jy/beam ! Combined flux in latest and established models = 0.21215 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 99 components and 0.212149 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9011 mas, bmaj=2.177 mas, bpa=7.031 degrees ! Estimated noise=1.02812 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000645603 Jy ! Component: 100 - total flux cleaned = 0.000558927 Jy ! Component: 150 - total flux cleaned = 0.00159309 Jy ! Component: 200 - total flux cleaned = 0.00249819 Jy ! Total flux subtracted in 200 components = 0.00249819 Jy ! Clean residual min=-0.003597 max=0.003749 Jy/beam ! Clean residual mean=-0.000007 rms=0.000965 Jy/beam ! Combined flux in latest and established models = 0.214648 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 122 components and 0.214648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075591Jy sigma=1.042217 ! Fit after self-cal, rms=0.075521Jy sigma=1.041359 wmodel J0029-0113_X_2004_04_30_yyk\_map.mod ! Writing 122 model components to file: J0029-0113_X_2004_04_30_yyk_map.mod wobs J0029-0113_X_2004_04_30_yyk\_uvs.fits ! Writing UV FITS file: J0029-0113_X_2004_04_30_yyk_uvs.fits wwins J0029-0113_X_2004_04_30_yyk\_map.win ! wwins: Wrote 4 windows to J0029-0113_X_2004_04_30_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.00126565 Jy ! Component: 100 - total flux cleaned = 0.00170184 Jy ! Component: 150 - total flux cleaned = 0.00199309 Jy ! Component: 200 - total flux cleaned = 0.00221419 Jy ! Component: 250 - total flux cleaned = 0.00231992 Jy ! Component: 300 - total flux cleaned = 0.00232015 Jy ! Component: 350 - total flux cleaned = 0.00237019 Jy ! Component: 400 - total flux cleaned = 0.0023204 Jy ! Component: 450 - total flux cleaned = 0.0023204 Jy ! Component: 500 - total flux cleaned = 0.00227301 Jy ! Component: 550 - total flux cleaned = 0.0022275 Jy ! Component: 600 - total flux cleaned = 0.00227322 Jy ! Component: 650 - total flux cleaned = 0.00227372 Jy ! Component: 700 - total flux cleaned = 0.00223091 Jy ! Component: 750 - total flux cleaned = 0.00235799 Jy ! Component: 800 - total flux cleaned = 0.00219099 Jy ! Component: 850 - total flux cleaned = 0.00215103 Jy ! Component: 900 - total flux cleaned = 0.00207197 Jy ! Component: 950 - total flux cleaned = 0.00207332 Jy ! Component: 1000 - total flux cleaned = 0.00195776 Jy ! Component: 1050 - total flux cleaned = 0.00172978 Jy ! Component: 1100 - total flux cleaned = 0.0016542 Jy ! Component: 1150 - total flux cleaned = 0.00150524 Jy ! Component: 1200 - total flux cleaned = 0.0012489 Jy ! Component: 1250 - total flux cleaned = 0.00110496 Jy ! Component: 1300 - total flux cleaned = 0.00106894 Jy ! Component: 1350 - total flux cleaned = 0.000928118 Jy ! Component: 1400 - total flux cleaned = 0.000789204 Jy ! Component: 1450 - total flux cleaned = 0.000652234 Jy ! Component: 1500 - total flux cleaned = 0.000550581 Jy ! Component: 1550 - total flux cleaned = 0.000316808 Jy ! Component: 1600 - total flux cleaned = 0.00025049 Jy ! Component: 1650 - total flux cleaned = 2.09105e-05 Jy ! Component: 1700 - total flux cleaned = -0.000204897 Jy ! Component: 1750 - total flux cleaned = -0.000364545 Jy ! Component: 1800 - total flux cleaned = -0.000522694 Jy ! Component: 1850 - total flux cleaned = -0.000616584 Jy ! Component: 1900 - total flux cleaned = -0.000864228 Jy ! Component: 1950 - total flux cleaned = -0.000955801 Jy ! Component: 2000 - total flux cleaned = -0.00116828 Jy ! Total flux subtracted in 2048 components = -0.00122834 Jy ! Clean residual min=-0.001685 max=0.001646 Jy/beam ! Clean residual mean=-0.000004 rms=0.000545 Jy/beam ! Combined flux in latest and established models = 0.213419 Jy keep ! Adding 128 model components to the UV plane model. ! The established model now contains 250 components and 0.213419 Jy ![Exited script file: muppet] wmap "J0029-0113_X_2004_04_30_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9011 x 2.177 at 7.031 degrees (North through East) ! Clean map min=-0.0035651 max=0.12896 Jy/beam ! Writing clean map to FITS file: J0029-0113_X_2004_04_30_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.128963 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000543137 device "J0029-0113_X_2004_04_30_yyk\_map.eps/VPS" ! Attempting to open device: 'J0029-0113_X_2004_04_30_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.26348 1.26348 2.52695 5.05391 10.1078 20.2156 40.4312 80.8625 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0016 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.128 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.9011 x 2.177 at 7.031 degrees (North through East) ! Clean map min=-0.0035651 max=0.12896 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0029-0113_X_2004_04_30_yyk\_map.gif/gif" ! Attempting to open device: 'J0029-0113_X_2004_04_30_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0029-0113_X_2004_04_30_yyk_uvs.log closed on Tue Dec 6 23:48:13 2005