! Started logfile: /scr/pima/s3111c_uvs/J1418-0233_X_uvs.log on Tue Jul 24 09:23:23 2012 obs /scr/pima/s3111c_uvs/J1418-0233_X_uva.fits ! Reading UV FITS file: /scr/pima/s3111c_uvs/J1418-0233_X_uva.fits ! AN table 1: 63 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.722399 visibilities/baseline/integration-bin. ! Found source: J1418-0233 ! ! 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 8.41193e+09 1.6e+07 1 1.6e+07 ! 02 2 8.42793e+09 1.6e+07 1 1.6e+07 ! 03 3 8.52393e+09 1.6e+07 1 1.6e+07 ! 04 4 8.57193e+09 1.6e+07 1 1.6e+07 ! 05 5 8.65193e+09 1.6e+07 1 1.6e+07 ! 06 6 8.82793e+09 1.6e+07 1 1.6e+07 ! 07 7 8.85993e+09 1.6e+07 1 1.6e+07 ! 08 8 8.89193e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 16384 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 = 512 print "field_cell =",field_cell ! field_cell = 0.1 print "taper_size =",taper_size ! taper_size = 120 ![@/home/lpetrov/bin/01_muppet /scr/pima/s3111c_uvs/J1418-0233_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 = 512x512 pixels with 0.100x0.100 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 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 155 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 36 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.001609Jy sigma=0.708232 ! Fit after self-cal, rms=0.947594Jy sigma=0.670036 ! 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.048 mas, bmaj=2.382 mas, bpa=22.12 degrees ! Estimated noise=17.1907 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.0408637 Jy ! Component: 100 - total flux cleaned = 0.0499377 Jy ! Total flux subtracted in 100 components = 0.0499377 Jy ! Clean residual min=-0.002723 max=0.003032 Jy/beam ! Clean residual mean=-0.000041 rms=0.000830 Jy/beam ! Combined flux in latest and established models = 0.0499377 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0499377 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.032444Jy sigma=0.022940 ! Fit after self-cal, rms=0.030892Jy sigma=0.021843 ! 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.261 mas, bmaj=2.657 mas, bpa=17.89 degrees ! Estimated noise=7.98918 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.0042181 Jy ! Component: 100 - total flux cleaned = 0.00607779 Jy ! Component: 150 - total flux cleaned = 0.0070627 Jy ! Component: 200 - total flux cleaned = 0.00762296 Jy ! Total flux subtracted in 200 components = 0.00762296 Jy ! Clean residual min=-0.001232 max=0.001425 Jy/beam ! Clean residual mean=-0.000011 rms=0.000384 Jy/beam ! Combined flux in latest and established models = 0.0575607 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 54 components and 0.0575607 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.030376Jy sigma=0.021478 ! Fit after self-cal, rms=0.030365Jy sigma=0.021470 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 1.10 GB 0.91 HN 1.00 ! KP 0.99 LA 1.04 NL 1.07 OV 1.16 ! PT 1.06 SC 1.07 ! ! ! Correcting IF 2. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.13 FD 1.08 GB 0.90 HN 1.01 ! KP 0.95 LA 1.02 NL 1.04 OV 1.15 ! PT 1.05 SC 1.03 ! ! ! Correcting IF 3. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.08 FD 1.05 GB 0.93 HN 1.00 ! KP 1.02 LA 1.02 NL 1.09 OV 1.14 ! PT 1.10 SC 1.08 ! ! ! Correcting IF 4. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.11 FD 1.11 GB 0.96 HN 1.03 ! KP 0.95 LA 1.01 NL 1.07 OV 1.21 ! PT 1.07 SC 1.13 ! ! ! Correcting IF 5. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.95 GB 0.88 HN 0.95 ! KP 0.96 LA 1.03 NL 1.04 OV 1.11 ! PT 1.09 SC 1.06 ! ! ! Correcting IF 6. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.97 FD 0.90 GB 0.92 HN 0.98 ! KP 0.90 LA 0.99 NL 0.97 OV 1.03 ! PT 1.02 SC 0.98 ! ! ! Correcting IF 7. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.91 GB 0.93 HN 1.05 ! KP 0.87 LA 1.03 NL 0.95 OV 1.04 ! PT 1.00* SC 0.91 ! ! ! Correcting IF 8. ! A total of 6 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 0.78 GB 0.84 HN 0.94 ! KP 0.82 LA 0.97 NL 0.87 OV 0.96 ! PT 0.97 SC 0.83 ! ! ! Fit before self-cal, rms=0.030365Jy sigma=0.021470 ! Fit after self-cal, rms=0.028429Jy sigma=0.020665 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.263 mas, bmaj=2.65 mas, bpa=17.58 degrees ! Estimated noise=7.97033 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.000519891 Jy ! Component: 100 - total flux cleaned = 0.000608857 Jy ! Component: 150 - total flux cleaned = 0.000617012 Jy ! Component: 200 - total flux cleaned = 0.000624272 Jy ! Total flux subtracted in 200 components = 0.000624272 Jy ! Clean residual min=-0.000657 max=0.000687 Jy/beam ! Clean residual mean=-0.000011 rms=0.000180 Jy/beam ! Combined flux in latest and established models = 0.0581849 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 71 components and 0.0581849 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.028419Jy sigma=0.020657 ! Fit after self-cal, rms=0.028446Jy sigma=0.020649 ! 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.028446Jy sigma=0.020649 ! Fit after self-cal, rms=0.028484Jy sigma=0.020617 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.262 mas, bmaj=2.645 mas, bpa=17.57 degrees ! Estimated noise=7.972 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000264494 Jy ! Component: 100 - total flux cleaned = 0.000292935 Jy ! Component: 150 - total flux cleaned = 0.000311504 Jy ! Component: 200 - total flux cleaned = 0.000328214 Jy ! Total flux subtracted in 200 components = 0.000328214 Jy ! Clean residual min=-0.000640 max=0.000672 Jy/beam ! Clean residual mean=-0.000010 rms=0.000172 Jy/beam ! Combined flux in latest and established models = 0.0585132 Jy selfcal ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 87 components and 0.0585132 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.028481Jy sigma=0.020615 ! Fit after self-cal, rms=0.028486Jy sigma=0.020613 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 = 8.79648e-06 Jy ! Component: 100 - total flux cleaned = 2.40179e-05 Jy ! Component: 150 - total flux cleaned = 3.33299e-05 Jy ! Component: 200 - total flux cleaned = 4.61648e-05 Jy ! Total flux subtracted in 200 components = 4.61648e-05 Jy ! Clean residual min=-0.000639 max=0.000663 Jy/beam ! Clean residual mean=-0.000010 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.0585593 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 98 components and 0.0585593 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.028484Jy sigma=0.020612 ! Fit after self-cal, rms=0.028484Jy sigma=0.020612 ! 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.028484Jy sigma=0.020612 ! Fit after self-cal, rms=0.028500Jy sigma=0.020611 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.262 mas, bmaj=2.642 mas, bpa=17.57 degrees ! Estimated noise=7.97461 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000114781 Jy ! Component: 100 - total flux cleaned = 0.000133027 Jy ! Component: 150 - total flux cleaned = 0.000149466 Jy ! Component: 200 - total flux cleaned = 0.000157037 Jy ! Total flux subtracted in 200 components = 0.000157037 Jy ! Clean residual min=-0.000640 max=0.000640 Jy/beam ! Clean residual mean=-0.000009 rms=0.000169 Jy/beam ! Combined flux in latest and established models = 0.0587164 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 103 components and 0.0587164 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.028499Jy sigma=0.020610 ! Fit after self-cal, rms=0.028500Jy sigma=0.020610 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 = -5.35062e-06 Jy ! Component: 100 - total flux cleaned = 2.21873e-06 Jy ! Component: 150 - total flux cleaned = 1.59939e-05 Jy ! Component: 200 - total flux cleaned = 2.24958e-05 Jy ! Total flux subtracted in 200 components = 2.24958e-05 Jy ! Clean residual min=-0.000637 max=0.000631 Jy/beam ! Clean residual mean=-0.000009 rms=0.000168 Jy/beam ! Combined flux in latest and established models = 0.0587389 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 108 components and 0.0587389 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.028499Jy sigma=0.020609 ! Fit after self-cal, rms=0.028499Jy sigma=0.020609 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 120 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.028499Jy sigma=0.020609 ! Fit after self-cal, rms=0.028507Jy sigma=0.020608 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.554 mas, bmaj=2.826 mas, bpa=12.74 degrees ! Estimated noise=8.30645 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000109255 Jy ! Component: 100 - total flux cleaned = 0.000112905 Jy ! Component: 150 - total flux cleaned = 0.000109709 Jy ! Component: 200 - total flux cleaned = 0.000106809 Jy ! Total flux subtracted in 200 components = 0.000106809 Jy ! Clean residual min=-0.000634 max=0.000609 Jy/beam ! Clean residual mean=-0.000012 rms=0.000171 Jy/beam ! Combined flux in latest and established models = 0.0588457 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 115 components and 0.0588457 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.028507Jy sigma=0.020608 ! Fit after self-cal, rms=0.028507Jy sigma=0.020608 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.29872e-06 Jy ! Component: 100 - total flux cleaned = 1.32234e-06 Jy ! Component: 150 - total flux cleaned = -4.05273e-06 Jy ! Component: 200 - total flux cleaned = -3.98845e-06 Jy ! Total flux subtracted in 200 components = -3.98845e-06 Jy ! Clean residual min=-0.000631 max=0.000600 Jy/beam ! Clean residual mean=-0.000012 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.0588417 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 121 components and 0.0588417 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.028507Jy sigma=0.020607 ! Fit after self-cal, rms=0.028507Jy sigma=0.020607 ! 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.262 mas, bmaj=2.641 mas, bpa=17.57 degrees ! Estimated noise=7.97678 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.262 x 2.641 at 17.57 degrees (North through East) ! Clean map min=-0.0006328 max=0.053351 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.048 mas, bmaj=2.359 mas, bpa=22.29 degrees ! Estimated noise=17.0455 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0410032 Jy ! Component: 100 - total flux cleaned = 0.0503891 Jy ! Component: 150 - total flux cleaned = 0.0541339 Jy ! Component: 200 - total flux cleaned = 0.0560534 Jy ! Total flux subtracted in 200 components = 0.0560534 Jy ! Clean residual min=-0.001533 max=0.001543 Jy/beam ! Clean residual mean=-0.000015 rms=0.000551 Jy/beam ! Combined flux in latest and established models = 0.0560534 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.0560534 Jy ! Inverting map and beam ! Estimated beam: bmin=1.262 mas, bmaj=2.641 mas, bpa=17.57 degrees ! Estimated noise=7.97678 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.00121282 Jy ! Component: 100 - total flux cleaned = 0.00179512 Jy ! Component: 150 - total flux cleaned = 0.00213664 Jy ! Component: 200 - total flux cleaned = 0.00234409 Jy ! Total flux subtracted in 200 components = 0.00234409 Jy ! Clean residual min=-0.000608 max=0.000630 Jy/beam ! Clean residual mean=-0.000012 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.0583975 Jy ! Adding 36 model components to the UV plane model. ! The established model now contains 48 components and 0.0583975 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 120 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.554 mas, bmaj=2.826 mas, bpa=12.74 degrees ! Estimated noise=8.30645 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000198979 Jy ! Component: 100 - total flux cleaned = 0.000224471 Jy ! Component: 150 - total flux cleaned = 0.000247797 Jy ! Component: 200 - total flux cleaned = 0.000269353 Jy ! Total flux subtracted in 200 components = 0.000269353 Jy ! Clean residual min=-0.000598 max=0.000622 Jy/beam ! Clean residual mean=-0.000013 rms=0.000174 Jy/beam ! Combined flux in latest and established models = 0.0586669 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 = 1.95489e-05 Jy ! Component: 100 - total flux cleaned = 2.68449e-05 Jy ! Component: 150 - total flux cleaned = 3.71885e-05 Jy ! Component: 200 - total flux cleaned = 4.38293e-05 Jy ! Total flux subtracted in 200 components = 4.38293e-05 Jy ! Clean residual min=-0.000605 max=0.000616 Jy/beam ! Clean residual mean=-0.000013 rms=0.000173 Jy/beam ! Combined flux in latest and established models = 0.0587107 Jy ! Adding 15 model components to the UV plane model. ! The established model now contains 59 components and 0.0587107 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.262 mas, bmaj=2.641 mas, bpa=17.57 degrees ! Estimated noise=7.97678 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.05482e-05 Jy ! Component: 100 - total flux cleaned = -4.04928e-05 Jy ! Component: 150 - total flux cleaned = -3.15152e-05 Jy ! Component: 200 - total flux cleaned = -2.31238e-05 Jy ! Total flux subtracted in 200 components = -2.31238e-05 Jy ! Clean residual min=-0.000621 max=0.000629 Jy/beam ! Clean residual mean=-0.000010 rms=0.000170 Jy/beam ! Combined flux in latest and established models = 0.0586876 Jy selfcal ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 67 components and 0.0586876 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.028510Jy sigma=0.020609 ! Fit after self-cal, rms=0.028509Jy sigma=0.020609 wmodel /scr/pima/s3111c_uvs/J1418-0233_X_map.mod ! Writing 67 model components to file: /scr/pima/s3111c_uvs/J1418-0233_X_map.mod wobs /scr/pima/s3111c_uvs/J1418-0233_X_uvs.fits ! Writing UV FITS file: /scr/pima/s3111c_uvs/J1418-0233_X_uvs.fits wwins /scr/pima/s3111c_uvs/J1418-0233_X_map.win ! wwins: Wrote 1 windows to /scr/pima/s3111c_uvs/J1418-0233_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=2048 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -3.17319e-05 Jy ! Component: 100 - total flux cleaned = -6.06015e-05 Jy ! Component: 150 - total flux cleaned = -8.73388e-05 Jy ! Component: 200 - total flux cleaned = -0.000104049 Jy ! Component: 250 - total flux cleaned = -0.000120135 Jy ! Component: 300 - total flux cleaned = -0.000135303 Jy ! Component: 350 - total flux cleaned = -0.000172001 Jy ! Component: 400 - total flux cleaned = -0.000186455 Jy ! Component: 450 - total flux cleaned = -0.000213919 Jy ! Component: 500 - total flux cleaned = -0.000240478 Jy ! Component: 550 - total flux cleaned = -0.00026005 Jy ! Component: 600 - total flux cleaned = -0.000279117 Jy ! Component: 650 - total flux cleaned = -0.000309918 Jy ! Component: 700 - total flux cleaned = -0.000327977 Jy ! Component: 750 - total flux cleaned = -0.000368538 Jy ! Component: 800 - total flux cleaned = -0.000368393 Jy ! Component: 850 - total flux cleaned = -0.000368343 Jy ! Component: 900 - total flux cleaned = -0.000384437 Jy ! Component: 950 - total flux cleaned = -0.000400181 Jy ! Component: 1000 - total flux cleaned = -0.000410345 Jy ! Component: 1050 - total flux cleaned = -0.000430292 Jy ! Component: 1100 - total flux cleaned = -0.000430261 Jy ! Component: 1150 - total flux cleaned = -0.000444774 Jy ! Component: 1200 - total flux cleaned = -0.000449367 Jy ! Component: 1250 - total flux cleaned = -0.000440045 Jy ! Component: 1300 - total flux cleaned = -0.00043103 Jy ! Component: 1350 - total flux cleaned = -0.00044902 Jy ! Component: 1400 - total flux cleaned = -0.000449025 Jy ! Component: 1450 - total flux cleaned = -0.000448976 Jy ! Component: 1500 - total flux cleaned = -0.000436232 Jy ! Component: 1550 - total flux cleaned = -0.000432051 Jy ! Component: 1600 - total flux cleaned = -0.00041559 Jy ! Component: 1650 - total flux cleaned = -0.000403464 Jy ! Component: 1700 - total flux cleaned = -0.000387552 Jy ! Component: 1750 - total flux cleaned = -0.000383667 Jy ! Component: 1800 - total flux cleaned = -0.000379764 Jy ! Component: 1850 - total flux cleaned = -0.00036455 Jy ! Component: 1900 - total flux cleaned = -0.00035705 Jy ! Component: 1950 - total flux cleaned = -0.000342254 Jy ! Component: 2000 - total flux cleaned = -0.000338623 Jy ! Total flux subtracted in 2048 components = -0.000331374 Jy ! Clean residual min=-0.000181 max=0.000193 Jy/beam ! Clean residual mean=-0.000002 rms=0.000079 Jy/beam ! Combined flux in latest and established models = 0.0583562 Jy keep ! Adding 158 model components to the UV plane model. ! The established model now contains 225 components and 0.0583562 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/s3111c_uvs/J1418-0233_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.262 x 2.641 at 17.57 degrees (North through East) ! Clean map min=-0.00060463 max=0.053322 Jy/beam ! Writing clean map to FITS file: /scr/pima/s3111c_uvs/J1418-0233_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0533216 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 7.8014e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.438925 0.438925 0.87785 1.7557 3.5114 7.0228 14.0456 28.0912 56.1824 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0002 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.053 quit ! Quitting program ! Log file /scr/pima/s3111c_uvs/J1418-0233_X_uvs.log closed on Tue Jul 24 09:23:25 2012