C. Enrique Garcia Dabo | c7e89f2d9faupdated casa-source to most recent casa6 CAS-13857 changes | updated casa-source to most recent casa6 CAS-13857 changes | | CAS-13857 |
Joshua Hoskins | c9a12884b70 | Reformat and add new information to . | | |
Joshua Hoskins | 1f5c322fcda | Docstring & indent fix. | | |
Joshua Hoskins | fb9aff3c7ad | fix indentation error in casalogger.py | | |
Joshua Hoskins | 41a823c4ecf | Add _static and png files to finish build. | | |
Joshua Hoskins | 0fcce888401 | Fixed conf.py. | | |
Joshua Hoskins | bf15e44d2a0 | Added doc strings to casalogger function. | | |
Darrell Schiebel | bf8b212b9bf | changes for casalogger readthedocs | | |
Ville Suoranta | 88a71190fa5 | Add library and include path for the generic Docker build image | | |
Joshua Hoskins | 70a7ba024a4 | Add yml file needed to build qt environment. | | |
Joshua Hoskins | 0c2f13eb6df | Added extra instructions to README.md | | |
Joshua Hoskin | 49ba31b1403 | Added platform check to determine which binary should be used for Linux(MacOS) | | |
Joshua Hoskin | 1ae3e7edb95 | Added MacOS support. | | |
Darrell Schiebel | 8ddce7f2b35 | add stripping executable (CAS-13565) | | CAS-13565 |
Darrell Schiebel | a209bafad9b | move src files from casa6 repository (CAS-13565) | | CAS-13565 |
Joshua Hoskins | 7f18e7a367f | Fixed issue where casalogger window doesn't spawn when run from terminal. | | |
Joshua Hoskins | 8a4bb925866 | The default casalogger file is now set by casalog.logfile() and the session is killed when exiting the python terminal usecase. | | |
Joshua Hoskins | 2e27f511fde | This update allows the user to spawn `casalogger` both form the command-line and from the python terminal without blocking behavior. The user can also choose to specify a casalogger output file or accept the standard format file.Usecases:
The `.log` file is optional in all cases.
- Command-line
```
python -m casalogger </path/to/logger.log>
```
- Python terminal
```
>>> from casalogger import casalogger
>>> caaslogger()
```
or
```
>>> from casalogger import casalogger
>>> caaslogger(logfile="/path/to/logger.log")
``` | | |
Joshua Hoskins | 7976e0b17fc | Fixed problem with relative path realted to casalogger module. | | |
Joshua Hoskins | ea336a3df92 | Cleared up casalogger.py by removing extra output logging file.Added README to aid in installation. | | |
Joshua Hoskins | 0773cd4822f | Added casalogger.py and __init__.py to build. | | |
Joshua Hoskins | 00254235069 | Add modules to allow the user to import and run cassalogger | | |
Joshua Hoskins | 36faac29f7b | Removed src/module directory.It is generated and thus doesn't need to be in the repository. | | |
Darrell Schiebel | a9289bfe9bcM | Merge branch 'master' of https://open-bitbucket.nrao.edu/scm/casa/casaloggerConflicts:
casalogger.pro | | |
Darrell Schiebel | 76aa3c7287a | tweaks for building wheel (CAS-13565) | | CAS-13565 |
Joshua Hoskins | 21f71a8af97 | This commit brings a few changes, additions and some cleanups of the repository.- Local directories such as `legacy` have been removed now that the kinks are worked out of the AppImage build.
- A new directory containing a preliminary `.pro` for building with `qt5` has been added. This has been tested on RHEL8 and successfully builds with ease as is.
- Fixed some spelling errors in the output of `scripts/casalogger-config`
- Removed the commented out legacy code from `casa... | | |
Darrell Schiebel | a80b82804c3 | missed casalogger.cc mod (CAS-13565) | | CAS-13565 |
Darrell Schiebel | 2b35748a517 | clean up icons, remove files, build on rhel7 | | |
Joshua Hoskins | 54754f258fc | Remove Makefile and add revised logger.pro file and scripts | | |
Joshua Hoskins | f7d12ee2979 | Almost there | | |
Joshua Hoskins | 3336a6fd434 | qmake .pro file now compiles except for the Q_INIT_RESOURCE issue. | | |
Joshua Hoskins | 6cea04c6915 | Local changes to casalogger | | |
Joshua Hoskins | e635cbe66a9 | This commit adds the template file and sets up a submodule . | | |