! Started logfile: J1553-2422_S_1997_07_02_yyk_uvs.log on Sun Jan 7 18:49:40 2007 obs J1553-2422_S_1997_07_02_yyk_uva.fits ! Reading UV FITS file: J1553-2422_S_1997_07_02_yyk_uva.fits ! AN table 1: 147 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.867271 visibilities/baseline/integration-bin. ! Found source: J1553-2422 ! ! 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.22447e+09 8e+06 1 8e+06 ! 02 2 2.23447e+09 8e+06 1 8e+06 ! 03 3 2.29447e+09 8e+06 1 8e+06 ! 04 4 2.32447e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 754 lines of history. ! ! Reading 22948 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 J1553-2422_S_1997_07_02_yyk] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.04 float dynam dynam = 6.0 float amp_soltime1 amp_soltime1 = 10 float amp_soltime2 amp_soltime2 = 1 float phase_soltime1 phase_soltime1=10 float phase_soltime2 phase_soltime2=0.5 float phase_soltime phase_soltime=phase_soltime1 float ampcor_selflim ampcor_selflim=1.20 float thresh thresh = 0.10 float win_mult win_mult = 1.8 float time_av time_av = 30 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 512x512 pixels with 0.500x0.500 milli-arcsec cellsize. phase_soltime=phase_soltime1 print "uvstat(rms)=",uvstat(rms),"Jy" ! uvstat(rms)= 0.487648 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.778 mas, bmaj=8.229 mas, bpa=2.198 degrees ! Estimated noise=1935.4 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.300714 Jy ! Component: 100 - total flux cleaned = 0.342063 Jy ! Total flux subtracted in 100 components = 0.342063 Jy ! Clean residual min=-0.011326 max=0.016092 Jy/beam ! Clean residual mean=0.000180 rms=0.003477 Jy/beam ! Combined flux in latest and established models = 0.342063 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 12 model components to the UV plane model. ! The established model now contains 12 components and 0.342063 Jy ! ! Correcting IF 1. ! A total of 301 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 155 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 107 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.338327Jy sigma=0.001205 ! Fit after self-cal, rms=0.337653Jy sigma=0.001204 ! Inverting map and beam ! Estimated beam: bmin=2.778 mas, bmaj=8.228 mas, bpa=2.2 degrees ! Estimated noise=1935.35 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.772 mas, bmaj=10.53 mas, bpa=-0.7176 degrees ! Estimated noise=1256.11 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.00999112 Jy ! Component: 100 - total flux cleaned = 0.0113839 Jy ! Component: 150 - total flux cleaned = 0.0117456 Jy ! Component: 200 - total flux cleaned = 0.0117523 Jy ! Total flux subtracted in 200 components = 0.0117523 Jy ! Clean residual min=-0.008408 max=0.011431 Jy/beam ! Clean residual mean=0.000188 rms=0.003070 Jy/beam ! Combined flux in latest and established models = 0.353815 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 18 model components to the UV plane model. ! The established model now contains 29 components and 0.353815 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.337280Jy sigma=0.001203 ! Fit after self-cal, rms=0.337274Jy sigma=0.001203 ! 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.772 x 10.53 at -0.7176 degrees (North through East) ! Clean map min=-0.0084955 max=0.34519 Jy/beam if(peak(flux) < thresh*2) selflims ampcor_selflim end if 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.0121 ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 1.11 HN 0.89 KP 0.93 ! LA 1.00 MK 1.06 NL 1.00* OV 1.08 ! PT 0.94 SC 0.87 ! ! ! Correcting IF 2. ! Amplitude normalization factor in sub-array 1: 0.96963 ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 1.17 HN 1.07 KP 0.99 ! LA 1.12 MK 1.06 NL 0.95 OV 1.03 ! PT 0.93 SC 0.91 ! ! ! Correcting IF 3. ! Amplitude normalization factor in sub-array 1: 1.04125 ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.07 HN 0.93 KP 0.91 ! LA 0.82 MK 0.90 NL 0.94 OV 0.93 ! PT 1.08 SC 1.03 ! ! ! Correcting IF 4. ! Amplitude normalization factor in sub-array 1: 1.00338 ! Telescope amplitude corrections in sub-array 1: ! BR 0.99 FD 1.08 HN 1.16 KP 0.90 ! LA 0.88 MK 1.07 NL 1.06 OV 0.94 ! PT 0.91 SC 0.99 ! ! ! Fit before self-cal, rms=0.337274Jy sigma=0.001203 ! Fit after self-cal, rms=0.330669Jy sigma=0.001194 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.330669Jy sigma=0.001194 ! Fit after self-cal, rms=0.330669Jy sigma=0.001194 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.771 mas, bmaj=10.43 mas, bpa=0.4889 degrees ! Estimated noise=1253.75 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.00225377 Jy ! Component: 100 - total flux cleaned = 0.00212625 Jy ! Component: 150 - total flux cleaned = 0.00190265 Jy ! Component: 200 - total flux cleaned = 0.00170669 Jy ! Total flux subtracted in 200 components = 0.00170669 Jy ! Clean residual min=-0.006369 max=0.006406 Jy/beam ! Clean residual mean=-0.000010 rms=0.001712 Jy/beam ! Combined flux in latest and established models = 0.355522 Jy ! Performing phase self-cal over 10 minute time intervals ! Adding 11 model components to the UV plane model. ! The established model now contains 38 components and 0.355522 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.330564Jy sigma=0.001194 ! Fit after self-cal, rms=0.330558Jy sigma=0.001194 ! 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.330558Jy sigma=0.001194 ! Fit after self-cal, rms=0.329192Jy sigma=0.001188 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.000942996 Jy ! Component: 100 - total flux cleaned = 0.000946224 Jy ! Component: 150 - total flux cleaned = 0.000783315 Jy ! Component: 200 - total flux cleaned = 0.000709679 Jy ! Total flux subtracted in 200 components = 0.000709679 Jy ! Clean residual min=-0.006237 max=0.006436 Jy/beam ! Clean residual mean=-0.000027 rms=0.001681 Jy/beam ! Combined flux in latest and established models = 0.356232 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.356232 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.329135Jy sigma=0.001188 ! Fit after self-cal, rms=0.329067Jy sigma=0.001187 ! 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.771 x 10.43 at 0.4889 degrees (North through East) ! Clean map min=-0.0060473 max=0.34989 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.329067Jy sigma=0.001187 ! Fit after self-cal, rms=0.333836Jy sigma=0.001183 ! 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.333836Jy sigma=0.001183 ! Fit after self-cal, rms=0.333944Jy sigma=0.001183 ! Inverting map and beam ! Estimated beam: bmin=3.78 mas, bmaj=10.5 mas, bpa=0.3493 degrees ! Estimated noise=1249.76 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000508074 Jy ! Component: 100 - total flux cleaned = 0.000506645 Jy ! Component: 150 - total flux cleaned = 0.000556935 Jy ! Component: 200 - total flux cleaned = 0.000597151 Jy ! Total flux subtracted in 200 components = 0.000597151 Jy ! Clean residual min=-0.005828 max=0.005557 Jy/beam ! Clean residual mean=-0.000044 rms=0.001352 Jy/beam ! Combined flux in latest and established models = 0.356829 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 15 model components to the UV plane model. ! The established model now contains 55 components and 0.356829 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.333921Jy sigma=0.001183 ! Fit after self-cal, rms=0.334033Jy sigma=0.001183 ! 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.334033Jy sigma=0.001183 ! Fit after self-cal, rms=0.357237Jy sigma=0.001183 ! 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.357237Jy sigma=0.001183 ! Fit after self-cal, rms=0.357207Jy sigma=0.001183 ! Inverting map and beam ! Estimated beam: bmin=3.817 mas, bmaj=10.69 mas, bpa=-0.3408 degrees ! Estimated noise=1256.98 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.000987438 Jy ! Component: 100 - total flux cleaned = 0.00106972 Jy ! Component: 150 - total flux cleaned = 0.00114725 Jy ! Component: 200 - total flux cleaned = 0.00121347 Jy ! Total flux subtracted in 200 components = 0.00121347 Jy ! Clean residual min=-0.006027 max=0.005692 Jy/beam ! Clean residual mean=-0.000048 rms=0.001351 Jy/beam ! Combined flux in latest and established models = 0.358042 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 64 components and 0.358042 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.357126Jy sigma=0.001182 ! Fit after self-cal, rms=0.357183Jy sigma=0.001183 ! 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.794 mas, bmaj=20.04 mas, bpa=0.3417 degrees ! Estimated noise=1503.51 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.000638651 Jy ! Component: 100 - total flux cleaned = 0.000706838 Jy ! Component: 150 - total flux cleaned = 0.000745847 Jy ! Component: 200 - total flux cleaned = 0.000795471 Jy ! Total flux subtracted in 200 components = 0.000795471 Jy ! Clean residual min=-0.005338 max=0.005167 Jy/beam ! Clean residual mean=-0.000080 rms=0.001607 Jy/beam ! Combined flux in latest and established models = 0.358838 Jy ! Performing phase self-cal over 0.5 minute time intervals ! Adding 7 model components to the UV plane model. ! The established model now contains 68 components and 0.358838 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.357169Jy sigma=0.001183 ! Fit after self-cal, rms=0.357240Jy sigma=0.001183 ! 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.813 mas, bmaj=8.305 mas, bpa=2.591 degrees ! Estimated noise=1951.3 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = 0.303725 Jy ! Component: 100 - total flux cleaned = 0.345274 Jy ! Component: 150 - total flux cleaned = 0.350973 Jy ! Component: 200 - total flux cleaned = 0.352385 Jy ! Total flux subtracted in 200 components = 0.352385 Jy ! Clean residual min=-0.007199 max=0.006932 Jy/beam ! Clean residual mean=-0.000014 rms=0.001898 Jy/beam ! Combined flux in latest and established models = 0.352385 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.352385 Jy ! Inverting map and beam ! Estimated beam: bmin=3.817 mas, bmaj=10.69 mas, bpa=-0.3408 degrees ! Estimated noise=1256.98 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.00547538 Jy ! Component: 100 - total flux cleaned = 0.00556837 Jy ! Component: 150 - total flux cleaned = 0.00569684 Jy ! Component: 200 - total flux cleaned = 0.00575225 Jy ! Total flux subtracted in 200 components = 0.00575225 Jy ! Clean residual min=-0.006004 max=0.005366 Jy/beam ! Clean residual mean=-0.000048 rms=0.001348 Jy/beam ! Combined flux in latest and established models = 0.358137 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 31 components and 0.358137 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.794 mas, bmaj=20.04 mas, bpa=0.3417 degrees ! Estimated noise=1503.51 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.000693637 Jy ! Component: 100 - total flux cleaned = 0.000723225 Jy ! Component: 150 - total flux cleaned = 0.000751441 Jy ! Component: 200 - total flux cleaned = 0.000765329 Jy ! Total flux subtracted in 200 components = 0.000765329 Jy ! Clean residual min=-0.005334 max=0.005195 Jy/beam ! Clean residual mean=-0.000081 rms=0.001608 Jy/beam ! Combined flux in latest and established models = 0.358903 Jy ! Adding 6 model components to the UV plane model. ! The established model now contains 36 components and 0.358903 Jy ! Inverting map uvtaper 0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.817 mas, bmaj=10.69 mas, bpa=-0.3408 degrees ! Estimated noise=1256.98 mJy/beam. ! clean: niter=200 gain=0.04 cutoff=0 ! Component: 050 - total flux cleaned = -0.000362136 Jy ! Component: 100 - total flux cleaned = -0.000401189 Jy ! Component: 150 - total flux cleaned = -0.000435378 Jy ! Component: 200 - total flux cleaned = -0.00043764 Jy ! Total flux subtracted in 200 components = -0.00043764 Jy ! Clean residual min=-0.005913 max=0.005418 Jy/beam ! Clean residual mean=-0.000050 rms=0.001341 Jy/beam ! Combined flux in latest and established models = 0.358465 Jy selfcal false, false, phase_soltime ! Performing phase self-cal over 0.5 minute time intervals ! Adding 10 model components to the UV plane model. ! The established model now contains 42 components and 0.358465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.357192Jy sigma=0.001183 ! Fit after self-cal, rms=0.357261Jy sigma=0.001183 wmodel J1553-2422_S_1997_07_02_yyk\_map.mod ! Writing 42 model components to file: J1553-2422_S_1997_07_02_yyk_map.mod wobs J1553-2422_S_1997_07_02_yyk\_uvs.fits ! Writing UV FITS file: J1553-2422_S_1997_07_02_yyk_uvs.fits wwins J1553-2422_S_1997_07_02_yyk\_map.win ! wwins: Wrote 1 windows to J1553-2422_S_1997_07_02_yyk_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000676021 Jy ! Component: 100 - total flux cleaned = -0.00100528 Jy ! Component: 150 - total flux cleaned = -0.000934428 Jy ! Component: 200 - total flux cleaned = -0.000865431 Jy ! Component: 250 - total flux cleaned = -0.000931343 Jy ! Component: 300 - total flux cleaned = -0.000931014 Jy ! Component: 350 - total flux cleaned = -0.00086954 Jy ! Component: 400 - total flux cleaned = -0.000810857 Jy ! Component: 450 - total flux cleaned = -0.000812375 Jy ! Component: 500 - total flux cleaned = -0.00086833 Jy ! Component: 550 - total flux cleaned = -0.000975685 Jy ! Component: 600 - total flux cleaned = -0.00102758 Jy ! Component: 650 - total flux cleaned = -0.00118193 Jy ! Component: 700 - total flux cleaned = -0.00143312 Jy ! Component: 750 - total flux cleaned = -0.00162896 Jy ! Component: 800 - total flux cleaned = -0.00177348 Jy ! Component: 850 - total flux cleaned = -0.00200889 Jy ! Component: 900 - total flux cleaned = -0.00214708 Jy ! Component: 950 - total flux cleaned = -0.00219241 Jy ! Component: 1000 - total flux cleaned = -0.00245943 Jy ! Component: 1050 - total flux cleaned = -0.00271989 Jy ! Component: 1100 - total flux cleaned = -0.00289051 Jy ! Component: 1150 - total flux cleaned = -0.00310008 Jy ! Component: 1200 - total flux cleaned = -0.0032646 Jy ! Component: 1250 - total flux cleaned = -0.00350753 Jy ! Component: 1300 - total flux cleaned = -0.00374646 Jy ! Component: 1350 - total flux cleaned = -0.00398161 Jy ! Component: 1400 - total flux cleaned = -0.00425117 Jy ! Component: 1450 - total flux cleaned = -0.0045917 Jy ! Component: 1500 - total flux cleaned = -0.00477779 Jy ! Component: 1550 - total flux cleaned = -0.00507232 Jy ! Component: 1600 - total flux cleaned = -0.00532566 Jy ! Component: 1650 - total flux cleaned = -0.0054687 Jy ! Component: 1700 - total flux cleaned = -0.00575046 Jy ! Component: 1750 - total flux cleaned = -0.00602876 Jy ! Component: 1800 - total flux cleaned = -0.0063044 Jy ! Component: 1850 - total flux cleaned = -0.00657692 Jy ! Component: 1900 - total flux cleaned = -0.00691375 Jy ! Component: 1950 - total flux cleaned = -0.00728009 Jy ! Component: 2000 - total flux cleaned = -0.0075762 Jy ! Total flux subtracted in 2048 components = -0.00790213 Jy ! Clean residual min=-0.001887 max=0.002766 Jy/beam ! Clean residual mean=-0.000111 rms=0.000671 Jy/beam ! Combined flux in latest and established models = 0.350563 Jy keep ! Adding 115 model components to the UV plane model. ! The established model now contains 157 components and 0.350563 Jy ![Exited script file: muppet] wmap "J1553-2422_S_1997_07_02_yyk\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.817 x 10.69 at -0.3408 degrees (North through East) ! Clean map min=-0.0052532 max=0.35035 Jy/beam ! Writing clean map to FITS file: J1553-2422_S_1997_07_02_yyk_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.350355 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000668696 device "J1553-2422_S_1997_07_02_yyk\_map.eps/VPS" ! Attempting to open device: 'J1553-2422_S_1997_07_02_yyk_map.eps/VPS' loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.572588 0.572588 1.14518 2.29035 4.5807 9.1614 18.3228 36.6456 73.2912 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.002 print "peak=",int(peak_flux*1000)/1000 ! peak= 0.35 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.817 x 10.69 at -0.3408 degrees (North through East) ! Clean map min=-0.0052532 max=0.35035 Jy/beam mapcolor color, 0.9 ! Mapplot colormap: rainbow, contrast: 0.9 brightness: 0.5. device "J1553-2422_S_1997_07_02_yyk\_map.gif/gif" ! Attempting to open device: 'J1553-2422_S_1997_07_02_yyk_map.gif/gif' mapplot cln quit ! Quitting program ! Log file J1553-2422_S_1997_07_02_yyk_uvs.log closed on Sun Jan 7 18:49:47 2007