From 5937ee6397ca3aa6dea22a5fbfb28da0fdf567f3 Mon Sep 17 00:00:00 2001 From: rmallen86 Date: Wed, 21 Feb 2024 11:44:38 -0500 Subject: [PATCH] Update vec.rst documentation (#187) the run file for vector to cdf was listed as "runvechdr2cdf.py". I don't think that run file exists; instead it should be "runvecdat2cdf.py" I changed the documentation. --- doc/vec.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/vec.rst b/doc/vec.rst index c56bf0fd..46b72c3f 100644 --- a/doc/vec.rst +++ b/doc/vec.rst @@ -11,7 +11,7 @@ First, export data from the Vector software to text format. Convert from text to a raw netCDF file with ``.cdf`` extension using runvechdr2cdf.py. This script depends on two arguments, the global attribute file and extra configuration information :doc:`configuration files `. -runvechdr2cdf.py +runvecdat2cdf.py ---------------- .. argparse::