! Started logfile: /scr/pima/bp171ae_uvs/J1824+0119_X_uvs.log on Sat Oct 12 00:32:52 2013 obs /scr/pima/bp171ae_uvs/J1824+0119_X_uva.fits ! Reading UV FITS file: /scr/pima/bp171ae_uvs/J1824+0119_X_uva.fits ! AN table 1: 5 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.911111 visibilities/baseline/integration-bin. ! Found source: J1824+0119 ! ! 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 1312 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/J1824+0119_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 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 2 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.037190Jy sigma=9.356972 ! Fit after self-cal, rms=0.741647Jy sigma=6.518921 ! 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.7976 mas, bmaj=2.088 mas, bpa=-5.231 degrees ! Estimated noise=3.29293 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.201622 Jy ! Component: 100 - total flux cleaned = 0.248927 Jy ! Total flux subtracted in 100 components = 0.248927 Jy ! Clean residual min=-0.011666 max=0.017119 Jy/beam ! Clean residual mean=0.000062 rms=0.002980 Jy/beam ! Combined flux in latest and established models = 0.248927 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.248927 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.042816Jy sigma=0.410754 ! Fit after self-cal, rms=0.042804Jy sigma=0.410695 ! 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=1.061 mas, bmaj=2.435 mas, bpa=-0.6189 degrees ! Estimated noise=2.30324 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.0235069 Jy ! Component: 100 - total flux cleaned = 0.0342395 Jy ! Component: 150 - total flux cleaned = 0.0399805 Jy ! Component: 200 - total flux cleaned = 0.0432077 Jy ! Total flux subtracted in 200 components = 0.0432077 Jy ! Clean residual min=-0.010250 max=0.007143 Jy/beam ! Clean residual mean=0.000035 rms=0.001922 Jy/beam ! Combined flux in latest and established models = 0.292135 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 47 components and 0.292135 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.032633Jy sigma=0.268079 ! Fit after self-cal, rms=0.032641Jy sigma=0.268064 ! 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 1.17 HN 0.95 KP 0.96 LA 1.02 ! MK 0.99 NL 1.08 OV 1.03 PT 0.89 ! SC 0.97 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.15 HN 0.96 KP 0.93 LA 0.95 ! MK 1.03 NL 1.08 OV 0.96 PT 0.90 ! SC 0.94 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.90 HN 1.00 KP 1.08 LA 0.96 ! MK 1.06 NL 1.06 OV 1.00 PT 0.91 ! SC 0.98 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 HN 1.05 KP 0.93 LA 0.99 ! MK 1.10 NL 1.05 OV 1.00 PT 0.93 ! SC 1.03 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 HN 1.04 KP 1.05 LA 1.01 ! MK 0.98 NL 1.00 OV 0.98 PT 0.91 ! SC 0.97 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 HN 1.15 KP 1.05 LA 1.09 ! MK 1.02 NL 1.07 OV 1.03 PT 0.95 ! SC 1.00 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 HN 1.05 KP 1.00 LA 0.99 ! MK 1.00 NL 1.03 OV 1.06 PT 0.92 ! SC 1.03 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.24 HN 1.04 KP 1.04 LA 0.92 ! MK 0.97 NL 1.03 OV 1.03 PT 0.86 ! SC 1.08 ! ! ! Fit before self-cal, rms=0.032641Jy sigma=0.268064 ! Fit after self-cal, rms=0.021204Jy sigma=0.143624 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.068 mas, bmaj=2.458 mas, bpa=-0.4519 degrees ! Estimated noise=2.3099 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.000607622 Jy ! Component: 100 - total flux cleaned = -0.00067634 Jy ! Component: 150 - total flux cleaned = -0.000738705 Jy ! Component: 200 - total flux cleaned = -0.00081395 Jy ! Total flux subtracted in 200 components = -0.00081395 Jy ! Clean residual min=-0.001524 max=0.001542 Jy/beam ! Clean residual mean=-0.000002 rms=0.000371 Jy/beam ! Combined flux in latest and established models = 0.291321 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 53 components and 0.291321 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.021165Jy sigma=0.143159 ! Fit after self-cal, rms=0.021182Jy sigma=0.143117 ! 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.021182Jy sigma=0.143117 ! Fit after self-cal, rms=0.021186Jy sigma=0.143090 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.068 mas, bmaj=2.459 mas, bpa=-0.4764 degrees ! Estimated noise=2.31003 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000281647 Jy ! Component: 100 - total flux cleaned = -0.000336372 Jy ! Component: 150 - total flux cleaned = -0.000403535 Jy ! Component: 200 - total flux cleaned = -0.000450048 Jy ! Total flux subtracted in 200 components = -0.000450048 Jy ! Clean residual min=-0.001436 max=0.001505 Jy/beam ! Clean residual mean=-0.000002 rms=0.000362 Jy/beam ! Combined flux in latest and established models = 0.290871 Jy selfcal ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.290871 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.021161Jy sigma=0.142831 ! Fit after self-cal, rms=0.021159Jy sigma=0.142825 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 = -6.70906e-05 Jy ! Component: 100 - total flux cleaned = -0.00010776 Jy ! Component: 150 - total flux cleaned = -0.000145224 Jy ! Component: 200 - total flux cleaned = -0.000180766 Jy ! Total flux subtracted in 200 components = -0.000180766 Jy ! Clean residual min=-0.001432 max=0.001479 Jy/beam ! Clean residual mean=-0.000002 rms=0.000358 Jy/beam ! Combined flux in latest and established models = 0.29069 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.29069 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.021145Jy sigma=0.142688 ! Fit after self-cal, rms=0.021144Jy sigma=0.142684 ! 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.021144Jy sigma=0.142684 ! Fit after self-cal, rms=0.021150Jy sigma=0.142635 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.068 mas, bmaj=2.461 mas, bpa=-0.5106 degrees ! Estimated noise=2.31072 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000205907 Jy ! Component: 100 - total flux cleaned = -0.000258039 Jy ! Component: 150 - total flux cleaned = -0.000293792 Jy ! Component: 200 - total flux cleaned = -0.000337974 Jy ! Total flux subtracted in 200 components = -0.000337974 Jy ! Clean residual min=-0.001420 max=0.001458 Jy/beam ! Clean residual mean=-0.000002 rms=0.000352 Jy/beam ! Combined flux in latest and established models = 0.290352 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 55 components and 0.290352 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.021137Jy sigma=0.142498 ! Fit after self-cal, rms=0.021137Jy sigma=0.142497 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.56878e-05 Jy ! Component: 100 - total flux cleaned = -5.5548e-05 Jy ! Component: 150 - total flux cleaned = -7.50978e-05 Jy ! Component: 200 - total flux cleaned = -9.34575e-05 Jy ! Total flux subtracted in 200 components = -9.34575e-05 Jy ! Clean residual min=-0.001414 max=0.001444 Jy/beam ! Clean residual mean=-0.000002 rms=0.000350 Jy/beam ! Combined flux in latest and established models = 0.290259 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 56 components and 0.290259 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.021126Jy sigma=0.142432 ! Fit after self-cal, rms=0.021125Jy sigma=0.142431 ! 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.021125Jy sigma=0.142431 ! Fit after self-cal, rms=0.021129Jy sigma=0.142396 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.199 mas, bmaj=3.911 mas, bpa=0.9758 degrees ! Estimated noise=2.53813 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000442115 Jy ! Component: 100 - total flux cleaned = -0.000533111 Jy ! Component: 150 - total flux cleaned = -0.000560816 Jy ! Component: 200 - total flux cleaned = -0.000584586 Jy ! Total flux subtracted in 200 components = -0.000584586 Jy ! Clean residual min=-0.001507 max=0.001935 Jy/beam ! Clean residual mean=-0.000003 rms=0.000440 Jy/beam ! Combined flux in latest and established models = 0.289674 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 58 components and 0.289674 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.021127Jy sigma=0.142371 ! Fit after self-cal, rms=0.021124Jy sigma=0.142359 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 (9.8, 25.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000924126 Jy ! Component: 100 - total flux cleaned = 0.000748107 Jy ! Component: 150 - total flux cleaned = 0.000654158 Jy ! Component: 200 - total flux cleaned = 0.000442456 Jy ! Total flux subtracted in 200 components = 0.000442456 Jy ! Clean residual min=-0.001114 max=0.001003 Jy/beam ! Clean residual mean=-0.000001 rms=0.000298 Jy/beam ! Combined flux in latest and established models = 0.290117 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 83 components and 0.290117 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.021048Jy sigma=0.141413 ! Fit after self-cal, rms=0.021044Jy sigma=0.141379 ! 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=1.069 mas, bmaj=2.462 mas, bpa=-0.5396 degrees ! Estimated noise=2.31107 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.069 x 2.462 at -0.5396 degrees (North through East) ! Clean map min=-0.0010076 max=0.26409 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.8016 mas, bmaj=2.101 mas, bpa=-5.096 degrees ! Estimated noise=3.31238 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.202806 Jy ! Component: 100 - total flux cleaned = 0.250162 Jy ! Component: 150 - total flux cleaned = 0.267261 Jy ! Component: 200 - total flux cleaned = 0.276115 Jy ! Total flux subtracted in 200 components = 0.276115 Jy ! Clean residual min=-0.002899 max=0.004454 Jy/beam ! Clean residual mean=0.000012 rms=0.000806 Jy/beam ! Combined flux in latest and established models = 0.276115 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 27 model components to the UV plane model. ! The established model now contains 27 components and 0.276115 Jy ! Inverting map and beam ! Estimated beam: bmin=1.069 mas, bmaj=2.462 mas, bpa=-0.5396 degrees ! Estimated noise=2.31107 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.00701266 Jy ! Component: 100 - total flux cleaned = 0.0103226 Jy ! Component: 150 - total flux cleaned = 0.012117 Jy ! Component: 200 - total flux cleaned = 0.0129779 Jy ! Total flux subtracted in 200 components = 0.0129779 Jy ! Clean residual min=-0.001308 max=0.001330 Jy/beam ! Clean residual mean=0.000001 rms=0.000336 Jy/beam ! Combined flux in latest and established models = 0.289093 Jy ! Adding 42 model components to the UV plane model. ! The established model now contains 55 components and 0.289093 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.199 mas, bmaj=3.911 mas, bpa=0.9758 degrees ! Estimated noise=2.53813 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000632195 Jy ! Component: 100 - total flux cleaned = 0.000709014 Jy ! Component: 150 - total flux cleaned = 0.00065278 Jy ! Component: 200 - total flux cleaned = 0.000582852 Jy ! Total flux subtracted in 200 components = 0.000582852 Jy ! Clean residual min=-0.001034 max=0.000972 Jy/beam ! Clean residual mean=0.000001 rms=0.000292 Jy/beam ! Combined flux in latest and established models = 0.289676 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 = -3.8399e-05 Jy ! Component: 100 - total flux cleaned = -7.37534e-05 Jy ! Component: 150 - total flux cleaned = -0.000121164 Jy ! Component: 200 - total flux cleaned = -0.000135195 Jy ! Total flux subtracted in 200 components = -0.000135195 Jy ! Clean residual min=-0.000933 max=0.000935 Jy/beam ! Clean residual mean=-0.000000 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 0.289541 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 111 components and 0.289541 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.069 mas, bmaj=2.462 mas, bpa=-0.5396 degrees ! Estimated noise=2.31107 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000225468 Jy ! Component: 100 - total flux cleaned = 0.000201435 Jy ! Component: 150 - total flux cleaned = 0.000179178 Jy ! Component: 200 - total flux cleaned = 0.000200423 Jy ! Total flux subtracted in 200 components = 0.000200423 Jy ! Clean residual min=-0.001051 max=0.001112 Jy/beam ! Clean residual mean=-0.000001 rms=0.000256 Jy/beam ! Combined flux in latest and established models = 0.289741 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 128 components and 0.289741 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.021001Jy sigma=0.141058 ! Fit after self-cal, rms=0.020994Jy sigma=0.140997 wmodel /scr/pima/bp171ae_uvs/J1824+0119_X_map.mod ! Writing 128 model components to file: /scr/pima/bp171ae_uvs/J1824+0119_X_map.mod wobs /scr/pima/bp171ae_uvs/J1824+0119_X_uvs.fits ! Writing UV FITS file: /scr/pima/bp171ae_uvs/J1824+0119_X_uvs.fits wwins /scr/pima/bp171ae_uvs/J1824+0119_X_map.win ! wwins: Wrote 2 windows to /scr/pima/bp171ae_uvs/J1824+0119_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 = 2.91224e-05 Jy ! Component: 100 - total flux cleaned = -0.000117402 Jy ! Component: 150 - total flux cleaned = -0.000272453 Jy ! Component: 200 - total flux cleaned = -0.00041877 Jy ! Component: 250 - total flux cleaned = -0.00052705 Jy ! Component: 300 - total flux cleaned = -0.000527035 Jy ! Component: 350 - total flux cleaned = -0.00052746 Jy ! Component: 400 - total flux cleaned = -0.000582663 Jy ! Component: 450 - total flux cleaned = -0.000582532 Jy ! Component: 500 - total flux cleaned = -0.000582464 Jy ! Component: 550 - total flux cleaned = -0.000557109 Jy ! Component: 600 - total flux cleaned = -0.000507466 Jy ! Component: 650 - total flux cleaned = -0.000519901 Jy ! Component: 700 - total flux cleaned = -0.000496033 Jy ! Component: 750 - total flux cleaned = -0.000495892 Jy ! Component: 800 - total flux cleaned = -0.000484344 Jy ! Component: 850 - total flux cleaned = -0.000484406 Jy ! Component: 900 - total flux cleaned = -0.000528254 Jy ! Component: 950 - total flux cleaned = -0.000539135 Jy ! Component: 1000 - total flux cleaned = -0.000581413 Jy ! Component: 1050 - total flux cleaned = -0.000633318 Jy ! Component: 1100 - total flux cleaned = -0.00064328 Jy ! Component: 1150 - total flux cleaned = -0.0006735 Jy ! Component: 1200 - total flux cleaned = -0.000732863 Jy ! Component: 1250 - total flux cleaned = -0.000761968 Jy ! Component: 1300 - total flux cleaned = -0.000809974 Jy ! Component: 1350 - total flux cleaned = -0.000828826 Jy ! Component: 1400 - total flux cleaned = -0.000884949 Jy ! Component: 1450 - total flux cleaned = -0.000940192 Jy ! Component: 1500 - total flux cleaned = -0.000994719 Jy ! Component: 1550 - total flux cleaned = -0.00104857 Jy ! Component: 1600 - total flux cleaned = -0.00107504 Jy ! Component: 1650 - total flux cleaned = -0.00114498 Jy ! Component: 1700 - total flux cleaned = -0.00117939 Jy ! Component: 1750 - total flux cleaned = -0.00119647 Jy ! Component: 1800 - total flux cleaned = -0.00125553 Jy ! Component: 1850 - total flux cleaned = -0.00130527 Jy ! Component: 1900 - total flux cleaned = -0.00131342 Jy ! Component: 1950 - total flux cleaned = -0.00134591 Jy ! Component: 2000 - total flux cleaned = -0.00136196 Jy ! Component: 2050 - total flux cleaned = -0.00140191 Jy ! Component: 2100 - total flux cleaned = -0.0014256 Jy ! Component: 2150 - total flux cleaned = -0.00144126 Jy ! Component: 2200 - total flux cleaned = -0.00150306 Jy ! Component: 2250 - total flux cleaned = -0.00153368 Jy ! Component: 2300 - total flux cleaned = -0.00156401 Jy ! Component: 2350 - total flux cleaned = -0.001594 Jy ! Component: 2400 - total flux cleaned = -0.00159409 Jy ! Component: 2450 - total flux cleaned = -0.00162347 Jy ! Component: 2500 - total flux cleaned = -0.00160157 Jy ! Component: 2550 - total flux cleaned = -0.00163049 Jy ! Component: 2600 - total flux cleaned = -0.00160902 Jy ! Component: 2650 - total flux cleaned = -0.00161622 Jy ! Component: 2700 - total flux cleaned = -0.00163741 Jy ! Component: 2750 - total flux cleaned = -0.00163044 Jy ! Component: 2800 - total flux cleaned = -0.0016582 Jy ! Component: 2850 - total flux cleaned = -0.00165132 Jy ! Component: 2900 - total flux cleaned = -0.00166496 Jy ! Component: 2950 - total flux cleaned = -0.0016717 Jy ! Component: 3000 - total flux cleaned = -0.00166489 Jy ! Component: 3050 - total flux cleaned = -0.00168497 Jy ! Component: 3100 - total flux cleaned = -0.00168494 Jy ! Component: 3150 - total flux cleaned = -0.00168495 Jy ! Component: 3200 - total flux cleaned = -0.00169147 Jy ! Component: 3250 - total flux cleaned = -0.00167847 Jy ! Component: 3300 - total flux cleaned = -0.00167847 Jy ! Component: 3350 - total flux cleaned = -0.00167849 Jy ! Component: 3400 - total flux cleaned = -0.00168489 Jy ! Component: 3450 - total flux cleaned = -0.00167851 Jy ! Component: 3500 - total flux cleaned = -0.00168484 Jy ! Component: 3550 - total flux cleaned = -0.00167849 Jy ! Component: 3600 - total flux cleaned = -0.0016848 Jy ! Component: 3650 - total flux cleaned = -0.00169725 Jy ! Component: 3700 - total flux cleaned = -0.00167862 Jy ! Component: 3750 - total flux cleaned = -0.00166631 Jy ! Component: 3800 - total flux cleaned = -0.00165402 Jy ! Component: 3850 - total flux cleaned = -0.00166627 Jy ! Component: 3900 - total flux cleaned = -0.00163574 Jy ! Component: 3950 - total flux cleaned = -0.00162355 Jy ! Component: 4000 - total flux cleaned = -0.00164778 Jy ! Component: 4050 - total flux cleaned = -0.00163566 Jy ! Total flux subtracted in 4096 components = -0.00162964 Jy ! Clean residual min=-0.000340 max=0.000398 Jy/beam ! Clean residual mean=-0.000000 rms=0.000098 Jy/beam ! Combined flux in latest and established models = 0.288112 Jy keep ! Adding 227 model components to the UV plane model. ! The established model now contains 355 components and 0.288111 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/bp171ae_uvs/J1824+0119_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.069 x 2.462 at -0.5396 degrees (North through East) ! Clean map min=-0.00093022 max=0.26479 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171ae_uvs/J1824+0119_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.26479 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 9.38133e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.106288 0.106288 0.212576 0.425153 0.850305 1.70061 3.40122 6.80244 13.6049 27.2098 54.4195 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0002 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.264 quit ! Quitting program ! Log file /scr/pima/bp171ae_uvs/J1824+0119_X_uvs.log closed on Sat Oct 12 00:32:56 2013