aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-07-20doc: Create symbolic links for images directory.Paul Garlick2-0/+4
* Makefile: Add 'ln' commands. * doc/images: New link.
2020-07-20fullswof-utils: Add all to list of phony targets.Paul Garlick1-1/+1
* Makefile: Make 'all' phony.
2020-07-16doc: Construct info directory file.Paul Garlick3-3/+29
* Makefile: Add target. * doc/dir: New file. * doc/fullswof-utils.texi: Add directory entry and category.
2020-07-15doc: Add plots demonstrating the use of slope.py.Paul Garlick1-7/+38
* doc/fullswof-utils.texi (Demos): Add sample plots.
2020-07-15fullswof-utils: Use top level directory for banner image.Paul Garlick1-1/+1
* README.md: Update pathname.
2020-07-15fullswof-utils: Move image directory to top level.Paul Garlick3-0/+0
* doc/images/markers.png: Move to images/markers.png * doc/images/profile.png: Move to images/profile.png * doc/images/simple_trimmed.png: Move to images/simple_trimmed.png
2020-07-15doc: Include relative path in makeBoundary command.Paul Garlick1-1/+1
* doc/fullswof-utils.texi (Invoking makeBoundary): Add relative path.
2020-07-14demo: Add output file from slope.py.Paul Garlick1-0/+4
* demo/1D.txt: New file.
2020-07-14doc: Add images demonstrating usage of slope.py.Paul Garlick2-0/+0
* doc/images/markers.png: New file. * doc/images/profile.png: New file.
2020-07-14python: slope.py: Use distance measured from botttom boundary.Paul Garlick1-15/+12
* python/slope.py (plot_curve): Remove MY argument. Use y co-ordinate for fitting and plotting. (save_xyz): Remove MY argument. Use x and y co-ordinates for output.
2020-07-14python: slope.py: Suppress printing of maximum y-value.Paul Garlick1-1/+1
* python/slope.py: Disable print function.
2020-07-13fullswof-utils: Shorten banner title.Paul Garlick1-1/+1
* README.md: Remove words.
2020-07-13doc: Add Invoking slope.py section.Paul Garlick1-2/+64
* doc/fullswof-utils.texi (Usage): Add section.
2020-07-13fullswof-utils: Add banner image title.Paul Garlick1-0/+4
* README.md: Add paragraph element.
2020-07-13fullswof-utils: Add banner image.Paul Garlick2-0/+4
* doc/images/simple_trimmed.png: New file. * README.md: Include image.
2020-07-10python: slope.py: Use maximum y-value in format function.Paul Garlick1-5/+6
* python/slope.py (save_xyz)[MY]: New argument.
2020-07-10python: slope.py: Use cell size in format function.Paul Garlick1-4/+8
* python/slope.py (save_xyz)[PX]: New argument.
2020-07-10python: slope.py: Use maximum y-value in polyfit and plot functions.Paul Garlick1-7/+9
* python/slope.py (plot_curve)[MY]: New argument.
2020-07-10python: slope.py: Use cell size in polyfit and plot functions.Paul Garlick1-6/+10
* python/slope.py (plot_curve)[PX]: New argument.
2020-07-10python: slope.py: Rename co-ordinate variables.Paul Garlick1-8/+8
* python/slope.py (data): Use same names for co-ordinate variables as makeBoundary.
2020-07-10python: slope.py: Use cell size in index definition.Paul Garlick1-2/+2
* python/slope.py (dzdy): Update note.
2020-07-09python: slope.py: Use 'rainbow' colormap for subplot.Paul Garlick1-1/+2
* python/slope.py (detach_display): Add colormap. Disable Normalize() function.
2020-07-09python: slope.py: Identify derivative in plot label.Paul Garlick1-1/+1
* python/slope.py (detach_display): Add text to set_title() function.
2020-07-09python: slope.py: Automatically set subplot tick marks.Paul Garlick1-2/+2
* python/slope.py (detach_display): Disable set_xticks() function.
2020-07-09demo: Create symbolic link to slope.py.Paul Garlick1-0/+1
* demo/slope.py: New symbolic link.
2020-07-09doc: Add runtime dependencies for slope.py.Paul Garlick1-0/+10
* doc/fullswof-utils.texi (Runtime Dependencies): Add dependencies.
2020-07-08python: slope.py: Deduce grid dimensions from file data.Paul Garlick1-9/+15
* python/slope.py: Import math module. Use file data instead of file header.
2020-07-08python: slope.py: Re-define filename of height data file.Paul Garlick1-1/+1
* python/slope.py: Read data from 'topography.txt' file.
2020-07-08python: Add slope.py.Paul Garlick1-0/+206
* python/slope.py: New file.
2020-07-08fullswof-utils: Add link to online documentation.Paul Garlick1-1/+2
* README.md (Installation): Add link.
2020-07-02fullswof-utils: Add README file.Paul Garlick1-0/+46
* README.md: New file.
2020-07-01doc: Add Demos chapter.Paul Garlick1-0/+20
* doc/fullswof-utils.texi (Demos): Add chapter.
2020-07-01demo: Create symbolic link to makeBoundary.Paul Garlick1-0/+1
* demo/makeBoundary: New symbolic link.
2020-06-30demo: Improve topography file description.Paul Garlick1-2/+2
* demo/topography.txt: Re-phrase description.
2020-06-30demo: Replace link to topography file.Paul Garlick1-1/+2058
* demo/topography.txt: Remove link and add file.
2020-06-30doc: Describe makeBoundary control parameters.Paul Garlick1-0/+49
* doc/fullswof-utils.texi (Boundary Definition File): Add description of parameters.
2020-06-29doc: Describe makeBoundary inputs and outputs.Paul Garlick1-0/+32
* doc/fullswof-utils.texi (Invoking makeBoundary): Add 'Boundary Definition File' subsection.
2020-06-25doc: Add Invoking makeBoundary section.Paul Garlick1-0/+41
* doc/fullswof-utils.texi (Usage): Add section.
2020-06-24doc: Add list of runtime dependencies.Paul Garlick1-0/+19
* doc/fullswof-utils.texi (Runtime Dependencies): Add dependencies.
2020-06-24doc: Add Usage chapter.Paul Garlick1-5/+32
* doc/fullswof-utils.texi (Usage): Add chapter.
2020-06-23doc: Add section to Installation chapter.Paul Garlick1-1/+16
* doc/fullswof-utils.texi (Installation): Add 'Uninstalling' section.
2020-06-23doc: Split Installation chapter into sections.Paul Garlick1-2/+32
* doc/fullswof-utils.texi (Installation): Add 'Requirements' and 'Cloning' sections.
2020-06-22doc: Describe both html versions of reference manual.Paul Garlick1-3/+8
* doc/fullswof-utils.texi (Installation): Add to description of html documentation.
2020-06-22doc: Add Installation chapter.Paul Garlick1-16/+23
* doc/fullswof-utils.texi (Installation): Add chapter.
2020-06-18python: Enable writing rating curve data to file.Paul Garlick3-0/+18
* python/makeBoundary: Add 'printing' definition. demo/boundaryBottom.txt: Add 'printing' parameter. demo/boundaryTop.txt: Add 'printing' parameter.
2020-06-18doc: add node for Installation procedure.Paul Garlick1-0/+2
* doc/fullswof-utils.texi: Add node.
2019-12-17add style sheets and use for html manual.Paul Garlick5-4/+368
2019-12-16instruct git to ignore html manual directory.Paul Garlick1-0/+1
2019-12-16add makefile.Paul Garlick1-0/+18
2019-12-16move ignore instruction for info files to top level.Paul Garlick2-1/+1