Skip to content
Louis Dartez edited this page Nov 13, 2017 · 2 revisions

Welcome to the LoFASM wiki!

LoFASM ToDo

The LoFASM Dev team is currently in the process of restructuring the entire LoFASM Codebase to be more intuitive, usable, and manageable.

  • Re-evaluate the structure of the repo
    • location for executable
    • location for new modules
    • location for application data (LoFASM station info, skymap maps, etc.)
    • location for test telescope data (for examples, etc.)
    • proper docs directory (sphinx)
    • clear top-level directory for examples
    • location for unit tests
      • move /fs to /testdata (all test materials should be in the testdata directory)
  • Clean the Repo
    • update the requirements.txt
    • purge /bin directory of old/unused executables
    • move filter.py to its own submodule directory

The top level LoFASM directory should look something like this:

  • LoFASM/
    • bin/
    • lofasm/
    • tests/
    • doc/
    • examples/
    • misc package files
Clone this wiki locally