! Started logfile: /g0/scr/pima/npcsb_uvs/J1632+8232_S_uvs.log on Sat Oct 5 19:00:00 2013 obs /g0/scr/pima/npcsb_uvs/J1632+8232_S_uva.fits ! Reading UV FITS file: /g0/scr/pima/npcsb_uvs/J1632+8232_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.75 visibilities/baseline/integration-bin. ! Found source: J1632+8232 ! ! 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 2208 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/J1632+8232_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 46 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 46 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 46 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 46 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.015192Jy sigma=1.534099 ! Fit after self-cal, rms=0.897498Jy sigma=1.130116 ! 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=10.88 mas, bmaj=58.86 mas, bpa=23.54 degrees ! Estimated noise=26.6444 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.174723 Jy ! Component: 100 - total flux cleaned = 0.200021 Jy ! Total flux subtracted in 100 components = 0.200021 Jy ! Clean residual min=-0.035242 max=0.035506 Jy/beam ! Clean residual mean=-0.000229 rms=0.022909 Jy/beam ! Combined flux in latest and established models = 0.200021 Jy ! Performing phase self-cal ! Adding 60 model components to the UV plane model. ! The established model now contains 60 components and 0.200021 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114228Jy sigma=0.218999 ! Fit after self-cal, rms=0.113166Jy sigma=0.217991 ! 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=12.28 mas, bmaj=52.56 mas, bpa=22.7 degrees ! Estimated noise=13.3838 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.0115675 Jy ! Component: 100 - total flux cleaned = -0.0126518 Jy ! Component: 150 - total flux cleaned = -0.0102052 Jy ! Component: 200 - total flux cleaned = -0.0102509 Jy ! Total flux subtracted in 200 components = -0.0102509 Jy ! Clean residual min=-0.008674 max=0.008698 Jy/beam ! Clean residual mean=-0.000039 rms=0.004677 Jy/beam ! Combined flux in latest and established models = 0.18977 Jy ! Performing phase self-cal ! Adding 139 model components to the UV plane model. ! The established model now contains 198 components and 0.18977 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.103733Jy sigma=0.163529 ! Fit after self-cal, rms=0.102373Jy sigma=0.162563 ! 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: ! FD 0.99 KP 0.97 LA 0.67 MK 1.00* ! OV 1.05 PT 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.95 KP 0.73 LA 0.85 MK 1.00* ! OV 0.97 PT 0.93 ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 1.07 KP 0.92 LA 0.59 MK 1.00* ! OV 1.11 PT 0.94 ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 0.97 KP 0.68 LA 0.58 MK 1.00* ! OV 0.95 PT 0.88 ! ! Telescope amplitude corrections in sub-array 2: ! HN 0.00* SC 0.00* ! ! ! Fit before self-cal, rms=0.102373Jy sigma=0.162563 ! Fit after self-cal, rms=0.085644Jy sigma=0.146586 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=12.93 mas, bmaj=47.65 mas, bpa=21.48 degrees ! Estimated noise=10.7118 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.0187532 Jy ! Component: 100 - total flux cleaned = -0.0237769 Jy ! Component: 150 - total flux cleaned = -0.0254412 Jy ! Component: 200 - total flux cleaned = -0.0252511 Jy ! Total flux subtracted in 200 components = -0.0252511 Jy ! Clean residual min=-0.002939 max=0.002921 Jy/beam ! Clean residual mean=-0.000010 rms=0.001305 Jy/beam ! Combined flux in latest and established models = 0.164519 Jy ! Performing phase self-cal ! Adding 83 model components to the UV plane model. ! The established model now contains 281 components and 0.164519 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074570Jy sigma=0.151272 ! Fit after self-cal, rms=0.074192Jy sigma=0.150881 ! 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.074192Jy sigma=0.150881 ! Fit after self-cal, rms=0.066631Jy sigma=0.144797 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=13.43 mas, bmaj=44.22 mas, bpa=20.09 degrees ! Estimated noise=8.72537 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0150208 Jy ! Component: 100 - total flux cleaned = -0.0182451 Jy ! Component: 150 - total flux cleaned = -0.0186242 Jy ! Component: 200 - total flux cleaned = -0.0194595 Jy ! Total flux subtracted in 200 components = -0.0194595 Jy ! Clean residual min=-0.002066 max=0.002035 Jy/beam ! Clean residual mean=-0.000008 rms=0.000976 Jy/beam ! Combined flux in latest and established models = 0.145059 Jy selfcal ! Performing phase self-cal ! Adding 91 model components to the UV plane model. ! The established model now contains 366 components and 0.145059 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059461Jy sigma=0.149671 ! Fit after self-cal, rms=0.059104Jy sigma=0.149311 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.000436551 Jy ! Component: 100 - total flux cleaned = 0.000661653 Jy ! Component: 150 - total flux cleaned = 1.079e-05 Jy ! Component: 200 - total flux cleaned = -0.000487173 Jy ! Total flux subtracted in 200 components = -0.000487173 Jy ! Clean residual min=-0.001079 max=0.001064 Jy/beam ! Clean residual mean=-0.000007 rms=0.000450 Jy/beam ! Combined flux in latest and established models = 0.144572 Jy ! Performing phase self-cal ! Adding 82 model components to the UV plane model. ! The established model now contains 444 components and 0.144572 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.058267Jy sigma=0.150577 ! Fit after self-cal, rms=0.057951Jy sigma=0.150264 ! Inverting map ! Added new window around map position (11.5, -97.5). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0026622 Jy ! Component: 100 - total flux cleaned = 0.00436049 Jy ! Component: 150 - total flux cleaned = 0.00585334 Jy ! Component: 200 - total flux cleaned = 0.00714082 Jy ! Total flux subtracted in 200 components = 0.00714082 Jy ! Clean residual min=-0.002361 max=0.001855 Jy/beam ! Clean residual mean=-0.000007 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.151713 Jy ! Performing phase self-cal ! Adding 61 model components to the UV plane model. ! The established model now contains 502 components and 0.151713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057646Jy sigma=0.150443 ! Fit after self-cal, rms=0.057467Jy sigma=0.150207 ! 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.057467Jy sigma=0.150207 ! Fit after self-cal, rms=0.051257Jy sigma=0.141516 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=14.11 mas, bmaj=40.35 mas, bpa=17.56 degrees ! Estimated noise=6.3633 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00951638 Jy ! Component: 100 - total flux cleaned = -0.0115299 Jy ! Component: 150 - total flux cleaned = -0.0129602 Jy ! Component: 200 - total flux cleaned = -0.0142763 Jy ! Total flux subtracted in 200 components = -0.0142763 Jy ! Clean residual min=-0.002690 max=0.002349 Jy/beam ! Clean residual mean=-0.000005 rms=0.000990 Jy/beam ! Combined flux in latest and established models = 0.137436 Jy selfcal ! Performing phase self-cal ! Adding 94 model components to the UV plane model. ! The established model now contains 595 components and 0.137436 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.047478Jy sigma=0.146283 ! Fit after self-cal, rms=0.047610Jy sigma=0.145639 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.000194771 Jy ! Component: 100 - total flux cleaned = -0.00066129 Jy ! Component: 150 - total flux cleaned = -0.00128996 Jy ! Component: 200 - total flux cleaned = -0.0017438 Jy ! Total flux subtracted in 200 components = -0.0017438 Jy ! Clean residual min=-0.001874 max=0.001912 Jy/beam ! Clean residual mean=-0.000005 rms=0.000565 Jy/beam ! Combined flux in latest and established models = 0.135693 Jy ! Performing phase self-cal ! Adding 104 model components to the UV plane model. ! The established model now contains 697 components and 0.135693 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.046817Jy sigma=0.147576 ! Fit after self-cal, rms=0.046810Jy sigma=0.147280 ! 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.046810Jy sigma=0.147280 ! Fit after self-cal, rms=0.045061Jy sigma=0.142053 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.4 mas, bmaj=38.23 mas, bpa=14.34 degrees ! Estimated noise=4.89471 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00422643 Jy ! Component: 100 - total flux cleaned = -0.00635279 Jy ! Component: 150 - total flux cleaned = -0.00795082 Jy ! Component: 200 - total flux cleaned = -0.00941439 Jy ! Total flux subtracted in 200 components = -0.00941439 Jy ! Clean residual min=-0.002506 max=0.002879 Jy/beam ! Clean residual mean=-0.000004 rms=0.000989 Jy/beam ! Combined flux in latest and established models = 0.126278 Jy selfcal ! Performing phase self-cal ! Adding 84 model components to the UV plane model. ! The established model now contains 769 components and 0.126278 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.043326Jy sigma=0.146618 ! Fit after self-cal, rms=0.043494Jy sigma=0.145943 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.00109987 Jy ! Component: 100 - total flux cleaned = -0.00182155 Jy ! Component: 150 - total flux cleaned = -0.00248555 Jy ! Component: 200 - total flux cleaned = -0.00291143 Jy ! Total flux subtracted in 200 components = -0.00291143 Jy ! Clean residual min=-0.001835 max=0.002518 Jy/beam ! Clean residual mean=-0.000005 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.123367 Jy ! Performing phase self-cal ! Adding 71 model components to the UV plane model. ! The established model now contains 830 components and 0.123367 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.042958Jy sigma=0.147436 ! Fit after self-cal, rms=0.042983Jy sigma=0.147139 ! 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=14.65 mas, bmaj=38.46 mas, bpa=15.2 degrees ! Estimated noise=4.98303 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.65 x 38.46 at 15.2 degrees (North through East) ! Clean map min=-0.017761 max=0.09288 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=12.95 mas, bmaj=37.5 mas, bpa=17.3 degrees ! Estimated noise=11.1089 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0759703 Jy ! Component: 100 - total flux cleaned = 0.107041 Jy ! Component: 150 - total flux cleaned = 0.131231 Jy ! Component: 200 - total flux cleaned = 0.1538 Jy ! Total flux subtracted in 200 components = 0.1538 Jy ! Clean residual min=-0.046332 max=0.050599 Jy/beam ! Clean residual mean=-0.000146 rms=0.017652 Jy/beam ! Combined flux in latest and established models = 0.1538 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 55 model components to the UV plane model. ! The established model now contains 55 components and 0.1538 Jy ! Inverting map and beam ! Estimated beam: bmin=14.65 mas, bmaj=38.46 mas, bpa=15.2 degrees ! Estimated noise=4.98303 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.0136822 Jy ! Component: 100 - total flux cleaned = 0.020632 Jy ! Component: 150 - total flux cleaned = 0.027563 Jy ! Component: 200 - total flux cleaned = 0.0323536 Jy ! Total flux subtracted in 200 components = 0.0323536 Jy ! Clean residual min=-0.029535 max=0.035833 Jy/beam ! Clean residual mean=-0.000097 rms=0.011480 Jy/beam ! Combined flux in latest and established models = 0.186154 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 123 components and 0.186154 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=15.4 mas, bmaj=38.23 mas, bpa=14.34 degrees ! Estimated noise=4.89471 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00308955 Jy ! Component: 100 - total flux cleaned = 0.00593938 Jy ! Component: 150 - total flux cleaned = 0.00957029 Jy ! Component: 200 - total flux cleaned = 0.0128008 Jy ! Total flux subtracted in 200 components = 0.0128008 Jy ! Clean residual min=-0.024775 max=0.029687 Jy/beam ! Clean residual mean=-0.000065 rms=0.009008 Jy/beam ! Combined flux in latest and established models = 0.198955 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.00250618 Jy ! Component: 100 - total flux cleaned = 0.00514113 Jy ! Component: 150 - total flux cleaned = 0.00717415 Jy ! Component: 200 - total flux cleaned = 0.00871989 Jy ! Total flux subtracted in 200 components = 0.00871989 Jy ! Clean residual min=-0.020822 max=0.025562 Jy/beam ! Clean residual mean=-0.000031 rms=0.007324 Jy/beam ! Combined flux in latest and established models = 0.207675 Jy ! Adding 69 model components to the UV plane model. ! The established model now contains 185 components and 0.207674 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=14.65 mas, bmaj=38.46 mas, bpa=15.2 degrees ! Estimated noise=4.98303 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00197365 Jy ! Component: 100 - total flux cleaned = 0.00272088 Jy ! Component: 150 - total flux cleaned = 0.00362079 Jy ! Component: 200 - total flux cleaned = 0.00424317 Jy ! Total flux subtracted in 200 components = 0.00424317 Jy ! Clean residual min=-0.017981 max=0.023282 Jy/beam ! Clean residual mean=-0.000034 rms=0.006372 Jy/beam ! Combined flux in latest and established models = 0.211918 Jy selfcal ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 219 components and 0.211918 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.059036Jy sigma=0.209536 ! Fit after self-cal, rms=0.048637Jy sigma=0.164032 wmodel /g0/scr/pima/npcsb_uvs/J1632+8232_S_map.mod ! Writing 219 model components to file: /g0/scr/pima/npcsb_uvs/J1632+8232_S_map.mod wobs /g0/scr/pima/npcsb_uvs/J1632+8232_S_uvs.fits ! Writing UV FITS file: /g0/scr/pima/npcsb_uvs/J1632+8232_S_uvs.fits wwins /g0/scr/pima/npcsb_uvs/J1632+8232_S_map.win ! wwins: Wrote 1 windows to /g0/scr/pima/npcsb_uvs/J1632+8232_S_map.win x = (field_size-8) * field_cell / 4 addwin -x,x,-x,x clean (field_size*4),0.01 ! Inverting map ! clean: niter=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = 0.00479661 Jy ! Component: 100 - total flux cleaned = 0.00647212 Jy ! Component: 150 - total flux cleaned = 0.00635446 Jy ! Component: 200 - total flux cleaned = 0.00623732 Jy ! Component: 250 - total flux cleaned = 0.00601876 Jy ! Component: 300 - total flux cleaned = 0.00630718 Jy ! Component: 350 - total flux cleaned = 0.00666513 Jy ! Component: 400 - total flux cleaned = 0.00666491 Jy ! Component: 450 - total flux cleaned = 0.0068926 Jy ! Component: 500 - total flux cleaned = 0.0070323 Jy ! Component: 550 - total flux cleaned = 0.00703322 Jy ! Component: 600 - total flux cleaned = 0.00703687 Jy ! Component: 650 - total flux cleaned = 0.00680614 Jy ! Component: 700 - total flux cleaned = 0.00664482 Jy ! Component: 750 - total flux cleaned = 0.00591849 Jy ! Component: 800 - total flux cleaned = 0.00527046 Jy ! Component: 850 - total flux cleaned = 0.00483697 Jy ! Component: 900 - total flux cleaned = 0.00455783 Jy ! Component: 950 - total flux cleaned = 0.00478506 Jy ! Component: 1000 - total flux cleaned = 0.00487519 Jy ! Component: 1050 - total flux cleaned = 0.00509833 Jy ! Component: 1100 - total flux cleaned = 0.00518723 Jy ! Component: 1150 - total flux cleaned = 0.00536616 Jy ! Component: 1200 - total flux cleaned = 0.00527693 Jy ! Component: 1250 - total flux cleaned = 0.00523179 Jy ! Component: 1300 - total flux cleaned = 0.00523215 Jy ! Component: 1350 - total flux cleaned = 0.00542 Jy ! Component: 1400 - total flux cleaned = 0.00556278 Jy ! Component: 1450 - total flux cleaned = 0.00575812 Jy ! Component: 1500 - total flux cleaned = 0.00590779 Jy ! Component: 1550 - total flux cleaned = 0.00606084 Jy ! Component: 1600 - total flux cleaned = 0.00632378 Jy ! Component: 1650 - total flux cleaned = 0.00654018 Jy ! Component: 1700 - total flux cleaned = 0.00681719 Jy ! Component: 1750 - total flux cleaned = 0.00704573 Jy ! Component: 1800 - total flux cleaned = 0.00733824 Jy ! Component: 1850 - total flux cleaned = 0.00758042 Jy ! Component: 1900 - total flux cleaned = 0.00789007 Jy ! Component: 1950 - total flux cleaned = 0.00821093 Jy ! Component: 2000 - total flux cleaned = 0.00847387 Jy ! Component: 2050 - total flux cleaned = 0.00888245 Jy ! Component: 2100 - total flux cleaned = 0.00916458 Jy ! Component: 2150 - total flux cleaned = 0.00952801 Jy ! Component: 2200 - total flux cleaned = 0.00990193 Jy ! Component: 2250 - total flux cleaned = 0.0103663 Jy ! Component: 2300 - total flux cleaned = 0.0106048 Jy ! Component: 2350 - total flux cleaned = 0.0110999 Jy ! Component: 2400 - total flux cleaned = 0.0114436 Jy ! Component: 2450 - total flux cleaned = 0.0117076 Jy ! Component: 2500 - total flux cleaned = 0.0121634 Jy ! Component: 2550 - total flux cleaned = 0.0125405 Jy ! Component: 2600 - total flux cleaned = 0.0129292 Jy ! Component: 2650 - total flux cleaned = 0.0134319 Jy ! Component: 2700 - total flux cleaned = 0.0138499 Jy ! Component: 2750 - total flux cleaned = 0.0142822 Jy ! Component: 2800 - total flux cleaned = 0.014505 Jy ! Component: 2850 - total flux cleaned = 0.0148481 Jy ! Component: 2900 - total flux cleaned = 0.0153224 Jy ! Component: 2950 - total flux cleaned = 0.0156896 Jy ! Component: 3000 - total flux cleaned = 0.0161966 Jy ! Component: 3050 - total flux cleaned = 0.0165929 Jy ! Component: 3100 - total flux cleaned = 0.0168618 Jy ! Component: 3150 - total flux cleaned = 0.0174218 Jy ! Component: 3200 - total flux cleaned = 0.0180028 Jy ! Component: 3250 - total flux cleaned = 0.0184588 Jy ! Component: 3300 - total flux cleaned = 0.0189274 Jy ! Component: 3350 - total flux cleaned = 0.0194086 Jy ! Component: 3400 - total flux cleaned = 0.0199081 Jy ! Component: 3450 - total flux cleaned = 0.0204218 Jy ! Component: 3500 - total flux cleaned = 0.0209566 Jy ! Component: 3550 - total flux cleaned = 0.0215048 Jy ! Component: 3600 - total flux cleaned = 0.022072 Jy ! Component: 3650 - total flux cleaned = 0.0228573 Jy ! Component: 3700 - total flux cleaned = 0.0234699 Jy ! Component: 3750 - total flux cleaned = 0.0236821 Jy ! Component: 3800 - total flux cleaned = 0.0245516 Jy ! Component: 3850 - total flux cleaned = 0.0252295 Jy ! Component: 3900 - total flux cleaned = 0.0259217 Jy ! Component: 3950 - total flux cleaned = 0.0264029 Jy ! Component: 4000 - total flux cleaned = 0.0273967 Jy ! Component: 4050 - total flux cleaned = 0.0281683 Jy ! Total flux subtracted in 4096 components = 0.0286981 Jy ! Clean residual min=-0.015458 max=0.014929 Jy/beam ! Clean residual mean=0.000039 rms=0.005564 Jy/beam ! Combined flux in latest and established models = 0.240616 Jy keep ! Adding 286 model components to the UV plane model. ! The established model now contains 504 components and 0.240616 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/g0/scr/pima/npcsb_uvs/J1632+8232_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 14.65 x 38.46 at 15.2 degrees (North through East) ! Clean map min=-0.03859 max=0.084477 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima/npcsb_uvs/J1632+8232_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0844774 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00634956 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -22.5489 22.5489 45.0977 90.1955 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.019 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.084 quit ! Quitting program ! Log file /g0/scr/pima/npcsb_uvs/J1632+8232_S_uvs.log closed on Sat Oct 5 19:00:06 2013