! Started logfile: /g0/scr/pima/npcsb_uvs/J1842+7946_S_uvs.log on Sat Oct 5 19:00:40 2013 obs /g0/scr/pima/npcsb_uvs/J1842+7946_S_uva.fits ! Reading UV FITS file: /g0/scr/pima/npcsb_uvs/J1842+7946_S_uva.fits ! AN table 1: 46 integrations on 15 of 15 possible baselines. ! AN table 2: 46 integrations on 1 of 1 possible baselines. ! Apparent sampling: 0.986413 visibilities/baseline/integration-bin. ! Found source: J1842+7946 ! ! 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.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 2904 visibilities. select RR ! 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 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.5 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/01_muppet /g0/scr/pima/npcsb_uvs/J1842+7946_S] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.500x0.500 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 92 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 92 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 92 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! A total of 92 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.007296Jy sigma=0.945678 ! Fit after self-cal, rms=0.934933Jy sigma=0.813306 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=8.501 mas, bmaj=24.15 mas, bpa=51.4 degrees ! Estimated noise=31.411 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0780021 Jy ! Component: 100 - total flux cleaned = 0.104237 Jy ! Total flux subtracted in 100 components = 0.104237 Jy ! Clean residual min=-0.017569 max=0.017522 Jy/beam ! Clean residual mean=0.000045 rms=0.007623 Jy/beam ! Combined flux in latest and established models = 0.104237 Jy ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 43 components and 0.104237 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.105720Jy sigma=0.116937 ! Fit after self-cal, rms=0.103491Jy sigma=0.115703 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! 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=9.894 mas, bmaj=24.92 mas, bpa=47.91 degrees ! Estimated noise=16.4224 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0320616 Jy ! Component: 100 - total flux cleaned = 0.0400164 Jy ! Component: 150 - total flux cleaned = 0.043708 Jy ! Component: 200 - total flux cleaned = 0.0388283 Jy ! Total flux subtracted in 200 components = 0.0388283 Jy ! Clean residual min=-0.007485 max=0.007497 Jy/beam ! Clean residual mean=-0.000009 rms=0.003704 Jy/beam ! Combined flux in latest and established models = 0.143066 Jy ! Performing phase self-cal ! Adding 123 model components to the UV plane model. ! The established model now contains 166 components and 0.143066 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096544Jy sigma=0.097042 ! Fit after self-cal, rms=0.095776Jy sigma=0.096465 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.89 KP 0.83 LA 0.92 ! OV 1.04 PT 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.87 FD 0.88 KP 0.93 LA 1.02 ! OV 0.99 PT 0.91 ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.96 KP 0.80 LA 0.77 ! OV 1.09 PT 1.07 ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.80 FD 0.90 KP 0.92 LA 0.69 ! OV 0.82 PT 0.88 ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.095776Jy sigma=0.096465 ! Fit after self-cal, rms=0.080896Jy sigma=0.088244 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=9.837 mas, bmaj=24.91 mas, bpa=48.47 degrees ! Estimated noise=13.2361 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.012586 Jy ! Component: 100 - total flux cleaned = -0.0130782 Jy ! Component: 150 - total flux cleaned = -0.01284 Jy ! Component: 200 - total flux cleaned = -0.0124555 Jy ! Total flux subtracted in 200 components = -0.0124555 Jy ! Clean residual min=-0.001464 max=0.001480 Jy/beam ! Clean residual mean=-0.000008 rms=0.000563 Jy/beam ! Combined flux in latest and established models = 0.13061 Jy ! Performing phase self-cal ! Adding 48 model components to the UV plane model. ! The established model now contains 212 components and 0.13061 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075706Jy sigma=0.089808 ! Fit after self-cal, rms=0.075705Jy sigma=0.089630 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 120 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.075705Jy sigma=0.089630 ! Fit after self-cal, rms=0.070704Jy sigma=0.088152 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.602 mas, bmaj=24.84 mas, bpa=49.47 degrees ! Estimated noise=11.7997 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00725195 Jy ! Component: 100 - total flux cleaned = -0.00900491 Jy ! Component: 150 - total flux cleaned = -0.00946426 Jy ! Component: 200 - total flux cleaned = -0.00976868 Jy ! Total flux subtracted in 200 components = -0.00976868 Jy ! Clean residual min=-0.001179 max=0.001168 Jy/beam ! Clean residual mean=-0.000001 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.120842 Jy selfcal ! Performing phase self-cal ! Adding 66 model components to the UV plane model. ! The established model now contains 271 components and 0.120842 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067982Jy sigma=0.089579 ! Fit after self-cal, rms=0.067872Jy sigma=0.089424 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000772592 Jy ! Component: 100 - total flux cleaned = 0.00117085 Jy ! Component: 150 - total flux cleaned = 0.00137793 Jy ! Component: 200 - total flux cleaned = 0.00137933 Jy ! Total flux subtracted in 200 components = 0.00137933 Jy ! Clean residual min=-0.000948 max=0.000950 Jy/beam ! Clean residual mean=-0.000000 rms=0.000375 Jy/beam ! Combined flux in latest and established models = 0.122221 Jy ! Performing phase self-cal ! Adding 76 model components to the UV plane model. ! The established model now contains 344 components and 0.122221 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067720Jy sigma=0.089271 ! Fit after self-cal, rms=0.067696Jy sigma=0.089216 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.067696Jy sigma=0.089216 ! Fit after self-cal, rms=0.063083Jy sigma=0.087625 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.401 mas, bmaj=24.75 mas, bpa=50.37 degrees ! Estimated noise=10.4742 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0065091 Jy ! Component: 100 - total flux cleaned = -0.00702069 Jy ! Component: 150 - total flux cleaned = -0.0067721 Jy ! Component: 200 - total flux cleaned = -0.0069672 Jy ! Total flux subtracted in 200 components = -0.0069672 Jy ! Clean residual min=-0.001057 max=0.001060 Jy/beam ! Clean residual mean=-0.000002 rms=0.000386 Jy/beam ! Combined flux in latest and established models = 0.115254 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 390 components and 0.115254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060891Jy sigma=0.089081 ! Fit after self-cal, rms=0.060888Jy sigma=0.089003 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000607818 Jy ! Component: 100 - total flux cleaned = 0.000724581 Jy ! Component: 150 - total flux cleaned = 0.000729298 Jy ! Component: 200 - total flux cleaned = 0.000731768 Jy ! Total flux subtracted in 200 components = 0.000731768 Jy ! Clean residual min=-0.000751 max=0.000745 Jy/beam ! Clean residual mean=-0.000001 rms=0.000305 Jy/beam ! Combined flux in latest and established models = 0.115985 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 469 components and 0.115985 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060787Jy sigma=0.088913 ! Fit after self-cal, rms=0.060751Jy sigma=0.088858 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.060751Jy sigma=0.088858 ! Fit after self-cal, rms=0.056881Jy sigma=0.087284 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.33 mas, bmaj=24.75 mas, bpa=50.09 degrees ! Estimated noise=9.36845 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00534631 Jy ! Component: 100 - total flux cleaned = -0.00597877 Jy ! Component: 150 - total flux cleaned = -0.00631038 Jy ! Component: 200 - total flux cleaned = -0.0064774 Jy ! Total flux subtracted in 200 components = -0.0064774 Jy ! Clean residual min=-0.000903 max=0.000914 Jy/beam ! Clean residual mean=-0.000004 rms=0.000330 Jy/beam ! Combined flux in latest and established models = 0.109508 Jy selfcal ! Performing phase self-cal ! Adding 73 model components to the UV plane model. ! The established model now contains 521 components and 0.109508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055125Jy sigma=0.088672 ! Fit after self-cal, rms=0.055106Jy sigma=0.088583 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000620482 Jy ! Component: 100 - total flux cleaned = 0.000935009 Jy ! Component: 150 - total flux cleaned = 0.00111856 Jy ! Component: 200 - total flux cleaned = 0.00104421 Jy ! Total flux subtracted in 200 components = 0.00104421 Jy ! Clean residual min=-0.000643 max=0.000643 Jy/beam ! Clean residual mean=-0.000002 rms=0.000261 Jy/beam ! Combined flux in latest and established models = 0.110552 Jy ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 587 components and 0.110552 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.055001Jy sigma=0.088559 ! Fit after self-cal, rms=0.054992Jy sigma=0.088506 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=9.192 mas, bmaj=24.73 mas, bpa=51.27 degrees ! Estimated noise=9.28721 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.192 x 24.73 at 51.27 degrees (North through East) ! Clean map min=-0.0055385 max=0.053322 Jy/beam if(peak(flux) > thresh) selfcal true, true clean clean_niter,clean_gain selfcal 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 new_peak = peak(flux) until(new_peak<=flux_cutoff) selfcal true, true end if print "************** CLEARING MODEL AND STARTING OVER **********" ! ************** CLEARING MODEL AND STARTING OVER ********** clrmod true ! clrmod: Cleared the established and tentative 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=7.963 mas, bmaj=24.14 mas, bpa=54.43 degrees ! Estimated noise=16.3227 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0352648 Jy ! Component: 100 - total flux cleaned = 0.049381 Jy ! Component: 150 - total flux cleaned = 0.063631 Jy ! Component: 200 - total flux cleaned = 0.0738893 Jy ! Total flux subtracted in 200 components = 0.0738893 Jy ! Clean residual min=-0.007685 max=0.007759 Jy/beam ! Clean residual mean=0.000014 rms=0.003416 Jy/beam ! Combined flux in latest and established models = 0.0738893 Jy uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Adding 90 model components to the UV plane model. ! The established model now contains 90 components and 0.0738893 Jy ! Inverting map and beam ! Estimated beam: bmin=9.192 mas, bmaj=24.73 mas, bpa=51.27 degrees ! Estimated noise=9.28721 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.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0140727 Jy ! Component: 100 - total flux cleaned = 0.0201672 Jy ! Component: 150 - total flux cleaned = 0.0245488 Jy ! Component: 200 - total flux cleaned = 0.0271127 Jy ! Total flux subtracted in 200 components = 0.0271127 Jy ! Clean residual min=-0.003748 max=0.003753 Jy/beam ! Clean residual mean=0.000009 rms=0.001714 Jy/beam ! Combined flux in latest and established models = 0.101002 Jy ! Adding 134 model components to the UV plane model. ! The established model now contains 224 components and 0.101002 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=10.33 mas, bmaj=24.75 mas, bpa=50.09 degrees ! Estimated noise=9.36845 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00145852 Jy ! Component: 100 - total flux cleaned = 0.00253527 Jy ! Component: 150 - total flux cleaned = 0.00303378 Jy ! Component: 200 - total flux cleaned = 0.00303665 Jy ! Total flux subtracted in 200 components = 0.00303665 Jy ! Clean residual min=-0.001547 max=0.001553 Jy/beam ! Clean residual mean=0.000002 rms=0.000742 Jy/beam ! Combined flux in latest and established models = 0.104039 Jy flux_cutoff = imstat(rms) * dynam 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.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000258856 Jy ! Component: 100 - total flux cleaned = 0.000184853 Jy ! Component: 150 - total flux cleaned = -0.00010435 Jy ! Component: 200 - total flux cleaned = -0.000384243 Jy ! Total flux subtracted in 200 components = -0.000384243 Jy ! Clean residual min=-0.001126 max=0.001121 Jy/beam ! Clean residual mean=0.000000 rms=0.000494 Jy/beam ! Combined flux in latest and established models = 0.103654 Jy ! Adding 189 model components to the UV plane model. ! The established model now contains 405 components and 0.103654 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=9.192 mas, bmaj=24.73 mas, bpa=51.27 degrees ! Estimated noise=9.28721 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.84658e-05 Jy ! Component: 100 - total flux cleaned = 0.000457752 Jy ! Component: 150 - total flux cleaned = 0.00111898 Jy ! Component: 200 - total flux cleaned = 0.0016451 Jy ! Total flux subtracted in 200 components = 0.0016451 Jy ! Clean residual min=-0.000777 max=0.000778 Jy/beam ! Clean residual mean=-0.000000 rms=0.000320 Jy/beam ! Combined flux in latest and established models = 0.1053 Jy selfcal ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 460 components and 0.1053 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.054955Jy sigma=0.089053 ! Fit after self-cal, rms=0.054914Jy sigma=0.088880 wmodel /g0/scr/pima/npcsb_uvs/J1842+7946_S_map.mod ! Writing 460 model components to file: /g0/scr/pima/npcsb_uvs/J1842+7946_S_map.mod wobs /g0/scr/pima/npcsb_uvs/J1842+7946_S_uvs.fits ! Writing UV FITS file: /g0/scr/pima/npcsb_uvs/J1842+7946_S_uvs.fits wwins /g0/scr/pima/npcsb_uvs/J1842+7946_S_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /home/lpetrov/bin/01_muppet] ! wmap "/g0/scr/pima/npcsb_uvs/J1842+7946_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 9.192 x 24.73 at 51.27 degrees (North through East) ! Clean map min=-0.0062316 max=0.042128 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima/npcsb_uvs/J1842+7946_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0421283 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000453682 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -3.23072 3.23072 6.46143 12.9229 25.8457 51.6915 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0013 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.042 quit ! Quitting program ! Log file /g0/scr/pima/npcsb_uvs/J1842+7946_S_uvs.log closed on Sat Oct 5 19:00:43 2013