! Started logfile: J1939-1525_S_2007_01_11_yyk_uvs.log on Mon Jun 16 19:59:53 2008 obs J1939-1525_S_2007_01_11_yyk_uve.fits ! Reading UV FITS file: J1939-1525_S_2007_01_11_yyk_uve.fits ! AN table 1: 6 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.777778 visibilities/baseline/integration-bin. ! Found source: J1939-1525 ! ! 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 2.23697e+09 8e+06 1 8e+06 ! 02 2 2.26697e+09 8e+06 1 8e+06 ! 03 3 2.35697e+09 8e+06 1 8e+06 ! 04 4 2.37697e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 2249 lines of history. ! ! Reading 672 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 J1939-1525_S_2007_01_11_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.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.350373 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=2.552 mas, bmaj=6.48 mas, bpa=0.1389 degrees ! Estimated noise=2.55601 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.271835 Jy ! Component: 100 - total flux cleaned = 0.334301 Jy ! Total flux subtracted in 100 components = 0.334301 Jy ! Clean residual min=-0.012329 max=0.022141 Jy/beam ! Clean residual mean=-0.000047 rms=0.004559 Jy/beam ! Combined flux in latest and established models = 0.334301 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 26 components and 0.334301 Jy ! ! Correcting IF 1. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 11 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.113254Jy sigma=1.523437 ! Fit after self-cal, rms=0.113737Jy sigma=1.516029 ! Inverting map and beam ! Estimated beam: bmin=2.552 mas, bmaj=6.48 mas, bpa=0.1389 degrees ! Estimated noise=2.55601 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=3.097 mas, bmaj=8.121 mas, bpa=-3.844 degrees ! Estimated noise=1.83941 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.0369905 Jy ! Component: 100 - total flux cleaned = 0.0508732 Jy ! Component: 150 - total flux cleaned = 0.0563538 Jy ! Component: 200 - total flux cleaned = 0.0581099 Jy ! Total flux subtracted in 200 components = 0.0581099 Jy ! Clean residual min=-0.010283 max=0.010330 Jy/beam ! Clean residual mean=-0.000117 rms=0.002610 Jy/beam ! Combined flux in latest and established models = 0.392411 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 31 model components to the UV plane model. ! The established model now contains 52 components and 0.392411 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.106149Jy sigma=1.383007 ! Fit after self-cal, rms=0.106066Jy sigma=1.382936 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.097 x 8.121 at -3.844 degrees (North through East) ! Clean map min=-0.0099168 max=0.32226 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if gscale ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Amplitude normalization factor in sub-array 1: 1.01317 ! Telescope amplitude corrections in sub-array 1: ! BR 0.96 FD 0.95 HN 0.94 KP 0.94 ! LA 1.04 MK 1.02 OV 1.08 PT 0.98 ! SC 0.98 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.985031 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.03 HN 1.05 KP 0.96 ! LA 0.98 MK 1.07 OV 1.07 PT 1.02 ! SC 0.97 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.982164 ! Telescope amplitude corrections in sub-array 1: ! BR 1.03 FD 1.03 HN 0.97 KP 0.98 ! LA 1.01 MK 0.98 OV 1.07 PT 1.04 ! SC 1.06 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.00948 ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.03 HN 0.97 KP 0.89 ! LA 1.00 MK 0.99 OV 0.98 PT 0.93 ! SC 1.10 ! ! ! Fit before self-cal, rms=0.106066Jy sigma=1.382936 ! Fit after self-cal, rms=0.104500Jy sigma=1.347251 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.104500Jy sigma=1.347251 ! Fit after self-cal, rms=0.104529Jy sigma=1.347237 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.132 mas, bmaj=8.223 mas, bpa=-4.147 degrees ! Estimated noise=1.83163 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.00268406 Jy ! Component: 100 - total flux cleaned = -0.00293765 Jy ! Component: 150 - total flux cleaned = -0.00293534 Jy ! Component: 200 - total flux cleaned = -0.00293734 Jy ! Total flux subtracted in 200 components = -0.00293734 Jy ! Clean residual min=-0.005255 max=0.006683 Jy/beam ! Clean residual mean=-0.000004 rms=0.001629 Jy/beam ! Combined flux in latest and established models = 0.389474 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 66 components and 0.389474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104518Jy sigma=1.346299 ! Fit after self-cal, rms=0.104468Jy sigma=1.346284 ! 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.104468Jy sigma=1.346284 ! Fit after self-cal, rms=0.076418Jy sigma=0.951812 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.00349771 Jy ! Component: 100 - total flux cleaned = 0.003066 Jy ! Component: 150 - total flux cleaned = 0.00265805 Jy ! Component: 200 - total flux cleaned = 0.0023653 Jy ! Total flux subtracted in 200 components = 0.0023653 Jy ! Clean residual min=-0.005251 max=0.007346 Jy/beam ! Clean residual mean=-0.000011 rms=0.001628 Jy/beam ! Combined flux in latest and established models = 0.391839 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 71 components and 0.391839 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075465Jy sigma=0.942516 ! Fit after self-cal, rms=0.073360Jy sigma=0.918859 ! Inverting map ! Added new window around map position (-17.5, 20). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0073145 Jy ! Component: 100 - total flux cleaned = 0.00827078 Jy ! Component: 150 - total flux cleaned = 0.00867382 Jy ! Component: 200 - total flux cleaned = 0.00885717 Jy ! Total flux subtracted in 200 components = 0.00885717 Jy ! Clean residual min=-0.004266 max=0.004352 Jy/beam ! Clean residual mean=-0.000061 rms=0.001271 Jy/beam ! Combined flux in latest and established models = 0.400696 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 34 model components to the UV plane model. ! The established model now contains 104 components and 0.400696 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072663Jy sigma=0.908498 ! Fit after self-cal, rms=0.072460Jy sigma=0.906045 ! 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: 3.132 x 8.223 at -4.147 degrees (North through East) ! Clean map min=-0.0040838 max=0.32897 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.072460Jy sigma=0.906045 ! Fit after self-cal, rms=0.070910Jy sigma=0.892605 ! 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.070910Jy sigma=0.892605 ! Fit after self-cal, rms=0.070872Jy sigma=0.892470 ! Inverting map and beam ! Estimated beam: bmin=3.129 mas, bmaj=8.224 mas, bpa=-4.041 degrees ! Estimated noise=1.82731 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00253002 Jy ! Component: 100 - total flux cleaned = 0.00266597 Jy ! Component: 150 - total flux cleaned = 0.00266113 Jy ! Component: 200 - total flux cleaned = 0.00271124 Jy ! Total flux subtracted in 200 components = 0.00271124 Jy ! Clean residual min=-0.003921 max=0.004461 Jy/beam ! Clean residual mean=-0.000067 rms=0.001151 Jy/beam ! Combined flux in latest and established models = 0.403408 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 119 components and 0.403408 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.070719Jy sigma=0.890524 ! Fit after self-cal, rms=0.070706Jy sigma=0.890342 ! 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.070706Jy sigma=0.890342 ! Fit after self-cal, rms=0.069657Jy sigma=0.869937 ! 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.069657Jy sigma=0.869937 ! Fit after self-cal, rms=0.069648Jy sigma=0.869920 ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=8.27 mas, bpa=-4.233 degrees ! Estimated noise=1.83502 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00129758 Jy ! Component: 100 - total flux cleaned = 0.00147068 Jy ! Component: 150 - total flux cleaned = 0.00151757 Jy ! Component: 200 - total flux cleaned = 0.00156016 Jy ! Total flux subtracted in 200 components = 0.00156016 Jy ! Clean residual min=-0.004090 max=0.004400 Jy/beam ! Clean residual mean=-0.000063 rms=0.001163 Jy/beam ! Combined flux in latest and established models = 0.404968 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 20 model components to the UV plane model. ! The established model now contains 127 components and 0.404968 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069514Jy sigma=0.868628 ! Fit after self-cal, rms=0.069505Jy sigma=0.868559 ! Inverting map ! ************** FINISHED AMPLITUDE SELF-CAL ************** uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.4 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.893 mas, bmaj=17.52 mas, bpa=12.45 degrees ! Estimated noise=2.34704 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.000250204 Jy ! Component: 100 - total flux cleaned = -0.000344852 Jy ! Component: 150 - total flux cleaned = -0.000402281 Jy ! Component: 200 - total flux cleaned = -0.00042989 Jy ! Total flux subtracted in 200 components = -0.00042989 Jy ! Clean residual min=-0.004624 max=0.003145 Jy/beam ! Clean residual mean=-0.000120 rms=0.001275 Jy/beam ! Combined flux in latest and established models = 0.404538 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 143 components and 0.404538 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069509Jy sigma=0.868527 ! Fit after self-cal, rms=0.069509Jy sigma=0.868510 ! 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=2.566 mas, bmaj=6.526 mas, bpa=-0.003288 degrees ! Estimated noise=2.54594 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.27842 Jy ! Component: 100 - total flux cleaned = 0.336374 Jy ! Component: 150 - total flux cleaned = 0.363779 Jy ! Component: 200 - total flux cleaned = 0.379248 Jy ! Total flux subtracted in 200 components = 0.379248 Jy ! Clean residual min=-0.008990 max=0.007655 Jy/beam ! Clean residual mean=0.000007 rms=0.002417 Jy/beam ! Combined flux in latest and established models = 0.379248 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 50 model components to the UV plane model. ! The established model now contains 50 components and 0.379248 Jy ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=8.27 mas, bpa=-4.233 degrees ! Estimated noise=1.83502 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.0116556 Jy ! Component: 100 - total flux cleaned = 0.0178997 Jy ! Component: 150 - total flux cleaned = 0.0215539 Jy ! Component: 200 - total flux cleaned = 0.0228297 Jy ! Total flux subtracted in 200 components = 0.0228297 Jy ! Clean residual min=-0.004470 max=0.004236 Jy/beam ! Clean residual mean=-0.000057 rms=0.001266 Jy/beam ! Combined flux in latest and established models = 0.402078 Jy ! Adding 41 model components to the UV plane model. ! The established model now contains 89 components and 0.402078 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.893 mas, bmaj=17.52 mas, bpa=12.45 degrees ! Estimated noise=2.34704 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.00124442 Jy ! Component: 100 - total flux cleaned = 0.00162813 Jy ! Component: 150 - total flux cleaned = 0.00189507 Jy ! Component: 200 - total flux cleaned = 0.00197605 Jy ! Total flux subtracted in 200 components = 0.00197605 Jy ! Clean residual min=-0.004824 max=0.003297 Jy/beam ! Clean residual mean=-0.000117 rms=0.001295 Jy/beam ! Combined flux in latest and established models = 0.404054 Jy ! Adding 31 model components to the UV plane model. ! The established model now contains 118 components and 0.404054 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.135 mas, bmaj=8.27 mas, bpa=-4.233 degrees ! Estimated noise=1.83502 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000480641 Jy ! Component: 100 - total flux cleaned = 0.000823884 Jy ! Component: 150 - total flux cleaned = 0.00101576 Jy ! Component: 200 - total flux cleaned = 0.0011335 Jy ! Total flux subtracted in 200 components = 0.0011335 Jy ! Clean residual min=-0.004137 max=0.004237 Jy/beam ! Clean residual mean=-0.000066 rms=0.001188 Jy/beam ! Combined flux in latest and established models = 0.405188 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 129 components and 0.405188 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069581Jy sigma=0.870660 ! Fit after self-cal, rms=0.069584Jy sigma=0.870614 wmodel J1939-1525_S_2007_01_11_yyk\_map.mod ! Writing 129 model components to file: J1939-1525_S_2007_01_11_yyk_map.mod wobs J1939-1525_S_2007_01_11_yyk\_uvs.fits ! Writing UV FITS file: J1939-1525_S_2007_01_11_yyk_uvs.fits wwins J1939-1525_S_2007_01_11_yyk\_map.win ! wwins: Wrote 2 windows to J1939-1525_S_2007_01_11_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.000625131 Jy ! Component: 100 - total flux cleaned = 0.000904723 Jy ! Component: 150 - total flux cleaned = 0.000907309 Jy ! Component: 200 - total flux cleaned = 0.000783885 Jy ! Component: 250 - total flux cleaned = 0.000605096 Jy ! Component: 300 - total flux cleaned = 0.000434639 Jy ! Component: 350 - total flux cleaned = 0.000158562 Jy ! Component: 400 - total flux cleaned = -0.0002166 Jy ! Component: 450 - total flux cleaned = -0.000528893 Jy ! Component: 500 - total flux cleaned = -0.000781346 Jy ! Component: 550 - total flux cleaned = -0.000880512 Jy ! Component: 600 - total flux cleaned = -0.00102667 Jy ! Component: 650 - total flux cleaned = -0.00126224 Jy ! Component: 700 - total flux cleaned = -0.00135368 Jy ! Component: 750 - total flux cleaned = -0.00148908 Jy ! Component: 800 - total flux cleaned = -0.00162145 Jy ! Component: 850 - total flux cleaned = -0.00175125 Jy ! Component: 900 - total flux cleaned = -0.00183643 Jy ! Component: 950 - total flux cleaned = -0.00196267 Jy ! Component: 1000 - total flux cleaned = -0.00200371 Jy ! Component: 1050 - total flux cleaned = -0.0021263 Jy ! Component: 1100 - total flux cleaned = -0.00216705 Jy ! Component: 1150 - total flux cleaned = -0.00228695 Jy ! Component: 1200 - total flux cleaned = -0.00236605 Jy ! Component: 1250 - total flux cleaned = -0.00248324 Jy ! Component: 1300 - total flux cleaned = -0.00256025 Jy ! Component: 1350 - total flux cleaned = -0.00259856 Jy ! Component: 1400 - total flux cleaned = -0.00271212 Jy ! Component: 1450 - total flux cleaned = -0.00286332 Jy ! Component: 1500 - total flux cleaned = -0.00293881 Jy ! Component: 1550 - total flux cleaned = -0.00308857 Jy ! Component: 1600 - total flux cleaned = -0.00312594 Jy ! Component: 1650 - total flux cleaned = -0.00305173 Jy ! Component: 1700 - total flux cleaned = -0.00301462 Jy ! Component: 1750 - total flux cleaned = -0.00297713 Jy ! Component: 1800 - total flux cleaned = -0.00290231 Jy ! Component: 1850 - total flux cleaned = -0.00290223 Jy ! Component: 1900 - total flux cleaned = -0.00286473 Jy ! Component: 1950 - total flux cleaned = -0.00286479 Jy ! Component: 2000 - total flux cleaned = -0.00282669 Jy ! Total flux subtracted in 2048 components = -0.0028264 Jy ! Clean residual min=-0.002524 max=0.002390 Jy/beam ! Clean residual mean=0.000034 rms=0.000698 Jy/beam ! Combined flux in latest and established models = 0.402361 Jy keep ! Adding 106 model components to the UV plane model. ! The established model now contains 235 components and 0.402361 Jy ![Exited script file: muppet] wmap "J1939-1525_S_2007_01_11_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.135 x 8.27 at -4.233 degrees (North through East) ! Clean map min=-0.0052942 max=0.33012 Jy/beam ! Writing clean map to FITS file: J1939-1525_S_2007_01_11_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.330116 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000716862 device "J1939-1525_S_2007_01_11_yyk\_map.eps/VPS" ! Attempting to open device: 'J1939-1525_S_2007_01_11_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.651463 0.651463 1.30293 2.60585 5.2117 10.4234 20.8468 41.6936 83.3872 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0021 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.33 mapcolor none ! Mapplot colormap: none, contrast: 1 brightness: 0.5. mapplot cln ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.135 x 8.27 at -4.233 degrees (North through East) ! Clean map min=-0.0052942 max=0.33012 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1939-1525_S_2007_01_11_yyk\_map.gif/gif" ! Attempting to open device: 'J1939-1525_S_2007_01_11_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1939-1525_S_2007_01_11_yyk_uvs.log closed on Mon Jun 16 19:59:59 2008