Skip to content

fg21sim: v0.2.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@liweitianux liweitianux released this 18 Nov 09:20
· 863 commits to master since this release
  • Following major foregrounds have been implemented:
    • galactic/synchrotron
    • galactic/freefree
    • galactic/snr
    • extragalacitc/clusters
    • extragalacitc/pointsources
      (NOTE: this component needs further refactor, improvements, integration and tests)
  • A Web UI build upon the Tornado framework and its WebSocket function
    is implemented and is already barely usable.
    • The Web interface is beautiful and reasonable
    • The configurations manipulation part performs quiet well
  • However, there are also many problems with the Web UI:
    • The layout should be more compact and concise
    • There should be some popup/tooltip to reflect the operation results
    • The console that start the server task is current BLOCKING (i.e.,
      synchronous), however, the WebSocket currently (Tornado v4.3) does
      not support coroutine for the "on_message" method, which further
      hampers the problem been solved.