code:work:lvisf:2017quicklook:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| code:work:lvisf:2017quicklook:start [2017/06/27 18:20] – [LVIS to Quicklook Data] david | code:work:lvisf:2017quicklook:start [2017/06/27 18:24] (current) – [LVIS to Quicklook Data] david | ||
|---|---|---|---|
| Line 39: | Line 39: | ||
| Turn an entire flight of data into a single binary file we can geolocate. | Turn an entire flight of data into a single binary file we can geolocate. | ||
| + | * Change the code so that it appends to a file rather than overwriting it | ||
| + | * Change this < | ||
| + | fpout = fopen(argv[2]," | ||
| + | </ | ||
| + | * To this < | ||
| + | fpout = fopen(argv[2]," | ||
| + | </ | ||
| * Compile the code < | * Compile the code < | ||
| g++ lvisfile2quicklook.c xmcParseMeta.cpp -o lvisfile2quicklook | g++ lvisfile2quicklook.c xmcParseMeta.cpp -o lvisfile2quicklook | ||
code/work/lvisf/2017quicklook/start.1498587650.txt.gz · Last modified: by david
