! Started logfile: /scr/pima/bp171ae_uvs/J1631-2817_X_uvs.log on Sat Oct 12 00:32:09 2013 obs /scr/pima/bp171ae_uvs/J1631-2817_X_uva.fits ! Reading UV FITS file: /scr/pima/bp171ae_uvs/J1631-2817_X_uva.fits ! AN table 1: 13 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.574359 visibilities/baseline/integration-bin. ! Found source: J1631-2817 ! ! There are 8 IFs, and a total of 8 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 7.392e+09 3.2e+07 1 3.2e+07 ! 02 2 7.424e+09 3.2e+07 1 3.2e+07 ! 03 3 7.456e+09 3.2e+07 1 3.2e+07 ! 04 4 7.552e+09 3.2e+07 1 3.2e+07 ! 05 5 7.744e+09 3.2e+07 1 3.2e+07 ! 06 6 7.776e+09 3.2e+07 1 3.2e+07 ! 07 7 7.808e+09 3.2e+07 1 3.2e+07 ! 08 8 7.84e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 896 visibilities. select RR ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 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 /scr/pima/bp171ae_uvs/J1631-2817_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 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 15 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001328Jy sigma=0.738399 ! Fit after self-cal, rms=0.987034Jy sigma=0.719390 ! 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=4.093 mas, bmaj=9.563 mas, bpa=12.11 degrees ! Estimated noise=44.3072 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.0146442 Jy ! Component: 100 - total flux cleaned = 0.0183648 Jy ! Total flux subtracted in 100 components = 0.0183648 Jy ! Clean residual min=-0.001981 max=0.001965 Jy/beam ! Clean residual mean=-0.000009 rms=0.000781 Jy/beam ! Combined flux in latest and established models = 0.0183648 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 18 components and 0.0183648 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.019748Jy sigma=0.014750 ! Fit after self-cal, rms=0.017993Jy sigma=0.013645 ! 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=4.185 mas, bmaj=10.77 mas, bpa=12.62 degrees ! Estimated noise=38.7986 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.00179352 Jy ! Component: 100 - total flux cleaned = 0.00232513 Jy ! Component: 150 - total flux cleaned = 0.00250268 Jy ! Component: 200 - total flux cleaned = 0.00246003 Jy ! Total flux subtracted in 200 components = 0.00246003 Jy ! Clean residual min=-0.000544 max=0.000542 Jy/beam ! Clean residual mean=-0.000003 rms=0.000254 Jy/beam ! Combined flux in latest and established models = 0.0208248 Jy ! Performing phase self-cal ! Adding 84 model components to the UV plane model. ! The established model now contains 101 components and 0.0208248 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.018329Jy sigma=0.012779 ! Fit after self-cal, rms=0.018312Jy sigma=0.012757 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.80 KP 0.98 LA 1.02 NL 1.00* ! OV 0.96 PT 1.02 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.10 KP 0.69 LA 1.05 NL 1.00* ! OV 0.99 PT 0.95 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 KP 0.96 LA 0.68 NL 1.00* ! OV 1.11 PT 1.17 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.18 KP 0.80 LA 0.75 NL 1.00* ! OV 1.08 PT 0.94 ! ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.70 KP 0.98 LA 1.32 NL 1.00* ! OV 0.82 PT 0.89 ! ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 KP 0.88 LA 0.85 NL 1.00* ! OV 1.07 PT 1.06 ! ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 KP 0.85 LA 0.98 NL 1.00* ! OV 1.10 PT 0.86 ! ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.39 KP 1.19 LA 0.83 NL 1.00* ! OV 1.16 PT 0.77 ! ! ! Fit before self-cal, rms=0.018312Jy sigma=0.012757 ! Fit after self-cal, rms=0.015377Jy sigma=0.009699 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=4.288 mas, bmaj=10.56 mas, bpa=13.39 degrees ! Estimated noise=34.4868 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.00178876 Jy ! Component: 100 - total flux cleaned = -0.00157805 Jy ! Component: 150 - total flux cleaned = -0.00144017 Jy ! Component: 200 - total flux cleaned = -0.0011839 Jy ! Total flux subtracted in 200 components = -0.0011839 Jy ! Clean residual min=-0.000253 max=0.000254 Jy/beam ! Clean residual mean=-0.000001 rms=0.000118 Jy/beam ! Combined flux in latest and established models = 0.0196409 Jy ! Performing phase self-cal ! Adding 69 model components to the UV plane model. ! The established model now contains 169 components and 0.0196409 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.014268Jy sigma=0.009978 ! Fit after self-cal, rms=0.014436Jy sigma=0.009936 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.014436Jy sigma=0.009936 ! Fit after self-cal, rms=0.013379Jy sigma=0.009613 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.336 mas, bmaj=10.58 mas, bpa=13.37 degrees ! Estimated noise=29.4835 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0020458 Jy ! Component: 100 - total flux cleaned = -0.00206516 Jy ! Component: 150 - total flux cleaned = -0.00188332 Jy ! Component: 200 - total flux cleaned = -0.00178493 Jy ! Total flux subtracted in 200 components = -0.00178493 Jy ! Clean residual min=-0.000181 max=0.000181 Jy/beam ! Clean residual mean=-0.000001 rms=0.000084 Jy/beam ! Combined flux in latest and established models = 0.017856 Jy selfcal ! Performing phase self-cal ! Adding 74 model components to the UV plane model. ! The established model now contains 231 components and 0.017856 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.012424Jy sigma=0.009929 ! Fit after self-cal, rms=0.012461Jy sigma=0.009916 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 = 3.99402e-06 Jy ! Component: 100 - total flux cleaned = 2.62949e-05 Jy ! Component: 150 - total flux cleaned = 6.30878e-05 Jy ! Component: 200 - total flux cleaned = 6.39713e-05 Jy ! Total flux subtracted in 200 components = 6.39713e-05 Jy ! Clean residual min=-0.000121 max=0.000120 Jy/beam ! Clean residual mean=-0.000000 rms=0.000046 Jy/beam ! Combined flux in latest and established models = 0.0179199 Jy ! Performing phase self-cal ! Adding 89 model components to the UV plane model. ! The established model now contains 313 components and 0.0179199 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.012398Jy sigma=0.009938 ! Fit after self-cal, rms=0.012416Jy sigma=0.009927 ! Inverting map ! Added new window around map position (50.6, 9). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.06003e-05 Jy ! Component: 100 - total flux cleaned = 0.000162061 Jy ! Component: 150 - total flux cleaned = 0.000217524 Jy ! Component: 200 - total flux cleaned = 0.000249494 Jy ! Total flux subtracted in 200 components = 0.000249494 Jy ! Clean residual min=-0.000233 max=0.000238 Jy/beam ! Clean residual mean=-0.000000 rms=0.000059 Jy/beam ! Combined flux in latest and established models = 0.0181694 Jy ! Performing phase self-cal ! Adding 81 model components to the UV plane model. ! The established model now contains 393 components and 0.0181694 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.012384Jy sigma=0.009943 ! Fit after self-cal, rms=0.012382Jy sigma=0.009936 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.012382Jy sigma=0.009936 ! Fit after self-cal, rms=0.011284Jy sigma=0.009554 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.37 mas, bmaj=10.64 mas, bpa=13.33 degrees ! Estimated noise=24.7739 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0014835 Jy ! Component: 100 - total flux cleaned = -0.00199806 Jy ! Component: 150 - total flux cleaned = -0.00222331 Jy ! Component: 200 - total flux cleaned = -0.00234199 Jy ! Total flux subtracted in 200 components = -0.00234199 Jy ! Clean residual min=-0.001051 max=0.000761 Jy/beam ! Clean residual mean=0.000001 rms=0.000204 Jy/beam ! Combined flux in latest and established models = 0.0158275 Jy selfcal ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 445 components and 0.0158275 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.010709Jy sigma=0.009793 ! Fit after self-cal, rms=0.010722Jy sigma=0.009730 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.000366909 Jy ! Component: 100 - total flux cleaned = -0.000343839 Jy ! Component: 150 - total flux cleaned = -0.000297735 Jy ! Component: 200 - total flux cleaned = -0.000267557 Jy ! Total flux subtracted in 200 components = -0.000267557 Jy ! Clean residual min=-0.000430 max=0.000275 Jy/beam ! Clean residual mean=0.000000 rms=0.000096 Jy/beam ! Combined flux in latest and established models = 0.0155599 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 472 components and 0.0155599 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.010584Jy sigma=0.009837 ! Fit after self-cal, rms=0.010596Jy sigma=0.009826 ! 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. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.010596Jy sigma=0.009826 ! Fit after self-cal, rms=0.009855Jy sigma=0.009529 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.525 mas, bmaj=10.72 mas, bpa=13.23 degrees ! Estimated noise=21.2221 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00118649 Jy ! Component: 100 - total flux cleaned = -0.00159229 Jy ! Component: 150 - total flux cleaned = -0.00176336 Jy ! Component: 200 - total flux cleaned = -0.00182513 Jy ! Total flux subtracted in 200 components = -0.00182513 Jy ! Clean residual min=-0.000984 max=0.000692 Jy/beam ! Clean residual mean=0.000001 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.0137348 Jy selfcal ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 497 components and 0.0137348 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.009434Jy sigma=0.009743 ! Fit after self-cal, rms=0.009445Jy sigma=0.009680 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.000314963 Jy ! Component: 100 - total flux cleaned = -0.000303983 Jy ! Component: 150 - total flux cleaned = -0.000250611 Jy ! Component: 200 - total flux cleaned = -0.00020937 Jy ! Total flux subtracted in 200 components = -0.00020937 Jy ! Clean residual min=-0.000509 max=0.000313 Jy/beam ! Clean residual mean=0.000001 rms=0.000122 Jy/beam ! Combined flux in latest and established models = 0.0135254 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 520 components and 0.0135254 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.009329Jy sigma=0.009782 ! Fit after self-cal, rms=0.009339Jy sigma=0.009770 ! 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=4.42 mas, bmaj=10.66 mas, bpa=13.27 degrees ! Estimated noise=21.3176 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.42 x 10.66 at 13.27 degrees (North through East) ! Clean map min=-0.0035229 max=0.011457 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=4.299 mas, bmaj=9.511 mas, bpa=12.55 degrees ! Estimated noise=24.4373 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0056999 Jy ! Component: 100 - total flux cleaned = 0.00784475 Jy ! Component: 150 - total flux cleaned = 0.00912268 Jy ! Component: 200 - total flux cleaned = 0.00973221 Jy ! Total flux subtracted in 200 components = 0.00973221 Jy ! Clean residual min=-0.005192 max=0.006498 Jy/beam ! Clean residual mean=-0.000018 rms=0.001547 Jy/beam ! Combined flux in latest and established models = 0.00973221 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 48 model components to the UV plane model. ! The established model now contains 48 components and 0.00973221 Jy ! Inverting map and beam ! Estimated beam: bmin=4.42 mas, bmaj=10.66 mas, bpa=13.27 degrees ! Estimated noise=21.3176 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.000559614 Jy ! Component: 100 - total flux cleaned = 0.000827735 Jy ! Component: 150 - total flux cleaned = 0.00105482 Jy ! Component: 200 - total flux cleaned = 0.00124186 Jy ! Total flux subtracted in 200 components = 0.00124186 Jy ! Clean residual min=-0.003800 max=0.004857 Jy/beam ! Clean residual mean=-0.000010 rms=0.001172 Jy/beam ! Combined flux in latest and established models = 0.0109741 Jy ! Adding 62 model components to the UV plane model. ! The established model now contains 110 components and 0.0109741 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=4.525 mas, bmaj=10.72 mas, bpa=13.23 degrees ! Estimated noise=21.2221 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000122607 Jy ! Component: 100 - total flux cleaned = 0.000198356 Jy ! Component: 150 - total flux cleaned = 0.000236043 Jy ! Component: 200 - total flux cleaned = 0.000291692 Jy ! Total flux subtracted in 200 components = 0.000291692 Jy ! Clean residual min=-0.003537 max=0.004513 Jy/beam ! Clean residual mean=-0.000009 rms=0.001088 Jy/beam ! Combined flux in latest and established models = 0.0112658 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 = 5.4601e-05 Jy ! Component: 100 - total flux cleaned = 0.0001081 Jy ! Component: 150 - total flux cleaned = 0.000161636 Jy ! Component: 200 - total flux cleaned = 0.000214112 Jy ! Total flux subtracted in 200 components = 0.000214112 Jy ! Clean residual min=-0.003591 max=0.004469 Jy/beam ! Clean residual mean=-0.000009 rms=0.001078 Jy/beam ! Combined flux in latest and established models = 0.0114799 Jy ! Adding 21 model components to the UV plane model. ! The established model now contains 122 components and 0.0114799 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.42 mas, bmaj=10.66 mas, bpa=13.27 degrees ! Estimated noise=21.3176 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.51387e-05 Jy ! Component: 100 - total flux cleaned = 9.03871e-05 Jy ! Component: 150 - total flux cleaned = 0.000159481 Jy ! Component: 200 - total flux cleaned = 0.000210949 Jy ! Total flux subtracted in 200 components = 0.000210949 Jy ! Clean residual min=-0.003713 max=0.004536 Jy/beam ! Clean residual mean=-0.000011 rms=0.001127 Jy/beam ! Combined flux in latest and established models = 0.0116908 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 126 components and 0.0116908 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.010751Jy sigma=0.014645 ! Fit after self-cal, rms=0.009302Jy sigma=0.012205 wmodel /scr/pima/bp171ae_uvs/J1631-2817_X_map.mod ! Writing 126 model components to file: /scr/pima/bp171ae_uvs/J1631-2817_X_map.mod wobs /scr/pima/bp171ae_uvs/J1631-2817_X_uvs.fits ! Writing UV FITS file: /scr/pima/bp171ae_uvs/J1631-2817_X_uvs.fits wwins /scr/pima/bp171ae_uvs/J1631-2817_X_map.win ! wwins: Wrote 1 windows to /scr/pima/bp171ae_uvs/J1631-2817_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.00107511 Jy ! Component: 100 - total flux cleaned = 0.00102106 Jy ! Component: 150 - total flux cleaned = 0.000944147 Jy ! Component: 200 - total flux cleaned = 0.000924172 Jy ! Component: 250 - total flux cleaned = 0.00111393 Jy ! Component: 300 - total flux cleaned = 0.00128115 Jy ! Component: 350 - total flux cleaned = 0.00134373 Jy ! Component: 400 - total flux cleaned = 0.00126432 Jy ! Component: 450 - total flux cleaned = 0.0011787 Jy ! Component: 500 - total flux cleaned = 0.00112189 Jy ! Component: 550 - total flux cleaned = 0.00110061 Jy ! Component: 600 - total flux cleaned = 0.00112976 Jy ! Component: 650 - total flux cleaned = 0.00116664 Jy ! Component: 700 - total flux cleaned = 0.00119328 Jy ! Component: 750 - total flux cleaned = 0.00122678 Jy ! Component: 800 - total flux cleaned = 0.00118704 Jy ! Component: 850 - total flux cleaned = 0.00117937 Jy ! Component: 900 - total flux cleaned = 0.00117936 Jy ! Component: 950 - total flux cleaned = 0.00116412 Jy ! Component: 1000 - total flux cleaned = 0.00114878 Jy ! Component: 1050 - total flux cleaned = 0.00114097 Jy ! Component: 1100 - total flux cleaned = 0.00113313 Jy ! Component: 1150 - total flux cleaned = 0.00112525 Jy ! Component: 1200 - total flux cleaned = 0.00110934 Jy ! Component: 1250 - total flux cleaned = 0.00110128 Jy ! Component: 1300 - total flux cleaned = 0.00109309 Jy ! Component: 1350 - total flux cleaned = 0.00108462 Jy ! Component: 1400 - total flux cleaned = 0.00107597 Jy ! Component: 1450 - total flux cleaned = 0.00107598 Jy ! Component: 1500 - total flux cleaned = 0.00107599 Jy ! Component: 1550 - total flux cleaned = 0.00106605 Jy ! Component: 1600 - total flux cleaned = 0.00106595 Jy ! Component: 1650 - total flux cleaned = 0.00107676 Jy ! Component: 1700 - total flux cleaned = 0.00106542 Jy ! Component: 1750 - total flux cleaned = 0.00107715 Jy ! Component: 1800 - total flux cleaned = 0.00107744 Jy ! Component: 1850 - total flux cleaned = 0.00106478 Jy ! Component: 1900 - total flux cleaned = 0.00105126 Jy ! Component: 1950 - total flux cleaned = 0.00105134 Jy ! Component: 2000 - total flux cleaned = 0.00103679 Jy ! Component: 2050 - total flux cleaned = 0.00102139 Jy ! Component: 2100 - total flux cleaned = 0.00102118 Jy ! Component: 2150 - total flux cleaned = 0.00100461 Jy ! Component: 2200 - total flux cleaned = 0.000986776 Jy ! Component: 2250 - total flux cleaned = 0.000967824 Jy ! Component: 2300 - total flux cleaned = 0.000967701 Jy ! Component: 2350 - total flux cleaned = 0.000948776 Jy ! Component: 2400 - total flux cleaned = 0.00090752 Jy ! Component: 2450 - total flux cleaned = 0.000864159 Jy ! Component: 2500 - total flux cleaned = 0.000841455 Jy ! Component: 2550 - total flux cleaned = 0.000817597 Jy ! Component: 2600 - total flux cleaned = 0.000768933 Jy ! Component: 2650 - total flux cleaned = 0.000743657 Jy ! Component: 2700 - total flux cleaned = 0.000690471 Jy ! Component: 2750 - total flux cleaned = 0.000662374 Jy ! Component: 2800 - total flux cleaned = 0.000603918 Jy ! Component: 2850 - total flux cleaned = 0.000542095 Jy ! Component: 2900 - total flux cleaned = 0.000510006 Jy ! Component: 2950 - total flux cleaned = 0.000476961 Jy ! Component: 3000 - total flux cleaned = 0.000406538 Jy ! Component: 3050 - total flux cleaned = 0.000331999 Jy ! Component: 3100 - total flux cleaned = 0.000293462 Jy ! Component: 3150 - total flux cleaned = 0.00025309 Jy ! Component: 3200 - total flux cleaned = 0.000211424 Jy ! Component: 3250 - total flux cleaned = 0.000123724 Jy ! Component: 3300 - total flux cleaned = 7.84283e-05 Jy ! Component: 3350 - total flux cleaned = -1.65809e-05 Jy ! Component: 3400 - total flux cleaned = -6.61465e-05 Jy ! Component: 3450 - total flux cleaned = -0.000117079 Jy ! Component: 3500 - total flux cleaned = -0.000281404 Jy ! Component: 3550 - total flux cleaned = -0.000338589 Jy ! Component: 3600 - total flux cleaned = -0.000459015 Jy ! Component: 3650 - total flux cleaned = -0.000523082 Jy ! Component: 3700 - total flux cleaned = -0.000589887 Jy ! Component: 3750 - total flux cleaned = -0.000590112 Jy ! Component: 3800 - total flux cleaned = -0.000662557 Jy ! Component: 3850 - total flux cleaned = -0.000737857 Jy ! Component: 3900 - total flux cleaned = -0.000816786 Jy ! Component: 3950 - total flux cleaned = -0.000817031 Jy ! Component: 4000 - total flux cleaned = -0.000901291 Jy ! Component: 4050 - total flux cleaned = -0.000991487 Jy ! Total flux subtracted in 4096 components = -0.000991508 Jy ! Clean residual min=-0.005347 max=0.005041 Jy/beam ! Clean residual mean=-0.000010 rms=0.001828 Jy/beam ! Combined flux in latest and established models = 0.0106993 Jy keep ! Adding 222 model components to the UV plane model. ! The established model now contains 342 components and 0.0106993 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bp171ae_uvs/J1631-2817_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.42 x 10.66 at 13.27 degrees (North through East) ! Clean map min=-0.012769 max=0.012139 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171ae_uvs/J1631-2817_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.012139 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00190277 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -47.0244 47.0244 94.0488 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0057 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.012 quit ! Quitting program ! Log file /scr/pima/bp171ae_uvs/J1631-2817_X_uvs.log closed on Sat Oct 12 00:32:13 2013