! Started logfile: /scr/pima/bp171a7_uvs/J1354+6645_X_uvs.log on Sun May 12 14:05:25 2013 obs /scr/pima/bp171a7_uvs/J1354+6645_X_uva.fits ! Reading UV FITS file: /scr/pima/bp171a7_uvs/J1354+6645_X_uva.fits ! AN table 1: 12 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.798611 visibilities/baseline/integration-bin. ! Found source: J1354+6645 ! ! 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.40797e+09 3.2e+07 1 3.2e+07 ! 02 2 7.43997e+09 3.2e+07 1 3.2e+07 ! 03 3 7.47197e+09 3.2e+07 1 3.2e+07 ! 04 4 7.56797e+09 3.2e+07 1 3.2e+07 ! 05 5 7.75997e+09 3.2e+07 1 3.2e+07 ! 06 6 7.79197e+09 3.2e+07 1 3.2e+07 ! 07 7 7.82397e+09 3.2e+07 1 3.2e+07 ! 08 8 7.85597e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 2760 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/bp171a7_uvs/J1354+6645_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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.985587Jy sigma=0.696829 ! Fit after self-cal, rms=0.930723Jy sigma=0.658038 ! 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.7013 mas, bmaj=3.187 mas, bpa=42.92 degrees ! Estimated noise=31.6838 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.0530366 Jy ! Component: 100 - total flux cleaned = 0.0646322 Jy ! Total flux subtracted in 100 components = 0.0646322 Jy ! Clean residual min=-0.003240 max=0.003718 Jy/beam ! Clean residual mean=0.000011 rms=0.000804 Jy/beam ! Combined flux in latest and established models = 0.0646322 Jy ! Performing phase self-cal ! Adding 3 model components to the UV plane model. ! The established model now contains 3 components and 0.0646322 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.027985Jy sigma=0.019785 ! Fit after self-cal, rms=0.027979Jy sigma=0.019781 ! 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.9129 mas, bmaj=3.31 mas, bpa=41.01 degrees ! Estimated noise=19.0371 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.0047466 Jy ! Component: 100 - total flux cleaned = 0.00686793 Jy ! Component: 150 - total flux cleaned = 0.00820709 Jy ! Component: 200 - total flux cleaned = 0.00877369 Jy ! Total flux subtracted in 200 components = 0.00877369 Jy ! Clean residual min=-0.002409 max=0.002465 Jy/beam ! Clean residual mean=0.000007 rms=0.000573 Jy/beam ! Combined flux in latest and established models = 0.0734059 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 37 components and 0.0734059 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.027226Jy sigma=0.019249 ! Fit after self-cal, rms=0.027223Jy sigma=0.019247 ! 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: ! FD 1.09 HN 0.98 KP 0.97 LA 1.12 ! MK 0.96 NL 0.97 OV 0.94 PT 0.84 ! SC 0.96 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 HN 0.93 KP 0.94 LA 0.97 ! MK 1.03 NL 1.01 OV 0.88 PT 0.97 ! SC 0.97 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.13 HN 1.02 KP 1.11 LA 0.99 ! MK 1.07 NL 1.03 OV 0.92 PT 0.90 ! SC 0.98 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.13 HN 0.99 KP 0.93 LA 0.95 ! MK 1.13 NL 1.00 OV 0.99 PT 1.00 ! SC 1.05 ! ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.02 HN 1.00 KP 1.05 LA 0.93 ! MK 0.93 NL 0.95 OV 0.99 PT 0.93 ! SC 0.97 ! ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.08 HN 1.05 KP 1.05 LA 1.05 ! MK 1.08 NL 0.97 OV 1.01 PT 0.94 ! SC 0.97 ! ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.05 HN 1.00 KP 1.03 LA 0.97 ! MK 1.07 NL 0.98 OV 1.08 PT 0.94 ! SC 0.97 ! ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! FD 1.06 HN 1.06 KP 1.16 LA 0.96 ! MK 1.06 NL 0.95 OV 1.05 PT 0.85 ! SC 1.11 ! ! ! Fit before self-cal, rms=0.027223Jy sigma=0.019247 ! Fit after self-cal, rms=0.026558Jy sigma=0.018726 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9174 mas, bmaj=3.357 mas, bpa=40.96 degrees ! Estimated noise=19.0696 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 = 5.852e-05 Jy ! Component: 100 - total flux cleaned = -2.63578e-05 Jy ! Component: 150 - total flux cleaned = -0.000101568 Jy ! Component: 200 - total flux cleaned = -0.000141953 Jy ! Total flux subtracted in 200 components = -0.000141953 Jy ! Clean residual min=-0.001591 max=0.001824 Jy/beam ! Clean residual mean=-0.000016 rms=0.000417 Jy/beam ! Combined flux in latest and established models = 0.073264 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 51 components and 0.073264 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.026541Jy sigma=0.018714 ! Fit after self-cal, rms=0.026560Jy sigma=0.018709 ! 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.026560Jy sigma=0.018709 ! Fit after self-cal, rms=0.026582Jy sigma=0.018708 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9178 mas, bmaj=3.356 mas, bpa=40.93 degrees ! Estimated noise=19.0823 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 8.65374e-05 Jy ! Component: 100 - total flux cleaned = 2.47646e-05 Jy ! Component: 150 - total flux cleaned = 2.56326e-06 Jy ! Component: 200 - total flux cleaned = -1.83398e-05 Jy ! Total flux subtracted in 200 components = -1.83398e-05 Jy ! Clean residual min=-0.001559 max=0.001811 Jy/beam ! Clean residual mean=-0.000015 rms=0.000412 Jy/beam ! Combined flux in latest and established models = 0.0732456 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 56 components and 0.0732456 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.026573Jy sigma=0.018702 ! Fit after self-cal, rms=0.026572Jy sigma=0.018701 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 (34, -12.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0015545 Jy ! Component: 100 - total flux cleaned = 0.0020394 Jy ! Component: 150 - total flux cleaned = 0.00221386 Jy ! Component: 200 - total flux cleaned = 0.00236325 Jy ! Total flux subtracted in 200 components = 0.00236325 Jy ! Clean residual min=-0.001443 max=0.001444 Jy/beam ! Clean residual mean=-0.000018 rms=0.000355 Jy/beam ! Combined flux in latest and established models = 0.0756089 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 82 components and 0.0756089 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.026459Jy sigma=0.018621 ! Fit after self-cal, rms=0.026453Jy sigma=0.018617 ! 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.026453Jy sigma=0.018617 ! Fit after self-cal, rms=0.026441Jy sigma=0.018613 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.919 mas, bmaj=3.354 mas, bpa=40.91 degrees ! Estimated noise=19.0624 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00048932 Jy ! Component: 100 - total flux cleaned = 0.000619358 Jy ! Component: 150 - total flux cleaned = 0.000718193 Jy ! Component: 200 - total flux cleaned = 0.000809826 Jy ! Total flux subtracted in 200 components = 0.000809826 Jy ! Clean residual min=-0.001390 max=0.001363 Jy/beam ! Clean residual mean=-0.000018 rms=0.000334 Jy/beam ! Combined flux in latest and established models = 0.0764187 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 100 components and 0.0764187 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.026409Jy sigma=0.018591 ! Fit after self-cal, rms=0.026408Jy sigma=0.018591 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.00024013 Jy ! Component: 100 - total flux cleaned = 0.000321732 Jy ! Component: 150 - total flux cleaned = 0.000398208 Jy ! Component: 200 - total flux cleaned = 0.000469504 Jy ! Total flux subtracted in 200 components = 0.000469504 Jy ! Clean residual min=-0.001368 max=0.001353 Jy/beam ! Clean residual mean=-0.000018 rms=0.000327 Jy/beam ! Combined flux in latest and established models = 0.0768882 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 110 components and 0.0768882 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.026391Jy sigma=0.018579 ! Fit after self-cal, rms=0.026391Jy sigma=0.018579 ! 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.026391Jy sigma=0.018579 ! Fit after self-cal, rms=0.026386Jy sigma=0.018578 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.947 mas, bmaj=4.112 mas, bpa=32.89 degrees ! Estimated noise=24.4324 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000220062 Jy ! Component: 100 - total flux cleaned = 0.000295361 Jy ! Component: 150 - total flux cleaned = 0.000295864 Jy ! Component: 200 - total flux cleaned = 0.000284582 Jy ! Total flux subtracted in 200 components = 0.000284582 Jy ! Clean residual min=-0.001585 max=0.001656 Jy/beam ! Clean residual mean=-0.000038 rms=0.000488 Jy/beam ! Combined flux in latest and established models = 0.0771728 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 127 components and 0.0771728 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.026380Jy sigma=0.018573 ! Fit after self-cal, rms=0.026380Jy sigma=0.018573 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.07569e-07 Jy ! Component: 100 - total flux cleaned = -5.79448e-07 Jy ! Component: 150 - total flux cleaned = 1.92686e-05 Jy ! Component: 200 - total flux cleaned = 3.82234e-05 Jy ! Total flux subtracted in 200 components = 3.82234e-05 Jy ! Clean residual min=-0.001571 max=0.001620 Jy/beam ! Clean residual mean=-0.000038 rms=0.000483 Jy/beam ! Combined flux in latest and established models = 0.077211 Jy ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 138 components and 0.077211 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.026376Jy sigma=0.018570 ! Fit after self-cal, rms=0.026376Jy sigma=0.018570 ! 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.9192 mas, bmaj=3.352 mas, bpa=40.91 degrees ! Estimated noise=19.0547 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9192 x 3.352 at 40.91 degrees (North through East) ! Clean map min=-0.0012224 max=0.069261 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.7067 mas, bmaj=3.205 mas, bpa=42.74 degrees ! Estimated noise=32.3278 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0535819 Jy ! Component: 100 - total flux cleaned = 0.0652663 Jy ! Component: 150 - total flux cleaned = 0.0680114 Jy ! Component: 200 - total flux cleaned = 0.069041 Jy ! Total flux subtracted in 200 components = 0.069041 Jy ! Clean residual min=-0.002067 max=0.002388 Jy/beam ! Clean residual mean=0.000002 rms=0.000544 Jy/beam ! Combined flux in latest and established models = 0.069041 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.069041 Jy ! Inverting map and beam ! Estimated beam: bmin=0.9192 mas, bmaj=3.352 mas, bpa=40.91 degrees ! Estimated noise=19.0547 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) ! Added new window around map position (-6.8, -4.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00225725 Jy ! Component: 100 - total flux cleaned = 0.00366557 Jy ! Component: 150 - total flux cleaned = 0.00473098 Jy ! Component: 200 - total flux cleaned = 0.00536902 Jy ! Total flux subtracted in 200 components = 0.00536902 Jy ! Clean residual min=-0.001489 max=0.001353 Jy/beam ! Clean residual mean=-0.000009 rms=0.000367 Jy/beam ! Combined flux in latest and established models = 0.07441 Jy ! Adding 38 model components to the UV plane model. ! The established model now contains 56 components and 0.07441 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=1.947 mas, bmaj=4.112 mas, bpa=32.89 degrees ! Estimated noise=24.4324 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00101256 Jy ! Component: 100 - total flux cleaned = 0.00181492 Jy ! Component: 150 - total flux cleaned = 0.00233983 Jy ! Component: 200 - total flux cleaned = 0.00283035 Jy ! Total flux subtracted in 200 components = 0.00283035 Jy ! Clean residual min=-0.001708 max=0.001395 Jy/beam ! Clean residual mean=-0.000031 rms=0.000458 Jy/beam ! Combined flux in latest and established models = 0.0772404 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.000329123 Jy ! Component: 100 - total flux cleaned = 0.000485935 Jy ! Component: 150 - total flux cleaned = 0.000576599 Jy ! Component: 200 - total flux cleaned = 0.000661781 Jy ! Total flux subtracted in 200 components = 0.000661781 Jy ! Clean residual min=-0.001596 max=0.001374 Jy/beam ! Clean residual mean=-0.000031 rms=0.000432 Jy/beam ! Combined flux in latest and established models = 0.0779022 Jy ! Adding 73 model components to the UV plane model. ! The established model now contains 127 components and 0.0779021 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.9192 mas, bmaj=3.352 mas, bpa=40.91 degrees ! Estimated noise=19.0547 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000136663 Jy ! Component: 100 - total flux cleaned = -8.30269e-05 Jy ! Component: 150 - total flux cleaned = 0.000106918 Jy ! Component: 200 - total flux cleaned = 0.000190991 Jy ! Total flux subtracted in 200 components = 0.000190991 Jy ! Clean residual min=-0.001242 max=0.001201 Jy/beam ! Clean residual mean=-0.000014 rms=0.000299 Jy/beam ! Combined flux in latest and established models = 0.0780931 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 150 components and 0.0780931 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.026361Jy sigma=0.018558 ! Fit after self-cal, rms=0.026355Jy sigma=0.018554 wmodel /scr/pima/bp171a7_uvs/J1354+6645_X_map.mod ! Writing 150 model components to file: /scr/pima/bp171a7_uvs/J1354+6645_X_map.mod wobs /scr/pima/bp171a7_uvs/J1354+6645_X_uvs.fits ! Writing UV FITS file: /scr/pima/bp171a7_uvs/J1354+6645_X_uvs.fits wwins /scr/pima/bp171a7_uvs/J1354+6645_X_map.win ! wwins: Wrote 3 windows to /scr/pima/bp171a7_uvs/J1354+6645_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.000120996 Jy ! Component: 100 - total flux cleaned = 0.000261956 Jy ! Component: 150 - total flux cleaned = 0.000337885 Jy ! Component: 200 - total flux cleaned = 0.000391923 Jy ! Component: 250 - total flux cleaned = 0.000356822 Jy ! Component: 300 - total flux cleaned = 0.000306956 Jy ! Component: 350 - total flux cleaned = 0.000244163 Jy ! Component: 400 - total flux cleaned = 0.000198985 Jy ! Component: 450 - total flux cleaned = 0.000184013 Jy ! Component: 500 - total flux cleaned = 0.00015539 Jy ! Component: 550 - total flux cleaned = 0.000127997 Jy ! Component: 600 - total flux cleaned = 0.000127944 Jy ! Component: 650 - total flux cleaned = 0.000101763 Jy ! Component: 700 - total flux cleaned = 0.000114378 Jy ! Component: 750 - total flux cleaned = 8.97043e-05 Jy ! Component: 800 - total flux cleaned = 4.10608e-05 Jy ! Component: 850 - total flux cleaned = 4.10093e-05 Jy ! Component: 900 - total flux cleaned = 2.89743e-05 Jy ! Component: 950 - total flux cleaned = -5.6067e-06 Jy ! Component: 1000 - total flux cleaned = 5.431e-06 Jy ! Component: 1050 - total flux cleaned = -2.7481e-05 Jy ! Component: 1100 - total flux cleaned = -7.02582e-05 Jy ! Component: 1150 - total flux cleaned = -8.06003e-05 Jy ! Component: 1200 - total flux cleaned = -0.00012187 Jy ! Component: 1250 - total flux cleaned = -0.000142315 Jy ! Component: 1300 - total flux cleaned = -0.000172498 Jy ! Component: 1350 - total flux cleaned = -0.000192125 Jy ! Component: 1400 - total flux cleaned = -0.0001919 Jy ! Component: 1450 - total flux cleaned = -0.000182319 Jy ! Component: 1500 - total flux cleaned = -0.000191837 Jy ! Component: 1550 - total flux cleaned = -0.000201173 Jy ! Component: 1600 - total flux cleaned = -0.00019192 Jy ! Component: 1650 - total flux cleaned = -0.000164738 Jy ! Component: 1700 - total flux cleaned = -0.000155695 Jy ! Component: 1750 - total flux cleaned = -0.000155773 Jy ! Component: 1800 - total flux cleaned = -0.000147203 Jy ! Component: 1850 - total flux cleaned = -0.000190264 Jy ! Component: 1900 - total flux cleaned = -0.000198733 Jy ! Component: 1950 - total flux cleaned = -0.000207084 Jy ! Component: 2000 - total flux cleaned = -0.000215432 Jy ! Component: 2050 - total flux cleaned = -0.000231874 Jy ! Component: 2100 - total flux cleaned = -0.000199323 Jy ! Component: 2150 - total flux cleaned = -0.000231678 Jy ! Component: 2200 - total flux cleaned = -0.000263478 Jy ! Component: 2250 - total flux cleaned = -0.000287001 Jy ! Component: 2300 - total flux cleaned = -0.000302488 Jy ! Component: 2350 - total flux cleaned = -0.000279232 Jy ! Component: 2400 - total flux cleaned = -0.000241046 Jy ! Component: 2450 - total flux cleaned = -0.000248679 Jy ! Component: 2500 - total flux cleaned = -0.000218606 Jy ! Component: 2550 - total flux cleaned = -0.000203637 Jy ! Component: 2600 - total flux cleaned = -0.000188877 Jy ! Component: 2650 - total flux cleaned = -0.00018147 Jy ! Component: 2700 - total flux cleaned = -0.000152244 Jy ! Component: 2750 - total flux cleaned = -0.000130417 Jy ! Component: 2800 - total flux cleaned = -9.44568e-05 Jy ! Component: 2850 - total flux cleaned = -7.29643e-05 Jy ! Component: 2900 - total flux cleaned = -1.63132e-05 Jy ! Component: 2950 - total flux cleaned = 1.88015e-05 Jy ! Component: 3000 - total flux cleaned = 5.37332e-05 Jy ! Component: 3050 - total flux cleaned = 0.00010933 Jy ! Component: 3100 - total flux cleaned = 0.000143837 Jy ! Component: 3150 - total flux cleaned = 0.000205581 Jy ! Component: 3200 - total flux cleaned = 0.000253281 Jy ! Component: 3250 - total flux cleaned = 0.000307425 Jy ! Component: 3300 - total flux cleaned = 0.000347781 Jy ! Component: 3350 - total flux cleaned = 0.000374543 Jy ! Component: 3400 - total flux cleaned = 0.000434432 Jy ! Component: 3450 - total flux cleaned = 0.000460859 Jy ! Component: 3500 - total flux cleaned = 0.000506925 Jy ! Component: 3550 - total flux cleaned = 0.000533047 Jy ! Component: 3600 - total flux cleaned = 0.000591573 Jy ! Component: 3650 - total flux cleaned = 0.000604426 Jy ! Component: 3700 - total flux cleaned = 0.000636556 Jy ! Component: 3750 - total flux cleaned = 0.000649336 Jy ! Component: 3800 - total flux cleaned = 0.000668397 Jy ! Component: 3850 - total flux cleaned = 0.000712686 Jy ! Component: 3900 - total flux cleaned = 0.000700046 Jy ! Component: 3950 - total flux cleaned = 0.000737635 Jy ! Component: 4000 - total flux cleaned = 0.000737646 Jy ! Component: 4050 - total flux cleaned = 0.000768643 Jy ! Total flux subtracted in 4096 components = 0.000781027 Jy ! Clean residual min=-0.000338 max=0.000375 Jy/beam ! Clean residual mean=-0.000001 rms=0.000106 Jy/beam ! Combined flux in latest and established models = 0.0788741 Jy keep ! Adding 265 model components to the UV plane model. ! The established model now contains 415 components and 0.0788742 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bp171a7_uvs/J1354+6645_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.9192 x 3.352 at 40.91 degrees (North through East) ! Clean map min=-0.00094567 max=0.069027 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171a7_uvs/J1354+6645_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0690268 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000106668 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.463592 0.463592 0.927185 1.85437 3.70874 7.41748 14.835 29.6699 59.3398 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.069 quit ! Quitting program ! Log file /scr/pima/bp171a7_uvs/J1354+6645_X_uvs.log closed on Sun May 12 14:05:29 2013