Skip to content
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

Refactor / Rewrite #153

Merged
merged 82 commits into from
Feb 15, 2019
Merged

Refactor / Rewrite #153

merged 82 commits into from
Feb 15, 2019

Conversation

tskisner
Copy link
Member

Opening this PR for more testing. It has diverged from master, but will deal with merging later. See documentation for install instructions and examples. There are quite a few known issues (see most recent commit message).

…include:

  - Use the Standard Template Library instead of home-grown containers.

  - Make the code more object-oriented (convert free functions into
    class methods where appropriate).

  - Use smart pointers and good RAII design to avoid memory leaks and
    access to uninitialized memory.

  - Expose C++ classes and most public methods in the python bindings.

  - Functions for doing I/O and visualization are in python.

  - Add sphinx documentation, setup.py unit test runner, etc.

  - Code has timer and logging class in the C++ layer (and exposed to python)
    which support DESI_LOGLEVEL.

Still To-Do:

  - Enable travis tests.

  - Update positioner geometry to match reality.

  - Documentation is lacking for many functions.

  - Restore reading of ECSV state file.

  - Implement exclusion zone at petal boundaries.

  - Propagate GFA information into final merged files.
sbailey and others added 24 commits January 25, 2019 09:43
allow user to override sciencemask, stdmask, etc.
update --targets option; add bin/fiberassign
support NUMOBS_INIT and PRIORITY_INIT
…er assignment to the output. When reading FITS results from raw and merged formats, ensure that the combined POS + ETC table data is consistent.
…onitor target data when reading merged files.
…rate the docs. Add our requirements for pip and remove the mocks.
@tskisner tskisner changed the title [WIP] Refactor / Rewrite Refactor / Rewrite Feb 14, 2019
@tskisner tskisner merged commit c027919 into master Feb 15, 2019
@tskisner tskisner deleted the tsk_refactor branch February 15, 2019 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants