! Started logfile: /scr/pima/s3111b_uvs/J1448+3608_X_uvs.log on Mon Jul 23 22:52:53 2012 obs /scr/pima/s3111b_uvs/J1448+3608_X_uva.fits ! Reading UV FITS file: /scr/pima/s3111b_uvs/J1448+3608_X_uva.fits ! AN table 1: 58 integrations on 55 of 55 possible baselines. ! Apparent sampling: 0.959561 visibilities/baseline/integration-bin. ! Found source: J1448+3608 ! ! 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 24488 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/J1448+3608_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 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 128 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 13 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.997740Jy sigma=0.705376 ! Fit after self-cal, rms=0.982308Jy sigma=0.694467 ! 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.6575 mas, bmaj=1.819 mas, bpa=-21.37 degrees ! Estimated noise=17.8177 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.0147318 Jy ! Component: 100 - total flux cleaned = 0.0175957 Jy ! Total flux subtracted in 100 components = 0.0175957 Jy ! Clean residual min=-0.002276 max=0.002348 Jy/beam ! Clean residual mean=0.000017 rms=0.000597 Jy/beam ! Combined flux in latest and established models = 0.0175957 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.0175957 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.031775Jy sigma=0.022465 ! Fit after self-cal, rms=0.030841Jy sigma=0.021805 ! 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.8739 mas, bmaj=2.063 mas, bpa=-19.04 degrees ! Estimated noise=6.5358 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.6, -1.3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00225615 Jy ! Component: 100 - total flux cleaned = 0.00340064 Jy ! Component: 150 - total flux cleaned = 0.00397672 Jy ! Component: 200 - total flux cleaned = 0.00428179 Jy ! Total flux subtracted in 200 components = 0.00428179 Jy ! Clean residual min=-0.000854 max=0.001658 Jy/beam ! Clean residual mean=0.000020 rms=0.000302 Jy/beam ! Combined flux in latest and established models = 0.0218775 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 27 components and 0.0218775 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.030682Jy sigma=0.021693 ! Fit after self-cal, rms=0.030653Jy sigma=0.021672 ! 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.99 FD 1.02 GB 1.03 HN 0.95 ! KP 0.92 LA 0.97 MK 1.18 NL 1.82 ! OV 0.98 PT 1.03 SC 1.09 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 FD 1.04 GB 1.02 HN 0.99 ! KP 0.91 LA 0.97 MK 1.13 NL 1.89 ! OV 0.99 PT 1.02 SC 1.13 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.97 GB 1.10 HN 0.96 ! KP 0.99 LA 1.05 MK 1.03 NL 1.64 ! OV 0.94 PT 1.04 SC 1.08 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.93 GB 1.15 HN 0.89 ! KP 0.95 LA 1.08 MK 1.08 NL 1.65 ! OV 0.88 PT 1.01 SC 1.10 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 0.85 GB 1.11 HN 0.80 ! KP 1.00 LA 1.00 MK 0.99 NL 1.55 ! OV 0.93 PT 0.99 SC 1.03 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 0.82 FD 0.84 GB 1.23 HN 0.92 ! KP 0.92 LA 0.90 MK 1.02 NL 1.49 ! OV 0.81 PT 1.03 SC 1.09 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 0.88 FD 0.72 GB 1.36 HN 1.00* ! KP 0.88 LA 1.08 MK 1.00* NL 1.31 ! OV 0.82 PT 1.01 SC 0.93 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 0.79 FD 0.68 GB 1.20 HN 0.88 ! KP 0.96 LA 1.03 MK 0.84 NL 1.10 ! OV 0.78 PT 0.89 SC 0.79 ! ! ! Fit before self-cal, rms=0.030653Jy sigma=0.021672 ! Fit after self-cal, rms=0.030042Jy sigma=0.021393 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.8796 mas, bmaj=2.037 mas, bpa=-18.71 degrees ! Estimated noise=6.51653 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.000125527 Jy ! Component: 100 - total flux cleaned = 0.000155813 Jy ! Component: 150 - total flux cleaned = 0.000221303 Jy ! Component: 200 - total flux cleaned = 0.000264502 Jy ! Total flux subtracted in 200 components = 0.000264502 Jy ! Clean residual min=-0.000637 max=0.000725 Jy/beam ! Clean residual mean=0.000007 rms=0.000190 Jy/beam ! Combined flux in latest and established models = 0.022142 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 52 components and 0.022142 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.030027Jy sigma=0.021382 ! Fit after self-cal, rms=0.030142Jy sigma=0.021350 ! 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.030142Jy sigma=0.021350 ! Fit after self-cal, rms=0.031009Jy sigma=0.021314 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8826 mas, bmaj=2.033 mas, bpa=-18.71 degrees ! Estimated noise=6.55687 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000138478 Jy ! Component: 100 - total flux cleaned = 0.000179963 Jy ! Component: 150 - total flux cleaned = 0.000204879 Jy ! Component: 200 - total flux cleaned = 0.000226903 Jy ! Total flux subtracted in 200 components = 0.000226903 Jy ! Clean residual min=-0.000632 max=0.000743 Jy/beam ! Clean residual mean=0.000006 rms=0.000179 Jy/beam ! Combined flux in latest and established models = 0.0223689 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 71 components and 0.0223689 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.031003Jy sigma=0.021310 ! Fit after self-cal, rms=0.031051Jy sigma=0.021303 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.50891e-05 Jy ! Component: 100 - total flux cleaned = 6.65203e-05 Jy ! Component: 150 - total flux cleaned = 8.51739e-05 Jy ! Component: 200 - total flux cleaned = 9.63292e-05 Jy ! Total flux subtracted in 200 components = 9.63292e-05 Jy ! Clean residual min=-0.000634 max=0.000727 Jy/beam ! Clean residual mean=0.000007 rms=0.000180 Jy/beam ! Combined flux in latest and established models = 0.0224652 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 82 components and 0.0224652 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.031048Jy sigma=0.021301 ! Fit after self-cal, rms=0.031049Jy sigma=0.021300 ! 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.031049Jy sigma=0.021300 ! Fit after self-cal, rms=0.032460Jy sigma=0.021318 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8829 mas, bmaj=2.029 mas, bpa=-19.05 degrees ! Estimated noise=6.78428 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000516959 Jy ! Component: 100 - total flux cleaned = 0.000580011 Jy ! Component: 150 - total flux cleaned = 0.000609237 Jy ! Component: 200 - total flux cleaned = 0.000628218 Jy ! Total flux subtracted in 200 components = 0.000628218 Jy ! Clean residual min=-0.000660 max=0.000810 Jy/beam ! Clean residual mean=0.000008 rms=0.000196 Jy/beam ! Combined flux in latest and established models = 0.0230934 Jy selfcal ! Performing phase self-cal ! Adding 33 model components to the UV plane model. ! The established model now contains 110 components and 0.0230934 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.032451Jy sigma=0.021311 ! Fit after self-cal, rms=0.032462Jy sigma=0.021307 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.81163e-05 Jy ! Component: 100 - total flux cleaned = 3.4039e-05 Jy ! Component: 150 - total flux cleaned = 3.9521e-05 Jy ! Component: 200 - total flux cleaned = 4.4769e-05 Jy ! Total flux subtracted in 200 components = 4.4769e-05 Jy ! Clean residual min=-0.000665 max=0.000821 Jy/beam ! Clean residual mean=0.000008 rms=0.000194 Jy/beam ! Combined flux in latest and established models = 0.0231382 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 118 components and 0.0231382 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.032460Jy sigma=0.021306 ! Fit after self-cal, rms=0.032460Jy sigma=0.021306 ! 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.032460Jy sigma=0.021306 ! Fit after self-cal, rms=0.033497Jy sigma=0.021312 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.363 mas, bmaj=2.264 mas, bpa=-18.87 degrees ! Estimated noise=7.64449 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000532239 Jy ! Component: 100 - total flux cleaned = 0.000617533 Jy ! Component: 150 - total flux cleaned = 0.000643991 Jy ! Component: 200 - total flux cleaned = 0.000638408 Jy ! Total flux subtracted in 200 components = 0.000638408 Jy ! Clean residual min=-0.000667 max=0.000967 Jy/beam ! Clean residual mean=0.000012 rms=0.000235 Jy/beam ! Combined flux in latest and established models = 0.0237766 Jy selfcal ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 134 components and 0.0237766 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.033490Jy sigma=0.021307 ! Fit after self-cal, rms=0.033491Jy sigma=0.021305 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 (5.3, -4.3). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000939736 Jy ! Component: 100 - total flux cleaned = 0.00134547 Jy ! Component: 150 - total flux cleaned = 0.00149593 Jy ! Component: 200 - total flux cleaned = 0.0016007 Jy ! Total flux subtracted in 200 components = 0.0016007 Jy ! Clean residual min=-0.000648 max=0.000557 Jy/beam ! Clean residual mean=0.000005 rms=0.000191 Jy/beam ! Combined flux in latest and established models = 0.0253773 Jy ! Performing phase self-cal ! Adding 36 model components to the UV plane model. ! The established model now contains 170 components and 0.0253773 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.033461Jy sigma=0.021289 ! Fit after self-cal, rms=0.033461Jy sigma=0.021285 ! 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.8817 mas, bmaj=2.024 mas, bpa=-19.08 degrees ! Estimated noise=6.974 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8817 x 2.024 at -19.08 degrees (North through East) ! Clean map min=-0.00063576 max=0.020605 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.665 mas, bmaj=1.799 mas, bpa=-21.57 degrees ! Estimated noise=18.675 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0169074 Jy ! Component: 100 - total flux cleaned = 0.0207351 Jy ! Component: 150 - total flux cleaned = 0.0225867 Jy ! Component: 200 - total flux cleaned = 0.0235961 Jy ! Total flux subtracted in 200 components = 0.0235961 Jy ! Clean residual min=-0.001428 max=0.001627 Jy/beam ! Clean residual mean=0.000002 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0235961 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 24 model components to the UV plane model. ! The established model now contains 24 components and 0.0235961 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8817 mas, bmaj=2.024 mas, bpa=-19.08 degrees ! Estimated noise=6.974 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.000940775 Jy ! Component: 100 - total flux cleaned = 0.00131813 Jy ! Component: 150 - total flux cleaned = 0.00162095 Jy ! Component: 200 - total flux cleaned = 0.00178052 Jy ! Total flux subtracted in 200 components = 0.00178052 Jy ! Clean residual min=-0.000702 max=0.000692 Jy/beam ! Clean residual mean=0.000005 rms=0.000186 Jy/beam ! Combined flux in latest and established models = 0.0253766 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 51 components and 0.0253766 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.363 mas, bmaj=2.264 mas, bpa=-18.87 degrees ! Estimated noise=7.64449 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000220767 Jy ! Component: 100 - total flux cleaned = 0.000289388 Jy ! Component: 150 - total flux cleaned = 0.00030302 Jy ! Component: 200 - total flux cleaned = 0.000276198 Jy ! Total flux subtracted in 200 components = 0.000276198 Jy ! Clean residual min=-0.000638 max=0.000647 Jy/beam ! Clean residual mean=0.000006 rms=0.000192 Jy/beam ! Combined flux in latest and established models = 0.0256528 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.56653e-05 Jy ! Component: 100 - total flux cleaned = 6.8174e-05 Jy ! Component: 150 - total flux cleaned = 9.80277e-05 Jy ! Component: 200 - total flux cleaned = 0.000116793 Jy ! Total flux subtracted in 200 components = 0.000116793 Jy ! Clean residual min=-0.000636 max=0.000620 Jy/beam ! Clean residual mean=0.000005 rms=0.000184 Jy/beam ! Combined flux in latest and established models = 0.0257696 Jy ! Adding 63 model components to the UV plane model. ! The established model now contains 107 components and 0.0257696 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8817 mas, bmaj=2.024 mas, bpa=-19.08 degrees ! Estimated noise=6.974 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.33719e-05 Jy ! Component: 100 - total flux cleaned = 7.09262e-05 Jy ! Component: 150 - total flux cleaned = 0.000103003 Jy ! Component: 200 - total flux cleaned = 0.00014348 Jy ! Total flux subtracted in 200 components = 0.00014348 Jy ! Clean residual min=-0.000606 max=0.000600 Jy/beam ! Clean residual mean=0.000003 rms=0.000161 Jy/beam ! Combined flux in latest and established models = 0.0259131 Jy selfcal ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 137 components and 0.0259131 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.033454Jy sigma=0.021281 ! Fit after self-cal, rms=0.033453Jy sigma=0.021276 wmodel /scr/pima/s3111b_uvs/J1448+3608_X_map.mod ! Writing 137 model components to file: /scr/pima/s3111b_uvs/J1448+3608_X_map.mod wobs /scr/pima/s3111b_uvs/J1448+3608_X_uvs.fits ! Writing UV FITS file: /scr/pima/s3111b_uvs/J1448+3608_X_uvs.fits wwins /scr/pima/s3111b_uvs/J1448+3608_X_map.win ! wwins: Wrote 3 windows to /scr/pima/s3111b_uvs/J1448+3608_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 = -0.000100051 Jy ! Component: 100 - total flux cleaned = -0.000109711 Jy ! Component: 150 - total flux cleaned = -0.000165128 Jy ! Component: 200 - total flux cleaned = -0.000174091 Jy ! Component: 250 - total flux cleaned = -0.000199267 Jy ! Component: 300 - total flux cleaned = -0.000247642 Jy ! Component: 350 - total flux cleaned = -0.000317527 Jy ! Component: 400 - total flux cleaned = -0.000340079 Jy ! Component: 450 - total flux cleaned = -0.000347428 Jy ! Component: 500 - total flux cleaned = -0.000347446 Jy ! Component: 550 - total flux cleaned = -0.000340371 Jy ! Component: 600 - total flux cleaned = -0.000326472 Jy ! Component: 650 - total flux cleaned = -0.000299468 Jy ! Component: 700 - total flux cleaned = -0.000286236 Jy ! Component: 750 - total flux cleaned = -0.000260153 Jy ! Component: 800 - total flux cleaned = -0.000234487 Jy ! Component: 850 - total flux cleaned = -0.0001967 Jy ! Component: 900 - total flux cleaned = -0.00017193 Jy ! Component: 950 - total flux cleaned = -0.000153639 Jy ! Component: 1000 - total flux cleaned = -0.000117597 Jy ! Component: 1050 - total flux cleaned = -9.39591e-05 Jy ! Component: 1100 - total flux cleaned = -7.0593e-05 Jy ! Component: 1150 - total flux cleaned = -4.17421e-05 Jy ! Component: 1200 - total flux cleaned = -7.55202e-06 Jy ! Component: 1250 - total flux cleaned = 1.48736e-05 Jy ! Component: 1300 - total flux cleaned = 3.14982e-05 Jy ! Component: 1350 - total flux cleaned = 4.23795e-05 Jy ! Component: 1400 - total flux cleaned = 4.77959e-05 Jy ! Component: 1450 - total flux cleaned = 6.92495e-05 Jy ! Component: 1500 - total flux cleaned = 7.98006e-05 Jy ! Component: 1550 - total flux cleaned = 8.4983e-05 Jy ! Component: 1600 - total flux cleaned = 0.000100438 Jy ! Component: 1650 - total flux cleaned = 0.000110625 Jy ! Component: 1700 - total flux cleaned = 0.000115665 Jy ! Component: 1750 - total flux cleaned = 0.000130618 Jy ! Component: 1800 - total flux cleaned = 0.000140451 Jy ! Component: 1850 - total flux cleaned = 0.000160037 Jy ! Component: 1900 - total flux cleaned = 0.000174487 Jy ! Component: 1950 - total flux cleaned = 0.000169789 Jy ! Component: 2000 - total flux cleaned = 0.00020291 Jy ! Total flux subtracted in 2048 components = 0.000216983 Jy ! Clean residual min=-0.000254 max=0.000316 Jy/beam ! Clean residual mean=0.000003 rms=0.000100 Jy/beam ! Combined flux in latest and established models = 0.0261301 Jy keep ! Adding 150 model components to the UV plane model. ! The established model now contains 287 components and 0.0261301 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/s3111b_uvs/J1448+3608_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8817 x 2.024 at -19.08 degrees (North through East) ! Clean map min=-0.00057419 max=0.020909 Jy/beam ! Writing clean map to FITS file: /scr/pima/s3111b_uvs/J1448+3608_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0209088 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000100299 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.43909 1.43909 2.87817 5.75635 11.5127 23.0254 46.0508 92.1016 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0003 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.02 quit ! Quitting program ! Log file /scr/pima/s3111b_uvs/J1448+3608_X_uvs.log closed on Mon Jul 23 22:52:55 2012