User Tools

Site Tools


code:work:lvisf:2021:rtp:gridding

Differences

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

Link to this comparison view

code:work:lvisf:2021:rtp:gridding [2021/12/22 20:59] – created davidcode:work:lvisf:2021:rtp:gridding [2021/12/23 13:40] (current) david
Line 11: Line 11:
  
 FYI, OpenMP on GMT can be enabled by compiling from scratch, but it isn't in the **nearneighbor** module, so it doesn't speed up what I am using FYI, OpenMP on GMT can be enabled by compiling from scratch, but it isn't in the **nearneighbor** module, so it doesn't speed up what I am using
 +
 +===== Rename Files =====
 +
 +<code bash>
 +#!/bin/bash
 +
 +for file in *.qlv2; do
 +    mv "$file" "$(basename -s .qlv2 "$file").ql"
 +done
 +</code>
  
 ===== From HDF5 Directly ===== ===== From HDF5 Directly =====
code/work/lvisf/2021/rtp/gridding.1640206741.txt.gz · Last modified: 2021/12/22 20:59 by david