Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
BAORadio
AnaPAON4
Commits
f0024f62
Commit
f0024f62
authored
Sep 25, 2015
by
Reza ANSARI
Browse files
MAJ makefile / README suite ajout msvis2dt.cc , Reza 25/9/2015
parent
18b1fd79
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
README
README
+2
-0
makefile
makefile
+9
-1
No files found.
README
View file @
f0024f62
...
...
@@ -23,3 +23,5 @@ List of files:
gain curve g(nu) computed by rdvisip4.cc
- visi2tmfreq.cc : a main program to read visibilitiy files and produce time-frequency maps
for the 8 auto-correlations, corrected for the gain, using the gain curve g(nu) computed by rdvisip4.cc
- msvis2dt.cc (sep 2015) : a program to read meanspecII.ppf (firmware RAW, monitoring output)
and vismtxII.ppf files ( 4 feeds) to create datatable and time-frequency maps
makefile
View file @
f0024f62
...
...
@@ -3,7 +3,7 @@
include
$(SOPHYABASE)/include/sophyamake.inc
# Define our target list
all
:
Objs/rdvisip4 Objs/visi2ntac Objs/visi2dtacx Objs/visi2tmfreq Objs/p4conv2fits
all
:
Objs/rdvisip4 Objs/visi2ntac Objs/visi2dtacx Objs/visi2tmfreq Objs/p4conv2fits
Objs/msvis2dt
clean
:
rm
-f
Objs/
*
...
...
@@ -48,6 +48,14 @@ Objs/p4conv2fits : Objs/p4conv2fits.o Objs/p4conv2fits.o
Objs/p4conv2fits.o
:
p4conv2fits.cc
$(CXXCOMPILE)
-o
Objs/p4conv2fits.o p4conv2fits.cc
######
## Sep. 2015: Configuration de debug avec une carte raw et une carte FFT
## programme de lecture des fichiers meanspecII.ppf (voie raw) et vismtxII.ppf
Objs/msvis2dt
:
Objs/msvis2dt.o Objs/msvis2dt.o
$(CXXLINK)
-o
Objs/msvis2dt Objs/msvis2dt.o
$(SOPHYAEXTSLBLIST)
Objs/msvis2dt.o
:
msvis2dt.cc
$(CXXCOMPILE)
-o
Objs/msvis2dt.o msvis2dt.cc
######
Objs/visip4reader.o
:
visip4reader.cc visip4reader.h
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment