! Started logfile: /scr/pima/rdv72_uvs/J0003-1547_X_uvs.log on Sat Oct 5 08:43:27 2013 obs /scr/pima/rdv72_uvs/J0003-1547_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv72_uvs/J0003-1547_X_uva.fits ! AN table 1: 21 integrations on 36 of 36 possible baselines. ! AN table 2: 23 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.597432 visibilities/baseline/integration-bin. ! Found source: J0003-1547 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 8.40599e+09 1.6e+07 1 1.6e+07 ! 02 2 8.47599e+09 1.6e+07 1 1.6e+07 ! 03 3 8.79099e+09 1.6e+07 1 1.6e+07 ! 04 4 8.89599e+09 1.6e+07 1 1.6e+07 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 4280 visibilities. select RR ! Selecting polarization: RR, channels: 1..4 ! Reading IF 1 channels: 1..1 ! Reading IF 2 channels: 2..2 ! Reading IF 3 channels: 3..3 ! Reading IF 4 channels: 4..4 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/rdv72_uvs/J0003-1547_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 30 telescope corrections were flagged in sub-array 1. ! A total of 23 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 30 telescope corrections were flagged in sub-array 1. ! A total of 23 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 30 telescope corrections were flagged in sub-array 1. ! A total of 23 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 30 telescope corrections were flagged in sub-array 1. ! A total of 23 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.007533Jy sigma=0.914473 ! Fit after self-cal, rms=0.925450Jy sigma=0.842758 ! 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.7814 mas, bmaj=2.388 mas, bpa=-17.37 degrees ! Estimated noise=20.6283 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.0596052 Jy ! Component: 100 - total flux cleaned = 0.0762128 Jy ! Total flux subtracted in 100 components = 0.0762128 Jy ! Clean residual min=-0.009975 max=0.010625 Jy/beam ! Clean residual mean=0.000007 rms=0.002288 Jy/beam ! Combined flux in latest and established models = 0.0762128 Jy ! Performing phase self-cal ! Adding 4 model components to the UV plane model. ! The established model now contains 4 components and 0.0762128 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090244Jy sigma=0.079278 ! Fit after self-cal, rms=0.088767Jy sigma=0.078030 ! 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.018 mas, bmaj=2.916 mas, bpa=-15.5 degrees ! Estimated noise=12.4076 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.010527 Jy ! Component: 100 - total flux cleaned = 0.0148599 Jy ! Component: 150 - total flux cleaned = 0.0166814 Jy ! Component: 200 - total flux cleaned = 0.0168199 Jy ! Total flux subtracted in 200 components = 0.0168199 Jy ! Clean residual min=-0.007456 max=0.007314 Jy/beam ! Clean residual mean=0.000013 rms=0.001747 Jy/beam ! Combined flux in latest and established models = 0.0930327 Jy ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 17 components and 0.0930327 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.087975Jy sigma=0.076664 ! Fit after self-cal, rms=0.088006Jy sigma=0.076640 ! 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.03 FD 0.83 KP 1.03 LA 0.94 ! MK 1.32 NL 1.06 OV 1.05 PT 0.91 ! SC 0.85 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.25 FD 0.79 HO 1.00* KP 0.99 ! LA 1.14 MK 0.87 NL 1.15 OV 1.07 ! PT 0.94 SC 0.86 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.84 FD 0.83 KP 0.98 LA 0.92 ! MK 1.16 NL 1.08 OV 1.22 PT 0.93 ! SC 1.36 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.33 FD 0.76 HO 1.00* KP 0.94 ! LA 1.15 MK 1.03 NL 1.28 OV 1.15 ! PT 0.90 SC 0.95 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 0.79 FD 0.89 KP 0.91 LA 1.00 ! MK 1.05 NL 1.23 OV 1.14 PT 0.95 ! SC 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.35 FD 0.77 HO 1.00* KP 0.81 ! LA 1.09 MK 0.92 NL 1.29 OV 1.17 ! PT 1.00 SC 0.92 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.69 FD 0.76 KP 0.97 LA 0.96 ! MK 0.91 NL 1.29 OV 1.05 PT 0.98 ! SC 0.85 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.32 FD 0.82 HO 1.00* KP 1.03 ! LA 1.07 MK 0.84 NL 1.31 OV 1.35 ! PT 0.92 SC 0.74 ! ! ! Fit before self-cal, rms=0.088006Jy sigma=0.076640 ! Fit after self-cal, rms=0.090443Jy sigma=0.074890 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.018 mas, bmaj=2.863 mas, bpa=-14.01 degrees ! Estimated noise=12.228 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.00126173 Jy ! Component: 100 - total flux cleaned = -0.00142468 Jy ! Component: 150 - total flux cleaned = -0.00152868 Jy ! Component: 200 - total flux cleaned = -0.00162255 Jy ! Total flux subtracted in 200 components = -0.00162255 Jy ! Clean residual min=-0.003959 max=0.004152 Jy/beam ! Clean residual mean=0.000021 rms=0.001007 Jy/beam ! Combined flux in latest and established models = 0.0914101 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 27 components and 0.0914101 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.090377Jy sigma=0.074877 ! Fit after self-cal, rms=0.091258Jy sigma=0.074701 ! 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. ! ! Fit before self-cal, rms=0.091258Jy sigma=0.074701 ! Fit after self-cal, rms=0.092353Jy sigma=0.074736 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.015 mas, bmaj=2.857 mas, bpa=-13.62 degrees ! Estimated noise=12.192 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000449939 Jy ! Component: 100 - total flux cleaned = -0.000545097 Jy ! Component: 150 - total flux cleaned = -0.000629064 Jy ! Component: 200 - total flux cleaned = -0.000784827 Jy ! Total flux subtracted in 200 components = -0.000784827 Jy ! Clean residual min=-0.003847 max=0.003980 Jy/beam ! Clean residual mean=0.000021 rms=0.001012 Jy/beam ! Combined flux in latest and established models = 0.0906253 Jy selfcal ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 27 components and 0.0906253 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092286Jy sigma=0.074710 ! Fit after self-cal, rms=0.092431Jy sigma=0.074700 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.000188483 Jy ! Component: 100 - total flux cleaned = -0.00026176 Jy ! Component: 150 - total flux cleaned = -0.000358771 Jy ! Component: 200 - total flux cleaned = -0.00041887 Jy ! Total flux subtracted in 200 components = -0.00041887 Jy ! Clean residual min=-0.003884 max=0.003933 Jy/beam ! Clean residual mean=0.000021 rms=0.001012 Jy/beam ! Combined flux in latest and established models = 0.0902064 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 28 components and 0.0902064 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092391Jy sigma=0.074687 ! Fit after self-cal, rms=0.092404Jy sigma=0.074685 ! 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. ! ! Fit before self-cal, rms=0.092404Jy sigma=0.074685 ! Fit after self-cal, rms=0.092170Jy sigma=0.074686 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.008 mas, bmaj=2.853 mas, bpa=-13.47 degrees ! Estimated noise=12.0842 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000266013 Jy ! Component: 100 - total flux cleaned = -0.000346893 Jy ! Component: 150 - total flux cleaned = -0.000457965 Jy ! Component: 200 - total flux cleaned = -0.000559922 Jy ! Total flux subtracted in 200 components = -0.000559922 Jy ! Clean residual min=-0.003754 max=0.003830 Jy/beam ! Clean residual mean=0.000020 rms=0.000991 Jy/beam ! Combined flux in latest and established models = 0.0896465 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 29 components and 0.0896465 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092121Jy sigma=0.074667 ! Fit after self-cal, rms=0.092159Jy sigma=0.074663 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.000154692 Jy ! Component: 100 - total flux cleaned = -0.000215513 Jy ! Component: 150 - total flux cleaned = -0.000299669 Jy ! Component: 200 - total flux cleaned = -0.000378589 Jy ! Total flux subtracted in 200 components = -0.000378589 Jy ! Clean residual min=-0.003789 max=0.003822 Jy/beam ! Clean residual mean=0.000020 rms=0.000992 Jy/beam ! Combined flux in latest and established models = 0.0892679 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 29 components and 0.0892679 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.092130Jy sigma=0.074653 ! Fit after self-cal, rms=0.092139Jy sigma=0.074652 ! 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. ! ! Fit before self-cal, rms=0.092139Jy sigma=0.074652 ! Fit after self-cal, rms=0.091774Jy sigma=0.074643 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.778 mas, bmaj=5.24 mas, bpa=-0.8843 degrees ! Estimated noise=13.9422 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.48407e-05 Jy ! Component: 100 - total flux cleaned = -0.000112445 Jy ! Component: 150 - total flux cleaned = -0.000137328 Jy ! Component: 200 - total flux cleaned = -0.000162544 Jy ! Total flux subtracted in 200 components = -0.000162544 Jy ! Clean residual min=-0.004701 max=0.004261 Jy/beam ! Clean residual mean=0.000034 rms=0.001300 Jy/beam ! Combined flux in latest and established models = 0.0891054 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 36 components and 0.0891054 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091757Jy sigma=0.074637 ! Fit after self-cal, rms=0.091787Jy sigma=0.074633 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 = -7.40911e-05 Jy ! Component: 100 - total flux cleaned = -5.02884e-05 Jy ! Component: 150 - total flux cleaned = -7.39144e-05 Jy ! Component: 200 - total flux cleaned = -9.77685e-05 Jy ! Total flux subtracted in 200 components = -9.77685e-05 Jy ! Clean residual min=-0.004756 max=0.004322 Jy/beam ! Clean residual mean=0.000034 rms=0.001300 Jy/beam ! Combined flux in latest and established models = 0.0890076 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 36 components and 0.0890076 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091773Jy sigma=0.074630 ! Fit after self-cal, rms=0.091788Jy sigma=0.074628 ! 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.001 mas, bmaj=2.85 mas, bpa=-13.39 degrees ! Estimated noise=11.9667 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.001 x 2.85 at -13.39 degrees (North through East) ! Clean map min=-0.0042943 max=0.080195 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.7694 mas, bmaj=2.268 mas, bpa=-14.63 degrees ! Estimated noise=19.9642 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0570871 Jy ! Component: 100 - total flux cleaned = 0.0741971 Jy ! Component: 150 - total flux cleaned = 0.082524 Jy ! Component: 200 - total flux cleaned = 0.0844178 Jy ! Total flux subtracted in 200 components = 0.0844178 Jy ! Clean residual min=-0.007714 max=0.006286 Jy/beam ! Clean residual mean=0.000012 rms=0.001692 Jy/beam ! Combined flux in latest and established models = 0.0844178 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 12 model components to the UV plane model. ! The established model now contains 12 components and 0.0844178 Jy ! Inverting map and beam ! Estimated beam: bmin=1.001 mas, bmaj=2.85 mas, bpa=-13.39 degrees ! Estimated noise=11.9667 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.00383907 Jy ! Component: 100 - total flux cleaned = 0.00440919 Jy ! Component: 150 - total flux cleaned = 0.00434615 Jy ! Component: 200 - total flux cleaned = 0.00423437 Jy ! Total flux subtracted in 200 components = 0.00423437 Jy ! Clean residual min=-0.003937 max=0.003952 Jy/beam ! Clean residual mean=0.000020 rms=0.001009 Jy/beam ! Combined flux in latest and established models = 0.0886521 Jy ! Adding 14 model components to the UV plane model. ! The established model now contains 22 components and 0.0886521 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=2.778 mas, bmaj=5.24 mas, bpa=-0.8843 degrees ! Estimated noise=13.9422 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000851909 Jy ! Component: 100 - total flux cleaned = 0.00084765 Jy ! Component: 150 - total flux cleaned = 0.000811337 Jy ! Component: 200 - total flux cleaned = 0.000778237 Jy ! Total flux subtracted in 200 components = 0.000778237 Jy ! Clean residual min=-0.004736 max=0.004264 Jy/beam ! Clean residual mean=0.000033 rms=0.001318 Jy/beam ! Combined flux in latest and established models = 0.0894304 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.42076e-05 Jy ! Component: 100 - total flux cleaned = -3.41961e-05 Jy ! Component: 150 - total flux cleaned = -6.52208e-05 Jy ! Component: 200 - total flux cleaned = -9.62208e-05 Jy ! Total flux subtracted in 200 components = -9.62208e-05 Jy ! Clean residual min=-0.004705 max=0.004283 Jy/beam ! Clean residual mean=0.000033 rms=0.001311 Jy/beam ! Combined flux in latest and established models = 0.0893342 Jy ! Adding 11 model components to the UV plane model. ! The established model now contains 31 components and 0.0893342 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.001 mas, bmaj=2.85 mas, bpa=-13.39 degrees ! Estimated noise=11.9667 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00050987 Jy ! Component: 100 - total flux cleaned = -0.000658622 Jy ! Component: 150 - total flux cleaned = -0.000725795 Jy ! Component: 200 - total flux cleaned = -0.000787383 Jy ! Total flux subtracted in 200 components = -0.000787383 Jy ! Clean residual min=-0.003795 max=0.003793 Jy/beam ! Clean residual mean=0.000020 rms=0.000983 Jy/beam ! Combined flux in latest and established models = 0.0885468 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 37 components and 0.0885468 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091787Jy sigma=0.074656 ! Fit after self-cal, rms=0.091762Jy sigma=0.074648 wmodel /scr/pima/rdv72_uvs/J0003-1547_X_map.mod ! Writing 37 model components to file: /scr/pima/rdv72_uvs/J0003-1547_X_map.mod wobs /scr/pima/rdv72_uvs/J0003-1547_X_uvs.fits ! Writing UV FITS file: /scr/pima/rdv72_uvs/J0003-1547_X_uvs.fits wwins /scr/pima/rdv72_uvs/J0003-1547_X_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv72_uvs/J0003-1547_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=4096 gain=0.01 cutoff=0 ! Component: 050 - total flux cleaned = -0.000509843 Jy ! Component: 100 - total flux cleaned = -0.0007047 Jy ! Component: 150 - total flux cleaned = -0.0011451 Jy ! Component: 200 - total flux cleaned = -0.00138314 Jy ! Component: 250 - total flux cleaned = -0.00143944 Jy ! Component: 300 - total flux cleaned = -0.00171373 Jy ! Component: 350 - total flux cleaned = -0.0019751 Jy ! Component: 400 - total flux cleaned = -0.00232987 Jy ! Component: 450 - total flux cleaned = -0.00272315 Jy ! Component: 500 - total flux cleaned = -0.00315345 Jy ! Component: 550 - total flux cleaned = -0.00361686 Jy ! Component: 600 - total flux cleaned = -0.00393159 Jy ! Component: 650 - total flux cleaned = -0.00428167 Jy ! Component: 700 - total flux cleaned = -0.00445109 Jy ! Component: 750 - total flux cleaned = -0.00465851 Jy ! Component: 800 - total flux cleaned = -0.00478064 Jy ! Component: 850 - total flux cleaned = -0.00497982 Jy ! Component: 900 - total flux cleaned = -0.00517323 Jy ! Component: 950 - total flux cleaned = -0.0052858 Jy ! Component: 1000 - total flux cleaned = -0.0052856 Jy ! Component: 1050 - total flux cleaned = -0.00528542 Jy ! Component: 1100 - total flux cleaned = -0.00532075 Jy ! Component: 1150 - total flux cleaned = -0.00535601 Jy ! Component: 1200 - total flux cleaned = -0.00542439 Jy ! Component: 1250 - total flux cleaned = -0.00535763 Jy ! Component: 1300 - total flux cleaned = -0.00542341 Jy ! Component: 1350 - total flux cleaned = -0.00539117 Jy ! Component: 1400 - total flux cleaned = -0.00542286 Jy ! Component: 1450 - total flux cleaned = -0.00536029 Jy ! Component: 1500 - total flux cleaned = -0.00542309 Jy ! Component: 1550 - total flux cleaned = -0.00539221 Jy ! Component: 1600 - total flux cleaned = -0.00533215 Jy ! Component: 1650 - total flux cleaned = -0.00539064 Jy ! Component: 1700 - total flux cleaned = -0.00533208 Jy ! Component: 1750 - total flux cleaned = -0.00533195 Jy ! Component: 1800 - total flux cleaned = -0.00536027 Jy ! Component: 1850 - total flux cleaned = -0.00524771 Jy ! Component: 1900 - total flux cleaned = -0.00516421 Jy ! Component: 1950 - total flux cleaned = -0.00502693 Jy ! Component: 2000 - total flux cleaned = -0.00497274 Jy ! Component: 2050 - total flux cleaned = -0.00491921 Jy ! Component: 2100 - total flux cleaned = -0.00481367 Jy ! Component: 2150 - total flux cleaned = -0.00476172 Jy ! Component: 2200 - total flux cleaned = -0.00470972 Jy ! Component: 2250 - total flux cleaned = -0.00473477 Jy ! Component: 2300 - total flux cleaned = -0.0045572 Jy ! Component: 2350 - total flux cleaned = -0.00440688 Jy ! Component: 2400 - total flux cleaned = -0.00430796 Jy ! Component: 2450 - total flux cleaned = -0.00425892 Jy ! Component: 2500 - total flux cleaned = -0.00411249 Jy ! Component: 2550 - total flux cleaned = -0.00399197 Jy ! Component: 2600 - total flux cleaned = -0.0039918 Jy ! Component: 2650 - total flux cleaned = -0.00394414 Jy ! Component: 2700 - total flux cleaned = -0.0038735 Jy ! Component: 2750 - total flux cleaned = -0.00382661 Jy ! Component: 2800 - total flux cleaned = -0.00371088 Jy ! Component: 2850 - total flux cleaned = -0.00371092 Jy ! Component: 2900 - total flux cleaned = -0.0036653 Jy ! Component: 2950 - total flux cleaned = -0.00355252 Jy ! Component: 3000 - total flux cleaned = -0.00344053 Jy ! Component: 3050 - total flux cleaned = -0.00339632 Jy ! Component: 3100 - total flux cleaned = -0.00335227 Jy ! Component: 3150 - total flux cleaned = -0.0032211 Jy ! Component: 3200 - total flux cleaned = -0.00322109 Jy ! Component: 3250 - total flux cleaned = -0.00317777 Jy ! Component: 3300 - total flux cleaned = -0.00309208 Jy ! Component: 3350 - total flux cleaned = -0.00304963 Jy ! Component: 3400 - total flux cleaned = -0.00307076 Jy ! Component: 3450 - total flux cleaned = -0.00304969 Jy ! Component: 3500 - total flux cleaned = -0.00302879 Jy ! Component: 3550 - total flux cleaned = -0.00296639 Jy ! Component: 3600 - total flux cleaned = -0.00294561 Jy ! Component: 3650 - total flux cleaned = -0.0028839 Jy ! Component: 3700 - total flux cleaned = -0.00282266 Jy ! Component: 3750 - total flux cleaned = -0.0028226 Jy ! Component: 3800 - total flux cleaned = -0.00272156 Jy ! Component: 3850 - total flux cleaned = -0.00274176 Jy ! Component: 3900 - total flux cleaned = -0.00266184 Jy ! Component: 3950 - total flux cleaned = -0.00260219 Jy ! Component: 4000 - total flux cleaned = -0.00252319 Jy ! Component: 4050 - total flux cleaned = -0.0025233 Jy ! Total flux subtracted in 4096 components = -0.00248422 Jy ! Clean residual min=-0.001039 max=0.001147 Jy/beam ! Clean residual mean=0.000009 rms=0.000324 Jy/beam ! Combined flux in latest and established models = 0.0860625 Jy keep ! Adding 246 model components to the UV plane model. ! The established model now contains 283 components and 0.0860626 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rdv72_uvs/J0003-1547_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.001 x 2.85 at -13.39 degrees (North through East) ! Clean map min=-0.0039436 max=0.079756 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv72_uvs/J0003-1547_X_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.0797565 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.000322395 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -1.21267 1.21267 2.42535 4.8507 9.70139 19.4028 38.8056 77.6112 print "clev=",int(3*image_rms*10000)/10000 ! clev= 0.0009 print "peak=",int(1000*peak_flux)/1000 ! peak= 0.079 quit ! Quitting program ! Log file /scr/pima/rdv72_uvs/J0003-1547_X_uvs.log closed on Sat Oct 5 08:43:31 2013