! Started logfile: J1401-0916_X_1997_05_07_yyk_uvs.log on Mon Jan 8 06:18:07 2007 obs J1401-0916_X_1997_05_07_yyk_uva.fits ! Reading UV FITS file: J1401-0916_X_1997_05_07_yyk_uva.fits ! AN table 1: 138 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.772464 visibilities/baseline/integration-bin. ! Found source: J1401-0916 ! ! 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 613 lines of history. ! ! Reading 19188 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 J1401-0916_X_1997_05_07_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.275589 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.7908 mas, bmaj=2.057 mas, bpa=-1.874 degrees ! Estimated noise=1124.74 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.166448 Jy ! Component: 100 - total flux cleaned = 0.214521 Jy ! Total flux subtracted in 100 components = 0.214521 Jy ! Clean residual min=-0.009334 max=0.018480 Jy/beam ! Clean residual mean=0.000200 rms=0.003104 Jy/beam ! Combined flux in latest and established models = 0.214521 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 9 components and 0.214521 Jy ! ! Correcting IF 1. ! A total of 182 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 182 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 182 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 182 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.187461Jy sigma=0.001244 ! Fit after self-cal, rms=0.187302Jy sigma=0.001243 ! Inverting map and beam ! Estimated beam: bmin=0.7908 mas, bmaj=2.057 mas, bpa=-1.874 degrees ! Estimated noise=1124.91 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.9559 mas, bmaj=2.456 mas, bpa=-3.711 degrees ! Estimated noise=746.56 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 (1, -1.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.0314542 Jy ! Component: 100 - total flux cleaned = 0.0455972 Jy ! Component: 150 - total flux cleaned = 0.053454 Jy ! Component: 200 - total flux cleaned = 0.0585658 Jy ! Total flux subtracted in 200 components = 0.0585658 Jy ! Clean residual min=-0.006003 max=0.009424 Jy/beam ! Clean residual mean=0.000051 rms=0.001874 Jy/beam ! Combined flux in latest and established models = 0.273087 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 26 model components to the UV plane model. ! The established model now contains 32 components and 0.273087 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184431Jy sigma=0.001217 ! Fit after self-cal, rms=0.184334Jy sigma=0.001217 ! 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.9559 x 2.456 at -3.711 degrees (North through East) ! Clean map min=-0.0057223 max=0.18487 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 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00184 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 1.04 HN 1.09 KP 0.99 ! LA 0.99 MK 1.00 NL 1.05 OV 1.04 ! PT 0.93 SC 0.88 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 1.00472 ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.99 HN 1.04 KP 1.01 ! LA 0.97 MK 0.98 NL 1.05 OV 1.08 ! PT 0.90 SC 0.97 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Amplitude normalization factor in sub-array 1: 0.999031 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.03 HN 1.02 KP 0.99 ! LA 0.98 MK 1.03 NL 1.04 OV 1.04 ! PT 0.93 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.98887 ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.99 HN 1.08 KP 0.98 ! LA 0.98 MK 0.99 NL 1.05 OV 1.00 ! PT 0.98 SC 1.07 ! ! ! Fit before self-cal, rms=0.184334Jy sigma=0.001217 ! Fit after self-cal, rms=0.184465Jy sigma=0.001214 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.184465Jy sigma=0.001214 ! Fit after self-cal, rms=0.184469Jy sigma=0.001214 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.962 mas, bmaj=2.439 mas, bpa=-3.072 degrees ! Estimated noise=738.071 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.000147678 Jy ! Component: 100 - total flux cleaned = -0.000491536 Jy ! Component: 150 - total flux cleaned = -0.000583582 Jy ! Component: 200 - total flux cleaned = -0.000585003 Jy ! Total flux subtracted in 200 components = -0.000585003 Jy ! Clean residual min=-0.005052 max=0.006018 Jy/beam ! Clean residual mean=-0.000063 rms=0.001449 Jy/beam ! Combined flux in latest and established models = 0.272502 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 19 model components to the UV plane model. ! The established model now contains 44 components and 0.272502 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.184361Jy sigma=0.001214 ! Fit after self-cal, rms=0.184343Jy sigma=0.001214 ! 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.184343Jy sigma=0.001214 ! Fit after self-cal, rms=0.181415Jy sigma=0.001199 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.00228961 Jy ! Component: 100 - total flux cleaned = 0.00235965 Jy ! Component: 150 - total flux cleaned = 0.00236215 Jy ! Component: 200 - total flux cleaned = 0.0023658 Jy ! Total flux subtracted in 200 components = 0.0023658 Jy ! Clean residual min=-0.004611 max=0.005503 Jy/beam ! Clean residual mean=-0.000069 rms=0.001310 Jy/beam ! Combined flux in latest and established models = 0.274868 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 56 components and 0.274868 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.181365Jy sigma=0.001199 ! Fit after self-cal, rms=0.181074Jy sigma=0.001197 ! 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.962 x 2.439 at -3.072 degrees (North through East) ! Clean map min=-0.0042874 max=0.18467 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.181074Jy sigma=0.001197 ! Fit after self-cal, rms=0.180560Jy sigma=0.001196 ! 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.180560Jy sigma=0.001196 ! Fit after self-cal, rms=0.180511Jy sigma=0.001195 ! Inverting map and beam ! Estimated beam: bmin=0.9615 mas, bmaj=2.403 mas, bpa=-2.323 degrees ! Estimated noise=731.753 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00194096 Jy ! Component: 100 - total flux cleaned = 0.00200118 Jy ! Component: 150 - total flux cleaned = 0.00212493 Jy ! Component: 200 - total flux cleaned = 0.00223752 Jy ! Total flux subtracted in 200 components = 0.00223752 Jy ! Clean residual min=-0.004144 max=0.004209 Jy/beam ! Clean residual mean=0.000021 rms=0.001066 Jy/beam ! Combined flux in latest and established models = 0.277105 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 60 components and 0.277105 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180452Jy sigma=0.001195 ! Fit after self-cal, rms=0.180431Jy sigma=0.001195 ! 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.180431Jy sigma=0.001195 ! Fit after self-cal, rms=0.180264Jy sigma=0.001194 ! 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.180264Jy sigma=0.001194 ! Fit after self-cal, rms=0.180259Jy sigma=0.001194 ! Inverting map and beam ! Estimated beam: bmin=0.962 mas, bmaj=2.382 mas, bpa=-1.722 degrees ! Estimated noise=730.366 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00155023 Jy ! Component: 100 - total flux cleaned = 0.00166391 Jy ! Component: 150 - total flux cleaned = 0.00176991 Jy ! Component: 200 - total flux cleaned = 0.00181742 Jy ! Total flux subtracted in 200 components = 0.00181742 Jy ! Clean residual min=-0.004041 max=0.004221 Jy/beam ! Clean residual mean=0.000029 rms=0.001045 Jy/beam ! Combined flux in latest and established models = 0.278923 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 68 components and 0.278923 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180224Jy sigma=0.001194 ! Fit after self-cal, rms=0.180217Jy sigma=0.001194 ! 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.365 mas, bmaj=4.253 mas, bpa=9.832 degrees ! Estimated noise=905.898 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.000560486 Jy ! Component: 100 - total flux cleaned = 0.000923926 Jy ! Component: 150 - total flux cleaned = 0.00092296 Jy ! Component: 200 - total flux cleaned = 0.000954395 Jy ! Total flux subtracted in 200 components = 0.000954395 Jy ! Clean residual min=-0.003531 max=0.004671 Jy/beam ! Clean residual mean=0.000048 rms=0.001335 Jy/beam ! Combined flux in latest and established models = 0.279877 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 8 model components to the UV plane model. ! The established model now contains 72 components and 0.279877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180227Jy sigma=0.001194 ! Fit after self-cal, rms=0.180218Jy sigma=0.001194 ! 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.7941 mas, bmaj=2.026 mas, bpa=-0.8141 degrees ! Estimated noise=1106.11 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.167551 Jy ! Component: 100 - total flux cleaned = 0.215804 Jy ! Component: 150 - total flux cleaned = 0.24055 Jy ! Component: 200 - total flux cleaned = 0.254059 Jy ! Total flux subtracted in 200 components = 0.254059 Jy ! Clean residual min=-0.005592 max=0.006857 Jy/beam ! Clean residual mean=0.000095 rms=0.001655 Jy/beam ! Combined flux in latest and established models = 0.254059 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 18 model components to the UV plane model. ! The established model now contains 18 components and 0.254059 Jy ! Inverting map and beam ! Estimated beam: bmin=0.962 mas, bmaj=2.382 mas, bpa=-1.722 degrees ! Estimated noise=730.366 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.0109471 Jy ! Component: 100 - total flux cleaned = 0.0167166 Jy ! Component: 150 - total flux cleaned = 0.0203077 Jy ! Component: 200 - total flux cleaned = 0.0214578 Jy ! Total flux subtracted in 200 components = 0.0214578 Jy ! Clean residual min=-0.004202 max=0.004599 Jy/beam ! Clean residual mean=0.000043 rms=0.001101 Jy/beam ! Combined flux in latest and established models = 0.275517 Jy ! Adding 35 model components to the UV plane model. ! The established model now contains 50 components and 0.275517 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.365 mas, bmaj=4.253 mas, bpa=9.832 degrees ! Estimated noise=905.898 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.00301912 Jy ! Component: 100 - total flux cleaned = 0.00349022 Jy ! Component: 150 - total flux cleaned = 0.00368803 Jy ! Component: 200 - total flux cleaned = 0.00386329 Jy ! Total flux subtracted in 200 components = 0.00386329 Jy ! Clean residual min=-0.003497 max=0.004852 Jy/beam ! Clean residual mean=0.000051 rms=0.001351 Jy/beam ! Combined flux in latest and established models = 0.27938 Jy ! Adding 18 model components to the UV plane model. ! The established model now contains 64 components and 0.27938 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.962 mas, bmaj=2.382 mas, bpa=-1.722 degrees ! Estimated noise=730.366 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.0013568 Jy ! Component: 100 - total flux cleaned = -0.00128161 Jy ! Component: 150 - total flux cleaned = -0.00134471 Jy ! Component: 200 - total flux cleaned = -0.00134215 Jy ! Total flux subtracted in 200 components = -0.00134215 Jy ! Clean residual min=-0.003782 max=0.004286 Jy/beam ! Clean residual mean=0.000032 rms=0.001050 Jy/beam ! Combined flux in latest and established models = 0.278038 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 77 components and 0.278038 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.180248Jy sigma=0.001194 ! Fit after self-cal, rms=0.180225Jy sigma=0.001194 wmodel J1401-0916_X_1997_05_07_yyk\_map.mod ! Writing 77 model components to file: J1401-0916_X_1997_05_07_yyk_map.mod wobs J1401-0916_X_1997_05_07_yyk\_uvs.fits ! Writing UV FITS file: J1401-0916_X_1997_05_07_yyk_uvs.fits wwins J1401-0916_X_1997_05_07_yyk\_map.win ! wwins: Wrote 2 windows to J1401-0916_X_1997_05_07_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.00053522 Jy ! Component: 100 - total flux cleaned = 0.000198189 Jy ! Component: 150 - total flux cleaned = 8.61217e-06 Jy ! Component: 200 - total flux cleaned = -0.000224556 Jy ! Component: 250 - total flux cleaned = -5.95729e-05 Jy ! Component: 300 - total flux cleaned = -5.91378e-05 Jy ! Component: 350 - total flux cleaned = -0.000108689 Jy ! Component: 400 - total flux cleaned = -0.000206065 Jy ! Component: 450 - total flux cleaned = -0.000206921 Jy ! Component: 500 - total flux cleaned = -0.000479088 Jy ! Component: 550 - total flux cleaned = -0.000699283 Jy ! Component: 600 - total flux cleaned = -0.000784917 Jy ! Component: 650 - total flux cleaned = -0.000995455 Jy ! Component: 700 - total flux cleaned = -0.0012409 Jy ! Component: 750 - total flux cleaned = -0.00128076 Jy ! Component: 800 - total flux cleaned = -0.00147669 Jy ! Component: 850 - total flux cleaned = -0.00147641 Jy ! Component: 900 - total flux cleaned = -0.00155189 Jy ! Component: 950 - total flux cleaned = -0.00162599 Jy ! Component: 1000 - total flux cleaned = -0.00166233 Jy ! Component: 1050 - total flux cleaned = -0.0017332 Jy ! Component: 1100 - total flux cleaned = -0.0018375 Jy ! Component: 1150 - total flux cleaned = -0.0018034 Jy ! Component: 1200 - total flux cleaned = -0.00183791 Jy ! Component: 1250 - total flux cleaned = -0.00187084 Jy ! Component: 1300 - total flux cleaned = -0.00187107 Jy ! Component: 1350 - total flux cleaned = -0.00183875 Jy ! Component: 1400 - total flux cleaned = -0.00174567 Jy ! Component: 1450 - total flux cleaned = -0.00171508 Jy ! Component: 1500 - total flux cleaned = -0.00162461 Jy ! Component: 1550 - total flux cleaned = -0.00153664 Jy ! Component: 1600 - total flux cleaned = -0.00153661 Jy ! Component: 1650 - total flux cleaned = -0.0014804 Jy ! Component: 1700 - total flux cleaned = -0.00148066 Jy ! Component: 1750 - total flux cleaned = -0.00137029 Jy ! Component: 1800 - total flux cleaned = -0.00128848 Jy ! Component: 1850 - total flux cleaned = -0.00115465 Jy ! Component: 1900 - total flux cleaned = -0.00107551 Jy ! Component: 1950 - total flux cleaned = -0.000867685 Jy ! Component: 2000 - total flux cleaned = -0.0007146 Jy ! Total flux subtracted in 2048 components = -0.000714957 Jy ! Clean residual min=-0.001540 max=0.001393 Jy/beam ! Clean residual mean=0.000028 rms=0.000481 Jy/beam ! Combined flux in latest and established models = 0.277323 Jy keep ! Adding 140 model components to the UV plane model. ! The established model now contains 217 components and 0.277323 Jy ![Exited script file: muppet] wmap "J1401-0916_X_1997_05_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.962 x 2.382 at -1.722 degrees (North through East) ! Clean map min=-0.002483 max=0.18155 Jy/beam ! Writing clean map to FITS file: J1401-0916_X_1997_05_07_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.181549 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000480501 device "J1401-0916_X_1997_05_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J1401-0916_X_1997_05_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.794 0.794 1.588 3.176 6.352 12.704 25.408 50.816 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0014 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.181 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.962 x 2.382 at -1.722 degrees (North through East) ! Clean map min=-0.002483 max=0.18155 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1401-0916_X_1997_05_07_yyk\_map.gif/gif" ! Attempting to open device: 'J1401-0916_X_1997_05_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1401-0916_X_1997_05_07_yyk_uvs.log closed on Mon Jan 8 06:18:16 2007