Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-09 | Fix imports for chroma-cam | Stan Seibert | |
2021-05-09 | Add another loader function that is useful for chroma-cam. | Stan Seibert | |
Note that rendering is still broken by the new BVH format. | |||
2021-05-09 | Temporarily include the current directory in the module path when loading ↵ | Stan Seibert | |
detector geometries. | |||
2011-10-03 | Create a chroma.log module that provides the default logger object for | Stan Seibert | |
the package. Rather than use the logging module directly, we wrap it with this to ensure that logger.basicConfig() is called automatically. All chroma code should use this logger for printing status information so that it can be hidden when chroma is part of a bigger application. | |||
2011-09-29 | Command line options to start the Python debugger on crash. | Stan Seibert | |
Not entirely effective for chroma-cam, since this does not catch exceptions thrown in child processes. | |||
2011-09-20 | Change module import method to allow loading a detector from multi-level ↵ | Stan Seibert | |
module name, like chroma.detectors.cad_sno. | |||
2011-09-16 | File reorganization to move toward standard python package layout | Stan Seibert | |