-
Notifications
You must be signed in to change notification settings - Fork 9
User ECSV format to write model and detect files. #21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
… a parametric model
… some helpers functions a func.py library, improved some comments, moved to using rebound to compute true anomally
Updated the version on CANFAR arc before doing a pull.
make a run pipe instead of multiple run commands.
…nary and use 'ECSV' as the file save format.
…gle execution thread
|
@jmpetit this is the correct Pull Request. Its the same content as the other one. Just a book keeping change. I'll look at the issue you found. JJ, I've looked into the changes you made in the Fortran code. I like the idea, but you haven't changed the way the colors are read in any of the GiMeObj subroutine, so the program crahses (I've tested on the ijiraq/SurveySimulator fork). I guess you've changed the way the colors are defined in the python side, and that probably works. Removing pyproject.toml, I installed the python version, and ran the tests. test_color.py: OK |
…ebug package for debug messages
…lor. Make array a fixed size
…rocess. General make maintenance
This provides Python version the ability to push out in ECSV format.
There is also some changes to how the sim and color classes are setup.