! Started logfile: /scr/pima/s3111b_uvs/J1418-0233_X_uvs.log on Mon Jul 23 22:52:20 2012 obs /scr/pima/s3111b_uvs/J1418-0233_X_uva.fits ! Reading UV FITS file: /scr/pima/s3111b_uvs/J1418-0233_X_uva.fits ! AN table 1: 28 integrations on 55 of 55 possible baselines. ! Apparent sampling: 0.992857 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 12232 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/s3111b_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 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 57 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.003407Jy sigma=0.709515 ! Fit after self-cal, rms=0.955955Jy sigma=0.675962 ! 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.6593 mas, bmaj=1.884 mas, bpa=-2.923 degrees ! Estimated noise=16.9231 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.035209 Jy ! Component: 100 - total flux cleaned = 0.0428977 Jy ! Total flux subtracted in 100 components = 0.0428977 Jy ! Clean residual min=-0.002953 max=0.005578 Jy/beam ! Clean residual mean=0.000058 rms=0.001086 Jy/beam ! Combined flux in latest and established models = 0.0428977 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0428977 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.032372Jy sigma=0.022890 ! Fit after self-cal, rms=0.031591Jy sigma=0.022338 ! 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.7963 mas, bmaj=2.083 mas, bpa=-1.304 degrees ! Estimated noise=9.24422 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.00201025 Jy ! Component: 100 - total flux cleaned = 0.00277435 Jy ! Component: 150 - total flux cleaned = 0.00288019 Jy ! Component: 200 - total flux cleaned = 0.00296538 Jy ! Total flux subtracted in 200 components = 0.00296538 Jy ! Clean residual min=-0.002895 max=0.005447 Jy/beam ! Clean residual mean=0.000069 rms=0.001245 Jy/beam ! Combined flux in latest and established models = 0.0458631 Jy ! Performing phase self-cal ! Adding 31 model components to the UV plane model. ! The established model now contains 33 components and 0.0458631 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.031473Jy sigma=0.022255 ! Fit after self-cal, rms=0.031471Jy sigma=0.022253 ! 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.09 FD 1.04 GB 0.89 HN 0.92 ! KP 0.88 LA 0.93 MK 1.05 NL 2.28 ! OV 1.06 PT 0.98 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.98 GB 0.88 HN 0.94 ! KP 0.92 LA 0.96 MK 1.08 NL 2.50 ! OV 1.10 PT 0.97 SC 1.08 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.95 GB 0.91 HN 0.90 ! KP 0.93 LA 0.92 MK 1.06 NL 2.47 ! OV 0.99 PT 0.93 SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.07 FD 0.98 GB 0.92 HN 0.89 ! KP 0.84 LA 0.93 MK 1.08 NL 2.64 ! OV 1.10 PT 0.95 SC 1.08 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.88 GB 0.89 HN 0.91 ! KP 0.84 LA 0.90 MK 0.91 NL 2.33 ! OV 1.02 PT 0.93 SC 1.01 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00 FD 0.82 GB 0.93 HN 0.95 ! KP 0.80 LA 0.92 MK 1.03 NL 2.19 ! OV 1.01 PT 0.92 SC 1.02 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 0.92 FD 0.82 GB 0.95 HN 1.00* ! KP 0.78 LA 0.98 MK 1.00* NL 1.97 ! OV 1.01 PT 0.95 SC 1.03 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 0.86 FD 0.76 GB 0.80 HN 0.87 ! KP 0.90 LA 0.86 MK 0.84 NL 2.29 ! OV 0.91 PT 0.87 SC 0.94 ! ! ! Fit before self-cal, rms=0.031471Jy sigma=0.022253 ! Fit after self-cal, rms=0.034511Jy sigma=0.020149 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.7921 mas, bmaj=2.113 mas, bpa=-1.313 degrees ! Estimated noise=9.22629 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 (-1.2, -0.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00124998 Jy ! Component: 100 - total flux cleaned = 0.00135232 Jy ! Component: 150 - total flux cleaned = 0.00129643 Jy ! Component: 200 - total flux cleaned = 0.00129628 Jy ! Total flux subtracted in 200 components = 0.00129628 Jy ! Clean residual min=-0.000745 max=0.000751 Jy/beam ! Clean residual mean=0.000005 rms=0.000206 Jy/beam ! Combined flux in latest and established models = 0.0471594 Jy ! Performing phase self-cal ! Adding 27 model components to the UV plane model. ! The established model now contains 60 components and 0.0471594 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.034463Jy sigma=0.020099 ! Fit after self-cal, rms=0.034646Jy sigma=0.020059 ! 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.034646Jy sigma=0.020059 ! Fit after self-cal, rms=0.035065Jy sigma=0.020055 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7908 mas, bmaj=2.111 mas, bpa=-1.296 degrees ! Estimated noise=9.21258 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00034068 Jy ! Component: 100 - total flux cleaned = 0.000369774 Jy ! Component: 150 - total flux cleaned = 0.000357686 Jy ! Component: 200 - total flux cleaned = 0.000369341 Jy ! Total flux subtracted in 200 components = 0.000369341 Jy ! Clean residual min=-0.000693 max=0.000725 Jy/beam ! Clean residual mean=0.000006 rms=0.000186 Jy/beam ! Combined flux in latest and established models = 0.0475287 Jy selfcal ! Performing phase self-cal ! Adding 19 model components to the UV plane model. ! The established model now contains 74 components and 0.0475287 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.035053Jy sigma=0.020045 ! Fit after self-cal, rms=0.035055Jy sigma=0.020044 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.40927e-05 Jy ! Component: 100 - total flux cleaned = 4.28711e-05 Jy ! Component: 150 - total flux cleaned = 5.2576e-05 Jy ! Component: 200 - total flux cleaned = 6.17366e-05 Jy ! Total flux subtracted in 200 components = 6.17366e-05 Jy ! Clean residual min=-0.000666 max=0.000731 Jy/beam ! Clean residual mean=0.000006 rms=0.000180 Jy/beam ! Combined flux in latest and established models = 0.0475904 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 86 components and 0.0475904 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.035048Jy sigma=0.020040 ! Fit after self-cal, rms=0.035047Jy sigma=0.020040 ! 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.035047Jy sigma=0.020040 ! Fit after self-cal, rms=0.035109Jy sigma=0.020039 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.7905 mas, bmaj=2.112 mas, bpa=-1.32 degrees ! Estimated noise=9.22279 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 9.38693e-05 Jy ! Component: 100 - total flux cleaned = 0.000129881 Jy ! Component: 150 - total flux cleaned = 0.000146222 Jy ! Component: 200 - total flux cleaned = 0.000153989 Jy ! Total flux subtracted in 200 components = 0.000153989 Jy ! Clean residual min=-0.000651 max=0.000738 Jy/beam ! Clean residual mean=0.000007 rms=0.000176 Jy/beam ! Combined flux in latest and established models = 0.0477444 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 98 components and 0.0477444 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.035104Jy sigma=0.020036 ! Fit after self-cal, rms=0.035103Jy sigma=0.020035 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.52892e-05 Jy ! Component: 100 - total flux cleaned = 4.00993e-05 Jy ! Component: 150 - total flux cleaned = 5.41767e-05 Jy ! Component: 200 - total flux cleaned = 6.73813e-05 Jy ! Total flux subtracted in 200 components = 6.73813e-05 Jy ! Clean residual min=-0.000639 max=0.000743 Jy/beam ! Clean residual mean=0.000007 rms=0.000173 Jy/beam ! Combined flux in latest and established models = 0.0478118 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 106 components and 0.0478118 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.035100Jy sigma=0.020033 ! Fit after self-cal, rms=0.035099Jy sigma=0.020033 ! Inverting map ! Added new window around map position (1, -11). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000488134 Jy ! Component: 100 - total flux cleaned = 0.000521211 Jy ! Component: 150 - total flux cleaned = 0.000554191 Jy ! Component: 200 - total flux cleaned = 0.000629139 Jy ! Total flux subtracted in 200 components = 0.000629139 Jy ! Clean residual min=-0.000577 max=0.000505 Jy/beam ! Clean residual mean=0.000005 rms=0.000145 Jy/beam ! Combined flux in latest and established models = 0.0484409 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 126 components and 0.0484409 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.035082Jy sigma=0.020020 ! Fit after self-cal, rms=0.035082Jy sigma=0.020020 ! 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.035082Jy sigma=0.020020 ! Fit after self-cal, rms=0.035077Jy sigma=0.020019 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.249 mas, bmaj=2.748 mas, bpa=1.526 degrees ! Estimated noise=10.4444 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000194182 Jy ! Component: 100 - total flux cleaned = 0.000248539 Jy ! Component: 150 - total flux cleaned = 0.000279237 Jy ! Component: 200 - total flux cleaned = 0.000301703 Jy ! Total flux subtracted in 200 components = 0.000301703 Jy ! Clean residual min=-0.000450 max=0.000530 Jy/beam ! Clean residual mean=0.000007 rms=0.000140 Jy/beam ! Combined flux in latest and established models = 0.0487426 Jy selfcal ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 144 components and 0.0487426 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.035075Jy sigma=0.020017 ! Fit after self-cal, rms=0.035075Jy sigma=0.020017 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.85768e-05 Jy ! Component: 100 - total flux cleaned = 3.39162e-05 Jy ! Component: 150 - total flux cleaned = 4.37737e-05 Jy ! Component: 200 - total flux cleaned = 4.84404e-05 Jy ! Total flux subtracted in 200 components = 4.84404e-05 Jy ! Clean residual min=-0.000444 max=0.000530 Jy/beam ! Clean residual mean=0.000006 rms=0.000137 Jy/beam ! Combined flux in latest and established models = 0.0487911 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 156 components and 0.0487911 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.035074Jy sigma=0.020017 ! Fit after self-cal, rms=0.035074Jy sigma=0.020017 ! 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.7896 mas, bmaj=2.111 mas, bpa=-1.353 degrees ! Estimated noise=9.2153 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7896 x 2.111 at -1.353 degrees (North through East) ! Clean map min=-0.00053945 max=0.044853 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.6581 mas, bmaj=1.907 mas, bpa=-2.284 degrees ! Estimated noise=16.439 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0346683 Jy ! Component: 100 - total flux cleaned = 0.0422291 Jy ! Component: 150 - total flux cleaned = 0.044476 Jy ! Component: 200 - total flux cleaned = 0.0456455 Jy ! Total flux subtracted in 200 components = 0.0456455 Jy ! Clean residual min=-0.001237 max=0.001168 Jy/beam ! Clean residual mean=0.000017 rms=0.000356 Jy/beam ! Combined flux in latest and established models = 0.0456455 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.0456455 Jy ! Inverting map and beam ! Estimated beam: bmin=0.7896 mas, bmaj=2.111 mas, bpa=-1.353 degrees ! Estimated noise=9.2153 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.00141334 Jy ! Component: 100 - total flux cleaned = 0.00213065 Jy ! Component: 150 - total flux cleaned = 0.002467 Jy ! Component: 200 - total flux cleaned = 0.00272238 Jy ! Total flux subtracted in 200 components = 0.00272238 Jy ! Clean residual min=-0.000697 max=0.000628 Jy/beam ! Clean residual mean=0.000006 rms=0.000175 Jy/beam ! Combined flux in latest and established models = 0.0483679 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 40 components and 0.0483679 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.249 mas, bmaj=2.748 mas, bpa=1.526 degrees ! Estimated noise=10.4444 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000297219 Jy ! Component: 100 - total flux cleaned = 0.000364873 Jy ! Component: 150 - total flux cleaned = 0.00037697 Jy ! Component: 200 - total flux cleaned = 0.000397994 Jy ! Total flux subtracted in 200 components = 0.000397994 Jy ! Clean residual min=-0.000551 max=0.000509 Jy/beam ! Clean residual mean=0.000005 rms=0.000155 Jy/beam ! Combined flux in latest and established models = 0.0487659 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.93605e-05 Jy ! Component: 100 - total flux cleaned = 3.72586e-05 Jy ! Component: 150 - total flux cleaned = 3.72523e-05 Jy ! Component: 200 - total flux cleaned = 3.71483e-05 Jy ! Total flux subtracted in 200 components = 3.71483e-05 Jy ! Clean residual min=-0.000521 max=0.000505 Jy/beam ! Clean residual mean=0.000005 rms=0.000145 Jy/beam ! Combined flux in latest and established models = 0.048803 Jy ! Adding 55 model components to the UV plane model. ! The established model now contains 92 components and 0.048803 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.7896 mas, bmaj=2.111 mas, bpa=-1.353 degrees ! Estimated noise=9.2153 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.56204e-05 Jy ! Component: 100 - total flux cleaned = -4.84318e-05 Jy ! Component: 150 - total flux cleaned = -4.8686e-05 Jy ! Component: 200 - total flux cleaned = -4.84947e-05 Jy ! Total flux subtracted in 200 components = -4.84947e-05 Jy ! Clean residual min=-0.000611 max=0.000568 Jy/beam ! Clean residual mean=0.000003 rms=0.000145 Jy/beam ! Combined flux in latest and established models = 0.0487545 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 111 components and 0.0487545 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.035083Jy sigma=0.020020 ! Fit after self-cal, rms=0.035083Jy sigma=0.020019 wmodel /scr/pima/s3111b_uvs/J1418-0233_X_map.mod ! Writing 111 model components to file: /scr/pima/s3111b_uvs/J1418-0233_X_map.mod wobs /scr/pima/s3111b_uvs/J1418-0233_X_uvs.fits ! Writing UV FITS file: /scr/pima/s3111b_uvs/J1418-0233_X_uvs.fits wwins /scr/pima/s3111b_uvs/J1418-0233_X_map.win ! wwins: Wrote 3 windows to /scr/pima/s3111b_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 = -7.86927e-05 Jy ! Component: 100 - total flux cleaned = -0.00011439 Jy ! Component: 150 - total flux cleaned = -0.000114451 Jy ! Component: 200 - total flux cleaned = -0.000114578 Jy ! Component: 250 - total flux cleaned = -0.000129927 Jy ! Component: 300 - total flux cleaned = -0.00013011 Jy ! Component: 350 - total flux cleaned = -0.000123051 Jy ! Component: 400 - total flux cleaned = -0.000116299 Jy ! Component: 450 - total flux cleaned = -0.000122975 Jy ! Component: 500 - total flux cleaned = -0.000129367 Jy ! Component: 550 - total flux cleaned = -0.000123256 Jy ! Component: 600 - total flux cleaned = -9.89006e-05 Jy ! Component: 650 - total flux cleaned = -9.90487e-05 Jy ! Component: 700 - total flux cleaned = -8.16603e-05 Jy ! Component: 750 - total flux cleaned = -8.16349e-05 Jy ! Component: 800 - total flux cleaned = -6.4726e-05 Jy ! Component: 850 - total flux cleaned = -5.36915e-05 Jy ! Component: 900 - total flux cleaned = -3.75891e-05 Jy ! Component: 950 - total flux cleaned = -4.28442e-05 Jy ! Component: 1000 - total flux cleaned = -2.19871e-05 Jy ! Component: 1050 - total flux cleaned = -2.20652e-05 Jy ! Component: 1100 - total flux cleaned = -1.20759e-05 Jy ! Component: 1150 - total flux cleaned = 2.78886e-06 Jy ! Component: 1200 - total flux cleaned = 2.22327e-05 Jy ! Component: 1250 - total flux cleaned = 2.22518e-05 Jy ! Component: 1300 - total flux cleaned = 2.22925e-05 Jy ! Component: 1350 - total flux cleaned = 3.16391e-05 Jy ! Component: 1400 - total flux cleaned = 1.76974e-05 Jy ! Component: 1450 - total flux cleaned = 1.77277e-05 Jy ! Component: 1500 - total flux cleaned = 2.22437e-05 Jy ! Component: 1550 - total flux cleaned = 8.93362e-06 Jy ! Component: 1600 - total flux cleaned = 2.65072e-05 Jy ! Component: 1650 - total flux cleaned = 2.64042e-05 Jy ! Component: 1700 - total flux cleaned = 1.77482e-05 Jy ! Component: 1750 - total flux cleaned = 9.34086e-06 Jy ! Component: 1800 - total flux cleaned = 1.35592e-05 Jy ! Component: 1850 - total flux cleaned = 1.77282e-05 Jy ! Component: 1900 - total flux cleaned = 5.47485e-06 Jy ! Component: 1950 - total flux cleaned = 5.53209e-06 Jy ! Component: 2000 - total flux cleaned = 5.5533e-06 Jy ! Total flux subtracted in 2048 components = -1.03083e-05 Jy ! Clean residual min=-0.000197 max=0.000235 Jy/beam ! Clean residual mean=0.000001 rms=0.000080 Jy/beam ! Combined flux in latest and established models = 0.0487442 Jy keep ! Adding 110 model components to the UV plane model. ! The established model now contains 221 components and 0.0487442 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/s3111b_uvs/J1418-0233_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.7896 x 2.111 at -1.353 degrees (North through East) ! Clean map min=-0.00052026 max=0.044749 Jy/beam ! Writing clean map to FITS file: /scr/pima/s3111b_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.044749 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 7.96311e-05 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.533852 0.533852 1.0677 2.13541 4.27081 8.54163 17.0833 34.1665 68.333 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0002 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.044 quit ! Quitting program ! Log file /scr/pima/s3111b_uvs/J1418-0233_X_uvs.log closed on Mon Jul 23 22:52:22 2012