User Tools

Site Tools


code:work:lvisf:2017quicklook:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
code:work:lvisf:2017quicklook:start [2017/06/27 18:20] – [LVIS to Quicklook Data] davidcode: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 <code>
 +fpout = fopen(argv[2],"wb");
 +</code>
 +    * To this <code>
 +fpout = fopen(argv[2],"ab");
 +</code>
   * Compile the code <code>   * Compile the code <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: 2017/06/27 18:20 by david