! Started logfile: /g0/scr/pima/npcsb_uvs/J1506+8319_X_uvs.log on Wed Sep 25 00:06:05 2013 obs /g0/scr/pima/npcsb_uvs/J1506+8319_X_uva.fits ! Reading UV FITS file: /g0/scr/pima/npcsb_uvs/J1506+8319_X_uva.fits ! AN table 1: 46 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.986957 visibilities/baseline/integration-bin. ! Found source: J1506+8319 ! ! 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.40993e+09 8e+06 1 8e+06 ! 02 2 8.47993e+09 8e+06 1 8e+06 ! 03 3 8.79493e+09 8e+06 1 8e+06 ! 04 4 8.89993e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 8172 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.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /g0/scr/pima/npcsb_uvs/J1506+8319_X] 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.200x0.200 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 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.073682Jy sigma=2.324682 ! Fit after self-cal, rms=0.697217Jy sigma=1.498258 ! 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=0.6012 mas, bmaj=2.654 mas, bpa=-1.083 degrees ! Estimated noise=7.47727 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) ! Added new window around map position (0, 0). ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.234812 Jy ! Component: 100 - total flux cleaned = 0.287359 Jy ! Total flux subtracted in 100 components = 0.287359 Jy ! Clean residual min=-0.009246 max=0.018437 Jy/beam ! Clean residual mean=-0.000004 rms=0.002338 Jy/beam ! Combined flux in latest and established models = 0.287359 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.287359 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.100111Jy sigma=0.200124 ! Fit after self-cal, rms=0.100109Jy sigma=0.200111 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0198396 Jy ! Component: 100 - total flux cleaned = 0.0297571 Jy ! Total flux subtracted in 100 components = 0.0297571 Jy ! Clean residual min=-0.007637 max=0.009356 Jy/beam ! Clean residual mean=0.000001 rms=0.001874 Jy/beam ! Combined flux in latest and established models = 0.317116 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 10 components and 0.317116 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095781Jy sigma=0.189433 ! Fit after self-cal, rms=0.095773Jy sigma=0.189370 ! 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=0.8144 mas, bmaj=2.862 mas, bpa=-2.255 degrees ! Estimated noise=3.7045 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.00750064 Jy ! Component: 100 - total flux cleaned = 0.0120882 Jy ! Component: 150 - total flux cleaned = 0.0151115 Jy ! Component: 200 - total flux cleaned = 0.0156677 Jy ! Total flux subtracted in 200 components = 0.0156677 Jy ! Clean residual min=-0.009105 max=0.010613 Jy/beam ! Clean residual mean=0.000002 rms=0.002067 Jy/beam ! Combined flux in latest and established models = 0.332784 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 18 components and 0.332784 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.095171Jy sigma=0.187762 ! Fit after self-cal, rms=0.095171Jy sigma=0.187751 ! 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.97 FD 1.01 HN 1.02 KP 0.99 ! LA 1.00 MK 1.02 NL 1.15 OV 0.97 ! PT 1.00 SC 1.02 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.99 HN 1.00 KP 0.90 ! LA 0.94 MK 0.96 NL 1.16 OV 0.97 ! PT 1.04 SC 0.96 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.01 HN 0.91 KP 0.86 ! LA 0.96 MK 1.01 NL 1.11 OV 0.97 ! PT 1.03 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.02 FD 1.06 HN 0.95 KP 0.87 ! LA 0.94 MK 1.05 NL 1.13 OV 1.01 ! PT 1.11 SC 1.00 ! ! ! Fit before self-cal, rms=0.095171Jy sigma=0.187751 ! Fit after self-cal, rms=0.091218Jy sigma=0.178451 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8138 mas, bmaj=2.847 mas, bpa=-2.386 degrees ! Estimated noise=3.69112 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.00059409 Jy ! Component: 100 - total flux cleaned = 0.000634127 Jy ! Component: 150 - total flux cleaned = 0.000631986 Jy ! Component: 200 - total flux cleaned = 0.00060063 Jy ! Total flux subtracted in 200 components = 0.00060063 Jy ! Clean residual min=-0.003159 max=0.003829 Jy/beam ! Clean residual mean=-0.000003 rms=0.000824 Jy/beam ! Combined flux in latest and established models = 0.333385 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 23 components and 0.333385 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091174Jy sigma=0.178347 ! Fit after self-cal, rms=0.091187Jy sigma=0.178303 ! 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.091187Jy sigma=0.178303 ! Fit after self-cal, rms=0.091266Jy sigma=0.178294 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8135 mas, bmaj=2.846 mas, bpa=-2.359 degrees ! Estimated noise=3.69235 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000148383 Jy ! Component: 100 - total flux cleaned = 0.000205789 Jy ! Component: 150 - total flux cleaned = 0.000231376 Jy ! Component: 200 - total flux cleaned = 0.00025398 Jy ! Total flux subtracted in 200 components = 0.00025398 Jy ! Clean residual min=-0.003042 max=0.003875 Jy/beam ! Clean residual mean=-0.000003 rms=0.000813 Jy/beam ! Combined flux in latest and established models = 0.333639 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 26 components and 0.333639 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091248Jy sigma=0.178254 ! Fit after self-cal, rms=0.091243Jy sigma=0.178251 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) ! Added new window around map position (-1, 6.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00388167 Jy ! Component: 100 - total flux cleaned = 0.0059619 Jy ! Component: 150 - total flux cleaned = 0.00652277 Jy ! Component: 200 - total flux cleaned = 0.00683524 Jy ! Total flux subtracted in 200 components = 0.00683524 Jy ! Clean residual min=-0.002872 max=0.003110 Jy/beam ! Clean residual mean=0.000000 rms=0.000663 Jy/beam ! Combined flux in latest and established models = 0.340474 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 51 components and 0.340474 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091066Jy sigma=0.177827 ! Fit after self-cal, rms=0.091057Jy sigma=0.177814 ! Inverting map ! Added new window around map position (-31, 19.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00237193 Jy ! Component: 100 - total flux cleaned = 0.00298144 Jy ! Component: 150 - total flux cleaned = 0.00348049 Jy ! Component: 200 - total flux cleaned = 0.00371983 Jy ! Total flux subtracted in 200 components = 0.00371983 Jy ! Clean residual min=-0.002426 max=0.002589 Jy/beam ! Clean residual mean=-0.000002 rms=0.000610 Jy/beam ! Combined flux in latest and established models = 0.344194 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 66 components and 0.344194 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090961Jy sigma=0.177630 ! Fit after self-cal, rms=0.090955Jy sigma=0.177623 ! 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.090955Jy sigma=0.177623 ! Fit after self-cal, rms=0.090841Jy sigma=0.177592 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8135 mas, bmaj=2.848 mas, bpa=-2.339 degrees ! Estimated noise=3.69013 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000689852 Jy ! Component: 100 - total flux cleaned = 0.000765404 Jy ! Component: 150 - total flux cleaned = 0.00079797 Jy ! Component: 200 - total flux cleaned = 0.000830254 Jy ! Total flux subtracted in 200 components = 0.000830254 Jy ! Clean residual min=-0.002430 max=0.002495 Jy/beam ! Clean residual mean=-0.000003 rms=0.000593 Jy/beam ! Combined flux in latest and established models = 0.345024 Jy selfcal ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 74 components and 0.345024 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090808Jy sigma=0.177542 ! Fit after self-cal, rms=0.090805Jy sigma=0.177540 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.000159268 Jy ! Component: 100 - total flux cleaned = 0.000187468 Jy ! Component: 150 - total flux cleaned = 0.000132247 Jy ! Component: 200 - total flux cleaned = 0.000132286 Jy ! Total flux subtracted in 200 components = 0.000132286 Jy ! Clean residual min=-0.002421 max=0.002470 Jy/beam ! Clean residual mean=-0.000003 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.345156 Jy ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 83 components and 0.345156 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090786Jy sigma=0.177512 ! Fit after self-cal, rms=0.090786Jy sigma=0.177512 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.090786Jy sigma=0.177512 ! Fit after self-cal, rms=0.090811Jy sigma=0.177503 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.125 mas, bmaj=3.458 mas, bpa=-2.626 degrees ! Estimated noise=4.62153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000851686 Jy ! Component: 100 - total flux cleaned = 0.000666908 Jy ! Component: 150 - total flux cleaned = 0.000514011 Jy ! Component: 200 - total flux cleaned = 0.000511991 Jy ! Total flux subtracted in 200 components = 0.000511991 Jy ! Clean residual min=-0.002162 max=0.002865 Jy/beam ! Clean residual mean=-0.000005 rms=0.000606 Jy/beam ! Combined flux in latest and established models = 0.345668 Jy selfcal ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 92 components and 0.345668 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090820Jy sigma=0.177497 ! Fit after self-cal, rms=0.090819Jy sigma=0.177494 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) ! Added new window around map position (44.2, -21). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00205089 Jy ! Component: 100 - total flux cleaned = 0.00211017 Jy ! Component: 150 - total flux cleaned = 0.00211194 Jy ! Component: 200 - total flux cleaned = 0.00220847 Jy ! Total flux subtracted in 200 components = 0.00220847 Jy ! Clean residual min=-0.001807 max=0.002065 Jy/beam ! Clean residual mean=-0.000003 rms=0.000525 Jy/beam ! Combined flux in latest and established models = 0.347877 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 118 components and 0.347877 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090753Jy sigma=0.177348 ! Fit after self-cal, rms=0.090751Jy sigma=0.177341 ! 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=0.8136 mas, bmaj=2.85 mas, bpa=-2.336 degrees ! Estimated noise=3.69179 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8136 x 2.85 at -2.336 degrees (North through East) ! Clean map min=-0.0020238 max=0.30888 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=0.6003 mas, bmaj=2.634 mas, bpa=-1.214 degrees ! Estimated noise=7.45579 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.234078 Jy ! Component: 100 - total flux cleaned = 0.286487 Jy ! Component: 150 - total flux cleaned = 0.306197 Jy ! Component: 200 - total flux cleaned = 0.316504 Jy ! Total flux subtracted in 200 components = 0.316504 Jy ! Clean residual min=-0.006262 max=0.006003 Jy/beam ! Clean residual mean=-0.000004 rms=0.001407 Jy/beam ! Combined flux in latest and established models = 0.316504 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 19 model components to the UV plane model. ! The established model now contains 19 components and 0.316504 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8136 mas, bmaj=2.85 mas, bpa=-2.336 degrees ! Estimated noise=3.69179 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.00791512 Jy ! Component: 100 - total flux cleaned = 0.0124763 Jy ! Component: 150 - total flux cleaned = 0.015963 Jy ! Component: 200 - total flux cleaned = 0.0182287 Jy ! Total flux subtracted in 200 components = 0.0182287 Jy ! Clean residual min=-0.002972 max=0.002717 Jy/beam ! Clean residual mean=-0.000005 rms=0.000716 Jy/beam ! Combined flux in latest and established models = 0.334733 Jy ! Adding 27 model components to the UV plane model. ! The established model now contains 44 components and 0.334733 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.125 mas, bmaj=3.458 mas, bpa=-2.626 degrees ! Estimated noise=4.62153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00370324 Jy ! Component: 100 - total flux cleaned = 0.00560108 Jy ! Component: 150 - total flux cleaned = 0.00655416 Jy ! Component: 200 - total flux cleaned = 0.00736675 Jy ! Total flux subtracted in 200 components = 0.00736675 Jy ! Clean residual min=-0.002334 max=0.002448 Jy/beam ! Clean residual mean=-0.000005 rms=0.000664 Jy/beam ! Combined flux in latest and established models = 0.342099 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.000722907 Jy ! Component: 100 - total flux cleaned = 0.00137182 Jy ! Component: 150 - total flux cleaned = 0.00190746 Jy ! Component: 200 - total flux cleaned = 0.00234953 Jy ! Total flux subtracted in 200 components = 0.00234953 Jy ! Clean residual min=-0.001911 max=0.002052 Jy/beam ! Clean residual mean=-0.000004 rms=0.000571 Jy/beam ! Combined flux in latest and established models = 0.344449 Jy ! Adding 54 model components to the UV plane model. ! The established model now contains 95 components and 0.344449 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8136 mas, bmaj=2.85 mas, bpa=-2.336 degrees ! Estimated noise=3.69179 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000203972 Jy ! Component: 100 - total flux cleaned = 0.000530798 Jy ! Component: 150 - total flux cleaned = 0.000832447 Jy ! Component: 200 - total flux cleaned = 0.00106178 Jy ! Total flux subtracted in 200 components = 0.00106178 Jy ! Clean residual min=-0.002422 max=0.002247 Jy/beam ! Clean residual mean=-0.000002 rms=0.000541 Jy/beam ! Combined flux in latest and established models = 0.345511 Jy selfcal ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 118 components and 0.345511 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090791Jy sigma=0.177391 ! Fit after self-cal, rms=0.090781Jy sigma=0.177373 wmodel /g0/scr/pima/npcsb_uvs/J1506+8319_X_map.mod ! Writing 118 model components to file: /g0/scr/pima/npcsb_uvs/J1506+8319_X_map.mod wobs /g0/scr/pima/npcsb_uvs/J1506+8319_X_uvs.fits ! Writing UV FITS file: /g0/scr/pima/npcsb_uvs/J1506+8319_X_uvs.fits wwins /g0/scr/pima/npcsb_uvs/J1506+8319_X_map.win ! wwins: Wrote 4 windows to /g0/scr/pima/npcsb_uvs/J1506+8319_X_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.000441329 Jy ! Component: 100 - total flux cleaned = -0.000441543 Jy ! Component: 150 - total flux cleaned = -0.000514377 Jy ! Component: 200 - total flux cleaned = -0.000513151 Jy ! Component: 250 - total flux cleaned = -0.000445357 Jy ! Component: 300 - total flux cleaned = -0.000478257 Jy ! Component: 350 - total flux cleaned = -0.00050985 Jy ! Component: 400 - total flux cleaned = -0.000605087 Jy ! Component: 450 - total flux cleaned = -0.000698419 Jy ! Component: 500 - total flux cleaned = -0.000790301 Jy ! Component: 550 - total flux cleaned = -0.000880794 Jy ! Component: 600 - total flux cleaned = -0.00108804 Jy ! Component: 650 - total flux cleaned = -0.00114614 Jy ! Component: 700 - total flux cleaned = -0.00117551 Jy ! Component: 750 - total flux cleaned = -0.00128973 Jy ! Component: 800 - total flux cleaned = -0.00131774 Jy ! Component: 850 - total flux cleaned = -0.00131806 Jy ! Component: 900 - total flux cleaned = -0.00137308 Jy ! Component: 950 - total flux cleaned = -0.00145461 Jy ! Component: 1000 - total flux cleaned = -0.00153545 Jy ! Component: 1050 - total flux cleaned = -0.00158878 Jy ! Component: 1100 - total flux cleaned = -0.00161546 Jy ! Component: 1150 - total flux cleaned = -0.0017208 Jy ! Component: 1200 - total flux cleaned = -0.00195495 Jy ! Component: 1250 - total flux cleaned = -0.00203212 Jy ! Component: 1300 - total flux cleaned = -0.00213439 Jy ! Component: 1350 - total flux cleaned = -0.00233762 Jy ! Component: 1400 - total flux cleaned = -0.00236308 Jy ! Component: 1450 - total flux cleaned = -0.00248842 Jy ! Component: 1500 - total flux cleaned = -0.00256307 Jy ! Component: 1550 - total flux cleaned = -0.00273594 Jy ! Component: 1600 - total flux cleaned = -0.00285843 Jy ! Component: 1650 - total flux cleaned = -0.00298046 Jy ! Component: 1700 - total flux cleaned = -0.00310137 Jy ! Component: 1750 - total flux cleaned = -0.00317334 Jy ! Component: 1800 - total flux cleaned = -0.00334061 Jy ! Component: 1850 - total flux cleaned = -0.00343522 Jy ! Component: 1900 - total flux cleaned = -0.00348238 Jy ! Component: 1950 - total flux cleaned = -0.00364621 Jy ! Component: 2000 - total flux cleaned = -0.00376249 Jy ! Component: 2050 - total flux cleaned = -0.00378531 Jy ! Component: 2100 - total flux cleaned = -0.00399188 Jy ! Component: 2150 - total flux cleaned = -0.00403745 Jy ! Component: 2200 - total flux cleaned = -0.00417374 Jy ! Component: 2250 - total flux cleaned = -0.00430923 Jy ! Component: 2300 - total flux cleaned = -0.00435422 Jy ! Component: 2350 - total flux cleaned = -0.00453274 Jy ! Component: 2400 - total flux cleaned = -0.00471016 Jy ! Component: 2450 - total flux cleaned = -0.00473218 Jy ! Component: 2500 - total flux cleaned = -0.00479809 Jy ! Component: 2550 - total flux cleaned = -0.00492908 Jy ! Component: 2600 - total flux cleaned = -0.00499442 Jy ! Component: 2650 - total flux cleaned = -0.00516743 Jy ! Component: 2700 - total flux cleaned = -0.00525353 Jy ! Component: 2750 - total flux cleaned = -0.00529605 Jy ! Component: 2800 - total flux cleaned = -0.00544495 Jy ! Component: 2850 - total flux cleaned = -0.00552947 Jy ! Component: 2900 - total flux cleaned = -0.00567672 Jy ! Component: 2950 - total flux cleaned = -0.00571863 Jy ! Component: 3000 - total flux cleaned = -0.00584374 Jy ! Component: 3050 - total flux cleaned = -0.00592659 Jy ! Component: 3100 - total flux cleaned = -0.00602937 Jy ! Component: 3150 - total flux cleaned = -0.00611146 Jy ! Component: 3200 - total flux cleaned = -0.00631543 Jy ! Component: 3250 - total flux cleaned = -0.00629508 Jy ! Component: 3300 - total flux cleaned = -0.00641622 Jy ! Component: 3350 - total flux cleaned = -0.00655694 Jy ! Component: 3400 - total flux cleaned = -0.00663672 Jy ! Component: 3450 - total flux cleaned = -0.00669646 Jy ! Component: 3500 - total flux cleaned = -0.00683509 Jy ! Component: 3550 - total flux cleaned = -0.00687453 Jy ! Component: 3600 - total flux cleaned = -0.00689413 Jy ! Component: 3650 - total flux cleaned = -0.00708932 Jy ! Component: 3700 - total flux cleaned = -0.00720573 Jy ! Component: 3750 - total flux cleaned = -0.00718624 Jy ! Component: 3800 - total flux cleaned = -0.00726332 Jy ! Component: 3850 - total flux cleaned = -0.00726341 Jy ! Component: 3900 - total flux cleaned = -0.00739669 Jy ! Component: 3950 - total flux cleaned = -0.00751033 Jy ! Component: 4000 - total flux cleaned = -0.00752904 Jy ! Component: 4050 - total flux cleaned = -0.00760423 Jy ! Total flux subtracted in 4096 components = -0.00758551 Jy ! Clean residual min=-0.001049 max=0.001216 Jy/beam ! Clean residual mean=-0.000000 rms=0.000332 Jy/beam ! Combined flux in latest and established models = 0.337925 Jy keep ! Adding 292 model components to the UV plane model. ! The established model now contains 410 components and 0.337925 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/g0/scr/pima/npcsb_uvs/J1506+8319_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8136 x 2.85 at -2.336 degrees (North through East) ! Clean map min=-0.0019034 max=0.309 Jy/beam ! Writing clean map to FITS file: /g0/scr/pima/npcsb_uvs/J1506+8319_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.309002 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000331955 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.322284 0.322284 0.644569 1.28914 2.57827 5.15655 10.3131 20.6262 41.2524 82.5048 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.309 quit ! Quitting program ! Log file /g0/scr/pima/npcsb_uvs/J1506+8319_X_uvs.log closed on Wed Sep 25 00:06:10 2013