! Started logfile: /scr/pima/bp171a0_uvs/J0407-392A_C_uvs.log on Fri Mar 15 08:56:06 2013 obs /scr/pima/bp171a0_uvs/J0407-392A_C_uva.fits ! Reading UV FITS file: /scr/pima/bp171a0_uvs/J0407-392A_C_uva.fits ! AN table 1: 9 integrations on 15 of 15 possible baselines. ! Apparent sampling: 0.792593 visibilities/baseline/integration-bin. ! Found source: J0407-392A ! ! 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 856 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/bp171a0_uvs/J0407-392A_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 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 10 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 1 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.025072Jy sigma=0.724787 ! Fit after self-cal, rms=0.905857Jy sigma=0.640495 ! 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=4.609 mas, bmaj=56.36 mas, bpa=16.42 degrees ! Estimated noise=40.2205 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.0720598 Jy ! Component: 100 - total flux cleaned = 0.105643 Jy ! Total flux subtracted in 100 components = 0.105643 Jy ! Clean residual min=-0.020038 max=0.020058 Jy/beam ! Clean residual mean=-0.002281 rms=0.009247 Jy/beam ! Combined flux in latest and established models = 0.105643 Jy ! Performing phase self-cal ! Adding 51 model components to the UV plane model. ! The established model now contains 51 components and 0.105643 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.086297Jy sigma=0.061016 ! Fit after self-cal, rms=0.085780Jy sigma=0.060651 ! 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=5.107 mas, bmaj=52.77 mas, bpa=15.02 degrees ! Estimated noise=35.0955 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.0322525 Jy ! Component: 100 - total flux cleaned = 0.045518 Jy ! Component: 150 - total flux cleaned = 0.0470992 Jy ! Component: 200 - total flux cleaned = 0.0446612 Jy ! Total flux subtracted in 200 components = 0.0446612 Jy ! Clean residual min=-0.009643 max=0.009591 Jy/beam ! Clean residual mean=-0.001041 rms=0.004663 Jy/beam ! Combined flux in latest and established models = 0.150304 Jy ! Performing phase self-cal ! Adding 140 model components to the UV plane model. ! The established model now contains 188 components and 0.150305 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.067766Jy sigma=0.047914 ! Fit after self-cal, rms=0.067559Jy sigma=0.047767 ! 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.02 FD 0.77 LA 0.71 NL 1.26 ! OV 0.78 PT 0.89 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.05 FD 0.70 LA 0.79 NL 1.16 ! OV 0.80 PT 0.86 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.23 FD 0.76 LA 0.80 NL 1.11 ! OV 0.86 PT 0.96 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 FD 1.06 LA 0.99 NL 0.84 ! OV 1.09 PT 0.85 ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 1.54 FD 1.36 LA 0.93 NL 1.77 ! OV 1.00* PT 0.92 ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 1.47 FD 1.09 LA 1.00 NL 1.01 ! OV 1.10 PT 1.18 ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 2.01 FD 1.21 LA 1.00 NL 1.41 ! OV 1.01 PT 0.86 ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.89 FD 1.29 LA 0.95 NL 1.27 ! OV 1.11 PT 0.88 ! ! ! Fit before self-cal, rms=0.067559Jy sigma=0.047767 ! Fit after self-cal, rms=0.057880Jy sigma=0.038256 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.324 mas, bmaj=54.01 mas, bpa=14.66 degrees ! Estimated noise=34.2147 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.00474125 Jy ! Component: 100 - total flux cleaned = 0.00471674 Jy ! Component: 150 - total flux cleaned = 0.00458013 Jy ! Component: 200 - total flux cleaned = 0.00458118 Jy ! Total flux subtracted in 200 components = 0.00458118 Jy ! Clean residual min=-0.002089 max=0.002086 Jy/beam ! Clean residual mean=0.000024 rms=0.000881 Jy/beam ! Combined flux in latest and established models = 0.154886 Jy ! Performing phase self-cal ! Adding 42 model components to the UV plane model. ! The established model now contains 230 components and 0.154886 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.056964Jy sigma=0.037538 ! Fit after self-cal, rms=0.057141Jy sigma=0.037440 ! 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.057141Jy sigma=0.037440 ! Fit after self-cal, rms=0.057731Jy sigma=0.037312 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.318 mas, bmaj=53.83 mas, bpa=14.49 degrees ! Estimated noise=33.9404 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000651693 Jy ! Component: 100 - total flux cleaned = 0.0007425 Jy ! Component: 150 - total flux cleaned = 0.000956022 Jy ! Component: 200 - total flux cleaned = 0.00142708 Jy ! Total flux subtracted in 200 components = 0.00142708 Jy ! Clean residual min=-0.001041 max=0.001038 Jy/beam ! Clean residual mean=-0.000024 rms=0.000456 Jy/beam ! Combined flux in latest and established models = 0.156313 Jy selfcal ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 296 components and 0.156313 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.057429Jy sigma=0.037124 ! Fit after self-cal, rms=0.057415Jy sigma=0.037108 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.000369254 Jy ! Component: 100 - total flux cleaned = -0.000752203 Jy ! Component: 150 - total flux cleaned = -0.00114824 Jy ! Component: 200 - total flux cleaned = -0.00142795 Jy ! Total flux subtracted in 200 components = -0.00142795 Jy ! Clean residual min=-0.000757 max=0.000766 Jy/beam ! Clean residual mean=-0.000014 rms=0.000345 Jy/beam ! Combined flux in latest and established models = 0.154885 Jy ! Performing phase self-cal ! Adding 79 model components to the UV plane model. ! The established model now contains 372 components and 0.154885 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.057299Jy sigma=0.037052 ! Fit after self-cal, rms=0.057298Jy sigma=0.037049 ! 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.057298Jy sigma=0.037049 ! Fit after self-cal, rms=0.057671Jy sigma=0.037015 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.314 mas, bmaj=53.84 mas, bpa=14.42 degrees ! Estimated noise=33.6928 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000198469 Jy ! Component: 100 - total flux cleaned = -0.000720768 Jy ! Component: 150 - total flux cleaned = -0.000857141 Jy ! Component: 200 - total flux cleaned = -0.000775975 Jy ! Total flux subtracted in 200 components = -0.000775975 Jy ! Clean residual min=-0.000639 max=0.000640 Jy/beam ! Clean residual mean=-0.000015 rms=0.000288 Jy/beam ! Combined flux in latest and established models = 0.154109 Jy selfcal ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 436 components and 0.154109 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.057547Jy sigma=0.036968 ! Fit after self-cal, rms=0.057554Jy sigma=0.036965 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.000248368 Jy ! Component: 100 - total flux cleaned = 0.000395348 Jy ! Component: 150 - total flux cleaned = 0.000499786 Jy ! Component: 200 - total flux cleaned = 0.000801169 Jy ! Total flux subtracted in 200 components = 0.000801169 Jy ! Clean residual min=-0.000547 max=0.000546 Jy/beam ! Clean residual mean=-0.000005 rms=0.000248 Jy/beam ! Combined flux in latest and established models = 0.15491 Jy ! Performing phase self-cal ! Adding 58 model components to the UV plane model. ! The established model now contains 482 components and 0.15491 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.057489Jy sigma=0.036942 ! Fit after self-cal, rms=0.057492Jy sigma=0.036941 ! 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.057492Jy sigma=0.036941 ! Fit after self-cal, rms=0.057758Jy sigma=0.036925 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.557 mas, bmaj=53.91 mas, bpa=14.23 degrees ! Estimated noise=33.3558 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000186614 Jy ! Component: 100 - total flux cleaned = -0.000410513 Jy ! Component: 150 - total flux cleaned = -0.000279743 Jy ! Component: 200 - total flux cleaned = -0.000127764 Jy ! Total flux subtracted in 200 components = -0.000127764 Jy ! Clean residual min=-0.000486 max=0.000487 Jy/beam ! Clean residual mean=-0.000014 rms=0.000213 Jy/beam ! Combined flux in latest and established models = 0.154782 Jy selfcal ! Performing phase self-cal ! Adding 75 model components to the UV plane model. ! The established model now contains 547 components and 0.154782 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.057685Jy sigma=0.036903 ! Fit after self-cal, rms=0.057693Jy sigma=0.036902 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.000300689 Jy ! Component: 100 - total flux cleaned = 0.000572182 Jy ! Component: 150 - total flux cleaned = 0.000854195 Jy ! Component: 200 - total flux cleaned = 0.000927626 Jy ! Total flux subtracted in 200 components = 0.000927626 Jy ! Clean residual min=-0.000408 max=0.000406 Jy/beam ! Clean residual mean=0.000000 rms=0.000188 Jy/beam ! Combined flux in latest and established models = 0.15571 Jy ! Performing phase self-cal ! Adding 54 model components to the UV plane model. ! The established model now contains 590 components and 0.15571 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.057651Jy sigma=0.036891 ! Fit after self-cal, rms=0.057654Jy sigma=0.036891 ! 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=5.31 mas, bmaj=53.86 mas, bpa=14.37 degrees ! Estimated noise=33.4797 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.31 x 53.86 at 14.37 degrees (North through East) ! Clean map min=-0.0056669 max=0.081828 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=4.825 mas, bmaj=55.77 mas, bpa=15.79 degrees ! Estimated noise=39.7905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0698325 Jy ! Component: 100 - total flux cleaned = 0.104215 Jy ! Component: 150 - total flux cleaned = 0.127929 Jy ! Component: 200 - total flux cleaned = 0.134473 Jy ! Total flux subtracted in 200 components = 0.134473 Jy ! Clean residual min=-0.009882 max=0.009883 Jy/beam ! Clean residual mean=-0.001406 rms=0.005160 Jy/beam ! Combined flux in latest and established models = 0.134473 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 99 model components to the UV plane model. ! The established model now contains 99 components and 0.134473 Jy ! Inverting map and beam ! Estimated beam: bmin=5.31 mas, bmaj=53.86 mas, bpa=14.37 degrees ! Estimated noise=33.4797 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.00923577 Jy ! Component: 100 - total flux cleaned = 0.00847056 Jy ! Component: 150 - total flux cleaned = 0.00738493 Jy ! Component: 200 - total flux cleaned = 0.0064601 Jy ! Total flux subtracted in 200 components = 0.0064601 Jy ! Clean residual min=-0.004862 max=0.004895 Jy/beam ! Clean residual mean=-0.000626 rms=0.002352 Jy/beam ! Combined flux in latest and established models = 0.140933 Jy ! Adding 117 model components to the UV plane model. ! The established model now contains 209 components and 0.140933 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=5.557 mas, bmaj=53.91 mas, bpa=14.23 degrees ! Estimated noise=33.3558 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00121279 Jy ! Component: 100 - total flux cleaned = -0.00208331 Jy ! Component: 150 - total flux cleaned = -0.00266713 Jy ! Component: 200 - total flux cleaned = -0.00339581 Jy ! Total flux subtracted in 200 components = -0.00339581 Jy ! Clean residual min=-0.001894 max=0.001889 Jy/beam ! Clean residual mean=-0.000274 rms=0.001025 Jy/beam ! Combined flux in latest and established models = 0.137538 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.00117478 Jy ! Component: 100 - total flux cleaned = -0.00183964 Jy ! Component: 150 - total flux cleaned = -0.00235874 Jy ! Component: 200 - total flux cleaned = -0.00284371 Jy ! Total flux subtracted in 200 components = -0.00284371 Jy ! Clean residual min=-0.001317 max=0.001320 Jy/beam ! Clean residual mean=-0.000117 rms=0.000575 Jy/beam ! Combined flux in latest and established models = 0.134694 Jy ! Adding 198 model components to the UV plane model. ! The established model now contains 394 components and 0.134694 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=5.31 mas, bmaj=53.86 mas, bpa=14.37 degrees ! Estimated noise=33.4797 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -4.54626e-05 Jy ! Component: 100 - total flux cleaned = 1.03507e-05 Jy ! Component: 150 - total flux cleaned = 6.13225e-05 Jy ! Component: 200 - total flux cleaned = 1.32354e-05 Jy ! Total flux subtracted in 200 components = 1.32354e-05 Jy ! Clean residual min=-0.000776 max=0.000780 Jy/beam ! Clean residual mean=-0.000053 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.134707 Jy selfcal ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 458 components and 0.134707 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.057799Jy sigma=0.037018 ! Fit after self-cal, rms=0.057765Jy sigma=0.037003 wmodel /scr/pima/bp171a0_uvs/J0407-392A_C_map.mod ! Writing 458 model components to file: /scr/pima/bp171a0_uvs/J0407-392A_C_map.mod wobs /scr/pima/bp171a0_uvs/J0407-392A_C_uvs.fits ! Writing UV FITS file: /scr/pima/bp171a0_uvs/J0407-392A_C_uvs.fits wwins /scr/pima/bp171a0_uvs/J0407-392A_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/bp171a0_uvs/J0407-392A_C\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.31 x 53.86 at 14.37 degrees (North through East) ! Clean map min=-0.0077356 max=0.092826 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171a0_uvs/J0407-392A_C_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0928259 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000298933 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.966107 0.966107 1.93221 3.86443 7.72886 15.4577 30.9154 61.8309 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0008 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.092 quit ! Quitting program ! Log file /scr/pima/bp171a0_uvs/J0407-392A_C_uvs.log closed on Fri Mar 15 08:56:11 2013