! Started logfile: /d2/scr/pima/rdv96_uvs/J1624-0649_X_uvs.log on Fri Dec 20 23:45:59 2013 obs /d2/scr/pima/rdv96_uvs/J1624-0649_X_uva.fits ! Reading UV FITS file: /d2/scr/pima/rdv96_uvs/J1624-0649_X_uva.fits ! AN table 1: 22 integrations on 36 of 36 possible baselines. ! AN table 2: 22 integrations on 45 of 45 possible baselines. ! Apparent sampling: 0.987654 visibilities/baseline/integration-bin. ! Found source: J1624-0649 ! ! 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 8e+06 1 8e+06 ! 02 2 8.47599e+09 8e+06 1 8e+06 ! 03 3 8.79099e+09 8e+06 1 8e+06 ! 04 4 8.89599e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 7040 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 /d2/scr/pima/rdv96_uvs/J1624-0649_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:HN 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 ! 2:BR self-cal status=correctable weight=1 ! 2:FD self-cal status=correctable weight=1 ! 2:HN self-cal status=correctable weight=1 ! 2:KP self-cal status=correctable weight=1 ! 2:LA self-cal status=correctable weight=1 ! 2:MK self-cal status=correctable weight=1 ! 2:NL self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 2: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. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=1.015040Jy sigma=1.713311 ! Fit after self-cal, rms=0.923542Jy sigma=1.378868 ! 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.856 mas, bmaj=2.201 mas, bpa=-10.23 degrees ! Estimated noise=11.7434 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.0796361 Jy ! Component: 100 - total flux cleaned = 0.108781 Jy ! Total flux subtracted in 100 components = 0.108781 Jy ! Clean residual min=-0.021349 max=0.031153 Jy/beam ! Clean residual mean=-0.000021 rms=0.006352 Jy/beam ! Combined flux in latest and established models = 0.108781 Jy ! Performing phase self-cal ! Adding 20 model components to the UV plane model. ! The established model now contains 20 components and 0.108781 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.091189Jy sigma=0.215999 ! Fit after self-cal, rms=0.085329Jy sigma=0.210648 ! 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.103 mas, bmaj=2.658 mas, bpa=-8.613 degrees ! Estimated noise=6.09898 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.0309169 Jy ! Component: 100 - total flux cleaned = 0.0469472 Jy ! Component: 150 - total flux cleaned = 0.0560836 Jy ! Component: 200 - total flux cleaned = 0.0614991 Jy ! Total flux subtracted in 200 components = 0.0614991 Jy ! Clean residual min=-0.024870 max=0.029368 Jy/beam ! Clean residual mean=-0.000055 rms=0.008213 Jy/beam ! Combined flux in latest and established models = 0.170281 Jy ! Performing phase self-cal ! Adding 46 model components to the UV plane model. ! The established model now contains 62 components and 0.170281 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.089085Jy sigma=0.167145 ! Fit after self-cal, rms=0.089297Jy sigma=0.167025 ! 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.14 FD 0.81 HN 1.08 KP 0.76 ! LA 0.79 MK 0.99 NL 1.96 OV 1.05 ! PT 1.22 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.82 FD 0.76 HN 1.10 KP 0.74 ! LA 1.75 MK 1.05 NL 1.04 OV 0.82 ! PT 0.83 SC 1.03 ! ! ! Correcting IF 2. ! Telescope amplitude corrections in sub-array 1: ! BR 1.09 FD 0.81 HN 1.12 KP 0.72 ! LA 0.73 MK 1.04 NL 2.10 OV 1.08 ! PT 1.20 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.81 FD 0.77 HN 0.94 KP 0.71 ! LA 1.75 MK 0.99 NL 1.07 OV 0.79 ! PT 0.83 SC 1.10 ! ! ! Correcting IF 3. ! Telescope amplitude corrections in sub-array 1: ! BR 1.27 FD 0.85 HN 1.10 KP 0.66 ! LA 0.79 MK 1.17 NL 2.08 OV 1.03 ! PT 1.24 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.98 FD 0.76 HN 1.07 KP 0.69 ! LA 1.71 MK 1.03 NL 1.01 OV 0.81 ! PT 0.87 SC 1.04 ! ! ! Correcting IF 4. ! Telescope amplitude corrections in sub-array 1: ! BR 1.19 FD 0.87 HN 0.97 KP 0.70 ! LA 0.78 MK 1.26 NL 2.03 OV 1.06 ! PT 1.28 ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.96 FD 0.79 HN 1.02 KP 0.70 ! LA 1.71 MK 1.07 NL 1.10 OV 0.79 ! PT 0.89 SC 0.95 ! ! ! Fit before self-cal, rms=0.089297Jy sigma=0.167025 ! Fit after self-cal, rms=0.107909Jy sigma=0.122091 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=1.167 mas, bmaj=2.849 mas, bpa=-8.314 degrees ! Estimated noise=5.716 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.0124012 Jy ! Component: 100 - total flux cleaned = -0.0184068 Jy ! Component: 150 - total flux cleaned = -0.0216661 Jy ! Component: 200 - total flux cleaned = -0.0235162 Jy ! Total flux subtracted in 200 components = -0.0235162 Jy ! Clean residual min=-0.014229 max=0.022225 Jy/beam ! Clean residual mean=-0.000040 rms=0.005043 Jy/beam ! Combined flux in latest and established models = 0.146764 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 74 components and 0.146764 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.104850Jy sigma=0.127863 ! Fit after self-cal, rms=0.106109Jy sigma=0.127388 ! 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.106109Jy sigma=0.127388 ! Fit after self-cal, rms=0.104049Jy sigma=0.121347 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.199 mas, bmaj=2.898 mas, bpa=-7.582 degrees ! Estimated noise=5.22588 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.0109983 Jy ! Component: 100 - total flux cleaned = -0.0161437 Jy ! Component: 150 - total flux cleaned = -0.0188247 Jy ! Component: 200 - total flux cleaned = -0.020305 Jy ! Total flux subtracted in 200 components = -0.020305 Jy ! Clean residual min=-0.013223 max=0.020570 Jy/beam ! Clean residual mean=-0.000037 rms=0.004581 Jy/beam ! Combined flux in latest and established models = 0.126459 Jy selfcal ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 79 components and 0.126459 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.101586Jy sigma=0.127212 ! Fit after self-cal, rms=0.101735Jy sigma=0.126971 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 (20, 15). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0189494 Jy ! Component: 100 - total flux cleaned = 0.0276819 Jy ! Component: 150 - total flux cleaned = 0.0297988 Jy ! Component: 200 - total flux cleaned = 0.0310259 Jy ! Total flux subtracted in 200 components = 0.0310259 Jy ! Clean residual min=-0.009634 max=0.013572 Jy/beam ! Clean residual mean=-0.000008 rms=0.002994 Jy/beam ! Combined flux in latest and established models = 0.157485 Jy ! Performing phase self-cal ! Adding 41 model components to the UV plane model. ! The established model now contains 115 components and 0.157485 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.099317Jy sigma=0.104691 ! Fit after self-cal, rms=0.099384Jy sigma=0.101834 ! Inverting map ! Added new window around map position (-6.6, -7.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0131045 Jy ! Component: 100 - total flux cleaned = 0.0138036 Jy ! Component: 150 - total flux cleaned = 0.0133499 Jy ! Component: 200 - total flux cleaned = 0.0127538 Jy ! Total flux subtracted in 200 components = 0.0127538 Jy ! Clean residual min=-0.009723 max=0.012546 Jy/beam ! Clean residual mean=-0.000014 rms=0.002307 Jy/beam ! Combined flux in latest and established models = 0.170239 Jy ! Performing phase self-cal ! Adding 34 model components to the UV plane model. ! The established model now contains 143 components and 0.170239 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.096729Jy sigma=0.095086 ! Fit after self-cal, rms=0.096093Jy sigma=0.093664 ! Inverting map ! Added new window around map position (-4.2, 1.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0100927 Jy ! Component: 100 - total flux cleaned = 0.0140344 Jy ! Component: 150 - total flux cleaned = 0.015359 Jy ! Component: 200 - total flux cleaned = 0.0153675 Jy ! Total flux subtracted in 200 components = 0.0153675 Jy ! Clean residual min=-0.008716 max=0.008703 Jy/beam ! Clean residual mean=-0.000019 rms=0.001989 Jy/beam ! Combined flux in latest and established models = 0.185607 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 161 components and 0.185607 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.093018Jy sigma=0.090741 ! Fit after self-cal, rms=0.092780Jy sigma=0.090125 ! 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.092780Jy sigma=0.090125 ! Fit after self-cal, rms=0.083587Jy sigma=0.087339 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=1.195 mas, bmaj=2.935 mas, bpa=-9.084 degrees ! Estimated noise=5.00028 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.00319999 Jy ! Component: 100 - total flux cleaned = -0.00414451 Jy ! Component: 150 - total flux cleaned = -0.00497168 Jy ! Component: 200 - total flux cleaned = -0.00560775 Jy ! Total flux subtracted in 200 components = -0.00560775 Jy ! Clean residual min=-0.006415 max=0.007050 Jy/beam ! Clean residual mean=-0.000015 rms=0.001566 Jy/beam ! Combined flux in latest and established models = 0.179999 Jy selfcal ! Performing phase self-cal ! Adding 26 model components to the UV plane model. ! The established model now contains 173 components and 0.179999 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.082014Jy sigma=0.086761 ! Fit after self-cal, rms=0.081953Jy sigma=0.086581 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 (2.4, 4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184521 Jy ! Component: 100 - total flux cleaned = 0.000711487 Jy ! Component: 150 - total flux cleaned = 0.000229207 Jy ! Component: 200 - total flux cleaned = -0.000312636 Jy ! Total flux subtracted in 200 components = -0.000312636 Jy ! Clean residual min=-0.006361 max=0.006964 Jy/beam ! Clean residual mean=-0.000015 rms=0.001489 Jy/beam ! Combined flux in latest and established models = 0.179686 Jy ! Performing phase self-cal ! Adding 18 model components to the UV plane model. ! The established model now contains 183 components and 0.179686 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.079722Jy sigma=0.085510 ! Fit after self-cal, rms=0.080327Jy sigma=0.085212 ! Inverting map ! Added new window around map position (-2.6, -40). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00605931 Jy ! Component: 100 - total flux cleaned = 0.00800316 Jy ! Component: 150 - total flux cleaned = 0.00888848 Jy ! Component: 200 - total flux cleaned = 0.00940345 Jy ! Total flux subtracted in 200 components = 0.00940345 Jy ! Clean residual min=-0.005986 max=0.006063 Jy/beam ! Clean residual mean=-0.000011 rms=0.001392 Jy/beam ! Combined flux in latest and established models = 0.18909 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 199 components and 0.18909 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.078416Jy sigma=0.084479 ! Fit after self-cal, rms=0.078714Jy sigma=0.084200 ! Inverting map ! Added new window around map position (0.2, 29.4). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00473385 Jy ! Component: 100 - total flux cleaned = 0.00581431 Jy ! Component: 150 - total flux cleaned = 0.00690136 Jy ! Component: 200 - total flux cleaned = 0.00739401 Jy ! Total flux subtracted in 200 components = 0.00739401 Jy ! Clean residual min=-0.005707 max=0.005596 Jy/beam ! Clean residual mean=-0.000010 rms=0.001291 Jy/beam ! Combined flux in latest and established models = 0.196484 Jy ! Performing phase self-cal ! Adding 30 model components to the UV plane model. ! The established model now contains 218 components and 0.196484 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.077190Jy sigma=0.083063 ! Fit after self-cal, rms=0.077354Jy sigma=0.082713 ! Inverting map ! Added new window around map position (16.8, 20.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00532151 Jy ! Component: 100 - total flux cleaned = 0.0072051 Jy ! Component: 150 - total flux cleaned = 0.00828661 Jy ! Component: 200 - total flux cleaned = 0.00906618 Jy ! Total flux subtracted in 200 components = 0.00906618 Jy ! Clean residual min=-0.004833 max=0.004362 Jy/beam ! Clean residual mean=-0.000006 rms=0.001162 Jy/beam ! Combined flux in latest and established models = 0.20555 Jy ! Performing phase self-cal ! Adding 29 model components to the UV plane model. ! The established model now contains 229 components and 0.20555 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.076048Jy sigma=0.081853 ! Fit after self-cal, rms=0.076158Jy sigma=0.081451 ! 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.076158Jy sigma=0.081451 ! Fit after self-cal, rms=0.070690Jy sigma=0.080760 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=2.697 mas, bmaj=4.447 mas, bpa=2.383 degrees ! Estimated noise=4.53852 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.000758999 Jy ! Component: 100 - total flux cleaned = 0.0017487 Jy ! Component: 150 - total flux cleaned = 0.00251657 Jy ! Component: 200 - total flux cleaned = 0.00320304 Jy ! Total flux subtracted in 200 components = 0.00320304 Jy ! Clean residual min=-0.004404 max=0.004476 Jy/beam ! Clean residual mean=-0.000008 rms=0.001177 Jy/beam ! Combined flux in latest and established models = 0.208753 Jy selfcal ! Performing phase self-cal ! Adding 16 model components to the UV plane model. ! The established model now contains 239 components and 0.208753 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069865Jy sigma=0.080309 ! Fit after self-cal, rms=0.069963Jy sigma=0.080219 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.00147333 Jy ! Component: 100 - total flux cleaned = 0.0020216 Jy ! Component: 150 - total flux cleaned = 0.00202758 Jy ! Component: 200 - total flux cleaned = 0.00218538 Jy ! Total flux subtracted in 200 components = 0.00218538 Jy ! Clean residual min=-0.003858 max=0.004136 Jy/beam ! Clean residual mean=-0.000007 rms=0.001114 Jy/beam ! Combined flux in latest and established models = 0.210938 Jy ! Performing phase self-cal ! Adding 35 model components to the UV plane model. ! The established model now contains 262 components and 0.210938 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069485Jy sigma=0.079998 ! Fit after self-cal, rms=0.069538Jy sigma=0.079941 ! 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] 1:BR ! Syntax error in line: ! 1:BR ! ^ ! Found constant: 1.000 ! Where a command or assignment expression was expected. ![Exited script file: /tmp/ff.ff] ![Exited script file: /home/lpetrov/bin/rdv_muppet] ! wmap "/d2/scr/pima/rdv96_uvs/J1624-0649_X\_map.fits" ! Inverting map and beam ! Estimated beam: bmin=1.196 mas, bmaj=2.93 mas, bpa=-8.97 degrees ! Estimated noise=4.91083 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 1.196 x 2.93 at -8.97 degrees (North through East) ! Clean map min=-0.0047766 max=0.074108 Jy/beam ! Writing clean map to FITS file: /d2/scr/pima/rdv96_uvs/J1624-0649_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.0741 rms= 0.00093 Jy quit ! Quitting program ! Log file /d2/scr/pima/rdv96_uvs/J1624-0649_X_uvs.log closed on Fri Dec 20 23:46:02 2013