! Started logfile: /scr/pima/bp171a1_uvs/J0507-3842_C_uvs.log on Fri Mar 15 17:59:28 2013 obs /scr/pima/bp171a1_uvs/J0507-3842_C_uva.fits ! Reading UV FITS file: /scr/pima/bp171a1_uvs/J0507-3842_C_uva.fits ! AN table 1: 12 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.433333 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J0507-3842 ! ! 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 3.94397e+09 3.2e+07 1 3.2e+07 ! 02 2 3.97597e+09 3.2e+07 1 3.2e+07 ! 03 3 4.00797e+09 3.2e+07 1 3.2e+07 ! 04 4 4.03997e+09 3.2e+07 1 3.2e+07 ! 05 5 4.23197e+09 3.2e+07 1 3.2e+07 ! 06 6 4.32797e+09 3.2e+07 1 3.2e+07 ! 07 7 4.35997e+09 3.2e+07 1 3.2e+07 ! 08 8 4.39197e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 624 visibilities. select RR ! Selecting polarization: RR, channels: 1..8 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 ! Reading IF 5 channels: 5..5 ! Reading IF 6 channels: 6..6 ! Reading IF 7 channels: 7..7 ! Reading IF 8 channels: 8..8 print "field_size =",field_size ! field_size = 1024 print "field_cell =",field_cell ! field_cell = 0.3 print "taper_size =",taper_size ! taper_size = 40 ![@/home/lpetrov/bin/01_muppet /scr/pima/bp171a1_uvs/J0507-3842_C] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 120 float soltime2 soltime2 = 20 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float time_av time_av = 16 float old_peak float new_peak float flux_cutoff mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.300x0.300 milli-arcsec cellsize. startmod ! Applying default point source starting model. ! Performing phase self-cal ! Adding 1 model components to the UV plane model. ! The established model now contains 1 components and 1 Jy ! ! Correcting IF 1. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 28 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.979762Jy sigma=0.692756 ! Fit after self-cal, rms=0.943100Jy sigma=0.666830 ! 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=15.17 mas, bmaj=39.63 mas, bpa=5.862 degrees ! Estimated noise=50.9762 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=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0451711 Jy ! Component: 100 - total flux cleaned = 0.0604177 Jy ! Total flux subtracted in 100 components = 0.0604177 Jy ! Clean residual min=-0.008119 max=0.008208 Jy/beam ! Clean residual mean=-0.000510 rms=0.003567 Jy/beam ! Combined flux in latest and established models = 0.0604177 Jy ! Performing phase self-cal ! Adding 55 model components to the UV plane model. ! The established model now contains 55 components and 0.0604177 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.047560Jy sigma=0.033627 ! Fit after self-cal, rms=0.046770Jy sigma=0.033069 ! 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=14.91 mas, bmaj=40.52 mas, bpa=0.6989 degrees ! Estimated noise=48.1156 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.0127619 Jy ! Component: 100 - total flux cleaned = 0.0209513 Jy ! Component: 150 - total flux cleaned = 0.0235462 Jy ! Component: 200 - total flux cleaned = 0.0251249 Jy ! Total flux subtracted in 200 components = 0.0251249 Jy ! Clean residual min=-0.004347 max=0.004360 Jy/beam ! Clean residual mean=-0.000308 rms=0.001706 Jy/beam ! Combined flux in latest and established models = 0.0855426 Jy ! Performing phase self-cal ! Adding 119 model components to the UV plane model. ! The established model now contains 174 components and 0.0855426 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.042067Jy sigma=0.029743 ! Fit after self-cal, rms=0.041679Jy sigma=0.029469 ! 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.00* FD 1.08 KP 1.01 LA 0.70 ! OV 1.00* PT 0.92 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.87 KP 1.24 LA 0.64 ! OV 1.00* PT 0.87 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.95 KP 1.18 LA 0.95 ! OV 1.00* PT 0.80 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.32 KP 1.15 LA 1.10 ! OV 1.00* PT 1.17 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.15 KP 1.18 LA 0.94 ! OV 1.00* PT 1.06 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.26 KP 1.54 LA 1.69 ! OV 1.00* PT 0.76 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.14 KP 1.08 LA 1.52 ! OV 1.00* PT 1.08 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.08 KP 1.17 LA 1.17 ! OV 1.00* PT 1.00 ! ! ! Fit before self-cal, rms=0.041679Jy sigma=0.029469 ! Fit after self-cal, rms=0.039347Jy sigma=0.024822 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=15.29 mas, bmaj=41.25 mas, bpa=1.716 degrees ! Estimated noise=50.2079 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.000272042 Jy ! Component: 100 - total flux cleaned = -0.000429627 Jy ! Component: 150 - total flux cleaned = -0.000183764 Jy ! Component: 200 - total flux cleaned = 0.00019943 Jy ! Total flux subtracted in 200 components = 0.00019943 Jy ! Clean residual min=-0.001682 max=0.001678 Jy/beam ! Clean residual mean=-0.000027 rms=0.000639 Jy/beam ! Combined flux in latest and established models = 0.085742 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 209 components and 0.085742 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.039189Jy sigma=0.024733 ! Fit after self-cal, rms=0.039483Jy sigma=0.024574 ! 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.039483Jy sigma=0.024574 ! Fit after self-cal, rms=0.041771Jy sigma=0.024522 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.34 mas, bmaj=41.45 mas, bpa=1.856 degrees ! Estimated noise=50.843 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000491182 Jy ! Component: 100 - total flux cleaned = 0.000382741 Jy ! Component: 150 - total flux cleaned = 0.00035518 Jy ! Component: 200 - total flux cleaned = 0.00044516 Jy ! Total flux subtracted in 200 components = 0.00044516 Jy ! Clean residual min=-0.000527 max=0.000525 Jy/beam ! Clean residual mean=-0.000004 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.0861872 Jy selfcal ! Performing phase self-cal ! Adding 94 model components to the UV plane model. ! The established model now contains 303 components and 0.0861872 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.041668Jy sigma=0.024485 ! Fit after self-cal, rms=0.041715Jy sigma=0.024467 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 = -0.000145896 Jy ! Component: 100 - total flux cleaned = -0.000298385 Jy ! Component: 150 - total flux cleaned = -0.000271087 Jy ! Component: 200 - total flux cleaned = -0.000208082 Jy ! Total flux subtracted in 200 components = -0.000208082 Jy ! Clean residual min=-0.000551 max=0.000547 Jy/beam ! Clean residual mean=-0.000010 rms=0.000210 Jy/beam ! Combined flux in latest and established models = 0.0859791 Jy ! Performing phase self-cal ! Adding 99 model components to the UV plane model. ! The established model now contains 397 components and 0.0859791 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.041644Jy sigma=0.024451 ! Fit after self-cal, rms=0.041616Jy sigma=0.024446 ! 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.041616Jy sigma=0.024446 ! Fit after self-cal, rms=0.041666Jy sigma=0.024438 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.33 mas, bmaj=41.45 mas, bpa=1.708 degrees ! Estimated noise=50.7088 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000341035 Jy ! Component: 100 - total flux cleaned = 0.000390554 Jy ! Component: 150 - total flux cleaned = 0.00041489 Jy ! Component: 200 - total flux cleaned = 0.000467246 Jy ! Total flux subtracted in 200 components = 0.000467246 Jy ! Clean residual min=-0.000451 max=0.000447 Jy/beam ! Clean residual mean=-0.000004 rms=0.000178 Jy/beam ! Combined flux in latest and established models = 0.0864463 Jy selfcal ! Performing phase self-cal ! Adding 96 model components to the UV plane model. ! The established model now contains 488 components and 0.0864463 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.041623Jy sigma=0.024427 ! Fit after self-cal, rms=0.041652Jy sigma=0.024422 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 = 1.76949e-06 Jy ! Component: 100 - total flux cleaned = -0.000174767 Jy ! Component: 150 - total flux cleaned = -6.79878e-05 Jy ! Component: 200 - total flux cleaned = -9.30393e-05 Jy ! Total flux subtracted in 200 components = -9.30393e-05 Jy ! Clean residual min=-0.000411 max=0.000408 Jy/beam ! Clean residual mean=-0.000003 rms=0.000162 Jy/beam ! Combined flux in latest and established models = 0.0863533 Jy ! Performing phase self-cal ! Adding 94 model components to the UV plane model. ! The established model now contains 580 components and 0.0863533 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.041618Jy sigma=0.024412 ! Fit after self-cal, rms=0.041624Jy sigma=0.024409 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 20 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Correcting IF 5. ! ! Correcting IF 6. ! ! Correcting IF 7. ! ! Correcting IF 8. ! ! Fit before self-cal, rms=0.041624Jy sigma=0.024409 ! Fit after self-cal, rms=0.041394Jy sigma=0.024404 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.36 mas, bmaj=41.5 mas, bpa=1.587 degrees ! Estimated noise=50.5233 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000134154 Jy ! Component: 100 - total flux cleaned = -0.000287855 Jy ! Component: 150 - total flux cleaned = -0.000269759 Jy ! Component: 200 - total flux cleaned = -0.000269836 Jy ! Total flux subtracted in 200 components = -0.000269836 Jy ! Clean residual min=-0.000361 max=0.000356 Jy/beam ! Clean residual mean=-0.000004 rms=0.000139 Jy/beam ! Combined flux in latest and established models = 0.0860835 Jy selfcal ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 642 components and 0.0860834 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.041373Jy sigma=0.024396 ! Fit after self-cal, rms=0.041290Jy sigma=0.024371 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 = 0.000325373 Jy ! Component: 100 - total flux cleaned = 0.000561128 Jy ! Component: 150 - total flux cleaned = 0.000541642 Jy ! Component: 200 - total flux cleaned = 0.000544007 Jy ! Total flux subtracted in 200 components = 0.000544007 Jy ! Clean residual min=-0.000435 max=0.000437 Jy/beam ! Clean residual mean=-0.000001 rms=0.000167 Jy/beam ! Combined flux in latest and established models = 0.0866274 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 704 components and 0.0866275 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.041255Jy sigma=0.024359 ! Fit after self-cal, rms=0.041232Jy sigma=0.024356 ! 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=15.3 mas, bmaj=41.44 mas, bpa=1.499 degrees ! Estimated noise=50.5701 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 15.3 x 41.44 at 1.499 degrees (North through East) ! Clean map min=-0.0061495 max=0.039964 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=15.36 mas, bmaj=40.77 mas, bpa=6.287 degrees ! Estimated noise=55.1304 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.044457 Jy ! Component: 100 - total flux cleaned = 0.0461767 Jy ! Component: 150 - total flux cleaned = 0.0471506 Jy ! Component: 200 - total flux cleaned = 0.0484772 Jy ! Total flux subtracted in 200 components = 0.0484772 Jy ! Clean residual min=-0.007439 max=0.007538 Jy/beam ! Clean residual mean=-0.000292 rms=0.003215 Jy/beam ! Combined flux in latest and established models = 0.0484772 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 76 model components to the UV plane model. ! The established model now contains 76 components and 0.0484772 Jy ! Inverting map and beam ! Estimated beam: bmin=15.3 mas, bmaj=41.44 mas, bpa=1.499 degrees ! Estimated noise=50.5701 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.00371596 Jy ! Component: 100 - total flux cleaned = 0.00501031 Jy ! Component: 150 - total flux cleaned = 0.0058791 Jy ! Component: 200 - total flux cleaned = 0.00531948 Jy ! Total flux subtracted in 200 components = 0.00531948 Jy ! Clean residual min=-0.005157 max=0.005292 Jy/beam ! Clean residual mean=-0.000078 rms=0.002119 Jy/beam ! Combined flux in latest and established models = 0.0537967 Jy ! Adding 61 model components to the UV plane model. ! The established model now contains 137 components and 0.0537967 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 40 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=15.36 mas, bmaj=41.5 mas, bpa=1.587 degrees ! Estimated noise=50.5233 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000376463 Jy ! Component: 100 - total flux cleaned = -1.26973e-05 Jy ! Component: 150 - total flux cleaned = 0.000317986 Jy ! Component: 200 - total flux cleaned = 0.000686306 Jy ! Total flux subtracted in 200 components = 0.000686306 Jy ! Clean residual min=-0.003341 max=0.003280 Jy/beam ! Clean residual mean=0.000022 rms=0.001293 Jy/beam ! Combined flux in latest and established models = 0.054483 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 = 0.000208676 Jy ! Component: 100 - total flux cleaned = 0.000214394 Jy ! Component: 150 - total flux cleaned = -0.000102563 Jy ! Component: 200 - total flux cleaned = -0.000494344 Jy ! Total flux subtracted in 200 components = -0.000494344 Jy ! Clean residual min=-0.006683 max=0.006858 Jy/beam ! Clean residual mean=-0.000004 rms=0.002533 Jy/beam ! Combined flux in latest and established models = 0.0539887 Jy ! Adding 70 model components to the UV plane model. ! The established model now contains 197 components and 0.0539887 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=15.3 mas, bmaj=41.44 mas, bpa=1.499 degrees ! Estimated noise=50.5701 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -2.26827e-05 Jy ! Component: 100 - total flux cleaned = -3.48472e-05 Jy ! Component: 150 - total flux cleaned = -0.000996536 Jy ! Component: 200 - total flux cleaned = -0.00171735 Jy ! Total flux subtracted in 200 components = -0.00171735 Jy ! Clean residual min=-0.006513 max=0.006641 Jy/beam ! Clean residual mean=-0.000022 rms=0.002256 Jy/beam ! Combined flux in latest and established models = 0.0522713 Jy selfcal ! Performing phase self-cal ! Adding 40 model components to the UV plane model. ! The established model now contains 222 components and 0.0522713 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.042244Jy sigma=0.025165 ! Fit after self-cal, rms=0.042070Jy sigma=0.024989 wmodel /scr/pima/bp171a1_uvs/J0507-3842_C_map.mod ! Writing 222 model components to file: /scr/pima/bp171a1_uvs/J0507-3842_C_map.mod wobs /scr/pima/bp171a1_uvs/J0507-3842_C_uvs.fits ! Writing UV FITS file: /scr/pima/bp171a1_uvs/J0507-3842_C_uvs.fits wwins /scr/pima/bp171a1_uvs/J0507-3842_C_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /home/lpetrov/bin/01_muppet] ! wmap "/scr/pima/bp171a1_uvs/J0507-3842_C\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 15.3 x 41.44 at 1.499 degrees (North through East) ! Clean map min=-0.016223 max=0.037447 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171a1_uvs/J0507-3842_C_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0374468 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.00219857 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -17.6135 17.6135 35.2271 70.4542 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0065 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.037 quit ! Quitting program ! Log file /scr/pima/bp171a1_uvs/J0507-3842_C_uvs.log closed on Fri Mar 15 17:59:32 2013