Code Monkey home page Code Monkey logo

jupt's Introduction

Anurag's GitHub stats

About Me

My name is Daragh, I'm a recent graduate from University College Dublin with a first class honours in Physics with Astronomy and Space Science. I'm particularly interested in computing, and its applications to the field. In September, I'm starting a PhD at the Dublin Institute for Advanced Studies with their Planetary Magnetospheres group.

Notable Projects

  • JUPT - An all in one tool for data visualisation of the Juno spacecraft, currently in orbit around Jupiter
  • horizons-wallpaper - Wallpaper creation based on data from JPL's Horizon API

jupt's People

Contributors

daraghhollman avatar hanshuybrighs avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

jupt's Issues

ParseException in junoEphemeris

Attempting to run default_config.ini results in the error:

ValueError: 
Lon$_{III}$ ($^\circ}$)
             ^
ParseException: Expected end of text, found '$'  (at char 13), (line:1, col:14) 

Something strange to note is that this did not occur the first time I ran the default config, but has persisted even after a clean install of JUPT.

Escaping the $ symbols as \$ seems to fix the issue.

Fig size should be set by the tool

Currently figure sizes are not set, and it is left for the user to manually size them. This makes it difficult to compare between saved figures

Terminal log is too verbose

Much of what is printed to the terminal is not useful for the general user. The print outs should be limited to what is important, with the rest being hidden behind a 'verbosity' config parameter or command flag.

Use git submodules

Instead of having the user install external tools for features (such as the jupiter_magnetospheres_boundaries repo), it might be possible to include them in this repository as a submodule

PDS urls may change

As the PDS urls may change time to time, a test should be added at the start of the tool, to test if the url are still active, or not.

cdflib: varinq("variable") is not subscriptable in later versions

Issue in CodeSnippets/cdfExample.py:

unit = cdf_file.varinq("Epoch")["Data_Type_Description"] doesn't work in cdflib 1.0.3.

This is avoidable by using the new syntax unit = cdf_file.varinq("Epoch").Data_Type_Description, however, this conflicts somehow later in the script with astropy throwing an error that the cdf time format doesn't exist:

time = Time(epoch, format="cdf_tt2000")

Temporarily this means we are required to use cdflib==0.4.4 - as adjusted in requirements.txt - although some testing could be carried out to see what is the latest version compatible.

Config files shouldn't require the inclusion of default options

As JUPT grows in features, the config file rapidly fills with the necessary options for such additions. However, features outside of the basic functionality - while useful when needed - can clutter up the config files from the more basic (and required) options.

For example, vertical lines are not always needed, yet reference to them is required in all config files.

One solution could be to have the tool default to these already default settings and only change them if there are entries in the config file.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.