-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* change the code structure * intruduce setup.py * intruduce example notebook * change README.md
- Loading branch information
Showing
22 changed files
with
1,035 additions
and
469 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
out | ||
tmp | ||
build | ||
dist | ||
pfs*.fits | ||
python/pfsspecsim.egg-info | ||
example/notebooks/tmp | ||
example/notebooks/out | ||
example/notebooks/.ipynb_checkpoints |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "datamodel"] | ||
path = datamodel | ||
path = python/pfsspecsim/datamodel | ||
url = https://github.com/Subaru-PFS/datamodel |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
recursive-include python/pfsspecsim/config * | ||
recursive-include python/pfsspecsim/datamodel * | ||
recursive-include python/pfsspecsim/bin * | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
all : | ||
cd src; make | ||
./set_path.py | ||
# ./set_path.py | ||
clean : | ||
cd src; make clean | ||
cd bin; make clean | ||
cd python/pfsspecsim/bin; make clean |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule datamodel
deleted from
cf3836
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.