! Started logfile: /scr/pima/rdv73_uvs/J0504-1512_X_uvs.log on Sat Jan 9 17:30:48 2016 obs /scr/pima/rdv73_uvs/J0504-1512_X_uva.fits ! Reading UV FITS file: /scr/pima/rdv73_uvs/J0504-1512_X_uva.fits ! AN table 1: 47 integrations on 36 of 36 possible baselines. ! Apparent sampling: 0.927305 visibilities/baseline/integration-bin. ! Found source: J0504-1512 ! ! 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 6276 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/J0504-1512_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:MK 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 ! 1:SC 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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=1.008165Jy sigma=11.045726 ! Fit after self-cal, rms=0.923527Jy sigma=10.069817 ! 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.6999 mas, bmaj=1.582 mas, bpa=2.042 degrees ! Estimated noise=1.57635 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.0590269 Jy ! Component: 100 - total flux cleaned = 0.0731322 Jy ! Total flux subtracted in 100 components = 0.0731322 Jy ! Clean residual min=-0.005675 max=0.008095 Jy/beam ! Clean residual mean=0.000013 rms=0.001453 Jy/beam ! Combined flux in latest and established models = 0.0731322 Jy ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 8 components and 0.0731322 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.074482Jy sigma=0.763477 ! Fit after self-cal, rms=0.073791Jy sigma=0.756770 ! 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=0.9156 mas, bmaj=2.017 mas, bpa=0.4811 degrees ! Estimated noise=0.873418 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.0106429 Jy ! Component: 100 - total flux cleaned = 0.0151901 Jy ! Component: 150 - total flux cleaned = 0.0173425 Jy ! Component: 200 - total flux cleaned = 0.0184313 Jy ! Total flux subtracted in 200 components = 0.0184313 Jy ! Clean residual min=-0.003892 max=0.005403 Jy/beam ! Clean residual mean=0.000004 rms=0.001030 Jy/beam ! Combined flux in latest and established models = 0.0915636 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 28 components and 0.0915636 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072742Jy sigma=0.737883 ! Fit after self-cal, rms=0.072713Jy sigma=0.737070 ! 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 0.96 FD 0.94 KP 0.94 LA 0.99 ! MK 0.97 NL 1.38 OV 0.96 PT 0.96 ! SC 0.98 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.95 KP 0.88 LA 1.05 ! MK 0.99 NL 1.28 OV 0.93 PT 0.98 ! SC 0.97 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.04 FD 0.94 KP 0.79 LA 1.11 ! MK 0.94 NL 1.39 OV 0.98 PT 0.95 ! SC 0.97 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 0.93 FD 1.01 KP 0.88 LA 1.05 ! MK 0.89 NL 1.31 OV 0.93 PT 1.10 ! SC 1.12 ! ! ! Fit before self-cal, rms=0.072713Jy sigma=0.737070 ! Fit after self-cal, rms=0.073216Jy sigma=0.725460 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=0.9133 mas, bmaj=2.027 mas, bpa=0.4184 degrees ! Estimated noise=0.863438 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.00021197 Jy ! Component: 100 - total flux cleaned = -0.000298958 Jy ! Component: 150 - total flux cleaned = -0.000345354 Jy ! Component: 200 - total flux cleaned = -0.000365385 Jy ! Total flux subtracted in 200 components = -0.000365385 Jy ! Clean residual min=-0.002621 max=0.002485 Jy/beam ! Clean residual mean=-0.000002 rms=0.000645 Jy/beam ! Combined flux in latest and established models = 0.0911982 Jy ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 32 components and 0.0911982 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073186Jy sigma=0.725358 ! Fit after self-cal, rms=0.073240Jy sigma=0.724849 ! 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.073240Jy sigma=0.724849 ! Fit after self-cal, rms=0.072864Jy sigma=0.724774 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.91 mas, bmaj=2.022 mas, bpa=0.4377 degrees ! Estimated noise=0.856673 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000280761 Jy ! Component: 100 - total flux cleaned = -0.000325791 Jy ! Component: 150 - total flux cleaned = -0.000346944 Jy ! Component: 200 - total flux cleaned = -0.000362049 Jy ! Total flux subtracted in 200 components = -0.000362049 Jy ! Clean residual min=-0.002558 max=0.002472 Jy/beam ! Clean residual mean=-0.000002 rms=0.000634 Jy/beam ! Combined flux in latest and established models = 0.0908362 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 33 components and 0.0908362 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072842Jy sigma=0.724726 ! Fit after self-cal, rms=0.072846Jy sigma=0.724710 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 = -2.03068e-05 Jy ! Component: 100 - total flux cleaned = -1.9574e-05 Jy ! Component: 150 - total flux cleaned = -1.93233e-05 Jy ! Component: 200 - total flux cleaned = -9.46144e-06 Jy ! Total flux subtracted in 200 components = -9.46144e-06 Jy ! Clean residual min=-0.002572 max=0.002465 Jy/beam ! Clean residual mean=-0.000002 rms=0.000632 Jy/beam ! Combined flux in latest and established models = 0.0908267 Jy ! Performing phase self-cal ! Adding 9 model components to the UV plane model. ! The established model now contains 35 components and 0.0908267 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072840Jy sigma=0.724675 ! Fit after self-cal, rms=0.072840Jy sigma=0.724664 ! 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.072840Jy sigma=0.724664 ! Fit after self-cal, rms=0.072973Jy sigma=0.723379 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.9051 mas, bmaj=2.035 mas, bpa=0.7638 degrees ! Estimated noise=0.85244 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 5.13582e-05 Jy ! Component: 100 - total flux cleaned = 4.94471e-05 Jy ! Component: 150 - total flux cleaned = 4.7734e-05 Jy ! Component: 200 - total flux cleaned = 3.25896e-05 Jy ! Total flux subtracted in 200 components = 3.25896e-05 Jy ! Clean residual min=-0.002692 max=0.002442 Jy/beam ! Clean residual mean=-0.000002 rms=0.000598 Jy/beam ! Combined flux in latest and established models = 0.0908593 Jy selfcal ! Performing phase self-cal ! Adding 8 model components to the UV plane model. ! The established model now contains 39 components and 0.0908593 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072955Jy sigma=0.723290 ! Fit after self-cal, rms=0.072985Jy sigma=0.723237 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.54067e-05 Jy ! Component: 100 - total flux cleaned = 6.54868e-05 Jy ! Component: 150 - total flux cleaned = 6.58211e-05 Jy ! Component: 200 - total flux cleaned = 6.47826e-05 Jy ! Total flux subtracted in 200 components = 6.47826e-05 Jy ! Clean residual min=-0.002651 max=0.002438 Jy/beam ! Clean residual mean=-0.000002 rms=0.000596 Jy/beam ! Combined flux in latest and established models = 0.0909241 Jy ! Performing phase self-cal ! Adding 6 model components to the UV plane model. ! The established model now contains 39 components and 0.0909241 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072979Jy sigma=0.723204 ! Fit after self-cal, rms=0.072978Jy sigma=0.723199 ! 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.072978Jy sigma=0.723199 ! Fit after self-cal, rms=0.072722Jy sigma=0.723151 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.575 mas, bmaj=4.532 mas, bpa=10.61 degrees ! Estimated noise=1.04373 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 6.09252e-05 Jy ! Component: 100 - total flux cleaned = 6.74612e-05 Jy ! Component: 150 - total flux cleaned = 7.92456e-05 Jy ! Component: 200 - total flux cleaned = 9.04122e-05 Jy ! Total flux subtracted in 200 components = 9.04122e-05 Jy ! Clean residual min=-0.002674 max=0.002923 Jy/beam ! Clean residual mean=-0.000004 rms=0.000715 Jy/beam ! Combined flux in latest and established models = 0.0910145 Jy selfcal ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 39 components and 0.0910145 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072718Jy sigma=0.723137 ! Fit after self-cal, rms=0.072725Jy sigma=0.723131 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 = 3.21284e-05 Jy ! Component: 100 - total flux cleaned = 4.29888e-05 Jy ! Component: 150 - total flux cleaned = 5.30835e-05 Jy ! Component: 200 - total flux cleaned = 6.26176e-05 Jy ! Total flux subtracted in 200 components = 6.26176e-05 Jy ! Clean residual min=-0.002671 max=0.002923 Jy/beam ! Clean residual mean=-0.000004 rms=0.000713 Jy/beam ! Combined flux in latest and established models = 0.0910771 Jy ! Performing phase self-cal ! Adding 5 model components to the UV plane model. ! The established model now contains 39 components and 0.0910771 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072722Jy sigma=0.723124 ! Fit after self-cal, rms=0.072732Jy sigma=0.723111 ! 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:MK,true ! 1:MK 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 1:SC,true ! 1:SC 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.074242Jy sigma=0.746520 ! Fit after self-cal, rms=0.074242Jy sigma=0.746520 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:MK 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 ! 1:SC 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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.074242Jy sigma=0.746520 ! Fit after self-cal, rms=0.072561Jy sigma=0.723106 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.689 mas, bmaj=1.604 mas, bpa=2.934 degrees ! Estimated noise=1.53312 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.000892857 Jy ! Component: 100 - total flux cleaned = 0.00106692 Jy ! Component: 150 - total flux cleaned = 0.00115285 Jy ! Component: 200 - total flux cleaned = 0.00120242 Jy ! Total flux subtracted in 200 components = 0.00120242 Jy ! Clean residual min=-0.004862 max=0.004383 Jy/beam ! Clean residual mean=-0.000002 rms=0.001072 Jy/beam ! Combined flux in latest and established models = 0.0922795 Jy ! Performing phase self-cal ! Adding 11 model components to the UV plane model. ! The established model now contains 45 components and 0.0922795 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072564Jy sigma=0.723205 ! Fit after self-cal, rms=0.072562Jy sigma=0.723176 ! 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=0.9014 mas, bmaj=2.034 mas, bpa=1.095 degrees ! Estimated noise=0.847223 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.00080912 Jy ! Component: 100 - total flux cleaned = -0.00108125 Jy ! Component: 150 - total flux cleaned = -0.00113018 Jy ! Component: 200 - total flux cleaned = -0.00115637 Jy ! Component: 250 - total flux cleaned = -0.00117209 Jy ! Component: 300 - total flux cleaned = -0.00118617 Jy ! Component: 350 - total flux cleaned = -0.00119252 Jy ! Component: 400 - total flux cleaned = -0.00119852 Jy ! Total flux subtracted in 400 components = -0.00119852 Jy ! Clean residual min=-0.002534 max=0.002396 Jy/beam ! Clean residual mean=-0.000002 rms=0.000589 Jy/beam ! Combined flux in latest and established models = 0.091081 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 51 components and 0.091081 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072548Jy sigma=0.723091 ! Fit after self-cal, rms=0.072543Jy sigma=0.723083 ! 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 = -3.20699e-05 Jy ! Component: 100 - total flux cleaned = -3.95461e-05 Jy ! Component: 150 - total flux cleaned = -4.61392e-05 Jy ! Component: 200 - total flux cleaned = -5.76497e-05 Jy ! Component: 250 - total flux cleaned = -6.30861e-05 Jy ! Component: 300 - total flux cleaned = -7.36551e-05 Jy ! Component: 350 - total flux cleaned = -7.87194e-05 Jy ! Component: 400 - total flux cleaned = -8.82961e-05 Jy ! Total flux subtracted in 400 components = -8.82961e-05 Jy ! Clean residual min=-0.002532 max=0.002379 Jy/beam ! Clean residual mean=-0.000002 rms=0.000588 Jy/beam ! Combined flux in latest and established models = 0.0909927 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 51 components and 0.0909927 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072540Jy sigma=0.723056 ! Fit after self-cal, rms=0.072539Jy sigma=0.723053 ! 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. ! Applying 2560 buffered edits. 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 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 14 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.074045Jy sigma=0.746447 ! Fit after self-cal, rms=0.072054Jy sigma=0.723020 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8983 mas, bmaj=2.029 mas, bpa=1.287 degrees ! Estimated noise=0.84221 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000165581 Jy ! Component: 100 - total flux cleaned = -0.000186542 Jy ! Component: 150 - total flux cleaned = -0.000186371 Jy ! Component: 200 - total flux cleaned = -0.000186464 Jy ! Component: 250 - total flux cleaned = -0.000193181 Jy ! Component: 300 - total flux cleaned = -0.000199068 Jy ! Component: 350 - total flux cleaned = -0.00019921 Jy ! Component: 400 - total flux cleaned = -0.000199182 Jy ! Total flux subtracted in 400 components = -0.000199182 Jy ! Clean residual min=-0.002529 max=0.002321 Jy/beam ! Clean residual mean=-0.000002 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.0907935 Jy selfcal ! Performing phase self-cal ! Adding 14 model components to the UV plane model. ! The established model now contains 52 components and 0.0907935 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072046Jy sigma=0.723013 ! Fit after self-cal, rms=0.072045Jy sigma=0.723011 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 = -5.73418e-06 Jy ! Component: 100 - total flux cleaned = -5.40169e-07 Jy ! Component: 150 - total flux cleaned = -5.57791e-07 Jy ! Component: 200 - total flux cleaned = 3.18309e-06 Jy ! Component: 250 - total flux cleaned = 7.00049e-06 Jy ! Component: 300 - total flux cleaned = 3.40829e-06 Jy ! Component: 350 - total flux cleaned = 3.56889e-06 Jy ! Component: 400 - total flux cleaned = 3.66499e-06 Jy ! Total flux subtracted in 400 components = 3.66499e-06 Jy ! Clean residual min=-0.002524 max=0.002319 Jy/beam ! Clean residual mean=-0.000002 rms=0.000583 Jy/beam ! Combined flux in latest and established models = 0.0907972 Jy ! Performing phase self-cal ! Adding 13 model components to the UV plane model. ! The established model now contains 52 components and 0.0907972 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.072043Jy sigma=0.723003 ! Fit after self-cal, rms=0.072043Jy sigma=0.723002 ! 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.072043Jy sigma=0.723002 ! Fit after self-cal, rms=0.071742Jy sigma=0.722945 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=0.8958 mas, bmaj=2.032 mas, bpa=1.499 degrees ! Estimated noise=0.837845 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000185379 Jy ! Component: 100 - total flux cleaned = -0.000160919 Jy ! Component: 150 - total flux cleaned = -0.00015091 Jy ! Component: 200 - total flux cleaned = -0.000134457 Jy ! Component: 250 - total flux cleaned = -0.000120494 Jy ! Component: 300 - total flux cleaned = -0.000114063 Jy ! Component: 350 - total flux cleaned = -0.000101875 Jy ! Component: 400 - total flux cleaned = -9.63252e-05 Jy ! Total flux subtracted in 400 components = -9.63252e-05 Jy ! Clean residual min=-0.002522 max=0.002305 Jy/beam ! Clean residual mean=-0.000002 rms=0.000578 Jy/beam ! Combined flux in latest and established models = 0.0907009 Jy selfcal ! Performing phase self-cal ! Adding 17 model components to the UV plane model. ! The established model now contains 54 components and 0.0907009 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071732Jy sigma=0.722936 ! Fit after self-cal, rms=0.071733Jy sigma=0.722933 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 = 2.94554e-05 Jy ! Component: 100 - total flux cleaned = 3.51241e-05 Jy ! Component: 150 - total flux cleaned = 3.52337e-05 Jy ! Component: 200 - total flux cleaned = 3.50486e-05 Jy ! Component: 250 - total flux cleaned = 3.49942e-05 Jy ! Component: 300 - total flux cleaned = 3.47957e-05 Jy ! Component: 350 - total flux cleaned = 3.49234e-05 Jy ! Component: 400 - total flux cleaned = 3.51767e-05 Jy ! Total flux subtracted in 400 components = 3.51767e-05 Jy ! Clean residual min=-0.002512 max=0.002297 Jy/beam ! Clean residual mean=-0.000002 rms=0.000577 Jy/beam ! Combined flux in latest and established models = 0.0907361 Jy ! Performing phase self-cal ! Adding 12 model components to the UV plane model. ! The established model now contains 54 components and 0.0907361 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.071731Jy sigma=0.722923 ! Fit after self-cal, rms=0.071730Jy sigma=0.722922 ! 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.071730Jy sigma=0.722922 ! Fit after self-cal, rms=0.073637Jy sigma=0.712183 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.566 mas, bmaj=4.541 mas, bpa=10.98 degrees ! Estimated noise=1.04434 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000471069 Jy ! Component: 100 - total flux cleaned = 0.000613657 Jy ! Component: 150 - total flux cleaned = 0.000619967 Jy ! Component: 200 - total flux cleaned = 0.000622462 Jy ! Component: 250 - total flux cleaned = 0.00062472 Jy ! Component: 300 - total flux cleaned = 0.000620488 Jy ! Component: 350 - total flux cleaned = 0.000618488 Jy ! Component: 400 - total flux cleaned = 0.000618365 Jy ! Total flux subtracted in 400 components = 0.000618365 Jy ! Clean residual min=-0.002662 max=0.002901 Jy/beam ! Clean residual mean=-0.000005 rms=0.000705 Jy/beam ! Combined flux in latest and established models = 0.0913544 Jy selfcal ! Performing phase self-cal ! Adding 7 model components to the UV plane model. ! The established model now contains 56 components and 0.0913544 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073638Jy sigma=0.712170 ! Fit after self-cal, rms=0.073736Jy sigma=0.711801 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) ! Added new window around map position (27.6, 6.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00279474 Jy ! Component: 100 - total flux cleaned = 0.00294218 Jy ! Component: 150 - total flux cleaned = 0.003234 Jy ! Component: 200 - total flux cleaned = 0.00349036 Jy ! Component: 250 - total flux cleaned = 0.0037188 Jy ! Component: 300 - total flux cleaned = 0.00392442 Jy ! Component: 350 - total flux cleaned = 0.00414956 Jy ! Component: 400 - total flux cleaned = 0.00432306 Jy ! Total flux subtracted in 400 components = 0.00432306 Jy ! Clean residual min=-0.002013 max=0.001835 Jy/beam ! Clean residual mean=0.000000 rms=0.000527 Jy/beam ! Combined flux in latest and established models = 0.0956775 Jy ! Performing phase self-cal ! Adding 70 model components to the UV plane model. ! The established model now contains 126 components and 0.0956775 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073581Jy sigma=0.710380 ! Fit after self-cal, rms=0.073566Jy sigma=0.710161 ! Inverting map ! Added new window around map position (41.8, -14.8). ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000657397 Jy ! Component: 100 - total flux cleaned = 0.000249648 Jy ! Component: 150 - total flux cleaned = 0.000160852 Jy ! Component: 200 - total flux cleaned = 0.000238091 Jy ! Component: 250 - total flux cleaned = 0.000383796 Jy ! Component: 300 - total flux cleaned = 0.000486229 Jy ! Component: 350 - total flux cleaned = 0.000552123 Jy ! Component: 400 - total flux cleaned = 0.000583294 Jy ! Total flux subtracted in 400 components = 0.000583294 Jy ! Clean residual min=-0.001769 max=0.001635 Jy/beam ! Clean residual mean=0.000002 rms=0.000473 Jy/beam ! Combined flux in latest and established models = 0.0962607 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 190 components and 0.0962608 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073458Jy sigma=0.709476 ! Fit after self-cal, rms=0.073450Jy sigma=0.709385 ! 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=0.8965 mas, bmaj=2.035 mas, bpa=1.687 degrees ! Estimated noise=0.842963 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8965 x 2.035 at 1.687 degrees (North through East) ! Clean map min=-0.0019362 max=0.076932 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.689 mas, bmaj=1.613 mas, bpa=3.601 degrees ! Estimated noise=1.51553 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.056851 Jy ! Component: 100 - total flux cleaned = 0.0717398 Jy ! Component: 150 - total flux cleaned = 0.0796385 Jy ! Component: 200 - total flux cleaned = 0.0843505 Jy ! Component: 250 - total flux cleaned = 0.0867307 Jy ! Component: 300 - total flux cleaned = 0.0885539 Jy ! Component: 350 - total flux cleaned = 0.0900714 Jy ! Component: 400 - total flux cleaned = 0.091217 Jy ! Total flux subtracted in 400 components = 0.091217 Jy ! Clean residual min=-0.004100 max=0.003405 Jy/beam ! Clean residual mean=0.000003 rms=0.000937 Jy/beam ! Combined flux in latest and established models = 0.0912171 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 59 model components to the UV plane model. ! The established model now contains 59 components and 0.0912171 Jy ! Inverting map and beam ! Estimated beam: bmin=0.8965 mas, bmaj=2.035 mas, bpa=1.687 degrees ! Estimated noise=0.842963 mJy/beam. repeat if (peak(flux) > flux_cutoff) peakwin win_mult clean clean_niter,clean_gain flux_cutoff = imstat(rms) * dynam keep new_peak = peak(flux) until(new_peak<=flux_cutoff) ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00323175 Jy ! Component: 100 - total flux cleaned = 0.00382266 Jy ! Component: 150 - total flux cleaned = 0.00390543 Jy ! Component: 200 - total flux cleaned = 0.00405375 Jy ! Component: 250 - total flux cleaned = 0.00398502 Jy ! Component: 300 - total flux cleaned = 0.00404881 Jy ! Component: 350 - total flux cleaned = 0.00404766 Jy ! Component: 400 - total flux cleaned = 0.00388185 Jy ! Total flux subtracted in 400 components = 0.00388185 Jy ! Clean residual min=-0.002129 max=0.002122 Jy/beam ! Clean residual mean=0.000002 rms=0.000489 Jy/beam ! Combined flux in latest and established models = 0.0950989 Jy ! Adding 65 model components to the UV plane model. ! The established model now contains 119 components and 0.0950989 Jy ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 70 mega-wavelengths. clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.566 mas, bmaj=4.541 mas, bpa=10.98 degrees ! Estimated noise=1.04434 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000925554 Jy ! Component: 100 - total flux cleaned = 0.00097077 Jy ! Component: 150 - total flux cleaned = 0.00101478 Jy ! Component: 200 - total flux cleaned = 0.000844795 Jy ! Component: 250 - total flux cleaned = 0.000725872 Jy ! Component: 300 - total flux cleaned = 0.000614099 Jy ! Component: 350 - total flux cleaned = 0.000543773 Jy ! Component: 400 - total flux cleaned = 0.000475793 Jy ! Total flux subtracted in 400 components = 0.000475793 Jy ! Clean residual min=-0.001870 max=0.001668 Jy/beam ! Clean residual mean=0.000001 rms=0.000476 Jy/beam ! Combined flux in latest and established models = 0.0955747 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 = 3.14485e-05 Jy ! Component: 100 - total flux cleaned = 6.23622e-05 Jy ! Component: 150 - total flux cleaned = 0.000122163 Jy ! Component: 200 - total flux cleaned = 0.000151088 Jy ! Component: 250 - total flux cleaned = 0.000206361 Jy ! Component: 300 - total flux cleaned = 0.000233009 Jy ! Component: 350 - total flux cleaned = 0.000336183 Jy ! Component: 400 - total flux cleaned = 0.000336088 Jy ! Total flux subtracted in 400 components = 0.000336088 Jy ! Clean residual min=-0.001761 max=0.001491 Jy/beam ! Clean residual mean=0.000001 rms=0.000441 Jy/beam ! Combined flux in latest and established models = 0.0959108 Jy ! Adding 111 model components to the UV plane model. ! The established model now contains 220 components and 0.0959108 Jy ! Inverting map uvtaper 0,0 ! No UV-taper is currently set. clean ! Inverting map and beam ! Estimated beam: bmin=0.8965 mas, bmaj=2.035 mas, bpa=1.687 degrees ! Estimated noise=0.842963 mJy/beam. ! clean: niter=400 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -1.17994e-05 Jy ! Component: 100 - total flux cleaned = -9.64027e-05 Jy ! Component: 150 - total flux cleaned = -9.63807e-05 Jy ! Component: 200 - total flux cleaned = -0.000135139 Jy ! Component: 250 - total flux cleaned = -0.00013656 Jy ! Component: 300 - total flux cleaned = -0.000207256 Jy ! Component: 350 - total flux cleaned = -0.000241887 Jy ! Component: 400 - total flux cleaned = -0.000275437 Jy ! Total flux subtracted in 400 components = -0.000275437 Jy ! Clean residual min=-0.001825 max=0.001973 Jy/beam ! Clean residual mean=0.000001 rms=0.000411 Jy/beam ! Combined flux in latest and established models = 0.0956354 Jy selfcal ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 280 components and 0.0956354 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.073195Jy sigma=0.707084 ! Fit after self-cal, rms=0.073164Jy sigma=0.706816 wmodel /scr/pima/rdv73_uvs/J0504-1512_X_map.mod ! Writing 280 model components to file: /scr/pima/rdv73_uvs/J0504-1512_X_map.mod wobs /scr/pima/rdv73_uvs/J0504-1512_X_uvs.fits ! Applying 824 buffered edits. ! Writing UV FITS file: /scr/pima/rdv73_uvs/J0504-1512_X_uvs.fits wwins /scr/pima/rdv73_uvs/J0504-1512_X_map.win ! wwins: Wrote 3 windows to /scr/pima/rdv73_uvs/J0504-1512_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.000155326 Jy ! Component: 100 - total flux cleaned = -7.36501e-05 Jy ! Component: 150 - total flux cleaned = -0.000291379 Jy ! Component: 200 - total flux cleaned = -0.000469325 Jy ! Component: 250 - total flux cleaned = -0.000583636 Jy ! Component: 300 - total flux cleaned = -0.000692773 Jy ! Component: 350 - total flux cleaned = -0.000692402 Jy ! Component: 400 - total flux cleaned = -0.000744071 Jy ! Component: 450 - total flux cleaned = -0.000769089 Jy ! Component: 500 - total flux cleaned = -0.000842963 Jy ! Component: 550 - total flux cleaned = -0.000745897 Jy ! Component: 600 - total flux cleaned = -0.000674684 Jy ! Component: 650 - total flux cleaned = -0.000604943 Jy ! Component: 700 - total flux cleaned = -0.000536017 Jy ! Component: 750 - total flux cleaned = -0.000535799 Jy ! Component: 800 - total flux cleaned = -0.000491129 Jy ! Component: 850 - total flux cleaned = -0.000447382 Jy ! Component: 900 - total flux cleaned = -0.000425572 Jy ! Component: 950 - total flux cleaned = -0.000404354 Jy ! Component: 1000 - total flux cleaned = -0.000341179 Jy ! Component: 1050 - total flux cleaned = -0.000341326 Jy ! Component: 1100 - total flux cleaned = -0.00038209 Jy ! Component: 1150 - total flux cleaned = -0.000361464 Jy ! Component: 1200 - total flux cleaned = -0.000321277 Jy ! Component: 1250 - total flux cleaned = -0.000341132 Jy ! Component: 1300 - total flux cleaned = -0.000341166 Jy ! Component: 1350 - total flux cleaned = -0.000341227 Jy ! Component: 1400 - total flux cleaned = -0.000322209 Jy ! Component: 1450 - total flux cleaned = -0.000378939 Jy ! Component: 1500 - total flux cleaned = -0.000322256 Jy ! Component: 1550 - total flux cleaned = -0.000266082 Jy ! Component: 1600 - total flux cleaned = -0.000210727 Jy ! Component: 1650 - total flux cleaned = -0.000174256 Jy ! Component: 1700 - total flux cleaned = -0.000101623 Jy ! Component: 1750 - total flux cleaned = -6.57522e-05 Jy ! Component: 1800 - total flux cleaned = -1.2234e-05 Jy ! Component: 1850 - total flux cleaned = 7.63662e-05 Jy ! Component: 1900 - total flux cleaned = 0.000146686 Jy ! Component: 1950 - total flux cleaned = 0.00019902 Jy ! Component: 2000 - total flux cleaned = 0.000250892 Jy ! Component: 2050 - total flux cleaned = 0.000285164 Jy ! Component: 2100 - total flux cleaned = 0.000319298 Jy ! Component: 2150 - total flux cleaned = 0.000370022 Jy ! Component: 2200 - total flux cleaned = 0.000353322 Jy ! Component: 2250 - total flux cleaned = 0.000470175 Jy ! Component: 2300 - total flux cleaned = 0.000436994 Jy ! Component: 2350 - total flux cleaned = 0.000404389 Jy ! Component: 2400 - total flux cleaned = 0.000502492 Jy ! Component: 2450 - total flux cleaned = 0.000486344 Jy ! Component: 2500 - total flux cleaned = 0.000534687 Jy ! Component: 2550 - total flux cleaned = 0.000534727 Jy ! Component: 2600 - total flux cleaned = 0.000550829 Jy ! Component: 2650 - total flux cleaned = 0.000614063 Jy ! Component: 2700 - total flux cleaned = 0.000614062 Jy ! Component: 2750 - total flux cleaned = 0.000645145 Jy ! Component: 2800 - total flux cleaned = 0.000629565 Jy ! Component: 2850 - total flux cleaned = 0.000706936 Jy ! Component: 2900 - total flux cleaned = 0.000706784 Jy ! Component: 2950 - total flux cleaned = 0.000676261 Jy ! Component: 3000 - total flux cleaned = 0.000752295 Jy ! Component: 3050 - total flux cleaned = 0.000797624 Jy ! Component: 3100 - total flux cleaned = 0.000752493 Jy ! Component: 3150 - total flux cleaned = 0.000812311 Jy ! Component: 3200 - total flux cleaned = 0.000812418 Jy ! Component: 3250 - total flux cleaned = 0.000827315 Jy ! Component: 3300 - total flux cleaned = 0.00082725 Jy ! Component: 3350 - total flux cleaned = 0.000783208 Jy ! Component: 3400 - total flux cleaned = 0.000826855 Jy ! Component: 3450 - total flux cleaned = 0.00081224 Jy ! Component: 3500 - total flux cleaned = 0.000812247 Jy ! Component: 3550 - total flux cleaned = 0.000841 Jy ! Component: 3600 - total flux cleaned = 0.000841084 Jy ! Component: 3650 - total flux cleaned = 0.000826818 Jy ! Component: 3700 - total flux cleaned = 0.000869342 Jy ! Component: 3750 - total flux cleaned = 0.000897497 Jy ! Component: 3800 - total flux cleaned = 0.000855401 Jy ! Component: 3850 - total flux cleaned = 0.000869383 Jy ! Component: 3900 - total flux cleaned = 0.000911177 Jy ! Component: 3950 - total flux cleaned = 0.000855736 Jy ! Component: 4000 - total flux cleaned = 0.000855685 Jy ! Component: 4050 - total flux cleaned = 0.00088306 Jy ! Total flux subtracted in 4096 components = 0.000842028 Jy ! Clean residual min=-0.000824 max=0.000748 Jy/beam ! Clean residual mean=0.000000 rms=0.000223 Jy/beam ! Combined flux in latest and established models = 0.0964774 Jy keep ! Adding 254 model components to the UV plane model. ! The established model now contains 534 components and 0.0964774 Jy ![Exited script file: /home/lpetrov/bin/rdv_muppet] wmap "/scr/pima/rdv73_uvs/J0504-1512_X\_map.fits" ! Inverting map ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 0.8965 x 2.035 at 1.687 degrees (North through East) ! Clean map min=-0.0014381 max=0.075839 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv73_uvs/J0504-1512_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.0758 rms= 0.00022 Jy quit ! Quitting program ! Log file /scr/pima/rdv73_uvs/J0504-1512_X_uvs.log closed on Sat Jan 9 17:30:54 2016