! Started logfile: /scr/pima/rdv96_uvs/J0313+4120_S_uvs.log on Sat Dec 21 00:22:08 2013 obs /scr/pima/rdv96_uvs/J0313+4120_S_uva.fits ! Reading UV FITS file: /scr/pima/rdv96_uvs/J0313+4120_S_uva.fits ! AN table 1: 33 integrations on 45 of 45 possible baselines. ! AN table 2: 4 integrations on 21 of 21 possible baselines. ! AN table 3: 8 integrations on 28 of 28 possible baselines. ! AN table 4: 3 integrations on 3 of 3 possible baselines. ! AN table 5: 14 integrations on 1 of 1 possible baselines. ! Apparent sampling: 0.628855 visibilities/baseline/integration-bin. ! Found source: J0313+4120 ! ! There are 4 IFs, and a total of 4 channels: ! ! IF Channel Frequency Freq offset Number of Overall IF ! origin at origin per channel channels bandwidth ! ------------------------------------------------------------- (Hz) ! 01 1 2.23299e+09 8e+06 1 8e+06 ! 02 2 2.26299e+09 8e+06 1 8e+06 ! 03 3 2.35299e+09 8e+06 1 8e+06 ! 04 4 2.37299e+09 8e+06 1 8e+06 ! ! Polarization(s): RR ! ! Read 0 lines of history. ! ! Reading 4568 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.4 print "taper_size =",taper_size ! taper_size = 20 ![@/home/lpetrov/bin/rdv_muppet /scr/pima/rdv96_uvs/J0313+4120_S] 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: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 ! 1:WF self-cal status=correctable weight=1 ! 2:BR 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:MK self-cal status=correctable weight=1 ! 2:OV self-cal status=correctable weight=1 ! 2:PT self-cal status=correctable weight=1 ! 3:BR self-cal status=correctable weight=1 ! 3:FD self-cal status=correctable weight=1 ! 3:KP self-cal status=correctable weight=1 ! 3:LA self-cal status=correctable weight=1 ! 3:MK self-cal status=correctable weight=1 ! 3:NL self-cal status=correctable weight=1 ! 3:OV self-cal status=correctable weight=1 ! 3:PT self-cal status=correctable weight=1 ! 4:BR self-cal status=correctable weight=1 ! 4:MK self-cal status=correctable weight=1 ! 4:OV self-cal status=correctable weight=1 ! 5:BR self-cal status=correctable weight=1 ! 5:MK self-cal status=correctable weight=1 system "rm /tmp/ff.ff" mapsize field_size, field_cell ! Map grid = 1024x1024 pixels with 0.400x0.400 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 111 telescope corrections were flagged in sub-array 1. ! A total of 28 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 2. ! A total of 111 telescope corrections were flagged in sub-array 1. ! A total of 28 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 3. ! A total of 111 telescope corrections were flagged in sub-array 1. ! A total of 28 telescope corrections were flagged in sub-array 5. ! ! Correcting IF 4. ! A total of 111 telescope corrections were flagged in sub-array 1. ! A total of 28 telescope corrections were flagged in sub-array 5. ! ! Fit before self-cal, rms=1.014144Jy sigma=3.395335 ! Fit after self-cal, rms=0.778758Jy sigma=2.493396 ! 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 \] flag 1:WF ! Flagging baselines of antenna 1:WF in the currently selected channels. ![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=4.432 mas, bmaj=5.644 mas, bpa=-80.08 degrees ! Estimated noise=5.13474 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.186237 Jy ! Component: 100 - total flux cleaned = 0.238524 Jy ! Total flux subtracted in 100 components = 0.238524 Jy ! Clean residual min=-0.007975 max=0.022089 Jy/beam ! Clean residual mean=-0.000005 rms=0.002350 Jy/beam ! Combined flux in latest and established models = 0.238524 Jy ! Performing phase self-cal ! Adding 10 model components to the UV plane model. ! The established model now contains 10 components and 0.238524 Jy ! ! Correcting IF 1. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 2. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 3. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Correcting IF 4. ! A total of 43 telescope corrections were flagged in sub-array 1. ! ! Fit before self-cal, rms=0.077126Jy sigma=0.276456 ! Fit after self-cal, rms=0.077004Jy sigma=0.276567 ! Inverting map and beam ! Estimated beam: bmin=4.432 mas, bmaj=5.644 mas, bpa=-80.06 degrees ! Estimated noise=5.14039 mJy/beam. ! clean: niter=100 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.0239073 Jy ! Component: 100 - total flux cleaned = 0.0362782 Jy ! Total flux subtracted in 100 components = 0.0362782 Jy ! Clean residual min=-0.005731 max=0.007419 Jy/beam ! Clean residual mean=-0.000001 rms=0.001490 Jy/beam ! Combined flux in latest and established models = 0.274802 Jy ! Performing phase self-cal ! Adding 21 model components to the UV plane model. ! The established model now contains 29 components and 0.274802 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.069355Jy sigma=0.239310 ! Fit after self-cal, rms=0.069211Jy sigma=0.238797 ! 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=5.313 mas, bmaj=7.915 mas, bpa=87.87 degrees ! Estimated noise=3.36228 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 (-6, 4.8). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00909773 Jy ! Component: 100 - total flux cleaned = 0.0136734 Jy ! Component: 150 - total flux cleaned = 0.0164743 Jy ! Component: 200 - total flux cleaned = 0.0183743 Jy ! Total flux subtracted in 200 components = 0.0183743 Jy ! Clean residual min=-0.003683 max=0.004296 Jy/beam ! Clean residual mean=-0.000099 rms=0.001188 Jy/beam ! Combined flux in latest and established models = 0.293177 Jy ! Performing phase self-cal ! Adding 68 model components to the UV plane model. ! The established model now contains 95 components and 0.293177 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.068213Jy sigma=0.233650 ! Fit after self-cal, rms=0.068140Jy sigma=0.233324 ! 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. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 0.98 HN 1.02 KP 1.03 ! LA 1.17 NL 1.03 OV 0.99 PT 1.07 ! SC 0.93 WF 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 1.02 KP 1.04 LA 1.16 ! MK 1.01 OV 1.02 PT 1.09 ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.02 FD 1.01 KP 1.05 LA 1.17 ! MK 0.95 NL 0.97 OV 1.01 PT 1.03 ! ! A total of 9 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! BR 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 5: ! BR 0.00* MK 0.00* ! ! ! Correcting IF 2. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.01 FD 1.03 HN 1.02 KP 1.03 ! LA 1.06 NL 1.02 OV 1.04 PT 1.06 ! SC 1.05 WF 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.07 FD 1.07 KP 1.03 LA 1.07 ! MK 0.94 OV 1.03 PT 1.11 ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.05 FD 1.08 KP 1.01 LA 1.06 ! MK 1.00 NL 1.06 OV 1.04 PT 1.03 ! ! A total of 9 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! BR 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 5: ! BR 0.00* MK 0.00* ! ! ! Correcting IF 3. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 1.06 FD 1.05 HN 1.00 KP 0.89 ! LA 0.98 NL 1.08 OV 1.05 PT 1.07 ! SC 0.93 WF 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.07 FD 1.07 KP 0.88 LA 0.94 ! MK 1.00 OV 1.02 PT 1.03 ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.09 FD 1.03 KP 0.89 LA 0.98 ! MK 1.00 NL 1.06 OV 1.03 PT 1.05 ! ! A total of 9 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! BR 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 5: ! BR 0.00* MK 0.00* ! ! ! Correcting IF 4. ! A total of 18 telescope corrections were flagged in sub-array 1. ! Telescope amplitude corrections in sub-array 1: ! BR 0.98 FD 1.07 HN 0.88 KP 0.82 ! LA 0.82 NL 1.01 OV 0.88 PT 0.96 ! SC 0.97 WF 1.00* ! ! Telescope amplitude corrections in sub-array 2: ! BR 1.00 FD 1.06 KP 0.84 LA 0.80 ! MK 1.05 OV 0.90 PT 0.91 ! ! Telescope amplitude corrections in sub-array 3: ! BR 1.00 FD 1.05 KP 0.80 LA 0.78 ! MK 1.16 NL 1.02 OV 0.90 PT 0.93 ! ! A total of 9 telescope corrections were flagged in sub-array 4. ! Telescope amplitude corrections in sub-array 4: ! BR 0.00* MK 0.00* OV 0.00* ! ! Telescope amplitude corrections in sub-array 5: ! BR 0.00* MK 0.00* ! ! ! Fit before self-cal, rms=0.068140Jy sigma=0.233324 ! Fit after self-cal, rms=0.057995Jy sigma=0.189693 dynam = dynam - 0.5 flux_cutoff = imstat(rms) * dynam ! Inverting map and beam ! Estimated beam: bmin=5.423 mas, bmaj=8.083 mas, bpa=85.72 degrees ! Estimated noise=3.37723 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.000444113 Jy ! Component: 100 - total flux cleaned = -0.000739561 Jy ! Component: 150 - total flux cleaned = -0.000990936 Jy ! Component: 200 - total flux cleaned = -0.00117424 Jy ! Total flux subtracted in 200 components = -0.00117424 Jy ! Clean residual min=-0.002168 max=0.002524 Jy/beam ! Clean residual mean=-0.000081 rms=0.000643 Jy/beam ! Combined flux in latest and established models = 0.292002 Jy ! Performing phase self-cal ! Adding 24 model components to the UV plane model. ! The established model now contains 117 components and 0.292002 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057900Jy sigma=0.189480 ! Fit after self-cal, rms=0.057925Jy sigma=0.189386 ! 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.057925Jy sigma=0.189386 ! Fit after self-cal, rms=0.057881Jy sigma=0.189372 dynam = dynam - 0.75 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.425 mas, bmaj=8.088 mas, bpa=85.67 degrees ! Estimated noise=3.37449 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000406483 Jy ! Component: 100 - total flux cleaned = -0.00058752 Jy ! Component: 150 - total flux cleaned = -0.000777332 Jy ! Component: 200 - total flux cleaned = -0.000945475 Jy ! Total flux subtracted in 200 components = -0.000945475 Jy ! Clean residual min=-0.002153 max=0.002495 Jy/beam ! Clean residual mean=-0.000081 rms=0.000631 Jy/beam ! Combined flux in latest and established models = 0.291057 Jy selfcal ! Performing phase self-cal ! Adding 32 model components to the UV plane model. ! The established model now contains 133 components and 0.291057 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057827Jy sigma=0.189264 ! Fit after self-cal, rms=0.057822Jy sigma=0.189248 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 = 5.88009e-05 Jy ! Component: 100 - total flux cleaned = -4.41744e-05 Jy ! Component: 150 - total flux cleaned = -0.00016018 Jy ! Component: 200 - total flux cleaned = -0.000202494 Jy ! Total flux subtracted in 200 components = -0.000202494 Jy ! Clean residual min=-0.002162 max=0.002466 Jy/beam ! Clean residual mean=-0.000081 rms=0.000627 Jy/beam ! Combined flux in latest and established models = 0.290854 Jy ! Performing phase self-cal ! Adding 25 model components to the UV plane model. ! The established model now contains 145 components and 0.290854 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057791Jy sigma=0.189190 ! Fit after self-cal, rms=0.057789Jy sigma=0.189181 ! 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.057789Jy sigma=0.189181 ! Fit after self-cal, rms=0.057631Jy sigma=0.188220 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=5.43 mas, bmaj=8.09 mas, bpa=85.63 degrees ! Estimated noise=3.37264 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -0.000557719 Jy ! Component: 100 - total flux cleaned = -0.00071403 Jy ! Component: 150 - total flux cleaned = -0.000792599 Jy ! Component: 200 - total flux cleaned = -0.000811102 Jy ! Total flux subtracted in 200 components = -0.000811102 Jy ! Clean residual min=-0.002079 max=0.002604 Jy/beam ! Clean residual mean=-0.000082 rms=0.000607 Jy/beam ! Combined flux in latest and established models = 0.290043 Jy selfcal ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 154 components and 0.290043 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057605Jy sigma=0.188185 ! Fit after self-cal, rms=0.057607Jy sigma=0.188177 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 (101.2, 33.2). ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = 0.00184504 Jy ! Component: 100 - total flux cleaned = 0.00193704 Jy ! Component: 150 - total flux cleaned = 0.00203112 Jy ! Component: 200 - total flux cleaned = 0.00210915 Jy ! Total flux subtracted in 200 components = 0.00210915 Jy ! Clean residual min=-0.002071 max=0.002261 Jy/beam ! Clean residual mean=-0.000084 rms=0.000584 Jy/beam ! Combined flux in latest and established models = 0.292152 Jy ! Performing phase self-cal ! Adding 23 model components to the UV plane model. ! The established model now contains 174 components and 0.292152 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057506Jy sigma=0.187908 ! Fit after self-cal, rms=0.057504Jy sigma=0.187889 ! Inverting map uvtaper 0.3,taper_size ! Gaussian taper: value 0.3 at UV radius = 20 mega-wavelengths. win_mult = win_mult * 1.2 selfcal true, true, soltime2 ! Performing amp+phase self-cal over 15 minute time intervals ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057504Jy sigma=0.187889 ! Fit after self-cal, rms=0.057521Jy sigma=0.187860 clean clean_niter,clean_gain ! Inverting map and beam ! Estimated beam: bmin=9.771 mas, bmaj=12.21 mas, bpa=83.3 degrees ! Estimated noise=3.50746 mJy/beam. ! clean: niter=200 gain=0.03 cutoff=0 ! Component: 050 - total flux cleaned = -7.61071e-05 Jy ! Component: 100 - total flux cleaned = -0.000273734 Jy ! Component: 150 - total flux cleaned = -0.00043419 Jy ! Component: 200 - total flux cleaned = -0.000490376 Jy ! Total flux subtracted in 200 components = -0.000490376 Jy ! Clean residual min=-0.002601 max=0.002467 Jy/beam ! Clean residual mean=-0.000123 rms=0.000670 Jy/beam ! Combined flux in latest and established models = 0.291662 Jy selfcal ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 191 components and 0.291662 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057506Jy sigma=0.187835 ! Fit after self-cal, rms=0.057506Jy sigma=0.187831 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 = -7.44987e-05 Jy ! Component: 100 - total flux cleaned = -0.000138511 Jy ! Component: 150 - total flux cleaned = -0.000184508 Jy ! Component: 200 - total flux cleaned = -0.000236641 Jy ! Total flux subtracted in 200 components = -0.000236641 Jy ! Clean residual min=-0.002596 max=0.002496 Jy/beam ! Clean residual mean=-0.000122 rms=0.000668 Jy/beam ! Combined flux in latest and established models = 0.291425 Jy ! Performing phase self-cal ! Adding 22 model components to the UV plane model. ! The established model now contains 204 components and 0.291425 Jy ! ! Correcting IF 1. ! ! Correcting IF 2. ! ! Correcting IF 3. ! ! Correcting IF 4. ! ! Fit before self-cal, rms=0.057500Jy sigma=0.187821 ! Fit after self-cal, rms=0.057500Jy sigma=0.187819 ! 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 "/scr/pima/rdv96_uvs/J0313+4120_S\_map.fits" ! Inverting map and beam ! Estimated beam: bmin=5.081 mas, bmaj=7.906 mas, bpa=87.36 degrees ! Estimated noise=3.33504 mJy/beam. ! restore: Substituting estimate of restoring beam from last 'invert'. ! Restoring with beam: 5.081 x 7.906 at 87.36 degrees (North through East) ! Clean map min=-0.0067375 max=0.23306 Jy/beam ! Writing clean map to FITS file: /scr/pima/rdv96_uvs/J0313+4120_S_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.233 rms= 0.00159 Jy quit ! Quitting program ! Log file /scr/pima/rdv96_uvs/J0313+4120_S_uvs.log closed on Sat Dec 21 00:22:10 2013