! Started logfile: /scr/pima/bp171af_uvs/J2355-3357_X_uvs.log on Thu Oct 10 16:52:10 2013 obs /scr/pima/bp171af_uvs/J2355-3357_X_uva.fits ! Reading UV FITS file: /scr/pima/bp171af_uvs/J2355-3357_X_uva.fits ! AN table 1: 3 integrations on 21 of 21 possible baselines. ! Apparent sampling: 0.761905 visibilities/baseline/integration-bin. ! Found source: J2355-3357 ! ! 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 7.392e+09 3.2e+07 1 3.2e+07 ! 02 2 7.424e+09 3.2e+07 1 3.2e+07 ! 03 3 7.456e+09 3.2e+07 1 3.2e+07 ! 04 4 7.552e+09 3.2e+07 1 3.2e+07 ! 05 5 7.744e+09 3.2e+07 1 3.2e+07 ! 06 6 7.776e+09 3.2e+07 1 3.2e+07 ! 07 7 7.808e+09 3.2e+07 1 3.2e+07 ! 08 8 7.84e+09 3.2e+07 1 3.2e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 384 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.2 print "taper_size =",taper_size ! taper_size = 70 ![@/home/lpetrov/bin/01_muppet /scr/pima/bp171af_uvs/J2355-3357_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 = 1024x1024 pixels with 0.200x0.200 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 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 5. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 6. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 7. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 8. ! A total of 3 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.996746Jy sigma=1.788857 ! Fit after self-cal, rms=0.949097Jy sigma=1.656786 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. uvw 2,-1 ! Uniform weighting binwidth: 2 (pixels). ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.068 mas, bmaj=6.717 mas, bpa=-32.12 degrees ! Estimated noise=40.4116 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.0622325 Jy ! Component: 100 - total flux cleaned = 0.0904506 Jy ! Total flux subtracted in 100 components = 0.0904506 Jy ! Clean residual min=-0.010755 max=0.012858 Jy/beam ! Clean residual mean=0.000033 rms=0.004763 Jy/beam ! Combined flux in latest and established models = 0.0904506 Jy ! Performing phase self-cal ! Adding 49 model components to the UV plane model. ! The established model now contains 49 components and 0.0904506 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.033746Jy sigma=0.070748 ! Fit after self-cal, rms=0.032775Jy sigma=0.070427 ! Inverting map print "************** FINISHED UNIFORM WEIGHTING CLEAN **************" ! ************** FINISHED UNIFORM WEIGHTING CLEAN ************** ! uvw 0,-1 ! Uniform weighting is not currently selected. ! Gridding weights will be scaled by errors raised to the power -1. ! Radial weighting is not currently selected. win_mult = win_mult * 1.6 clean_niter = clean_niter * 2 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.452 mas, bmaj=7.197 mas, bpa=-30.49 degrees ! Estimated noise=25.036 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.0176892 Jy ! Component: 100 - total flux cleaned = 0.0215415 Jy ! Component: 150 - total flux cleaned = 0.0213234 Jy ! Component: 200 - total flux cleaned = 0.0213555 Jy ! Total flux subtracted in 200 components = 0.0213555 Jy ! Clean residual min=-0.002361 max=0.002352 Jy/beam ! Clean residual mean=0.000003 rms=0.000981 Jy/beam ! Combined flux in latest and established models = 0.111806 Jy ! Performing phase self-cal ! Adding 86 model components to the UV plane model. ! The established model now contains 131 components and 0.111806 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.027847Jy sigma=0.044660 ! Fit after self-cal, rms=0.027620Jy sigma=0.044538 ! 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.01 KP 0.95 MK 0.64 NL 1.67 ! OV 0.99 PT 0.93 SC 1.00* ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.14 KP 0.96 MK 0.96 NL 0.55 ! OV 0.99 PT 0.93 SC 1.00* ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.83 KP 1.13 MK 1.04 NL 0.92 ! OV 1.00 PT 1.05 SC 1.00* ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.91 KP 0.93 MK 1.07 NL 0.96 ! OV 1.01 PT 0.98 SC 1.00* ! ! ! Correcting IF 5. ! Telescope amplitude corrections in sub-array 1: ! BR 0.89 KP 0.99 MK 0.91 NL 0.60 ! OV 1.13 PT 0.95 SC 1.00* ! ! ! Correcting IF 6. ! Telescope amplitude corrections in sub-array 1: ! BR 0.94 KP 0.95 MK 0.65 NL 1.65 ! OV 1.04 PT 1.00 SC 1.00* ! ! ! Correcting IF 7. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 KP 1.01 MK 0.76 NL 1.46 ! OV 0.98 PT 0.91 SC 1.00* ! ! ! Correcting IF 8. ! Telescope amplitude corrections in sub-array 1: ! BR 1.12 KP 1.05 MK 0.76 NL 0.75 ! OV 0.97 PT 0.95 SC 1.00* ! ! ! Fit before self-cal, rms=0.027620Jy sigma=0.044538 ! Fit after self-cal, rms=0.027236Jy sigma=0.038700 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.357 mas, bmaj=7.089 mas, bpa=-30.82 degrees ! Estimated noise=23.1736 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.00143841 Jy ! Component: 100 - total flux cleaned = -0.0014295 Jy ! Component: 150 - total flux cleaned = -0.00149791 Jy ! Component: 200 - total flux cleaned = -0.00160482 Jy ! Total flux subtracted in 200 components = -0.00160482 Jy ! Clean residual min=-0.000829 max=0.000835 Jy/beam ! Clean residual mean=-0.000000 rms=0.000293 Jy/beam ! Combined flux in latest and established models = 0.110201 Jy ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 168 components and 0.110201 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.026309Jy sigma=0.038541 ! Fit after self-cal, rms=0.026339Jy sigma=0.038490 ! 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.026339Jy sigma=0.038490 ! Fit after self-cal, rms=0.024903Jy sigma=0.038328 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.286 mas, bmaj=7.006 mas, bpa=-31.01 degrees ! Estimated noise=22.0771 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00104389 Jy ! Component: 100 - total flux cleaned = -0.000599778 Jy ! Component: 150 - total flux cleaned = -0.000306478 Jy ! Component: 200 - total flux cleaned = -0.000265063 Jy ! Total flux subtracted in 200 components = -0.000265063 Jy ! Clean residual min=-0.000741 max=0.000724 Jy/beam ! Clean residual mean=-0.000001 rms=0.000254 Jy/beam ! Combined flux in latest and established models = 0.109936 Jy selfcal ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 199 components and 0.109936 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.024179Jy sigma=0.038322 ! Fit after self-cal, rms=0.024156Jy sigma=0.038305 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.99138e-05 Jy ! Component: 100 - total flux cleaned = -9.92271e-05 Jy ! Component: 150 - total flux cleaned = -0.000208064 Jy ! Component: 200 - total flux cleaned = -0.000209029 Jy ! Total flux subtracted in 200 components = -0.000209029 Jy ! Clean residual min=-0.000549 max=0.000549 Jy/beam ! Clean residual mean=-0.000000 rms=0.000197 Jy/beam ! Combined flux in latest and established models = 0.109727 Jy ! Performing phase self-cal ! Adding 44 model components to the UV plane model. ! The established model now contains 227 components and 0.109727 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.023932Jy sigma=0.038196 ! Fit after self-cal, rms=0.023873Jy sigma=0.038183 ! 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.023873Jy sigma=0.038183 ! Fit after self-cal, rms=0.022494Jy sigma=0.037986 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.221 mas, bmaj=6.912 mas, bpa=-31.09 degrees ! Estimated noise=20.905 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000872056 Jy ! Component: 100 - total flux cleaned = -0.000697421 Jy ! Component: 150 - total flux cleaned = -0.000505628 Jy ! Component: 200 - total flux cleaned = -0.000503859 Jy ! Total flux subtracted in 200 components = -0.000503859 Jy ! Clean residual min=-0.000555 max=0.000559 Jy/beam ! Clean residual mean=-0.000001 rms=0.000199 Jy/beam ! Combined flux in latest and established models = 0.109223 Jy selfcal ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 261 components and 0.109223 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.021950Jy sigma=0.038028 ! Fit after self-cal, rms=0.021927Jy sigma=0.038015 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.58917e-05 Jy ! Component: 100 - total flux cleaned = -3.14174e-06 Jy ! Component: 150 - total flux cleaned = 8.34214e-05 Jy ! Component: 200 - total flux cleaned = -7.6991e-05 Jy ! Total flux subtracted in 200 components = -7.6991e-05 Jy ! Clean residual min=-0.000437 max=0.000437 Jy/beam ! Clean residual mean=-0.000001 rms=0.000160 Jy/beam ! Combined flux in latest and established models = 0.109146 Jy ! Performing phase self-cal ! Adding 52 model components to the UV plane model. ! The established model now contains 300 components and 0.109146 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.021767Jy sigma=0.037974 ! Fit after self-cal, rms=0.021749Jy sigma=0.037966 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 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.021749Jy sigma=0.037966 ! Fit after self-cal, rms=0.020776Jy sigma=0.037771 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.046 mas, bmaj=9.08 mas, bpa=-17.46 degrees ! Estimated noise=19.5197 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00127129 Jy ! Component: 100 - total flux cleaned = -0.00134152 Jy ! Component: 150 - total flux cleaned = -0.0013781 Jy ! Component: 200 - total flux cleaned = -0.00138045 Jy ! Total flux subtracted in 200 components = -0.00138045 Jy ! Clean residual min=-0.000756 max=0.000719 Jy/beam ! Clean residual mean=-0.000002 rms=0.000229 Jy/beam ! Combined flux in latest and established models = 0.107766 Jy selfcal ! Performing phase self-cal ! Adding 39 model components to the UV plane model. ! The established model now contains 336 components and 0.107766 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.020443Jy sigma=0.037928 ! Fit after self-cal, rms=0.020458Jy sigma=0.037910 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.000211245 Jy ! Component: 100 - total flux cleaned = 0.000390305 Jy ! Component: 150 - total flux cleaned = 0.000654562 Jy ! Component: 200 - total flux cleaned = 0.000822251 Jy ! Total flux subtracted in 200 components = 0.000822251 Jy ! Clean residual min=-0.000338 max=0.000343 Jy/beam ! Clean residual mean=-0.000000 rms=0.000134 Jy/beam ! Combined flux in latest and established models = 0.108588 Jy ! Performing phase self-cal ! Adding 45 model components to the UV plane model. ! The established model now contains 380 components and 0.108588 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.020319Jy sigma=0.037889 ! Fit after self-cal, rms=0.020311Jy sigma=0.037880 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "************** FINISHED AMPLITUDE SELF-CAL **************" ! ************** FINISHED AMPLITUDE SELF-CAL ************** restore ! Inverting map and beam ! Estimated beam: bmin=1.164 mas, bmaj=6.827 mas, bpa=-31.16 degrees ! Estimated noise=19.749 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.164 x 6.827 at -31.16 degrees (North through East) ! Clean map min=-0.0015632 max=0.032272 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.9062 mas, bmaj=6.521 mas, bpa=-32.25 degrees ! Estimated noise=29.4631 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0490812 Jy ! Component: 100 - total flux cleaned = 0.0754735 Jy ! Component: 150 - total flux cleaned = 0.090925 Jy ! Component: 200 - total flux cleaned = 0.0962426 Jy ! Total flux subtracted in 200 components = 0.0962426 Jy ! Clean residual min=-0.005554 max=0.005771 Jy/beam ! Clean residual mean=0.000026 rms=0.002146 Jy/beam ! Combined flux in latest and established models = 0.0962426 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 86 model components to the UV plane model. ! The established model now contains 86 components and 0.0962426 Jy ! Inverting map and beam ! Estimated beam: bmin=1.164 mas, bmaj=6.827 mas, bpa=-31.16 degrees ! Estimated noise=19.749 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.00655278 Jy ! Component: 100 - total flux cleaned = 0.00722639 Jy ! Component: 150 - total flux cleaned = 0.00738448 Jy ! Component: 200 - total flux cleaned = 0.00771909 Jy ! Total flux subtracted in 200 components = 0.00771909 Jy ! Clean residual min=-0.001643 max=0.001654 Jy/beam ! Clean residual mean=-0.000001 rms=0.000666 Jy/beam ! Combined flux in latest and established models = 0.103962 Jy ! Adding 87 model components to the UV plane model. ! The established model now contains 170 components and 0.103962 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.046 mas, bmaj=9.08 mas, bpa=-17.46 degrees ! Estimated noise=19.5197 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000919661 Jy ! Component: 100 - total flux cleaned = 0.000864621 Jy ! Component: 150 - total flux cleaned = 0.000863884 Jy ! Component: 200 - total flux cleaned = 0.00086131 Jy ! Total flux subtracted in 200 components = 0.00086131 Jy ! Clean residual min=-0.001299 max=0.001252 Jy/beam ! Clean residual mean=-0.000001 rms=0.000387 Jy/beam ! Combined flux in latest and established models = 0.104823 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 = 2.87326e-06 Jy ! Component: 100 - total flux cleaned = 7.70663e-06 Jy ! Component: 150 - total flux cleaned = 1.46237e-05 Jy ! Component: 200 - total flux cleaned = 0.000193143 Jy ! Total flux subtracted in 200 components = 0.000193143 Jy ! Clean residual min=-0.003059 max=0.002979 Jy/beam ! Clean residual mean=-0.000000 rms=0.000945 Jy/beam ! Combined flux in latest and established models = 0.105016 Jy ! Adding 89 model components to the UV plane model. ! The established model now contains 253 components and 0.105016 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.164 mas, bmaj=6.827 mas, bpa=-31.16 degrees ! Estimated noise=19.749 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000403986 Jy ! Component: 100 - total flux cleaned = -0.000407833 Jy ! Component: 150 - total flux cleaned = -0.000405687 Jy ! Component: 200 - total flux cleaned = -0.000402955 Jy ! Total flux subtracted in 200 components = -0.000402955 Jy ! Clean residual min=-0.003083 max=0.003032 Jy/beam ! Clean residual mean=-0.000005 rms=0.000507 Jy/beam ! Combined flux in latest and established models = 0.104613 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 257 components and 0.104613 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.020671Jy sigma=0.038927 ! Fit after self-cal, rms=0.020553Jy sigma=0.038738 wmodel /scr/pima/bp171af_uvs/J2355-3357_X_map.mod ! Writing 257 model components to file: /scr/pima/bp171af_uvs/J2355-3357_X_map.mod wobs /scr/pima/bp171af_uvs/J2355-3357_X_uvs.fits ! Writing UV FITS file: /scr/pima/bp171af_uvs/J2355-3357_X_uvs.fits wwins /scr/pima/bp171af_uvs/J2355-3357_X_map.win ! wwins: No CLEAN windows to write. ! Error occured in command: wwins ![Exited script file: /home/lpetrov/bin/01_muppet] ! wmap "/scr/pima/bp171af_uvs/J2355-3357_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.164 x 6.827 at -31.16 degrees (North through East) ! Clean map min=-0.0025839 max=0.02456 Jy/beam ! Writing clean map to FITS file: /scr/pima/bp171af_uvs/J2355-3357_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0245604 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000373407 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -4.56109 4.56109 9.12217 18.2443 36.4887 72.9774 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0011 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.024 quit ! Quitting program ! Log file /scr/pima/bp171af_uvs/J2355-3357_X_uvs.log closed on Thu Oct 10 16:52:13 2013