! Started logfile: /scr/pima/rv100_uvs/J1354-0206_S_uvs.log on Mon Feb 29 13:27:52 2016 obs /scr/pima/rv100_uvs/J1354-0206_S_uva.fits ! Reading UV FITS file: /scr/pima/rv100_uvs/J1354-0206_S_uva.fits ! AN table 1: 16 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.435764 visibilities/baseline/integration-bin. ! *** This seems a bit low - see "help observe" on the binwid argument. ! Found source: J1354-0206 ! ! 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 2.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 69 lines of history. ! ! Reading 1004 visibilities. select rr, 1,2,3,4,6,7,8 ! Restricting channel ranges to the available 4 channels. ! 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.5 print "taper_size =", taper_size ! taper_size = 20 ![@/home/lpetrov/bin/01_muppet /scr/pima/rv100_uvs/J1354-0206_S] float lim_self lim_self = 120.0 float lim_val lim_va = 1.2 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.500x0.500 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 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 73 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.288649Jy sigma=8.755216 ! Fit after self-cal, rms=0.218618Jy sigma=1.451132 ! 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=2.992 mas, bmaj=8.135 mas, bpa=-3.608 degrees ! Estimated noise=4.39847 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.614082 Jy ! Component: 100 - total flux cleaned = 0.750508 Jy ! Total flux subtracted in 100 components = 0.750508 Jy ! Clean residual min=-0.014746 max=0.045407 Jy/beam ! Clean residual mean=0.000018 rms=0.004531 Jy/beam ! Combined flux in latest and established models = 0.750508 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 6 components and 0.750508 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099558Jy sigma=0.643476 ! Fit after self-cal, rms=0.099548Jy sigma=0.643435 ! Inverting map ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0457202 Jy ! Component: 100 - total flux cleaned = 0.0666592 Jy ! Total flux subtracted in 100 components = 0.0666592 Jy ! Clean residual min=-0.009452 max=0.009744 Jy/beam ! Clean residual mean=0.000020 rms=0.002188 Jy/beam ! Combined flux in latest and established models = 0.817167 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 12 components and 0.817167 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074972Jy sigma=0.450795 ! Fit after self-cal, rms=0.074864Jy sigma=0.450338 ! 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=3.634 mas, bmaj=9.971 mas, bpa=-6.718 degrees ! Estimated noise=3.68702 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.0125521 Jy ! Component: 100 - total flux cleaned = 0.0183769 Jy ! Component: 150 - total flux cleaned = 0.0215917 Jy ! Component: 200 - total flux cleaned = 0.0233963 Jy ! Total flux subtracted in 200 components = 0.0233963 Jy ! Clean residual min=-0.006380 max=0.006775 Jy/beam ! Clean residual mean=0.000232 rms=0.001580 Jy/beam ! Combined flux in latest and established models = 0.840564 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 28 components and 0.840563 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072998Jy sigma=0.434562 ! Fit after self-cal, rms=0.072950Jy sigma=0.434315 ! Inverting map print "************** FINISHED NATURAL WEIGHTING CLEAN **************" ! ************** FINISHED NATURAL WEIGHTING CLEAN ************** ! restore ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.634 x 9.971 at -6.718 degrees (North through East) ! Clean map min=-0.006257 max=0.79443 Jy/beam if ( peak(flux,max)/imstat(rms) < lim_self ) selflim lim_val ! Selfcal amplitude corrections will be limited to 0.833333 -> 1.2. ! Selfcal phase corrections will not be limited. gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.04 KP 0.98 LA 0.99 MK 1.01 ! NL 0.98 OV 1.01 PT 1.00 SC 0.99 ! WF 0.98 ! ! ! Correcting IF 2. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 0.97 KP 0.97 LA 1.01 MK 1.03 ! NL 1.02 OV 1.01 PT 1.02 SC 0.99 ! WF 0.99 ! ! ! Correcting IF 3. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.02 KP 1.00 LA 0.99 MK 0.99 ! NL 1.00 OV 1.00 PT 1.00 SC 1.02 ! WF 0.97 ! ! ! Correcting IF 4. ! A total of 3 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! HN 1.03 KP 1.01 LA 1.00 MK 0.98 ! NL 1.02 OV 1.00 PT 1.02 SC 1.01 ! WF 0.98 ! ! ! Fit before self-cal, rms=0.072950Jy sigma=0.434315 ! Fit after self-cal, rms=0.069036Jy sigma=0.415889 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.713 mas, bmaj=10.01 mas, bpa=-6.161 degrees ! Estimated noise=3.68926 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.000421157 Jy ! Component: 100 - total flux cleaned = 0.000786042 Jy ! Component: 150 - total flux cleaned = 0.00107061 Jy ! Component: 200 - total flux cleaned = 0.00119406 Jy ! Total flux subtracted in 200 components = 0.00119406 Jy ! Clean residual min=-0.006420 max=0.005691 Jy/beam ! Clean residual mean=0.000134 rms=0.001451 Jy/beam ! Combined flux in latest and established models = 0.841758 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 32 components and 0.841758 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068955Jy sigma=0.415207 ! Fit after self-cal, rms=0.068926Jy sigma=0.415088 ! 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.068926Jy sigma=0.415088 ! Fit after self-cal, rms=0.066232Jy sigma=0.396835 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.714 mas, bmaj=10.01 mas, bpa=-6.186 degrees ! Estimated noise=3.68999 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000130983 Jy ! Component: 100 - total flux cleaned = -0.000133149 Jy ! Component: 150 - total flux cleaned = -9.61609e-05 Jy ! Component: 200 - total flux cleaned = -9.60208e-05 Jy ! Total flux subtracted in 200 components = -9.60208e-05 Jy ! Clean residual min=-0.005525 max=0.004732 Jy/beam ! Clean residual mean=-0.000055 rms=0.001314 Jy/beam ! Combined flux in latest and established models = 0.841662 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 37 components and 0.841662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066181Jy sigma=0.396472 ! Fit after self-cal, rms=0.066168Jy sigma=0.396380 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 4.4606e-05 Jy ! Component: 100 - total flux cleaned = 4.0975e-05 Jy ! Component: 150 - total flux cleaned = 1.08141e-05 Jy ! Component: 200 - total flux cleaned = 9.87213e-06 Jy ! Total flux subtracted in 200 components = 9.87213e-06 Jy ! Clean residual min=-0.005523 max=0.004668 Jy/beam ! Clean residual mean=-0.000054 rms=0.001309 Jy/beam ! Combined flux in latest and established models = 0.841671 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 39 components and 0.841671 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.066133Jy sigma=0.396122 ! Fit after self-cal, rms=0.066125Jy sigma=0.396062 ! 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.066125Jy sigma=0.396062 ! Fit after self-cal, rms=0.065861Jy sigma=0.394533 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.714 mas, bmaj=10.02 mas, bpa=-6.193 degrees ! Estimated noise=3.69125 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.92144e-05 Jy ! Component: 100 - total flux cleaned = -6.57218e-05 Jy ! Component: 150 - total flux cleaned = -6.17856e-06 Jy ! Component: 200 - total flux cleaned = 1.98379e-05 Jy ! Total flux subtracted in 200 components = 1.98379e-05 Jy ! Clean residual min=-0.005343 max=0.004702 Jy/beam ! Clean residual mean=-0.000092 rms=0.001296 Jy/beam ! Combined flux in latest and established models = 0.841691 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 40 components and 0.841691 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065827Jy sigma=0.394322 ! Fit after self-cal, rms=0.065823Jy sigma=0.394272 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 = -6.09324e-06 Jy ! Component: 100 - total flux cleaned = -6.62941e-06 Jy ! Component: 150 - total flux cleaned = -7.85261e-06 Jy ! Component: 200 - total flux cleaned = -3.22887e-05 Jy ! Total flux subtracted in 200 components = -3.22887e-05 Jy ! Clean residual min=-0.005346 max=0.004689 Jy/beam ! Clean residual mean=-0.000092 rms=0.001293 Jy/beam ! Combined flux in latest and established models = 0.841659 Jy ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 43 components and 0.841659 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065800Jy sigma=0.394118 ! Fit after self-cal, rms=0.065796Jy sigma=0.394085 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 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.065796Jy sigma=0.394085 ! Fit after self-cal, rms=0.065818Jy sigma=0.394069 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.277 mas, bmaj=17.99 mas, bpa=-13.21 degrees ! Estimated noise=4.30033 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -9.75942e-05 Jy ! Component: 100 - total flux cleaned = -0.000164477 Jy ! Component: 150 - total flux cleaned = -0.000217951 Jy ! Component: 200 - total flux cleaned = -0.000217351 Jy ! Total flux subtracted in 200 components = -0.000217351 Jy ! Clean residual min=-0.004637 max=0.004322 Jy/beam ! Clean residual mean=-0.000163 rms=0.001336 Jy/beam ! Combined flux in latest and established models = 0.841442 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 49 components and 0.841442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065815Jy sigma=0.394025 ! Fit after self-cal, rms=0.065806Jy sigma=0.393978 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 = 8.90257e-05 Jy ! Component: 100 - total flux cleaned = 5.72938e-05 Jy ! Component: 150 - total flux cleaned = 3.12814e-05 Jy ! Component: 200 - total flux cleaned = 1.07e-05 Jy ! Total flux subtracted in 200 components = 1.07e-05 Jy ! Clean residual min=-0.004588 max=0.004322 Jy/beam ! Clean residual mean=-0.000164 rms=0.001331 Jy/beam ! Combined flux in latest and established models = 0.841452 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 49 components and 0.841452 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065809Jy sigma=0.393987 ! Fit after self-cal, rms=0.065802Jy sigma=0.393949 ! 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=3.714 mas, bmaj=10.02 mas, bpa=-6.205 degrees ! Estimated noise=3.69231 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.714 x 10.02 at -6.205 degrees (North through East) ! Clean map min=-0.005122 max=0.79638 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 ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.065802Jy sigma=0.393949 ! Fit after self-cal, rms=0.063255Jy sigma=0.371746 ! Inverting map and beam ! Estimated beam: bmin=3.714 mas, bmaj=10.02 mas, bpa=-6.206 degrees ! Estimated noise=3.69363 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000151898 Jy ! Component: 100 - total flux cleaned = 0.000232172 Jy ! Component: 150 - total flux cleaned = 0.000278641 Jy ! Component: 200 - total flux cleaned = 0.000299699 Jy ! Total flux subtracted in 200 components = 0.000299699 Jy ! Clean residual min=-0.005356 max=0.004682 Jy/beam ! Clean residual mean=-0.000073 rms=0.001288 Jy/beam ! Combined flux in latest and established models = 0.841752 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 50 components and 0.841752 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063226Jy sigma=0.371623 ! Fit after self-cal, rms=0.063227Jy sigma=0.371595 ! Inverting map ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -3.27226e-05 Jy ! Component: 100 - total flux cleaned = -3.38066e-05 Jy ! Component: 150 - total flux cleaned = -3.5065e-05 Jy ! Component: 200 - total flux cleaned = -3.6327e-05 Jy ! Total flux subtracted in 200 components = -3.6327e-05 Jy ! Clean residual min=-0.005355 max=0.004670 Jy/beam ! Clean residual mean=-0.000072 rms=0.001287 Jy/beam ! Combined flux in latest and established models = 0.841716 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 53 components and 0.841716 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063211Jy sigma=0.371510 ! Fit after self-cal, rms=0.063211Jy sigma=0.371487 ! Inverting map ! Performing amp+phase self-cal ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063211Jy sigma=0.371487 ! Fit after self-cal, rms=0.063218Jy sigma=0.371463 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=2.992 mas, bmaj=8.148 mas, bpa=-3.713 degrees ! Estimated noise=4.43283 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.615611 Jy ! Component: 100 - total flux cleaned = 0.752503 Jy ! Component: 150 - total flux cleaned = 0.798375 Jy ! Component: 200 - total flux cleaned = 0.819605 Jy ! Total flux subtracted in 200 components = 0.819605 Jy ! Clean residual min=-0.007181 max=0.010465 Jy/beam ! Clean residual mean=-0.000014 rms=0.001850 Jy/beam ! Combined flux in latest and established models = 0.819605 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 15 model components to the UV plane model. ! The established model now contains 15 components and 0.819605 Jy ! Inverting map and beam ! Estimated beam: bmin=3.713 mas, bmaj=10.02 mas, bpa=-6.222 degrees ! Estimated noise=3.69458 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) ! Added new window around map position (-1, 8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.012892 Jy ! Component: 100 - total flux cleaned = 0.0193586 Jy ! Component: 150 - total flux cleaned = 0.0221174 Jy ! Component: 200 - total flux cleaned = 0.023286 Jy ! Total flux subtracted in 200 components = 0.023286 Jy ! Clean residual min=-0.005552 max=0.004573 Jy/beam ! Clean residual mean=-0.000098 rms=0.001263 Jy/beam ! Combined flux in latest and established models = 0.842891 Jy ! Adding 29 model components to the UV plane model. ! The established model now contains 42 components and 0.842891 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=7.278 mas, bmaj=18 mas, bpa=-13.22 degrees ! Estimated noise=4.30251 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00176836 Jy ! Component: 100 - total flux cleaned = 0.00192633 Jy ! Component: 150 - total flux cleaned = 0.00186399 Jy ! Component: 200 - total flux cleaned = 0.00180692 Jy ! Total flux subtracted in 200 components = 0.00180692 Jy ! Clean residual min=-0.004330 max=0.004092 Jy/beam ! Clean residual mean=-0.000237 rms=0.001252 Jy/beam ! Combined flux in latest and established models = 0.844698 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 = -7.85041e-05 Jy ! Component: 100 - total flux cleaned = -0.000151736 Jy ! Component: 150 - total flux cleaned = -0.000196554 Jy ! Component: 200 - total flux cleaned = -0.000241001 Jy ! Total flux subtracted in 200 components = -0.000241001 Jy ! Clean residual min=-0.004365 max=0.004077 Jy/beam ! Clean residual mean=-0.000230 rms=0.001248 Jy/beam ! Combined flux in latest and established models = 0.844457 Jy ! Adding 52 model components to the UV plane model. ! The established model now contains 92 components and 0.844457 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=3.713 mas, bmaj=10.02 mas, bpa=-6.222 degrees ! Estimated noise=3.69458 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000203198 Jy ! Component: 100 - total flux cleaned = -0.00014654 Jy ! Component: 150 - total flux cleaned = -3.83711e-05 Jy ! Component: 200 - total flux cleaned = -3.85788e-05 Jy ! Total flux subtracted in 200 components = -3.85788e-05 Jy ! Clean residual min=-0.005708 max=0.004504 Jy/beam ! Clean residual mean=-0.000123 rms=0.001236 Jy/beam ! Combined flux in latest and established models = 0.844418 Jy selfcal ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 106 components and 0.844418 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.063094Jy sigma=0.370013 ! Fit after self-cal, rms=0.063061Jy sigma=0.369734 wmodel /scr/pima/rv100_uvs/J1354-0206_S_map.mod ! Writing 106 model components to file: /scr/pima/rv100_uvs/J1354-0206_S_map.mod wobs /scr/pima/rv100_uvs/J1354-0206_S_uvs.fits ! Writing UV FITS file: /scr/pima/rv100_uvs/J1354-0206_S_uvs.fits wwins /scr/pima/rv100_uvs/J1354-0206_S_map.win ! wwins: Wrote 2 windows to /scr/pima/rv100_uvs/J1354-0206_S_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.00239739 Jy ! Component: 100 - total flux cleaned = -0.00265844 Jy ! Component: 150 - total flux cleaned = -0.00289996 Jy ! Component: 200 - total flux cleaned = -0.00320855 Jy ! Component: 250 - total flux cleaned = -0.00350611 Jy ! Component: 300 - total flux cleaned = -0.00372335 Jy ! Component: 350 - total flux cleaned = -0.00393446 Jy ! Component: 400 - total flux cleaned = -0.00414117 Jy ! Component: 450 - total flux cleaned = -0.00441113 Jy ! Component: 500 - total flux cleaned = -0.00473923 Jy ! Component: 550 - total flux cleaned = -0.00506003 Jy ! Component: 600 - total flux cleaned = -0.00531083 Jy ! Component: 650 - total flux cleaned = -0.00555594 Jy ! Component: 700 - total flux cleaned = -0.00561561 Jy ! Component: 750 - total flux cleaned = -0.00585307 Jy ! Component: 800 - total flux cleaned = -0.00596918 Jy ! Component: 850 - total flux cleaned = -0.0060267 Jy ! Component: 900 - total flux cleaned = -0.006307 Jy ! Component: 950 - total flux cleaned = -0.00647174 Jy ! Component: 1000 - total flux cleaned = -0.00668783 Jy ! Component: 1050 - total flux cleaned = -0.00690063 Jy ! Component: 1100 - total flux cleaned = -0.00711062 Jy ! Component: 1150 - total flux cleaned = -0.00726596 Jy ! Component: 1200 - total flux cleaned = -0.00736792 Jy ! Component: 1250 - total flux cleaned = -0.00751933 Jy ! Component: 1300 - total flux cleaned = -0.00766861 Jy ! Component: 1350 - total flux cleaned = -0.00776701 Jy ! Component: 1400 - total flux cleaned = -0.00796141 Jy ! Component: 1450 - total flux cleaned = -0.00810526 Jy ! Component: 1500 - total flux cleaned = -0.008153 Jy ! Component: 1550 - total flux cleaned = -0.0082475 Jy ! Component: 1600 - total flux cleaned = -0.00848029 Jy ! Component: 1650 - total flux cleaned = -0.00861787 Jy ! Component: 1700 - total flux cleaned = -0.00875385 Jy ! Component: 1750 - total flux cleaned = -0.00888841 Jy ! Component: 1800 - total flux cleaned = -0.0089327 Jy ! Component: 1850 - total flux cleaned = -0.0090649 Jy ! Component: 1900 - total flux cleaned = -0.00915181 Jy ! Component: 1950 - total flux cleaned = -0.00923805 Jy ! Component: 2000 - total flux cleaned = -0.00932369 Jy ! Component: 2050 - total flux cleaned = -0.00936597 Jy ! Component: 2100 - total flux cleaned = -0.00957506 Jy ! Component: 2150 - total flux cleaned = -0.00961617 Jy ! Component: 2200 - total flux cleaned = -0.00961617 Jy ! Component: 2250 - total flux cleaned = -0.0097385 Jy ! Component: 2300 - total flux cleaned = -0.00985954 Jy ! Component: 2350 - total flux cleaned = -0.00981984 Jy ! Component: 2400 - total flux cleaned = -0.00989976 Jy ! Component: 2450 - total flux cleaned = -0.00997873 Jy ! Component: 2500 - total flux cleaned = -0.0100571 Jy ! Component: 2550 - total flux cleaned = -0.0101348 Jy ! Component: 2600 - total flux cleaned = -0.0102117 Jy ! Component: 2650 - total flux cleaned = -0.0103262 Jy ! Component: 2700 - total flux cleaned = -0.0104018 Jy ! Component: 2750 - total flux cleaned = -0.0104773 Jy ! Component: 2800 - total flux cleaned = -0.0105519 Jy ! Component: 2850 - total flux cleaned = -0.0107003 Jy ! Component: 2900 - total flux cleaned = -0.0107371 Jy ! Component: 2950 - total flux cleaned = -0.0108467 Jy ! Component: 3000 - total flux cleaned = -0.0108831 Jy ! Component: 3050 - total flux cleaned = -0.0109914 Jy ! Component: 3100 - total flux cleaned = -0.0110273 Jy ! Component: 3150 - total flux cleaned = -0.0111341 Jy ! Component: 3200 - total flux cleaned = -0.011205 Jy ! Component: 3250 - total flux cleaned = -0.0112399 Jy ! Component: 3300 - total flux cleaned = -0.0113447 Jy ! Component: 3350 - total flux cleaned = -0.0114139 Jy ! Component: 3400 - total flux cleaned = -0.0115169 Jy ! Component: 3450 - total flux cleaned = -0.0114486 Jy ! Component: 3500 - total flux cleaned = -0.0115846 Jy ! Component: 3550 - total flux cleaned = -0.0116522 Jy ! Component: 3600 - total flux cleaned = -0.0116519 Jy ! Component: 3650 - total flux cleaned = -0.0116521 Jy ! Component: 3700 - total flux cleaned = -0.0116856 Jy ! Component: 3750 - total flux cleaned = -0.011752 Jy ! Component: 3800 - total flux cleaned = -0.0118177 Jy ! Component: 3850 - total flux cleaned = -0.011818 Jy ! Component: 3900 - total flux cleaned = -0.0119155 Jy ! Component: 3950 - total flux cleaned = -0.0119798 Jy ! Component: 4000 - total flux cleaned = -0.0119476 Jy ! Component: 4050 - total flux cleaned = -0.0120433 Jy ! Total flux subtracted in 4096 components = -0.0120432 Jy ! Clean residual min=-0.001803 max=0.001770 Jy/beam ! Clean residual mean=-0.000013 rms=0.000612 Jy/beam ! Combined flux in latest and established models = 0.832375 Jy keep ! Adding 268 model components to the UV plane model. ! The established model now contains 374 components and 0.832375 Jy ![Exited script file: /home/lpetrov/bin/01_muppet] wmap "/scr/pima/rv100_uvs/J1354-0206_S\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 3.713 x 10.02 at -6.222 degrees (North through East) ! Clean map min=-0.0045242 max=0.79271 Jy/beam ! Writing clean map to FITS file: /scr/pima/rv100_uvs/J1354-0206_S_map.fits float peak_flux peak_flux = peak(flux,max) print "The peak flux is",peak_flux ! The peak flux is 0.792714 invert ! Inverting map float image_rms image_rms = imstat(rms) print "The final image rms is",image_rms ! The final image rms is 0.0006094 loglevs 100*3*image_rms/peak_flux ! The new contour levels are: ! -0.230625 0.230625 0.46125 0.922501 1.845 3.69 7.38001 14.76 29.52 59.0401 print "clev= ", int(3*image_rms*10000)/10000 ! clev= 0.0018 print "peak= ", int(1000*peak_flux)/1000 ! peak= 0.792 print "dyn_range= ", int(1000*peak_flux/image_rms)/1000 ! dyn_range= 1300.81 quit ! Quitting program ! Log file /scr/pima/rv100_uvs/J1354-0206_S_uvs.log closed on Mon Feb 29 13:27:56 2016