! Started logfile: /scr/pima/bp171ag_uvs/J2340+0002_C_uvs.log on Fri Oct 11 03:48:42 2013 obs /scr/pima/bp171ag_uvs/J2340+0002_C_uva.fits ! Reading UV FITS file: /scr/pima/bp171ag_uvs/J2340+0002_C_uva.fits ! AN table 1: 4 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.715278 visibilities/baseline/integration-bin. ! Found source: J2340+0002 ! ! 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 4.128e+09 3.2e+07 1 3.2e+07 ! 02 2 4.16e+09 3.2e+07 1 3.2e+07 ! 03 3 4.192e+09 3.2e+07 1 3.2e+07 ! 04 4 4.224e+09 3.2e+07 1 3.2e+07 ! 05 5 4.416e+09 3.2e+07 1 3.2e+07 ! 06 6 4.512e+09 3.2e+07 1 3.2e+07 ! 07 7 4.544e+09 3.2e+07 1 3.2e+07 ! 08 8 4.576e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 824 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.3 print "taper_size =",taper_size ! taper_size = 40 ![@/home/lpetrov/bin/01_muppet /scr/pima/bp171ag_uvs/J2340+0002_C] 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.300x0.300 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 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 1 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.000144Jy sigma=0.760248 ! Fit after self-cal, rms=0.993986Jy sigma=0.750219 ! 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=1.719 mas, bmaj=6.084 mas, bpa=14.85 degrees ! Estimated noise=49.325 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.006825 Jy ! Component: 100 - total flux cleaned = 0.00868288 Jy ! Total flux subtracted in 100 components = 0.00868288 Jy ! Clean residual min=-0.002193 max=0.002535 Jy/beam ! Clean residual mean=0.000001 rms=0.000655 Jy/beam ! Combined flux in latest and established models = 0.00868288 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 7 components and 0.00868288 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.016378Jy sigma=0.014956 ! Fit after self-cal, rms=0.015049Jy sigma=0.013953 ! 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=2.316 mas, bmaj=6.408 mas, bpa=10.64 degrees ! Estimated noise=36.9932 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.00360773 Jy ! Component: 100 - total flux cleaned = 0.00470837 Jy ! Component: 150 - total flux cleaned = 0.00527429 Jy ! Component: 200 - total flux cleaned = 0.00542636 Jy ! Total flux subtracted in 200 components = 0.00542636 Jy ! Clean residual min=-0.002209 max=0.001960 Jy/beam ! Clean residual mean=0.000004 rms=0.000621 Jy/beam ! Combined flux in latest and established models = 0.0141092 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 28 components and 0.0141092 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.015498Jy sigma=0.012718 ! Fit after self-cal, rms=0.015486Jy sigma=0.012713 ! 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.56 FD 0.72 HN 0.69 KP 0.63 ! LA 0.54 NL 0.71 OV 1.26 PT 0.93 ! SC 1.16 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.62 FD 0.84 HN 0.94 KP 0.62 ! LA 0.89 NL 1.17 OV 1.30 PT 0.61 ! SC 0.71 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.71 FD 1.61 HN 0.67 KP 0.51 ! LA 1.18 NL 0.88 OV 0.82 PT 0.72 ! SC 1.03 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.17 FD 1.51 HN 1.28 KP 0.73 ! LA 1.09 NL 0.88 OV 1.74 PT 0.70 ! SC 2.36 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 0.75 FD 1.17 HN 1.19 KP 0.83 ! LA 0.89 NL 1.33 OV 0.95 PT 1.52 ! SC 1.05 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 1.05 HN 1.00 KP 0.99 ! LA 1.02 NL 0.99 OV 1.18 PT 0.83 ! SC 0.84 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.52 FD 1.10 HN 1.23 KP 1.00 ! LA 0.88 NL 1.10 OV 1.73 PT 0.68 ! SC 0.93 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 FD 1.36 HN 1.28 KP 0.79 ! LA 1.22 NL 1.46 OV 1.26 PT 0.70 ! SC 1.05 ! ! ! Fit before self-cal, rms=0.015486Jy sigma=0.012713 ! Fit after self-cal, rms=0.014177Jy sigma=0.010912 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=2.409 mas, bmaj=6.395 mas, bpa=9.639 degrees ! Estimated noise=29.5578 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.00193208 Jy ! Component: 100 - total flux cleaned = -0.0025214 Jy ! Component: 150 - total flux cleaned = -0.00274037 Jy ! Component: 200 - total flux cleaned = -0.00276498 Jy ! Total flux subtracted in 200 components = -0.00276498 Jy ! Clean residual min=-0.001269 max=0.001342 Jy/beam ! Clean residual mean=0.000003 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.0113443 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 39 components and 0.0113443 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.013506Jy sigma=0.011204 ! Fit after self-cal, rms=0.013679Jy sigma=0.011141 ! 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.013679Jy sigma=0.011141 ! Fit after self-cal, rms=0.012091Jy sigma=0.010795 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.451 mas, bmaj=6.411 mas, bpa=9.451 degrees ! Estimated noise=24.2644 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00155719 Jy ! Component: 100 - total flux cleaned = -0.00200691 Jy ! Component: 150 - total flux cleaned = -0.0021097 Jy ! Component: 200 - total flux cleaned = -0.0021566 Jy ! Total flux subtracted in 200 components = -0.0021566 Jy ! Clean residual min=-0.001002 max=0.001006 Jy/beam ! Clean residual mean=0.000003 rms=0.000270 Jy/beam ! Combined flux in latest and established models = 0.00918766 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 46 components and 0.00918766 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.011559Jy sigma=0.011089 ! Fit after self-cal, rms=0.011571Jy sigma=0.011084 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 = -2.98578e-07 Jy ! Component: 100 - total flux cleaned = -1.36447e-05 Jy ! Component: 150 - total flux cleaned = -1.86865e-05 Jy ! Component: 200 - total flux cleaned = -1.85899e-05 Jy ! Total flux subtracted in 200 components = -1.85899e-05 Jy ! Clean residual min=-0.001001 max=0.000999 Jy/beam ! Clean residual mean=0.000003 rms=0.000269 Jy/beam ! Combined flux in latest and established models = 0.00916907 Jy ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 55 components and 0.00916907 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.011550Jy sigma=0.011089 ! Fit after self-cal, rms=0.011546Jy sigma=0.011086 ! 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.011546Jy sigma=0.011086 ! Fit after self-cal, rms=0.009783Jy sigma=0.010734 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.469 mas, bmaj=6.416 mas, bpa=9.589 degrees ! Estimated noise=19.5414 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00124856 Jy ! Component: 100 - total flux cleaned = -0.00159611 Jy ! Component: 150 - total flux cleaned = -0.0017497 Jy ! Component: 200 - total flux cleaned = -0.0017665 Jy ! Total flux subtracted in 200 components = -0.0017665 Jy ! Clean residual min=-0.000796 max=0.000790 Jy/beam ! Clean residual mean=0.000002 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.00740256 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 63 components and 0.00740256 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.009357Jy sigma=0.011037 ! Fit after self-cal, rms=0.009353Jy sigma=0.011034 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 = -2.73087e-05 Jy ! Component: 100 - total flux cleaned = -2.735e-05 Jy ! Component: 150 - total flux cleaned = -2.74105e-05 Jy ! Component: 200 - total flux cleaned = -2.74833e-05 Jy ! Total flux subtracted in 200 components = -2.74833e-05 Jy ! Clean residual min=-0.000801 max=0.000782 Jy/beam ! Clean residual mean=0.000002 rms=0.000212 Jy/beam ! Combined flux in latest and established models = 0.00737508 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 66 components and 0.00737508 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.009341Jy sigma=0.011040 ! Fit after self-cal, rms=0.009342Jy sigma=0.011038 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 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.009342Jy sigma=0.011038 ! Fit after self-cal, rms=0.007910Jy sigma=0.010695 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.533 mas, bmaj=7.618 mas, bpa=-0.1715 degrees ! Estimated noise=16.6076 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00104021 Jy ! Component: 100 - total flux cleaned = -0.00129266 Jy ! Component: 150 - total flux cleaned = -0.00138603 Jy ! Component: 200 - total flux cleaned = -0.00138841 Jy ! Total flux subtracted in 200 components = -0.00138841 Jy ! Clean residual min=-0.000683 max=0.000755 Jy/beam ! Clean residual mean=0.000003 rms=0.000203 Jy/beam ! Combined flux in latest and established models = 0.00598667 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 81 components and 0.00598667 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.007564Jy sigma=0.011010 ! Fit after self-cal, rms=0.007563Jy sigma=0.011004 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 = -4.29885e-06 Jy ! Component: 100 - total flux cleaned = -7.17253e-06 Jy ! Component: 150 - total flux cleaned = -4.84604e-06 Jy ! Component: 200 - total flux cleaned = -4.88571e-06 Jy ! Total flux subtracted in 200 components = -4.88571e-06 Jy ! Clean residual min=-0.000685 max=0.000740 Jy/beam ! Clean residual mean=0.000003 rms=0.000202 Jy/beam ! Combined flux in latest and established models = 0.00598178 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 92 components and 0.00598178 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.007560Jy sigma=0.011009 ! Fit after self-cal, rms=0.007562Jy sigma=0.011007 ! 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=2.489 mas, bmaj=6.43 mas, bpa=9.696 degrees ! Estimated noise=15.7759 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.489 x 6.43 at 9.696 degrees (North through East) ! Clean map min=-0.00063232 max=0.0052241 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=1.891 mas, bmaj=6.031 mas, bpa=14.12 degrees ! Estimated noise=23.0023 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00412611 Jy ! Component: 100 - total flux cleaned = 0.00484182 Jy ! Component: 150 - total flux cleaned = 0.00500459 Jy ! Component: 200 - total flux cleaned = 0.0052046 Jy ! Total flux subtracted in 200 components = 0.0052046 Jy ! Clean residual min=-0.000941 max=0.000877 Jy/beam ! Clean residual mean=0.000002 rms=0.000232 Jy/beam ! Combined flux in latest and established models = 0.0052046 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 14 model components to the UV plane model. ! The established model now contains 14 components and 0.0052046 Jy ! Inverting map and beam ! Estimated beam: bmin=2.489 mas, bmaj=6.43 mas, bpa=9.696 degrees ! Estimated noise=15.7759 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.000460407 Jy ! Component: 100 - total flux cleaned = 0.000566997 Jy ! Component: 150 - total flux cleaned = 0.00059899 Jy ! Component: 200 - total flux cleaned = 0.000618031 Jy ! Total flux subtracted in 200 components = 0.000618031 Jy ! Clean residual min=-0.000680 max=0.000620 Jy/beam ! Clean residual mean=0.000002 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.00582263 Jy ! Adding 10 model components to the UV plane model. ! The established model now contains 22 components and 0.00582263 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.533 mas, bmaj=7.618 mas, bpa=-0.1715 degrees ! Estimated noise=16.6076 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000137254 Jy ! Component: 100 - total flux cleaned = 0.000141653 Jy ! Component: 150 - total flux cleaned = 0.000145083 Jy ! Component: 200 - total flux cleaned = 0.000148092 Jy ! Total flux subtracted in 200 components = 0.000148092 Jy ! Clean residual min=-0.000684 max=0.000725 Jy/beam ! Clean residual mean=0.000003 rms=0.000204 Jy/beam ! Combined flux in latest and established models = 0.00597072 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 = -6.40534e-09 Jy ! Component: 100 - total flux cleaned = 1.01078e-08 Jy ! Component: 150 - total flux cleaned = -6.75991e-08 Jy ! Component: 200 - total flux cleaned = -7.52445e-08 Jy ! Total flux subtracted in 200 components = -7.52445e-08 Jy ! Clean residual min=-0.000686 max=0.000730 Jy/beam ! Clean residual mean=0.000003 rms=0.000204 Jy/beam ! Combined flux in latest and established models = 0.00597064 Jy ! Adding 16 model components to the UV plane model. ! The established model now contains 35 components and 0.00597064 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=2.489 mas, bmaj=6.43 mas, bpa=9.696 degrees ! Estimated noise=15.7759 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.91779e-05 Jy ! Component: 100 - total flux cleaned = -5.63925e-05 Jy ! Component: 150 - total flux cleaned = -6.43457e-05 Jy ! Component: 200 - total flux cleaned = -7.1722e-05 Jy ! Total flux subtracted in 200 components = -7.1722e-05 Jy ! Clean residual min=-0.000658 max=0.000626 Jy/beam ! Clean residual mean=0.000002 rms=0.000173 Jy/beam ! Combined flux in latest and established models = 0.00589892 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 41 components and 0.00589892 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.007556Jy sigma=0.011054 ! Fit after self-cal, rms=0.007564Jy sigma=0.011053 wmodel /scr/pima/bp171ag_uvs/J2340+0002_C_map.mod ! Writing 41 model components to file: /scr/pima/bp171ag_uvs/J2340+0002_C_map.mod wobs /scr/pima/bp171ag_uvs/J2340+0002_C_uvs.fits ! Writing UV FITS file: /scr/pima/bp171ag_uvs/J2340+0002_C_uvs.fits wwins /scr/pima/bp171ag_uvs/J2340+0002_C_map.win ! wwins: Wrote 1 windows to /scr/pima/bp171ag_uvs/J2340+0002_C_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 = -3.19498e-05 Jy ! Component: 100 - total flux cleaned = -7.04661e-07 Jy ! Component: 150 - total flux cleaned = 4.6053e-05 Jy ! Component: 200 - total flux cleaned = 5.50489e-05 Jy ! Component: 250 - total flux cleaned = 8.78709e-05 Jy ! Component: 300 - total flux cleaned = 7.986e-05 Jy ! Component: 350 - total flux cleaned = 6.48434e-05 Jy ! Component: 400 - total flux cleaned = 5.78106e-05 Jy ! Component: 450 - total flux cleaned = 6.45938e-05 Jy ! Component: 500 - total flux cleaned = 5.13214e-05 Jy ! Component: 550 - total flux cleaned = 3.85987e-05 Jy ! Component: 600 - total flux cleaned = 3.87331e-05 Jy ! Component: 650 - total flux cleaned = 4.46938e-05 Jy ! Component: 700 - total flux cleaned = 3.88562e-05 Jy ! Component: 750 - total flux cleaned = 3.87872e-05 Jy ! Component: 800 - total flux cleaned = 5.46486e-06 Jy ! Component: 850 - total flux cleaned = -1.07004e-05 Jy ! Component: 900 - total flux cleaned = -3.1865e-05 Jy ! Component: 950 - total flux cleaned = -4.74843e-05 Jy ! Component: 1000 - total flux cleaned = -6.78818e-05 Jy ! Component: 1050 - total flux cleaned = -8.28197e-05 Jy ! Component: 1100 - total flux cleaned = -0.000102454 Jy ! Component: 1150 - total flux cleaned = -8.80086e-05 Jy ! Component: 1200 - total flux cleaned = -8.32216e-05 Jy ! Component: 1250 - total flux cleaned = -7.38635e-05 Jy ! Component: 1300 - total flux cleaned = -5.09005e-05 Jy ! Component: 1350 - total flux cleaned = -6.00085e-05 Jy ! Component: 1400 - total flux cleaned = -4.65824e-05 Jy ! Component: 1450 - total flux cleaned = -3.78573e-05 Jy ! Component: 1500 - total flux cleaned = -4.65436e-05 Jy ! Component: 1550 - total flux cleaned = -3.3703e-05 Jy ! Component: 1600 - total flux cleaned = -3.36799e-05 Jy ! Component: 1650 - total flux cleaned = -1.69872e-05 Jy ! Component: 1700 - total flux cleaned = -8.79239e-06 Jy ! Component: 1750 - total flux cleaned = -1.6889e-05 Jy ! Component: 1800 - total flux cleaned = -8.80895e-06 Jy ! Component: 1850 - total flux cleaned = -2.07562e-05 Jy ! Component: 1900 - total flux cleaned = -2.47292e-05 Jy ! Component: 1950 - total flux cleaned = -4.42494e-05 Jy ! Component: 2000 - total flux cleaned = -5.97252e-05 Jy ! Component: 2050 - total flux cleaned = -6.7417e-05 Jy ! Component: 2100 - total flux cleaned = -8.6448e-05 Jy ! Component: 2150 - total flux cleaned = -0.000101484 Jy ! Component: 2200 - total flux cleaned = -0.000116418 Jy ! Component: 2250 - total flux cleaned = -0.000134959 Jy ! Component: 2300 - total flux cleaned = -0.000146002 Jy ! Component: 2350 - total flux cleaned = -0.00017517 Jy ! Component: 2400 - total flux cleaned = -0.000196854 Jy ! Component: 2450 - total flux cleaned = -0.000225597 Jy ! Component: 2500 - total flux cleaned = -0.000247007 Jy ! Component: 2550 - total flux cleaned = -0.000275392 Jy ! Component: 2600 - total flux cleaned = -0.000296562 Jy ! Component: 2650 - total flux cleaned = -0.00033506 Jy ! Component: 2700 - total flux cleaned = -0.000352436 Jy ! Component: 2750 - total flux cleaned = -0.000383547 Jy ! Component: 2800 - total flux cleaned = -0.000397292 Jy ! Component: 2850 - total flux cleaned = -0.000428065 Jy ! Component: 2900 - total flux cleaned = -0.000445058 Jy ! Component: 2950 - total flux cleaned = -0.00047213 Jy ! Component: 3000 - total flux cleaned = -0.000485586 Jy ! Component: 3050 - total flux cleaned = -0.000509037 Jy ! Component: 3100 - total flux cleaned = -0.000525694 Jy ! Component: 3150 - total flux cleaned = -0.000532335 Jy ! Component: 3200 - total flux cleaned = -0.000548884 Jy ! Component: 3250 - total flux cleaned = -0.000565382 Jy ! Component: 3300 - total flux cleaned = -0.000575244 Jy ! Component: 3350 - total flux cleaned = -0.000581797 Jy ! Component: 3400 - total flux cleaned = -0.000598161 Jy ! Component: 3450 - total flux cleaned = -0.000598145 Jy ! Component: 3500 - total flux cleaned = -0.000604654 Jy ! Component: 3550 - total flux cleaned = -0.000617685 Jy ! Component: 3600 - total flux cleaned = -0.000624183 Jy ! Component: 3650 - total flux cleaned = -0.000627419 Jy ! Component: 3700 - total flux cleaned = -0.000633892 Jy ! Component: 3750 - total flux cleaned = -0.000640363 Jy ! Component: 3800 - total flux cleaned = -0.00065327 Jy ! Component: 3850 - total flux cleaned = -0.000650043 Jy ! Component: 3900 - total flux cleaned = -0.000656483 Jy ! Component: 3950 - total flux cleaned = -0.000656471 Jy ! Component: 4000 - total flux cleaned = -0.000656463 Jy ! Component: 4050 - total flux cleaned = -0.000653237 Jy ! Total flux subtracted in 4096 components = -0.000659656 Jy ! Clean residual min=-0.000179 max=0.000177 Jy/beam ! Clean residual mean=0.000000 rms=0.000057 Jy/beam ! Combined flux in latest and established models = 0.00523927 Jy keep ! Adding 262 model components to the UV plane model. ! The established model now contains 303 components and 0.00523927 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bp171ag_uvs/J2340+0002_C\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 2.489 x 6.43 at 9.696 degrees (North through East) ! Clean map min=-0.00043576 max=0.0050238 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171ag_uvs/J2340+0002_C_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.00502384 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 6.04536e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -3.61 3.61 7.22 14.44 28.88 57.76 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0001 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.005 quit ! Quitting program ! Log file /scr/pima/bp171ag_uvs/J2340+0002_C_uvs.log closed on Fri Oct 11 03:48:46 2013