-
Notifications
You must be signed in to change notification settings - Fork 5
humatic/foxsi-optics-sim
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
FOXSISIM: FOXSI Optics Simulation Tool
+---INSTALL----------------------------------------------------------+
To do complete install:
sudo python setup.py install
To install in current directory:
python setup.py install --home=.
When installing to local directory, you need to update PATH
and PYTHONPATH variables in order to use the foxsisim tools:
Linux:
1. Open ~/.bashrc in a text editor
2. Add the following line, where FOXSISIM_DIR is the
location of your foxsisim root directory:
export PATH=$PATH:"FOXSISIM_DIR/bin"
export PYTHONPATH=$PYTHONPATH:"FOXSISIM_DIR/lib/python"
+---HELP-------------------------------------------------------------+
For help using the foxsisim module use python's help() command.
For example:
>>> import foxsisim
>>> help(foxsisim)
>>> from foxsisim.module import Module
>>> help(Module)
Also, see the foxsisim/examples/ folder.
To run the GUI from the command line, type:
foxsisim-gui.py
For help using foxsisim-gui, see the Quickstart guide located in
the foxsisim/doc/ folder.
About
FOXSI Optics Simulation tool. A python tool to simulate grazing incidence optics response to light sources of different wavelengths.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published