Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel
Paul Wessel 58d59ead12
Properly set parameters for cyclic CPT symbol that scale with bar size (#3665)
5 years ago
..
cc336ee559
Let all projection examples use SI (#2574)
5 years ago
d0a1ae0a18
Update fail_count.txt with the known failures, plus improve README files (#864)
6 years ago
f503d4add8
Replace backticks (``) with $() for command substitution (#2595)
5 years ago
898077cea1
Return to a single doc tree (#370)
6 years ago
30e30dfb18
Use "command -v" to check if a command exists (#2777)
5 years ago
10e90d314b
Better grdflexure documentation, now with figure (#3352)
5 years ago
10e90d314b
Better grdflexure documentation, now with figure (#3352)
5 years ago
21af531433
Add new module psevents for plotting events (#718)
6 years ago
9c889246e8
Events checking (#3274)
5 years ago
9c889246e8
Events checking (#3274)
5 years ago
9c889246e8
Events checking (#3274)
5 years ago
21af531433
Add new module psevents for plotting events (#718)
6 years ago
9c889246e8
Events checking (#3274)
5 years ago
21af531433
Add new module psevents for plotting events (#718)
6 years ago
9c889246e8
Events checking (#3274)
5 years ago
898077cea1
Return to a single doc tree (#370)
6 years ago
898077cea1
Return to a single doc tree (#370)
6 years ago

README.scripts

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  1. #
  2. # This is README for the doc/scripts directory
  3. #
  4. # Each bash script should make a PostScript plot.
  5. # The script should report a PASS/FAIL grade so
  6. # that it is easy to tell which test failed.
  7. # There needs to be an original PS file
  8. # with the same file prefix as the script (stuff.sh -> stuff.ps).
  9. # In addition, each script that fails should add a single line
  10. # to the file ../fail_count.txt so we may report a total.
  11. # Scripts that are known to fail can be excluded from the test
  12. # by adding the comment
  13. # # GMT_KNOWN_FAILURE
  14. # to the script anywhere.
  15. #
  16. # P. Wessel, June 2019
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...