! Started logfile: /scr/pima/rdv73_uvs/J1636-4102_X_uvs.log on Sat Jan 9 17:36:31 2016 obs /scr/pima/rdv73_uvs/J1636-4102_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv73_uvs/J1636-4102_X_uva.fits ! AN table 1: 23 integrations on 15 of 15 possible baselines. ! AN table 2: 24 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.917949 visibilities/baseline/integration-bin. ! Found source: J1636-4102 ! ! 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 2148 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/rdv_muppet /scr/pima/rdv73_uvs/J1636-4102_X] integer clean_niter clean_niter = 100 float clean_gain clean_gain = 0.03 float dynam dynam = 6.0 float soltime1 soltime1 = 800000 float soltime2 soltime2 = 15 float soltime3 soltime3 = 1 float thresh thresh = 0.5 float win_mult win_mult = 1.8 float old_peak float new_peak float flux_cutoff selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 system "rm /tmp/ff.ff" 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 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=1.040484Jy sigma=3.689849 ! Fit after self-cal, rms=0.749380Jy sigma=2.587359 ! clrmod: Cleared the established, tentative and continuum models. ! Redundant starting model cleared. print "=== Flag out IVS stations" ! === Flag out IVS stations integer lun string cfg_file lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_flag_process.csh /tmp/ff.ff" ![@/tmp/ff.ff \] ![Exited script file: /tmp/ff.ff] 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.9668 mas, bmaj=11.14 mas, bpa=0.5107 degrees ! Estimated noise=8.32805 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.190955 Jy ! Component: 100 - total flux cleaned = 0.275541 Jy ! Total flux subtracted in 100 components = 0.275541 Jy ! Clean residual min=-0.035569 max=0.044436 Jy/beam ! Clean residual mean=0.001388 rms=0.013699 Jy/beam ! Combined flux in latest and established models = 0.275541 Jy ! Performing phase self-cal ! Adding 38 model components to the UV plane model. ! The established model now contains 38 components and 0.275541 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.166861Jy sigma=0.576846 ! Fit after self-cal, rms=0.166209Jy sigma=0.575649 ! 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.434 mas, bmaj=11.25 mas, bpa=1.021 degrees ! Estimated noise=4.60815 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.0651624 Jy ! Component: 100 - total flux cleaned = 0.0965885 Jy ! Component: 150 - total flux cleaned = 0.114562 Jy ! Component: 200 - total flux cleaned = 0.118957 Jy ! Total flux subtracted in 200 components = 0.118957 Jy ! Clean residual min=-0.041709 max=0.039111 Jy/beam ! Clean residual mean=0.000937 rms=0.013546 Jy/beam ! Combined flux in latest and established models = 0.394498 Jy ! Performing phase self-cal ! Adding 47 model components to the UV plane model. ! The established model now contains 76 components and 0.394498 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.146040Jy sigma=0.470364 ! Fit after self-cal, rms=0.146181Jy sigma=0.469833 ! Inverting map print "=== Finished natural weighting clean for VLBI sites ===" ! === Finished natural weighting clean for VLBI sites === gscale true ! Performing overall amplitude self-cal ! ! Correcting IF 1. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 0.92 LA 1.48 MK 0.90 ! OV 1.17 PT 0.90 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.98 KP 0.93 LA 0.96 OV 1.21 ! PT 0.90 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! FD 0.96 KP 0.87 LA 1.44 MK 0.94 ! OV 1.06 PT 0.91 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.97 KP 0.89 LA 0.91 OV 1.16 ! PT 1.01 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! FD 0.99 KP 0.79 LA 1.46 MK 0.78 ! OV 1.16 PT 0.89 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.99 KP 0.69 LA 0.98 OV 1.27 ! PT 1.09 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! FD 1.10 KP 0.78 LA 1.57 MK 0.75 ! OV 1.22 PT 0.87 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.02 KP 0.75 LA 0.97 OV 1.20 ! PT 1.07 ! ! ! Fit before self-cal, rms=0.146181Jy sigma=0.469833 ! Fit after self-cal, rms=0.154026Jy sigma=0.412206 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.345 mas, bmaj=11.83 mas, bpa=0.8676 degrees ! Estimated noise=4.41676 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.00508515 Jy ! Component: 100 - total flux cleaned = -0.00480991 Jy ! Component: 150 - total flux cleaned = -0.00427138 Jy ! Component: 200 - total flux cleaned = -0.00353249 Jy ! Total flux subtracted in 200 components = -0.00353249 Jy ! Clean residual min=-0.023571 max=0.035193 Jy/beam ! Clean residual mean=0.000247 rms=0.009622 Jy/beam ! Combined flux in latest and established models = 0.390965 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 79 components and 0.390965 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.152752Jy sigma=0.408222 ! Fit after self-cal, rms=0.154158Jy sigma=0.407091 ! Inverting map selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.154158Jy sigma=0.407091 ! Fit after self-cal, rms=0.156845Jy sigma=0.406424 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.374 mas, bmaj=11.87 mas, bpa=0.8623 degrees ! Estimated noise=4.42103 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00509037 Jy ! Component: 100 - total flux cleaned = -0.00459027 Jy ! Component: 150 - total flux cleaned = -0.00412397 Jy ! Component: 200 - total flux cleaned = -0.00347876 Jy ! Total flux subtracted in 200 components = -0.00347876 Jy ! Clean residual min=-0.022595 max=0.034398 Jy/beam ! Clean residual mean=0.000230 rms=0.009393 Jy/beam ! Combined flux in latest and established models = 0.387486 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 83 components and 0.387486 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155803Jy sigma=0.403349 ! Fit after self-cal, rms=0.155787Jy sigma=0.403323 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.000393145 Jy ! Component: 100 - total flux cleaned = 0.000597538 Jy ! Component: 150 - total flux cleaned = 0.000791268 Jy ! Component: 200 - total flux cleaned = 0.000974278 Jy ! Total flux subtracted in 200 components = 0.000974278 Jy ! Clean residual min=-0.022658 max=0.034294 Jy/beam ! Clean residual mean=0.000222 rms=0.009281 Jy/beam ! Combined flux in latest and established models = 0.388461 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 88 components and 0.388461 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155202Jy sigma=0.401498 ! Fit after self-cal, rms=0.155176Jy sigma=0.401485 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.155176Jy sigma=0.401485 ! Fit after self-cal, rms=0.158164Jy sigma=0.400580 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.402 mas, bmaj=11.96 mas, bpa=0.8439 degrees ! Estimated noise=4.43722 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00538557 Jy ! Component: 100 - total flux cleaned = -0.00518307 Jy ! Component: 150 - total flux cleaned = -0.00499656 Jy ! Component: 200 - total flux cleaned = -0.00500057 Jy ! Total flux subtracted in 200 components = -0.00500057 Jy ! Clean residual min=-0.022588 max=0.033168 Jy/beam ! Clean residual mean=0.000224 rms=0.009158 Jy/beam ! Combined flux in latest and established models = 0.38346 Jy selfcal ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 92 components and 0.38346 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157237Jy sigma=0.398751 ! Fit after self-cal, rms=0.157225Jy sigma=0.398735 flux_cutoff = imstat(rms) * dynam ! Inverting map repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.26917e-05 Jy ! Component: 100 - total flux cleaned = 0.000190758 Jy ! Component: 150 - total flux cleaned = 0.000190403 Jy ! Component: 200 - total flux cleaned = 0.000355919 Jy ! Total flux subtracted in 200 components = 0.000355919 Jy ! Clean residual min=-0.022537 max=0.033031 Jy/beam ! Clean residual mean=0.000220 rms=0.009072 Jy/beam ! Combined flux in latest and established models = 0.383816 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 96 components and 0.383816 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156715Jy sigma=0.397406 ! Fit after self-cal, rms=0.156719Jy sigma=0.397381 ! 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 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.156719Jy sigma=0.397381 ! Fit after self-cal, rms=0.159004Jy sigma=0.396678 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.564 mas, bmaj=12.45 mas, bpa=3.33 degrees ! Estimated noise=4.85537 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0059684 Jy ! Component: 100 - total flux cleaned = -0.00572011 Jy ! Component: 150 - total flux cleaned = -0.00529433 Jy ! Component: 200 - total flux cleaned = -0.00529875 Jy ! Total flux subtracted in 200 components = -0.00529875 Jy ! Clean residual min=-0.026140 max=0.039713 Jy/beam ! Clean residual mean=0.000274 rms=0.010914 Jy/beam ! Combined flux in latest and established models = 0.378517 Jy selfcal ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 99 components and 0.378517 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157968Jy sigma=0.395127 ! Fit after self-cal, rms=0.157982Jy sigma=0.395060 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.000247683 Jy ! Component: 100 - total flux cleaned = 0.00044106 Jy ! Component: 150 - total flux cleaned = 0.000623522 Jy ! Component: 200 - total flux cleaned = 0.000629303 Jy ! Total flux subtracted in 200 components = 0.000629303 Jy ! Clean residual min=-0.025957 max=0.039459 Jy/beam ! Clean residual mean=0.000265 rms=0.010802 Jy/beam ! Combined flux in latest and established models = 0.379147 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 99 components and 0.379147 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.157502Jy sigma=0.393942 ! Fit after self-cal, rms=0.157534Jy sigma=0.393880 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for VLBA stations ===" ! === Finished amplitude self-cal for VLBA stations === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. integer lun lun = outfile ( "/tmp/ff.ff" ) do i=1,nsub do j=1,ntel(i) fprintf lun, "%s\n", telname(j,i) end do end do close ( lun ) system "/home/lpetrov/bin/dimap_selfant_process.csh /tmp/ff.ff" ![@/tmp/ff.ff] selfant 1:FD,true ! 1:FD self-cal status=fixed weight=1 selfant 1:KP,true ! 1:KP self-cal status=fixed weight=1 selfant 1:LA,true ! 1:LA self-cal status=fixed weight=1 selfant 1:MK,true ! 1:MK self-cal status=fixed weight=1 selfant 1:OV,true ! 1:OV self-cal status=fixed weight=1 selfant 1:PT,true ! 1:PT self-cal status=fixed weight=1 selfant 2:FD,true ! 2:FD self-cal status=fixed weight=1 selfant 2:KP,true ! 2:KP self-cal status=fixed weight=1 selfant 2:LA,true ! 2:LA self-cal status=fixed weight=1 selfant 2:OV,true ! 2:OV self-cal status=fixed weight=1 selfant 2:PT,true ! 2:PT self-cal status=fixed weight=1 ![Exited script file: /tmp/ff.ff] selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.158227Jy sigma=0.395605 ! Fit after self-cal, rms=0.158227Jy sigma=0.395605 selfant "",false ! 1:FD self-cal status=correctable weight=1 ! 1:KP self-cal status=correctable weight=1 ! 1:LA self-cal status=correctable weight=1 ! 1:MK self-cal status=correctable weight=1 ! 1:OV self-cal status=correctable weight=1 ! 1:PT self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.158227Jy sigma=0.395605 ! Fit after self-cal, rms=0.161380Jy sigma=0.393085 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.9614 mas, bmaj=12.28 mas, bpa=0.482 degrees ! Estimated noise=8.19341 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.00127232 Jy ! Component: 100 - total flux cleaned = -0.00226473 Jy ! Component: 150 - total flux cleaned = -0.00289337 Jy ! Component: 200 - total flux cleaned = -0.00343367 Jy ! Total flux subtracted in 200 components = -0.00343367 Jy ! Clean residual min=-0.017835 max=0.021599 Jy/beam ! Clean residual mean=0.000133 rms=0.005730 Jy/beam ! Combined flux in latest and established models = 0.375713 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 108 components and 0.375713 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.160757Jy sigma=0.393286 ! Fit after self-cal, rms=0.160679Jy sigma=0.393194 ! Inverting map 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.446 mas, bmaj=12.3 mas, bpa=0.7928 degrees ! Estimated noise=4.45705 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00347459 Jy ! Component: 100 - total flux cleaned = -0.00331182 Jy ! Component: 150 - total flux cleaned = -0.00332081 Jy ! Component: 200 - total flux cleaned = -0.00332187 Jy ! Component: 250 - total flux cleaned = -0.00332545 Jy ! Component: 300 - total flux cleaned = -0.00332432 Jy ! Component: 350 - total flux cleaned = -0.0033197 Jy ! Component: 400 - total flux cleaned = -0.00346063 Jy ! Total flux subtracted in 400 components = -0.00346063 Jy ! Clean residual min=-0.021231 max=0.031498 Jy/beam ! Clean residual mean=0.000210 rms=0.008705 Jy/beam ! Combined flux in latest and established models = 0.372252 Jy ! Performing phase self-cal ! Adding 15 model components to the UV plane model. ! The established model now contains 115 components and 0.372252 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.159698Jy sigma=0.390793 ! Fit after self-cal, rms=0.159687Jy sigma=0.390728 ! Inverting map dynam = dynam - 0.5 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) ! Added new window around map position (-16, 4.2). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0309562 Jy ! Component: 100 - total flux cleaned = 0.049553 Jy ! Component: 150 - total flux cleaned = 0.0584876 Jy ! Component: 200 - total flux cleaned = 0.0629226 Jy ! Component: 250 - total flux cleaned = 0.0669722 Jy ! Component: 300 - total flux cleaned = 0.0698896 Jy ! Component: 350 - total flux cleaned = 0.0719524 Jy ! Component: 400 - total flux cleaned = 0.0740165 Jy ! Total flux subtracted in 400 components = 0.0740165 Jy ! Clean residual min=-0.021257 max=0.029362 Jy/beam ! Clean residual mean=0.000385 rms=0.007445 Jy/beam ! Combined flux in latest and established models = 0.446269 Jy ! Performing phase self-cal ! Adding 120 model components to the UV plane model. ! The established model now contains 234 components and 0.446269 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.143843Jy sigma=0.369372 ! Fit after self-cal, rms=0.141426Jy sigma=0.364749 ! Inverting map ! Added new window around map position (-39.8, 23.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0236337 Jy ! Component: 100 - total flux cleaned = 0.0368179 Jy ! Component: 150 - total flux cleaned = 0.0478459 Jy ! Component: 200 - total flux cleaned = 0.0576764 Jy ! Component: 250 - total flux cleaned = 0.0665887 Jy ! Component: 300 - total flux cleaned = 0.0747769 Jy ! Component: 350 - total flux cleaned = 0.0823358 Jy ! Component: 400 - total flux cleaned = 0.0893387 Jy ! Total flux subtracted in 400 components = 0.0893387 Jy ! Clean residual min=-0.019002 max=0.016388 Jy/beam ! Clean residual mean=0.000195 rms=0.005397 Jy/beam ! Combined flux in latest and established models = 0.535607 Jy ! Performing phase self-cal ! Adding 175 model components to the UV plane model. ! The established model now contains 407 components and 0.535608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.130443Jy sigma=0.342308 ! Fit after self-cal, rms=0.128079Jy sigma=0.339374 ! Inverting map print "=== Finished natural weighting clean for al sites ===" ! === Finished natural weighting clean for al sites === unflag * ! Unflagging all baselines in the currently selected channels. uncalib false, false, true ! uncal: All telescope correction flags have been un-done. selfcal true, true, soltime1 ! Performing amp+phase self-cal over 800000 minute time intervals ! ! Correcting IF 1. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 2. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 3. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Correcting IF 4. ! A total of 1 telescope corrections were flagged in sub-array 1. ! A total of 2 telescope corrections were flagged in sub-array 2. ! ! Fit before self-cal, rms=0.129238Jy sigma=0.341707 ! Fit after self-cal, rms=0.118699Jy sigma=0.331113 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.441 mas, bmaj=12.83 mas, bpa=0.811 degrees ! Estimated noise=4.42258 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0111673 Jy ! Component: 100 - total flux cleaned = 0.020069 Jy ! Component: 150 - total flux cleaned = 0.0265514 Jy ! Component: 200 - total flux cleaned = 0.0320359 Jy ! Component: 250 - total flux cleaned = 0.0372396 Jy ! Component: 300 - total flux cleaned = 0.0417949 Jy ! Component: 350 - total flux cleaned = 0.0460226 Jy ! Component: 400 - total flux cleaned = 0.0499805 Jy ! Total flux subtracted in 400 components = 0.0499805 Jy ! Clean residual min=-0.013814 max=0.010543 Jy/beam ! Clean residual mean=0.000101 rms=0.003712 Jy/beam ! Combined flux in latest and established models = 0.585588 Jy selfcal ! Performing phase self-cal ! Adding 101 model components to the UV plane model. ! The established model now contains 502 components and 0.585588 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.114338Jy sigma=0.324805 ! Fit after self-cal, rms=0.113394Jy sigma=0.323120 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00617753 Jy ! Component: 100 - total flux cleaned = 0.0105507 Jy ! Component: 150 - total flux cleaned = 0.0143104 Jy ! Component: 200 - total flux cleaned = 0.0179559 Jy ! Component: 250 - total flux cleaned = 0.0212019 Jy ! Component: 300 - total flux cleaned = 0.0244144 Jy ! Component: 350 - total flux cleaned = 0.0272995 Jy ! Component: 400 - total flux cleaned = 0.0296297 Jy ! Total flux subtracted in 400 components = 0.0296297 Jy ! Clean residual min=-0.013234 max=0.010147 Jy/beam ! Clean residual mean=0.000074 rms=0.003247 Jy/beam ! Combined flux in latest and established models = 0.615218 Jy ! Performing phase self-cal ! Adding 95 model components to the UV plane model. ! The established model now contains 571 components and 0.615218 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111698Jy sigma=0.320902 ! Fit after self-cal, rms=0.111334Jy sigma=0.320239 ! Inverting map selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.111334Jy sigma=0.320239 ! Fit after self-cal, rms=0.109357Jy sigma=0.317961 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.43 mas, bmaj=13.06 mas, bpa=0.8079 degrees ! Estimated noise=4.40569 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00627004 Jy ! Component: 100 - total flux cleaned = 0.00979381 Jy ! Component: 150 - total flux cleaned = 0.0129142 Jy ! Component: 200 - total flux cleaned = 0.0158788 Jy ! Component: 250 - total flux cleaned = 0.0184233 Jy ! Component: 300 - total flux cleaned = 0.0204969 Jy ! Component: 350 - total flux cleaned = 0.0224297 Jy ! Component: 400 - total flux cleaned = 0.0236722 Jy ! Total flux subtracted in 400 components = 0.0236722 Jy ! Clean residual min=-0.009765 max=0.008936 Jy/beam ! Clean residual mean=0.000058 rms=0.002589 Jy/beam ! Combined flux in latest and established models = 0.63889 Jy selfcal ! Performing phase self-cal ! Adding 108 model components to the UV plane model. ! The established model now contains 654 components and 0.63889 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.108111Jy sigma=0.315570 ! Fit after self-cal, rms=0.107904Jy sigma=0.315047 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00314128 Jy ! Component: 100 - total flux cleaned = 0.00553015 Jy ! Component: 150 - total flux cleaned = 0.00748136 Jy ! Component: 200 - total flux cleaned = 0.00909872 Jy ! Component: 250 - total flux cleaned = 0.0105237 Jy ! Component: 300 - total flux cleaned = 0.0116956 Jy ! Component: 350 - total flux cleaned = 0.0126359 Jy ! Component: 400 - total flux cleaned = 0.0135344 Jy ! Total flux subtracted in 400 components = 0.0135344 Jy ! Clean residual min=-0.009396 max=0.008446 Jy/beam ! Clean residual mean=0.000043 rms=0.002387 Jy/beam ! Combined flux in latest and established models = 0.652424 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 690 components and 0.652424 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107392Jy sigma=0.314114 ! Fit after self-cal, rms=0.107320Jy sigma=0.313906 ! 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, soltime3 ! Performing amp+phase self-cal over 1 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107320Jy sigma=0.313906 ! Fit after self-cal, rms=0.108361Jy sigma=0.301956 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=3.696 mas, bmaj=13.32 mas, bpa=2.259 degrees ! Estimated noise=4.78739 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00441786 Jy ! Component: 100 - total flux cleaned = 0.00666708 Jy ! Component: 150 - total flux cleaned = 0.00865276 Jy ! Component: 200 - total flux cleaned = 0.0106625 Jy ! Component: 250 - total flux cleaned = 0.0121208 Jy ! Component: 300 - total flux cleaned = 0.0128464 Jy ! Component: 350 - total flux cleaned = 0.013446 Jy ! Component: 400 - total flux cleaned = 0.0140171 Jy ! Total flux subtracted in 400 components = 0.0140171 Jy ! Clean residual min=-0.008874 max=0.008967 Jy/beam ! Clean residual mean=0.000047 rms=0.002357 Jy/beam ! Combined flux in latest and established models = 0.666441 Jy selfcal ! Performing phase self-cal ! Adding 104 model components to the UV plane model. ! The established model now contains 748 components and 0.666442 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107894Jy sigma=0.300789 ! Fit after self-cal, rms=0.107970Jy sigma=0.300497 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00132037 Jy ! Component: 100 - total flux cleaned = 0.00261702 Jy ! Component: 150 - total flux cleaned = 0.00363371 Jy ! Component: 200 - total flux cleaned = 0.00415059 Jy ! Component: 250 - total flux cleaned = 0.00464334 Jy ! Component: 300 - total flux cleaned = 0.00518273 Jy ! Component: 350 - total flux cleaned = 0.00563415 Jy ! Component: 400 - total flux cleaned = 0.00588457 Jy ! Total flux subtracted in 400 components = 0.00588457 Jy ! Clean residual min=-0.008314 max=0.008834 Jy/beam ! Clean residual mean=0.000043 rms=0.002228 Jy/beam ! Combined flux in latest and established models = 0.672326 Jy ! Performing phase self-cal ! Adding 90 model components to the UV plane model. ! The established model now contains 792 components and 0.672326 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.107787Jy sigma=0.300038 ! Fit after self-cal, rms=0.107815Jy sigma=0.299938 ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. win_mult = win_mult / 1.2 print "=== Finished amplitude self-cal for all stations ===" ! === Finished amplitude self-cal for all stations === restore ! Inverting map and beam ! Estimated beam: bmin=1.432 mas, bmaj=13.22 mas, bpa=0.8036 degrees ! Estimated noise=4.42145 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.432 x 13.22 at 0.8036 degrees (North through East) ! Clean map min=-0.034127 max=0.27778 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.9495 mas, bmaj=13.48 mas, bpa=0.5532 degrees ! Estimated noise=8.11014 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.183485 Jy ! Component: 100 - total flux cleaned = 0.259697 Jy ! Component: 150 - total flux cleaned = 0.302755 Jy ! Component: 200 - total flux cleaned = 0.335113 Jy ! Component: 250 - total flux cleaned = 0.361 Jy ! Component: 300 - total flux cleaned = 0.38271 Jy ! Component: 350 - total flux cleaned = 0.401254 Jy ! Component: 400 - total flux cleaned = 0.41744 Jy ! Total flux subtracted in 400 components = 0.41744 Jy ! Clean residual min=-0.019424 max=0.014886 Jy/beam ! Clean residual mean=0.000296 rms=0.005932 Jy/beam ! Combined flux in latest and established models = 0.41744 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 139 model components to the UV plane model. ! The established model now contains 139 components and 0.41744 Jy ! Inverting map and beam ! Estimated beam: bmin=1.432 mas, bmaj=13.22 mas, bpa=0.8036 degrees ! Estimated noise=4.42145 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 (-11, 38). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.031402 Jy ! Component: 100 - total flux cleaned = 0.0542257 Jy ! Component: 150 - total flux cleaned = 0.0733199 Jy ! Component: 200 - total flux cleaned = 0.0898396 Jy ! Component: 250 - total flux cleaned = 0.10256 Jy ! Component: 300 - total flux cleaned = 0.112764 Jy ! Component: 350 - total flux cleaned = 0.122321 Jy ! Component: 400 - total flux cleaned = 0.131028 Jy ! Total flux subtracted in 400 components = 0.131028 Jy ! Clean residual min=-0.016636 max=0.015793 Jy/beam ! Clean residual mean=0.000293 rms=0.005323 Jy/beam ! Combined flux in latest and established models = 0.548468 Jy ! Adding 173 model components to the UV plane model. ! The established model now contains 305 components and 0.548468 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.696 mas, bmaj=13.32 mas, bpa=2.259 degrees ! Estimated noise=4.78739 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0109461 Jy ! Component: 100 - total flux cleaned = 0.019054 Jy ! Component: 150 - total flux cleaned = 0.0272618 Jy ! Component: 200 - total flux cleaned = 0.0344724 Jy ! Component: 250 - total flux cleaned = 0.0404933 Jy ! Component: 300 - total flux cleaned = 0.0464117 Jy ! Component: 350 - total flux cleaned = 0.0510787 Jy ! Component: 400 - total flux cleaned = 0.0546588 Jy ! Total flux subtracted in 400 components = 0.0546588 Jy ! Clean residual min=-0.015712 max=0.013035 Jy/beam ! Clean residual mean=0.000207 rms=0.004514 Jy/beam ! Combined flux in latest and established models = 0.603127 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=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0033915 Jy ! Component: 100 - total flux cleaned = 0.00686554 Jy ! Component: 150 - total flux cleaned = 0.00969493 Jy ! Component: 200 - total flux cleaned = 0.0117261 Jy ! Component: 250 - total flux cleaned = 0.0143179 Jy ! Component: 300 - total flux cleaned = 0.0161784 Jy ! Component: 350 - total flux cleaned = 0.0175746 Jy ! Component: 400 - total flux cleaned = 0.0185366 Jy ! Total flux subtracted in 400 components = 0.0185366 Jy ! Clean residual min=-0.014297 max=0.011102 Jy/beam ! Clean residual mean=0.000130 rms=0.003699 Jy/beam ! Combined flux in latest and established models = 0.621664 Jy ! Adding 187 model components to the UV plane model. ! The established model now contains 475 components and 0.621663 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=1.432 mas, bmaj=13.22 mas, bpa=0.8036 degrees ! Estimated noise=4.42145 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000652248 Jy ! Component: 100 - total flux cleaned = 0.00267562 Jy ! Component: 150 - total flux cleaned = 0.00454464 Jy ! Component: 200 - total flux cleaned = 0.00598729 Jy ! Component: 250 - total flux cleaned = 0.0072009 Jy ! Component: 300 - total flux cleaned = 0.00836678 Jy ! Component: 350 - total flux cleaned = 0.0094855 Jy ! Component: 400 - total flux cleaned = 0.0105643 Jy ! Total flux subtracted in 400 components = 0.0105643 Jy ! Clean residual min=-0.011733 max=0.010463 Jy/beam ! Clean residual mean=0.000088 rms=0.002855 Jy/beam ! Combined flux in latest and established models = 0.632228 Jy selfcal ! Performing phase self-cal ! Adding 77 model components to the UV plane model. ! The established model now contains 544 components and 0.632228 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.110578Jy sigma=0.307015 ! Fit after self-cal, rms=0.110290Jy sigma=0.306099 wmodel /scr/pima/rdv73_uvs/J1636-4102_X_map.mod ! Writing 544 model components to file: /scr/pima/rdv73_uvs/J1636-4102_X_map.mod wobs /scr/pima/rdv73_uvs/J1636-4102_X_uvs.fits ! Applying 1170 buffered edits. ! Writing UV FITS file: /scr/pima/rdv73_uvs/J1636-4102_X_uvs.fits wwins /scr/pima/rdv73_uvs/J1636-4102_X_map.win ! wwins: Wrote 4 windows to /scr/pima/rdv73_uvs/J1636-4102_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.00111357 Jy ! Component: 100 - total flux cleaned = -0.00124608 Jy ! Component: 150 - total flux cleaned = -0.000846377 Jy ! Component: 200 - total flux cleaned = -0.00109007 Jy ! Component: 250 - total flux cleaned = -0.00189593 Jy ! Component: 300 - total flux cleaned = -0.00232554 Jy ! Component: 350 - total flux cleaned = -0.00232176 Jy ! Component: 400 - total flux cleaned = -0.00251077 Jy ! Component: 450 - total flux cleaned = -0.00315681 Jy ! Component: 500 - total flux cleaned = -0.00386635 Jy ! Component: 550 - total flux cleaned = -0.00455189 Jy ! Component: 600 - total flux cleaned = -0.00537888 Jy ! Component: 650 - total flux cleaned = -0.00578072 Jy ! Component: 700 - total flux cleaned = -0.00601708 Jy ! Component: 750 - total flux cleaned = -0.00647483 Jy ! Component: 800 - total flux cleaned = -0.00692117 Jy ! Component: 850 - total flux cleaned = -0.00728476 Jy ! Component: 900 - total flux cleaned = -0.00764216 Jy ! Component: 950 - total flux cleaned = -0.00798964 Jy ! Component: 1000 - total flux cleaned = -0.00819252 Jy ! Component: 1050 - total flux cleaned = -0.00839353 Jy ! Component: 1100 - total flux cleaned = -0.00865666 Jy ! Component: 1150 - total flux cleaned = -0.00878548 Jy ! Component: 1200 - total flux cleaned = -0.0089758 Jy ! Component: 1250 - total flux cleaned = -0.00910013 Jy ! Component: 1300 - total flux cleaned = -0.00928389 Jy ! Component: 1350 - total flux cleaned = -0.00940459 Jy ! Component: 1400 - total flux cleaned = -0.00952414 Jy ! Component: 1450 - total flux cleaned = -0.00964216 Jy ! Component: 1500 - total flux cleaned = -0.00975868 Jy ! Component: 1550 - total flux cleaned = -0.0098162 Jy ! Component: 1600 - total flux cleaned = -0.00992933 Jy ! Component: 1650 - total flux cleaned = -0.00998526 Jy ! Component: 1700 - total flux cleaned = -0.0100401 Jy ! Component: 1750 - total flux cleaned = -0.00993028 Jy ! Component: 1800 - total flux cleaned = -0.00982191 Jy ! Component: 1850 - total flux cleaned = -0.00987614 Jy ! Component: 1900 - total flux cleaned = -0.00976943 Jy ! Component: 1950 - total flux cleaned = -0.00976976 Jy ! Component: 2000 - total flux cleaned = -0.00976938 Jy ! Component: 2050 - total flux cleaned = -0.00971709 Jy ! Component: 2100 - total flux cleaned = -0.009821 Jy ! Component: 2150 - total flux cleaned = -0.00992431 Jy ! Component: 2200 - total flux cleaned = -0.00992413 Jy ! Component: 2250 - total flux cleaned = -0.00992439 Jy ! Component: 2300 - total flux cleaned = -0.0100265 Jy ! Component: 2350 - total flux cleaned = -0.0101789 Jy ! Component: 2400 - total flux cleaned = -0.0101281 Jy ! Component: 2450 - total flux cleaned = -0.0102291 Jy ! Component: 2500 - total flux cleaned = -0.0101785 Jy ! Component: 2550 - total flux cleaned = -0.0102288 Jy ! Component: 2600 - total flux cleaned = -0.0101287 Jy ! Component: 2650 - total flux cleaned = -0.0101787 Jy ! Component: 2700 - total flux cleaned = -0.0100788 Jy ! Component: 2750 - total flux cleaned = -0.0100787 Jy ! Component: 2800 - total flux cleaned = -0.00997909 Jy ! Component: 2850 - total flux cleaned = -0.0100292 Jy ! Component: 2900 - total flux cleaned = -0.0100792 Jy ! Component: 2950 - total flux cleaned = -0.0100793 Jy ! Component: 3000 - total flux cleaned = -0.0102789 Jy ! Component: 3050 - total flux cleaned = -0.0104293 Jy ! Component: 3100 - total flux cleaned = -0.010579 Jy ! Component: 3150 - total flux cleaned = -0.0106291 Jy ! Component: 3200 - total flux cleaned = -0.0107291 Jy ! Component: 3250 - total flux cleaned = -0.0108294 Jy ! Component: 3300 - total flux cleaned = -0.0110311 Jy ! Component: 3350 - total flux cleaned = -0.0110819 Jy ! Component: 3400 - total flux cleaned = -0.011031 Jy ! Component: 3450 - total flux cleaned = -0.0109793 Jy ! Component: 3500 - total flux cleaned = -0.0109784 Jy ! Component: 3550 - total flux cleaned = -0.0109778 Jy ! Component: 3600 - total flux cleaned = -0.0108208 Jy ! Component: 3650 - total flux cleaned = -0.0108201 Jy ! Component: 3700 - total flux cleaned = -0.0107665 Jy ! Component: 3750 - total flux cleaned = -0.0107123 Jy ! Component: 3800 - total flux cleaned = -0.0107125 Jy ! Component: 3850 - total flux cleaned = -0.0106574 Jy ! Component: 3900 - total flux cleaned = -0.0105469 Jy ! Component: 3950 - total flux cleaned = -0.0104916 Jy ! Component: 4000 - total flux cleaned = -0.0103793 Jy ! Component: 4050 - total flux cleaned = -0.0102654 Jy ! Total flux subtracted in 4096 components = -0.0102076 Jy ! Clean residual min=-0.003201 max=0.003462 Jy/beam ! Clean residual mean=-0.000028 rms=0.001160 Jy/beam ! Combined flux in latest and established models = 0.62202 Jy keep ! Adding 394 model components to the UV plane model. ! The established model now contains 938 components and 0.62202 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv73_uvs/J1636-4102_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.432 x 13.22 at 0.8036 degrees (North through East) ! Clean map min=-0.011284 max=0.26304 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv73_uvs/J1636-4102_X_map.fits float peak_flux peak_flux = peak(flux,max) invert ! Inverting map float image_peak image_peak = int(10000*peak_flux)/10000 float image_rms image_rms = int(100000*imstat(rms))/100000 print "=========================================" ! ========================================= print "The image peak= ", image_peak, " rms= ", image_rms, " Jy" ! The image peak= 0.263 rms= 0.00121 Jy quit ! Quitting program ! Log file /scr/pima/rdv73_uvs/J1636-4102_X_uvs.log closed on Sat Jan 9 17:36:38 2016