Brian Cherinka

Results 143 comments of Brian Cherinka

@sjshamsi thanks for pointing this out. Regarding this first error, the `python-Levenshtein` package requires compilation of c code using `gcc`. I haven't extensively tested marvin on a linux machine. I...

@sjshamsi Sorry for the delay on this. That's strange you're getting a pip error with `sdsstools`. Here is the pypi package, https://pypi.org/project/sdsstools/. If you continue to get this error with...

@KateRowlands @margudo I think this is a great feature, especially since people will be hacking and running custom DAP stuff. However, my priority right now is working on reintroducing the...

@kbwestfall While the code that generates the box and whisker plots is general, and accepts any data as input, currently it is quite tied up with the NSA content in...

@zpace This is very useful. Just for clarification, your initial tests of opening up one extension with Marvin versus straight `fits.open` showed that Marvin took 2/3 longer to open up...

Hi @ploberg, we're glad you're getting started with Marvin. If Marvin was working for you recently but stopped working in the last few weeks, it is because the database and...

@ploberg ok, yes you haven't done anything wrong. You do not need to register anywhere. The issue is we're still actively doing maintenance on Marvin and the database. You can...

@ploberg The database is back up and running. If you update your marvin package to the latest version, `2.5.0` all the public access should be sorted. Can you try again...

Hi @marmezcua please see the documentation on Marvin Image https://sdss-marvin.readthedocs.io/en/latest/tools/image.html. The `Image` tool is like the rest of the marvin tools. It has a `.download` method to download the remote...

Looks like there is python module error when attempting to raise a `MarvinError` exception. The code itself may be hitting the standard API rate limit but fails when attempting to...