Commit Graph

7 Commits (4282bb8e0a7e49ce7b83c51b214040034e17a64b)

Author SHA1 Message Date
Ryan Burns 5d6a731753 Remove internal usage of ISCE_HOME env variable
ISCE_HOME was only used to get the location of the default logging config.
Lots of scripts were using boilerplate to set up this config, so I added
an `isce.logging` helper module which is the same as builtin python logging
but already has the configuration defaults set up for isce.

ISCE_HOME setup is retained in the toplevel `__init__.py`
but can now be removed without affecting functionality.
2020-02-03 14:01:57 -08:00
Ryan Burns 6b42742b00 Remove use of malloc.h
This header is deprecated and Linux-specific.
The standard include for malloc should be stdlib.h.
2019-12-17 13:38:09 -08:00
piyushrpt 7b781aec09 OMP threads cap fix 2019-06-09 20:05:13 -07:00
Eric Gurrola 64113c7030 Added information about ISCE user community forums to README file. 2019-01-31 15:17:40 -08:00
Eric M Gurrola 9fc82c1e0a Adding offsetpoly.f90 to isce as it was added to isce by Piyush Agram of JPL in March 2014 (see the isce svn log). 2019-01-22 09:27:42 -08:00
Eric Gurrola 4095681e39 Adding offsetpolyState.F: accidentally omitted from repo. Adding license.py for stanford_license variable. 2019-01-17 10:18:51 -08:00
Eric Gurrola 9f9a2b0805 Adding all files 2019-01-16 11:40:08 -08:00