! Started logfile: J0013-0423_X_1997_05_07_yyk_uvs.log on Mon Jan 8 01:37:48 2007 obs J0013-0423_X_1997_05_07_yyk_uva.fits ! Reading UV FITS file: J0013-0423_X_1997_05_07_yyk_uva.fits ! AN table 1: 146 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.946423 visibilities/baseline/integration-bin. ! Found source: J0013-0423 ! ! 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 24872 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 J0013-0423_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.318092 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.7385 mas, bmaj=1.89 mas, bpa=-3.399 degrees ! Estimated noise=942.647 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.205107 Jy ! Component: 100 - total flux cleaned = 0.247854 Jy ! Total flux subtracted in 100 components = 0.247854 Jy ! Clean residual min=-0.006773 max=0.011062 Jy/beam ! Clean residual mean=-0.000061 rms=0.002109 Jy/beam ! Combined flux in latest and established models = 0.247854 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.247854 Jy ! ! Correcting IF 1. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 41 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 50 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.204064Jy sigma=0.001239 ! Fit after self-cal, rms=0.203985Jy sigma=0.001239 ! Inverting map and beam ! Estimated beam: bmin=0.7385 mas, bmaj=1.89 mas, bpa=-3.399 degrees ! Estimated noise=942.647 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.8928 mas, bmaj=2.192 mas, bpa=-3.036 degrees ! Estimated noise=681.313 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.0234126 Jy ! Component: 100 - total flux cleaned = 0.0331459 Jy ! Component: 150 - total flux cleaned = 0.0380614 Jy ! Component: 200 - total flux cleaned = 0.0405588 Jy ! Total flux subtracted in 200 components = 0.0405588 Jy ! Clean residual min=-0.004937 max=0.007507 Jy/beam ! Clean residual mean=-0.000027 rms=0.001475 Jy/beam ! Combined flux in latest and established models = 0.288412 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 39 model components to the UV plane model. ! The established model now contains 45 components and 0.288413 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202962Jy sigma=0.001226 ! Fit after self-cal, rms=0.202941Jy sigma=0.001226 ! 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.8928 x 2.192 at -3.036 degrees (North through East) ! Clean map min=-0.0045881 max=0.24119 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: 0.992964 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00 HN 0.99 KP 1.00 ! LA 1.00 MK 1.03 NL 1.14 OV 0.99 ! PT 0.95 SC 0.92 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.991777 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.98 HN 1.02 KP 1.00 ! LA 0.99 MK 0.97 NL 1.12 OV 1.05 ! PT 0.90 SC 1.00 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 0.981171 ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.01 HN 1.03 KP 1.00 ! LA 0.98 MK 1.02 NL 1.12 OV 1.00 ! PT 0.98 SC 1.01 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 0.983307 ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.00 HN 1.03 KP 0.97 ! LA 0.98 MK 1.00 NL 1.14 OV 1.02 ! PT 0.95 SC 1.01 ! ! ! Fit before self-cal, rms=0.202941Jy sigma=0.001226 ! Fit after self-cal, rms=0.206723Jy sigma=0.001223 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.206723Jy sigma=0.001223 ! Fit after self-cal, rms=0.206727Jy sigma=0.001223 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.894 mas, bmaj=2.214 mas, bpa=-2.618 degrees ! Estimated noise=664.627 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.00605962 Jy ! Component: 100 - total flux cleaned = -0.00745689 Jy ! Component: 150 - total flux cleaned = -0.00776652 Jy ! Component: 200 - total flux cleaned = -0.00785064 Jy ! Total flux subtracted in 200 components = -0.00785064 Jy ! Clean residual min=-0.003433 max=0.005302 Jy/beam ! Clean residual mean=-0.000002 rms=0.000994 Jy/beam ! Combined flux in latest and established models = 0.280562 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 16 model components to the UV plane model. ! The established model now contains 54 components and 0.280562 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206591Jy sigma=0.001223 ! Fit after self-cal, rms=0.206583Jy sigma=0.001222 ! Inverting map ! Added new window around map position (1.4, -2.4). ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00553949 Jy ! Component: 100 - total flux cleaned = 0.00557216 Jy ! Component: 150 - total flux cleaned = 0.00531215 Jy ! Component: 200 - total flux cleaned = 0.0053125 Jy ! Total flux subtracted in 200 components = 0.0053125 Jy ! Clean residual min=-0.003162 max=0.003470 Jy/beam ! Clean residual mean=0.000006 rms=0.000843 Jy/beam ! Combined flux in latest and established models = 0.285874 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 78 components and 0.285874 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.206452Jy sigma=0.001222 ! Fit after self-cal, rms=0.206435Jy sigma=0.001221 ! 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.206435Jy sigma=0.001221 ! Fit after self-cal, rms=0.203902Jy sigma=0.001203 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.00119537 Jy ! Component: 100 - total flux cleaned = 0.00138301 Jy ! Component: 150 - total flux cleaned = 0.00152833 Jy ! Component: 200 - total flux cleaned = 0.00140814 Jy ! Total flux subtracted in 200 components = 0.00140814 Jy ! Clean residual min=-0.003218 max=0.003195 Jy/beam ! Clean residual mean=0.000005 rms=0.000780 Jy/beam ! Combined flux in latest and established models = 0.287282 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 29 model components to the UV plane model. ! The established model now contains 96 components and 0.287282 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.203842Jy sigma=0.001203 ! Fit after self-cal, rms=0.203462Jy sigma=0.001200 ! 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.894 x 2.214 at -2.618 degrees (North through East) ! Clean map min=-0.0033526 max=0.23806 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.203462Jy sigma=0.001200 ! Fit after self-cal, rms=0.202515Jy sigma=0.001199 ! 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.202515Jy sigma=0.001199 ! Fit after self-cal, rms=0.202441Jy sigma=0.001198 ! Inverting map and beam ! Estimated beam: bmin=0.8882 mas, bmaj=2.198 mas, bpa=-2.121 degrees ! Estimated noise=660.273 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00193598 Jy ! Component: 100 - total flux cleaned = 0.00194985 Jy ! Component: 150 - total flux cleaned = 0.00190431 Jy ! Component: 200 - total flux cleaned = 0.0018641 Jy ! Total flux subtracted in 200 components = 0.0018641 Jy ! Clean residual min=-0.003201 max=0.002653 Jy/beam ! Clean residual mean=0.000005 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.289147 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 109 components and 0.289147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202410Jy sigma=0.001198 ! Fit after self-cal, rms=0.202391Jy sigma=0.001198 ! 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.202391Jy sigma=0.001198 ! Fit after self-cal, rms=0.202791Jy 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.202791Jy sigma=0.001196 ! Fit after self-cal, rms=0.202789Jy sigma=0.001196 ! Inverting map and beam ! Estimated beam: bmin=0.8879 mas, bmaj=2.197 mas, bpa=-2.049 degrees ! Estimated noise=660.274 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.00097942 Jy ! Component: 100 - total flux cleaned = 0.00102 Jy ! Component: 150 - total flux cleaned = 0.00108752 Jy ! Component: 200 - total flux cleaned = 0.00108577 Jy ! Total flux subtracted in 200 components = 0.00108577 Jy ! Clean residual min=-0.003084 max=0.002589 Jy/beam ! Clean residual mean=0.000005 rms=0.000651 Jy/beam ! Combined flux in latest and established models = 0.290232 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 25 model components to the UV plane model. ! The established model now contains 119 components and 0.290232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202775Jy sigma=0.001196 ! Fit after self-cal, rms=0.202774Jy sigma=0.001196 ! 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.353 mas, bmaj=3.78 mas, bpa=-0.1802 degrees ! Estimated noise=869.47 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.000303792 Jy ! Component: 100 - total flux cleaned = 0.00034781 Jy ! Component: 150 - total flux cleaned = 0.000321382 Jy ! Component: 200 - total flux cleaned = 0.000299428 Jy ! Total flux subtracted in 200 components = 0.000299428 Jy ! Clean residual min=-0.003177 max=0.002482 Jy/beam ! Clean residual mean=0.000011 rms=0.000874 Jy/beam ! Combined flux in latest and established models = 0.290532 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 131 components and 0.290532 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202772Jy sigma=0.001196 ! Fit after self-cal, rms=0.202772Jy sigma=0.001196 ! 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.7358 mas, bmaj=1.891 mas, bpa=-2.842 degrees ! Estimated noise=923.95 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.204113 Jy ! Component: 100 - total flux cleaned = 0.246783 Jy ! Component: 150 - total flux cleaned = 0.262149 Jy ! Component: 200 - total flux cleaned = 0.271235 Jy ! Total flux subtracted in 200 components = 0.271235 Jy ! Clean residual min=-0.004947 max=0.004747 Jy/beam ! Clean residual mean=-0.000010 rms=0.001148 Jy/beam ! Combined flux in latest and established models = 0.271235 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 29 model components to the UV plane model. ! The established model now contains 29 components and 0.271235 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8879 mas, bmaj=2.197 mas, bpa=-2.049 degrees ! Estimated noise=660.274 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.00914716 Jy ! Component: 100 - total flux cleaned = 0.0140731 Jy ! Component: 150 - total flux cleaned = 0.0169536 Jy ! Component: 200 - total flux cleaned = 0.018212 Jy ! Total flux subtracted in 200 components = 0.018212 Jy ! Clean residual min=-0.003402 max=0.002563 Jy/beam ! Clean residual mean=0.000002 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.289447 Jy ! Adding 30 model components to the UV plane model. ! The established model now contains 53 components and 0.289447 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.353 mas, bmaj=3.78 mas, bpa=-0.1802 degrees ! Estimated noise=869.47 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.00116948 Jy ! Component: 100 - total flux cleaned = 0.00119995 Jy ! Component: 150 - total flux cleaned = 0.00114166 Jy ! Component: 200 - total flux cleaned = 0.0011263 Jy ! Total flux subtracted in 200 components = 0.0011263 Jy ! Clean residual min=-0.003109 max=0.002509 Jy/beam ! Clean residual mean=0.000011 rms=0.000875 Jy/beam ! Combined flux in latest and established models = 0.290573 Jy ! Adding 23 model components to the UV plane model. ! The established model now contains 69 components and 0.290573 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8879 mas, bmaj=2.197 mas, bpa=-2.049 degrees ! Estimated noise=660.274 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000210475 Jy ! Component: 100 - total flux cleaned = -7.54658e-05 Jy ! Component: 150 - total flux cleaned = -4.62726e-05 Jy ! Component: 200 - total flux cleaned = -4.54413e-05 Jy ! Total flux subtracted in 200 components = -4.54413e-05 Jy ! Clean residual min=-0.003197 max=0.002555 Jy/beam ! Clean residual mean=0.000005 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.290527 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 24 model components to the UV plane model. ! The established model now contains 84 components and 0.290527 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.202759Jy sigma=0.001196 ! Fit after self-cal, rms=0.202758Jy sigma=0.001196 wmodel J0013-0423_X_1997_05_07_yyk\_map.mod ! Writing 84 model components to file: J0013-0423_X_1997_05_07_yyk_map.mod wobs J0013-0423_X_1997_05_07_yyk\_uvs.fits ! Writing UV FITS file: J0013-0423_X_1997_05_07_yyk_uvs.fits wwins J0013-0423_X_1997_05_07_yyk\_map.win ! wwins: Wrote 2 windows to J0013-0423_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.000280523 Jy ! Component: 100 - total flux cleaned = 0.000323348 Jy ! Component: 150 - total flux cleaned = 0.000285903 Jy ! Component: 200 - total flux cleaned = 0.000139299 Jy ! Component: 250 - total flux cleaned = -7.37014e-05 Jy ! Component: 300 - total flux cleaned = -0.000142206 Jy ! Component: 350 - total flux cleaned = -0.000242617 Jy ! Component: 400 - total flux cleaned = -0.000275234 Jy ! Component: 450 - total flux cleaned = -0.000370517 Jy ! Component: 500 - total flux cleaned = -0.000463115 Jy ! Component: 550 - total flux cleaned = -0.000433676 Jy ! Component: 600 - total flux cleaned = -0.000462577 Jy ! Component: 650 - total flux cleaned = -0.000404629 Jy ! Component: 700 - total flux cleaned = -0.000376307 Jy ! Component: 750 - total flux cleaned = -0.000348648 Jy ! Component: 800 - total flux cleaned = -0.000158994 Jy ! Component: 850 - total flux cleaned = -2.59098e-05 Jy ! Component: 900 - total flux cleaned = 0.000131641 Jy ! Component: 950 - total flux cleaned = 0.000338253 Jy ! Component: 1000 - total flux cleaned = 0.000491289 Jy ! Component: 1050 - total flux cleaned = 0.000716679 Jy ! Component: 1100 - total flux cleaned = 0.000914031 Jy ! Component: 1150 - total flux cleaned = 0.0011324 Jy ! Component: 1200 - total flux cleaned = 0.00132341 Jy ! Component: 1250 - total flux cleaned = 0.00153556 Jy ! Component: 1300 - total flux cleaned = 0.0016747 Jy ! Component: 1350 - total flux cleaned = 0.00188102 Jy ! Component: 1400 - total flux cleaned = 0.00203974 Jy ! Component: 1450 - total flux cleaned = 0.00221831 Jy ! Component: 1500 - total flux cleaned = 0.00230648 Jy ! Component: 1550 - total flux cleaned = 0.00245872 Jy ! Component: 1600 - total flux cleaned = 0.00256579 Jy ! Component: 1650 - total flux cleaned = 0.00265013 Jy ! Component: 1700 - total flux cleaned = 0.00271264 Jy ! Component: 1750 - total flux cleaned = 0.00273362 Jy ! Component: 1800 - total flux cleaned = 0.00285655 Jy ! Component: 1850 - total flux cleaned = 0.00285663 Jy ! Component: 1900 - total flux cleaned = 0.00295702 Jy ! Component: 1950 - total flux cleaned = 0.00295724 Jy ! Component: 2000 - total flux cleaned = 0.00301637 Jy ! Total flux subtracted in 2048 components = 0.00317213 Jy ! Clean residual min=-0.001450 max=0.001220 Jy/beam ! Clean residual mean=0.000007 rms=0.000373 Jy/beam ! Combined flux in latest and established models = 0.2937 Jy keep ! Adding 137 model components to the UV plane model. ! The established model now contains 221 components and 0.2937 Jy ![Exited script file: muppet] wmap "J0013-0423_X_1997_05_07_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8879 x 2.197 at -2.049 degrees (North through East) ! Clean map min=-0.0019399 max=0.23669 Jy/beam ! Writing clean map to FITS file: J0013-0423_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.236692 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000370927 device "J0013-0423_X_1997_05_07_yyk\_map.eps/VPS" ! Attempting to open device: 'J0013-0423_X_1997_05_07_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.470138 0.470138 0.940276 1.88055 3.7611 7.52221 15.0444 30.0888 60.1777 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.236 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.8879 x 2.197 at -2.049 degrees (North through East) ! Clean map min=-0.0019399 max=0.23669 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J0013-0423_X_1997_05_07_yyk\_map.gif/gif" ! Attempting to open device: 'J0013-0423_X_1997_05_07_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J0013-0423_X_1997_05_07_yyk_uvs.log closed on Mon Jan 8 01:37:57 2007