! Started logfile: /scr/pima/rdv93_uvs/J2015+4628_X_uvs.log on Tue Oct 8 15:50:49 2013 obs /scr/pima/rdv93_uvs/J2015+4628_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv93_uvs/J2015+4628_X_uva.fits ! AN table 1: 22 integrations on 21 of 21 possible baselines. ! AN table 2: 22 integrations on 10 of 10 possible baselines. ! Apparent sampling: 0.612903 visibilities/baseline/integration-bin. ! Found source: J2015+4628 ! ! 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 1672 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/rdv93_uvs/J2015+4628_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:BR self-cal status=correctable weight=1 ! 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:NL 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 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.003308Jy sigma=0.851474 ! Fit after self-cal, rms=0.959095Jy sigma=0.833063 ! 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=3.523 mas, bmaj=9.212 mas, bpa=-11.63 degrees ! Estimated noise=49.3318 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam selfcal new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0350207 Jy ! Component: 100 - total flux cleaned = 0.0452224 Jy ! Total flux subtracted in 100 components = 0.0452224 Jy ! Clean residual min=-0.005016 max=0.005115 Jy/beam ! Clean residual mean=0.000132 rms=0.001909 Jy/beam ! Combined flux in latest and established models = 0.0452224 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 25 components and 0.0452224 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.041758Jy sigma=0.035274 ! Fit after self-cal, rms=0.040903Jy sigma=0.034322 ! 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.963 mas, bmaj=8.254 mas, bpa=-15.22 degrees ! Estimated noise=21.5784 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.00502806 Jy ! Component: 100 - total flux cleaned = 0.00658312 Jy ! Component: 150 - total flux cleaned = 0.00694114 Jy ! Component: 200 - total flux cleaned = 0.00742522 Jy ! Total flux subtracted in 200 components = 0.00742522 Jy ! Clean residual min=-0.001496 max=0.001512 Jy/beam ! Clean residual mean=0.000004 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.0526476 Jy ! Performing phase self-cal ! Adding 80 model components to the UV plane model. ! The established model now contains 105 components and 0.0526476 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.039724Jy sigma=0.033153 ! Fit after self-cal, rms=0.039928Jy sigma=0.033085 ! 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: ! BR 1.00* FD 1.07 KP 1.17 LA 0.89 ! NL 0.89 OV 1.00* PT 1.03 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.98 KP 1.16 LA 0.91 OV 1.04 ! PT 1.01 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.91 KP 0.99 LA 1.00 ! NL 1.02 OV 1.00* PT 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! FD 1.13 KP 0.97 LA 0.93 OV 0.95 ! PT 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 1.14 KP 0.97 LA 0.99 ! NL 0.90 OV 1.00* PT 0.95 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.97 KP 0.84 LA 1.10 OV 1.13 ! PT 0.99 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.00* FD 0.73 KP 0.92 LA 0.97 ! NL 1.23 OV 1.00* PT 1.01 ! ! Telescope amplitude corrections in sub-array 2: ! FD 0.88 KP 0.97 LA 0.92 OV 1.03 ! PT 0.88 ! ! ! Fit before self-cal, rms=0.039928Jy sigma=0.033085 ! Fit after self-cal, rms=0.038466Jy sigma=0.032672 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=3.994 mas, bmaj=8.16 mas, bpa=-15.62 degrees ! Estimated noise=20.7279 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.00121997 Jy ! Component: 100 - total flux cleaned = 0.00175704 Jy ! Component: 150 - total flux cleaned = 0.00217405 Jy ! Component: 200 - total flux cleaned = 0.00248751 Jy ! Total flux subtracted in 200 components = 0.00248751 Jy ! Clean residual min=-0.000664 max=0.000669 Jy/beam ! Clean residual mean=0.000004 rms=0.000263 Jy/beam ! Combined flux in latest and established models = 0.0551351 Jy ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 161 components and 0.0551351 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038193Jy sigma=0.032509 ! Fit after self-cal, rms=0.038402Jy sigma=0.032453 ! 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.038402Jy sigma=0.032453 ! Fit after self-cal, rms=0.038638Jy sigma=0.032437 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.011 mas, bmaj=8.134 mas, bpa=-15.76 degrees ! Estimated noise=20.6674 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000236081 Jy ! Component: 100 - total flux cleaned = 0.000112513 Jy ! Component: 150 - total flux cleaned = -0.000221831 Jy ! Component: 200 - total flux cleaned = -0.000426309 Jy ! Total flux subtracted in 200 components = -0.000426309 Jy ! Clean residual min=-0.000538 max=0.000536 Jy/beam ! Clean residual mean=0.000004 rms=0.000212 Jy/beam ! Combined flux in latest and established models = 0.0547088 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 223 components and 0.0547088 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038517Jy sigma=0.032374 ! Fit after self-cal, rms=0.038619Jy sigma=0.032361 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.000354213 Jy ! Component: 100 - total flux cleaned = 0.000256182 Jy ! Component: 150 - total flux cleaned = 0.000134029 Jy ! Component: 200 - total flux cleaned = 0.00018992 Jy ! Total flux subtracted in 200 components = 0.00018992 Jy ! Clean residual min=-0.000453 max=0.000454 Jy/beam ! Clean residual mean=0.000004 rms=0.000181 Jy/beam ! Combined flux in latest and established models = 0.0548987 Jy ! Performing phase self-cal ! Adding 64 model components to the UV plane model. ! The established model now contains 263 components and 0.0548987 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.038554Jy sigma=0.032328 ! Fit after self-cal, rms=0.038582Jy sigma=0.032324 ! 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.038582Jy sigma=0.032324 ! Fit after self-cal, rms=0.039181Jy sigma=0.032311 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.035 mas, bmaj=8.129 mas, bpa=-15.87 degrees ! Estimated noise=20.8658 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000231542 Jy ! Component: 100 - total flux cleaned = -0.000257943 Jy ! Component: 150 - total flux cleaned = -0.000394419 Jy ! Component: 200 - total flux cleaned = -0.000445652 Jy ! Total flux subtracted in 200 components = -0.000445652 Jy ! Clean residual min=-0.000406 max=0.000407 Jy/beam ! Clean residual mean=0.000007 rms=0.000158 Jy/beam ! Combined flux in latest and established models = 0.0544531 Jy selfcal ! Performing phase self-cal ! Adding 62 model components to the UV plane model. ! The established model now contains 318 components and 0.0544531 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.039125Jy sigma=0.032281 ! Fit after self-cal, rms=0.039185Jy sigma=0.032276 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.000268205 Jy ! Component: 100 - total flux cleaned = -0.0004687 Jy ! Component: 150 - total flux cleaned = -0.000697177 Jy ! Component: 200 - total flux cleaned = -0.000868207 Jy ! Total flux subtracted in 200 components = -0.000868207 Jy ! Clean residual min=-0.000349 max=0.000350 Jy/beam ! Clean residual mean=0.000003 rms=0.000136 Jy/beam ! Combined flux in latest and established models = 0.0535849 Jy ! Performing phase self-cal ! Adding 65 model components to the UV plane model. ! The established model now contains 364 components and 0.0535849 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.039150Jy sigma=0.032258 ! Fit after self-cal, rms=0.039168Jy sigma=0.032256 ! 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.039168Jy sigma=0.032256 ! Fit after self-cal, rms=0.039549Jy sigma=0.032240 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.354 mas, bmaj=8.126 mas, bpa=-16.67 degrees ! Estimated noise=20.7543 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000184982 Jy ! Component: 100 - total flux cleaned = -0.000353385 Jy ! Component: 150 - total flux cleaned = -0.00054289 Jy ! Component: 200 - total flux cleaned = -0.000681882 Jy ! Total flux subtracted in 200 components = -0.000681882 Jy ! Clean residual min=-0.000324 max=0.000322 Jy/beam ! Clean residual mean=0.000003 rms=0.000124 Jy/beam ! Combined flux in latest and established models = 0.052903 Jy selfcal ! Performing phase self-cal ! Adding 57 model components to the UV plane model. ! The established model now contains 403 components and 0.052903 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.039516Jy sigma=0.032221 ! Fit after self-cal, rms=0.039545Jy sigma=0.032218 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.000354759 Jy ! Component: 100 - total flux cleaned = -0.000568046 Jy ! Component: 150 - total flux cleaned = -0.000729669 Jy ! Component: 200 - total flux cleaned = -0.000764085 Jy ! Total flux subtracted in 200 components = -0.000764085 Jy ! Clean residual min=-0.000279 max=0.000278 Jy/beam ! Clean residual mean=0.000001 rms=0.000108 Jy/beam ! Combined flux in latest and established models = 0.0521389 Jy ! Performing phase self-cal ! Adding 59 model components to the UV plane model. ! The established model now contains 443 components and 0.0521389 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.039521Jy sigma=0.032207 ! Fit after self-cal, rms=0.039533Jy sigma=0.032206 ! 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:BR,true ! 1:BR self-cal status=fixed weight=1 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:NL,true ! 1:NL 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.043588Jy sigma=0.033187 ! Fit after self-cal, rms=0.043588Jy sigma=0.033187 selfant "",false ! 1:BR self-cal status=correctable weight=1 ! 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:NL 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 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.043588Jy sigma=0.033187 ! Fit after self-cal, rms=0.039341Jy sigma=0.032197 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=3.618 mas, bmaj=9.098 mas, bpa=-12.41 degrees ! Estimated noise=48.5676 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.000407175 Jy ! Component: 100 - total flux cleaned = -0.00157988 Jy ! Component: 150 - total flux cleaned = -0.00222829 Jy ! Component: 200 - total flux cleaned = -0.00308464 Jy ! Total flux subtracted in 200 components = -0.00308464 Jy ! Clean residual min=-0.000974 max=0.000973 Jy/beam ! Clean residual mean=-0.000022 rms=0.000419 Jy/beam ! Combined flux in latest and established models = 0.0490543 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 536 components and 0.0490543 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.039403Jy sigma=0.032261 ! Fit after self-cal, rms=0.039387Jy sigma=0.032235 ! 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=4.037 mas, bmaj=8.122 mas, bpa=-15.84 degrees ! Estimated noise=20.9494 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.000160345 Jy ! Component: 100 - total flux cleaned = 0.000197223 Jy ! Component: 150 - total flux cleaned = 0.000255112 Jy ! Component: 200 - total flux cleaned = 0.000207298 Jy ! Component: 250 - total flux cleaned = 1.47467e-05 Jy ! Component: 300 - total flux cleaned = -0.00014301 Jy ! Component: 350 - total flux cleaned = -0.000178055 Jy ! Component: 400 - total flux cleaned = -0.000230017 Jy ! Total flux subtracted in 400 components = -0.000230017 Jy ! Clean residual min=-0.000280 max=0.000279 Jy/beam ! Clean residual mean=0.000001 rms=0.000111 Jy/beam ! Combined flux in latest and established models = 0.0488243 Jy ! Performing phase self-cal ! Adding 118 model components to the UV plane model. ! The established model now contains 653 components and 0.0488243 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.039318Jy sigma=0.032189 ! Fit after self-cal, rms=0.039327Jy sigma=0.032181 ! 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) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 1.911e-05 Jy ! Component: 100 - total flux cleaned = -2.18159e-05 Jy ! Component: 150 - total flux cleaned = -3.92512e-05 Jy ! Component: 200 - total flux cleaned = -5.50805e-05 Jy ! Component: 250 - total flux cleaned = -4.0094e-05 Jy ! Component: 300 - total flux cleaned = -8.40752e-05 Jy ! Component: 350 - total flux cleaned = -0.00016937 Jy ! Component: 400 - total flux cleaned = -0.000280389 Jy ! Total flux subtracted in 400 components = -0.000280389 Jy ! Clean residual min=-0.000229 max=0.000229 Jy/beam ! Clean residual mean=-0.000000 rms=0.000089 Jy/beam ! Combined flux in latest and established models = 0.0485439 Jy ! Performing phase self-cal ! Adding 123 model components to the UV plane model. ! The established model now contains 763 components and 0.0485439 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.039295Jy sigma=0.032163 ! Fit after self-cal, rms=0.039269Jy sigma=0.032153 ! 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 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 44 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.043318Jy sigma=0.033132 ! Fit after self-cal, rms=0.039166Jy sigma=0.032151 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.033 mas, bmaj=8.134 mas, bpa=-15.71 degrees ! Estimated noise=20.9183 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000294255 Jy ! Component: 100 - total flux cleaned = -0.000487924 Jy ! Component: 150 - total flux cleaned = -0.000504207 Jy ! Component: 200 - total flux cleaned = -0.000533022 Jy ! Component: 250 - total flux cleaned = -0.000615516 Jy ! Component: 300 - total flux cleaned = -0.000682059 Jy ! Component: 350 - total flux cleaned = -0.000772876 Jy ! Component: 400 - total flux cleaned = -0.000849041 Jy ! Total flux subtracted in 400 components = -0.000849041 Jy ! Clean residual min=-0.000209 max=0.000208 Jy/beam ! Clean residual mean=-0.000001 rms=0.000080 Jy/beam ! Combined flux in latest and established models = 0.0476948 Jy selfcal ! Performing phase self-cal ! Adding 124 model components to the UV plane model. ! The established model now contains 870 components and 0.0476948 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.039138Jy sigma=0.032137 ! Fit after self-cal, rms=0.039139Jy sigma=0.032134 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.000321926 Jy ! Component: 100 - total flux cleaned = -0.000450205 Jy ! Component: 150 - total flux cleaned = -0.000490007 Jy ! Component: 200 - total flux cleaned = -0.000490378 Jy ! Component: 250 - total flux cleaned = -0.000478531 Jy ! Component: 300 - total flux cleaned = -0.00040698 Jy ! Component: 350 - total flux cleaned = -0.000336598 Jy ! Component: 400 - total flux cleaned = -0.000290147 Jy ! Total flux subtracted in 400 components = -0.000290147 Jy ! Clean residual min=-0.000190 max=0.000192 Jy/beam ! Clean residual mean=-0.000001 rms=0.000075 Jy/beam ! Combined flux in latest and established models = 0.0474047 Jy ! Performing phase self-cal ! Adding 108 model components to the UV plane model. ! The established model now contains 943 components and 0.0474047 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.039118Jy sigma=0.032124 ! Fit after self-cal, rms=0.039122Jy sigma=0.032122 ! 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.039122Jy sigma=0.032122 ! Fit after self-cal, rms=0.039452Jy sigma=0.032113 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.039 mas, bmaj=8.143 mas, bpa=-15.69 degrees ! Estimated noise=21.0795 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -8.22978e-05 Jy ! Component: 100 - total flux cleaned = -0.000153223 Jy ! Component: 150 - total flux cleaned = -0.00021502 Jy ! Component: 200 - total flux cleaned = -0.000256218 Jy ! Component: 250 - total flux cleaned = -0.000322735 Jy ! Component: 300 - total flux cleaned = -0.000399484 Jy ! Component: 350 - total flux cleaned = -0.000473729 Jy ! Component: 400 - total flux cleaned = -0.000558118 Jy ! Total flux subtracted in 400 components = -0.000558118 Jy ! Clean residual min=-0.000198 max=0.000199 Jy/beam ! Clean residual mean=-0.000001 rms=0.000076 Jy/beam ! Combined flux in latest and established models = 0.0468466 Jy selfcal ! Performing phase self-cal ! Adding 119 model components to the UV plane model. ! The established model now contains 1037 components and 0.0468466 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.039425Jy sigma=0.032098 ! Fit after self-cal, rms=0.039433Jy sigma=0.032095 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.000166116 Jy ! Component: 100 - total flux cleaned = -0.000205767 Jy ! Component: 150 - total flux cleaned = -0.000205899 Jy ! Component: 200 - total flux cleaned = -0.000147998 Jy ! Component: 250 - total flux cleaned = -9.26589e-05 Jy ! Component: 300 - total flux cleaned = -2.78542e-05 Jy ! Component: 350 - total flux cleaned = 7.80814e-05 Jy ! Component: 400 - total flux cleaned = 0.000172327 Jy ! Total flux subtracted in 400 components = 0.000172327 Jy ! Clean residual min=-0.000172 max=0.000174 Jy/beam ! Clean residual mean=-0.000001 rms=0.000070 Jy/beam ! Combined flux in latest and established models = 0.0470189 Jy ! Performing phase self-cal ! Adding 93 model components to the UV plane model. ! The established model now contains 1096 components and 0.0470189 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.039413Jy sigma=0.032088 ! Fit after self-cal, rms=0.039420Jy sigma=0.032086 ! 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.039420Jy sigma=0.032086 ! Fit after self-cal, rms=0.044139Jy sigma=0.030584 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=4.363 mas, bmaj=8.143 mas, bpa=-16.39 degrees ! Estimated noise=21.8315 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00150158 Jy ! Component: 100 - total flux cleaned = 0.00179368 Jy ! Component: 150 - total flux cleaned = 0.00190228 Jy ! Component: 200 - total flux cleaned = 0.00190046 Jy ! Component: 250 - total flux cleaned = 0.00196057 Jy ! Component: 300 - total flux cleaned = 0.00204604 Jy ! Component: 350 - total flux cleaned = 0.00209231 Jy ! Component: 400 - total flux cleaned = 0.00206424 Jy ! Total flux subtracted in 400 components = 0.00206424 Jy ! Clean residual min=-0.000232 max=0.000237 Jy/beam ! Clean residual mean=-0.000003 rms=0.000092 Jy/beam ! Combined flux in latest and established models = 0.0490831 Jy selfcal ! Performing phase self-cal ! Adding 138 model components to the UV plane model. ! The established model now contains 1222 components and 0.0490831 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.044063Jy sigma=0.030482 ! Fit after self-cal, rms=0.044268Jy sigma=0.030397 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.000287256 Jy ! Component: 100 - total flux cleaned = -0.000357113 Jy ! Component: 150 - total flux cleaned = -0.000357048 Jy ! Component: 200 - total flux cleaned = -0.00035608 Jy ! Component: 250 - total flux cleaned = -0.000342695 Jy ! Component: 300 - total flux cleaned = -0.000317152 Jy ! Component: 350 - total flux cleaned = -0.000292407 Jy ! Component: 400 - total flux cleaned = -0.000244388 Jy ! Total flux subtracted in 400 components = -0.000244388 Jy ! Clean residual min=-0.000198 max=0.000199 Jy/beam ! Clean residual mean=-0.000000 rms=0.000075 Jy/beam ! Combined flux in latest and established models = 0.0488387 Jy ! Performing phase self-cal ! Adding 124 model components to the UV plane model. ! The established model now contains 1344 components and 0.0488387 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.044240Jy sigma=0.030382 ! Fit after self-cal, rms=0.044252Jy sigma=0.030378 ! 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=4.051 mas, bmaj=8.14 mas, bpa=-15.66 degrees ! Estimated noise=22.1167 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.051 x 8.14 at -15.66 degrees (North through East) ! Clean map min=-0.0036506 max=0.041815 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=3.598 mas, bmaj=9.052 mas, bpa=-12.06 degrees ! Estimated noise=51.6898 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0366714 Jy ! Component: 100 - total flux cleaned = 0.0451334 Jy ! Component: 150 - total flux cleaned = 0.0436228 Jy ! Component: 200 - total flux cleaned = 0.0441884 Jy ! Component: 250 - total flux cleaned = 0.0443486 Jy ! Component: 300 - total flux cleaned = 0.0444526 Jy ! Component: 350 - total flux cleaned = 0.0443513 Jy ! Component: 400 - total flux cleaned = 0.043991 Jy ! Total flux subtracted in 400 components = 0.043991 Jy ! Clean residual min=-0.001389 max=0.001369 Jy/beam ! Clean residual mean=-0.000020 rms=0.000536 Jy/beam ! Combined flux in latest and established models = 0.043991 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 119 model components to the UV plane model. ! The established model now contains 119 components and 0.043991 Jy ! Inverting map and beam ! Estimated beam: bmin=4.051 mas, bmaj=8.14 mas, bpa=-15.66 degrees ! Estimated noise=22.1167 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 (36.2, 29.4). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00205018 Jy ! Component: 100 - total flux cleaned = 0.00214811 Jy ! Component: 150 - total flux cleaned = 0.00197652 Jy ! Component: 200 - total flux cleaned = 0.00187373 Jy ! Component: 250 - total flux cleaned = 0.0016618 Jy ! Component: 300 - total flux cleaned = 0.00136515 Jy ! Component: 350 - total flux cleaned = 0.00110189 Jy ! Component: 400 - total flux cleaned = 0.000925197 Jy ! Total flux subtracted in 400 components = 0.000925197 Jy ! Clean residual min=-0.001874 max=0.001842 Jy/beam ! Clean residual mean=0.000003 rms=0.000521 Jy/beam ! Combined flux in latest and established models = 0.0449162 Jy ! Adding 99 model components to the UV plane model. ! The established model now contains 218 components and 0.0449161 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=4.363 mas, bmaj=8.143 mas, bpa=-16.39 degrees ! Estimated noise=21.8315 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000168161 Jy ! Component: 100 - total flux cleaned = -0.000317162 Jy ! Component: 150 - total flux cleaned = -0.000450645 Jy ! Component: 200 - total flux cleaned = -0.000491771 Jy ! Component: 250 - total flux cleaned = -0.000511485 Jy ! Component: 300 - total flux cleaned = -0.000546193 Jy ! Component: 350 - total flux cleaned = -0.000530112 Jy ! Component: 400 - total flux cleaned = -0.000545934 Jy ! Total flux subtracted in 400 components = -0.000545934 Jy ! Clean residual min=-0.001816 max=0.001621 Jy/beam ! Clean residual mean=0.000007 rms=0.000453 Jy/beam ! Combined flux in latest and established models = 0.0443702 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 = 1.34725e-05 Jy ! Component: 100 - total flux cleaned = 5.29492e-05 Jy ! Component: 150 - total flux cleaned = 9.08091e-05 Jy ! Component: 200 - total flux cleaned = 0.000139257 Jy ! Component: 250 - total flux cleaned = 0.000208072 Jy ! Component: 300 - total flux cleaned = 0.000263116 Jy ! Component: 350 - total flux cleaned = 0.00031635 Jy ! Component: 400 - total flux cleaned = 0.000378243 Jy ! Total flux subtracted in 400 components = 0.000378243 Jy ! Clean residual min=-0.001842 max=0.001623 Jy/beam ! Clean residual mean=0.000006 rms=0.000446 Jy/beam ! Combined flux in latest and established models = 0.0447485 Jy ! Adding 160 model components to the UV plane model. ! The established model now contains 362 components and 0.0447484 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=4.051 mas, bmaj=8.14 mas, bpa=-15.66 degrees ! Estimated noise=22.1167 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 2.09589e-05 Jy ! Component: 100 - total flux cleaned = 7.22628e-05 Jy ! Component: 150 - total flux cleaned = 0.000122375 Jy ! Component: 200 - total flux cleaned = 0.000181525 Jy ! Component: 250 - total flux cleaned = 0.000239577 Jy ! Component: 300 - total flux cleaned = 0.00028728 Jy ! Component: 350 - total flux cleaned = 0.000352968 Jy ! Component: 400 - total flux cleaned = 0.000408555 Jy ! Total flux subtracted in 400 components = 0.000408555 Jy ! Clean residual min=-0.001920 max=0.001721 Jy/beam ! Clean residual mean=0.000005 rms=0.000472 Jy/beam ! Combined flux in latest and established models = 0.045157 Jy selfcal ! Performing phase self-cal ! Adding 43 model components to the UV plane model. ! The established model now contains 397 components and 0.045157 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.044672Jy sigma=0.030674 ! Fit after self-cal, rms=0.044559Jy sigma=0.030589 wmodel /scr/pima/rdv93_uvs/J2015+4628_X_map.mod ! Writing 397 model components to file: /scr/pima/rdv93_uvs/J2015+4628_X_map.mod wobs /scr/pima/rdv93_uvs/J2015+4628_X_uvs.fits ! Applying 1364 buffered edits. ! Writing UV FITS file: /scr/pima/rdv93_uvs/J2015+4628_X_uvs.fits wwins /scr/pima/rdv93_uvs/J2015+4628_X_map.win ! wwins: Wrote 1 windows to /scr/pima/rdv93_uvs/J2015+4628_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.000573962 Jy ! Component: 100 - total flux cleaned = -0.000832987 Jy ! Component: 150 - total flux cleaned = -0.000930999 Jy ! Component: 200 - total flux cleaned = -0.000896688 Jy ! Component: 250 - total flux cleaned = -0.000850276 Jy ! Component: 300 - total flux cleaned = -0.000808098 Jy ! Component: 350 - total flux cleaned = -0.000768775 Jy ! Component: 400 - total flux cleaned = -0.000682895 Jy ! Component: 450 - total flux cleaned = -0.000659883 Jy ! Component: 500 - total flux cleaned = -0.000627208 Jy ! Component: 550 - total flux cleaned = -0.00060662 Jy ! Component: 600 - total flux cleaned = -0.000665874 Jy ! Component: 650 - total flux cleaned = -0.000761772 Jy ! Component: 700 - total flux cleaned = -0.000827369 Jy ! Component: 750 - total flux cleaned = -0.000900764 Jy ! Component: 800 - total flux cleaned = -0.000981366 Jy ! Component: 850 - total flux cleaned = -0.00104273 Jy ! Component: 900 - total flux cleaned = -0.00108567 Jy ! Component: 950 - total flux cleaned = -0.00114487 Jy ! Component: 1000 - total flux cleaned = -0.00119486 Jy ! Component: 1050 - total flux cleaned = -0.00124409 Jy ! Component: 1100 - total flux cleaned = -0.00131677 Jy ! Component: 1150 - total flux cleaned = -0.00136454 Jy ! Component: 1200 - total flux cleaned = -0.00142729 Jy ! Component: 1250 - total flux cleaned = -0.00147372 Jy ! Component: 1300 - total flux cleaned = -0.00154248 Jy ! Component: 1350 - total flux cleaned = -0.00159522 Jy ! Component: 1400 - total flux cleaned = -0.00163988 Jy ! Component: 1450 - total flux cleaned = -0.00169139 Jy ! Component: 1500 - total flux cleaned = -0.0017641 Jy ! Component: 1550 - total flux cleaned = -0.00180723 Jy ! Component: 1600 - total flux cleaned = -0.00185726 Jy ! Component: 1650 - total flux cleaned = -0.00189989 Jy ! Component: 1700 - total flux cleaned = -0.00194911 Jy ! Component: 1750 - total flux cleaned = -0.00197703 Jy ! Component: 1800 - total flux cleaned = -0.00199784 Jy ! Component: 1850 - total flux cleaned = -0.00201171 Jy ! Component: 1900 - total flux cleaned = -0.00203935 Jy ! Component: 1950 - total flux cleaned = -0.00206686 Jy ! Component: 2000 - total flux cleaned = -0.00208746 Jy ! Component: 2050 - total flux cleaned = -0.00210115 Jy ! Component: 2100 - total flux cleaned = -0.00211475 Jy ! Component: 2150 - total flux cleaned = -0.00214194 Jy ! Component: 2200 - total flux cleaned = -0.00214872 Jy ! Component: 2250 - total flux cleaned = -0.00216904 Jy ! Component: 2300 - total flux cleaned = -0.00216906 Jy ! Component: 2350 - total flux cleaned = -0.00217585 Jy ! Component: 2400 - total flux cleaned = -0.00218264 Jy ! Component: 2450 - total flux cleaned = -0.00218944 Jy ! Component: 2500 - total flux cleaned = -0.0021895 Jy ! Component: 2550 - total flux cleaned = -0.00219632 Jy ! Component: 2600 - total flux cleaned = -0.00220313 Jy ! Component: 2650 - total flux cleaned = -0.00219637 Jy ! Component: 2700 - total flux cleaned = -0.00217586 Jy ! Component: 2750 - total flux cleaned = -0.00216209 Jy ! Component: 2800 - total flux cleaned = -0.00214141 Jy ! Component: 2850 - total flux cleaned = -0.00212059 Jy ! Component: 2900 - total flux cleaned = -0.00211357 Jy ! Component: 2950 - total flux cleaned = -0.00209965 Jy ! Component: 3000 - total flux cleaned = -0.0020786 Jy ! Component: 3050 - total flux cleaned = -0.00205741 Jy ! Component: 3100 - total flux cleaned = -0.0020432 Jy ! Component: 3150 - total flux cleaned = -0.00202887 Jy ! Component: 3200 - total flux cleaned = -0.00201454 Jy ! Component: 3250 - total flux cleaned = -0.00200722 Jy ! Component: 3300 - total flux cleaned = -0.00199267 Jy ! Component: 3350 - total flux cleaned = -0.0019926 Jy ! Component: 3400 - total flux cleaned = -0.00197054 Jy ! Component: 3450 - total flux cleaned = -0.0019557 Jy ! Component: 3500 - total flux cleaned = -0.0019482 Jy ! Component: 3550 - total flux cleaned = -0.00194064 Jy ! Component: 3600 - total flux cleaned = -0.00193306 Jy ! Component: 3650 - total flux cleaned = -0.00192543 Jy ! Component: 3700 - total flux cleaned = -0.00191012 Jy ! Component: 3750 - total flux cleaned = -0.00191015 Jy ! Component: 3800 - total flux cleaned = -0.00189462 Jy ! Component: 3850 - total flux cleaned = -0.00188665 Jy ! Component: 3900 - total flux cleaned = -0.00187873 Jy ! Component: 3950 - total flux cleaned = -0.00187068 Jy ! Component: 4000 - total flux cleaned = -0.00187073 Jy ! Component: 4050 - total flux cleaned = -0.00186263 Jy ! Total flux subtracted in 4096 components = -0.00185448 Jy ! Clean residual min=-0.000442 max=0.000447 Jy/beam ! Clean residual mean=-0.000004 rms=0.000151 Jy/beam ! Combined flux in latest and established models = 0.0433025 Jy keep ! Adding 278 model components to the UV plane model. ! The established model now contains 675 components and 0.0433025 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv93_uvs/J2015+4628_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 4.051 x 8.14 at -15.66 degrees (North through East) ! Clean map min=-0.0021133 max=0.038709 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv93_uvs/J2015+4628_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.0387 rms= 0.00014 Jy quit ! Quitting program ! Log file /scr/pima/rdv93_uvs/J2015+4628_X_uvs.log closed on Tue Oct 8 15:50:57 2013