Brian Cherinka

Results 143 comments of Brian Cherinka

@astrosteph There are some slight differences when accessing the NSA parameters from a local Maps file object versus a remote Maps object. Locally it accesses them from your local drpall...

Hi @AndrewPitts1996 can you follow the instructions in https://github.com/sdss/marvin/issues/810 then try again, and see if that fixes the issue. If not, let me know.

@Riddhi315 Please see the documentation on the Marvin Map, https://sdss-marvin.readthedocs.io/en/latest/tools/map.html#. Only some array arithmetic is supported. For more complex operation, you should access the array values directly. ``` maps =...

@Riddhi315 the Marvin Map just wraps a numpy array, where the data are actually stored. When you call `ratio.value` you are accessing the underlying numpy data array. Numpy arrays do...

@joelbrownstein Refactoring the database is a rather large project that entails large changes on the server, database, and software. While ultimately this is what we ought to do, and I...

@affanadly I'm not sure but looks like it might be a permissions issue(?). It looks like you're trying to write the SAS contents into `/root`. If that's a root level...

@juanpabloalfonzo Can you provide the full traceback of the error?

So `marvin` unzips each file to temporary directory when opening it to speed up data access. I think what's happening here is that the application running `marvin` does not have...

Hi @macster9 , what MPL or data release are you using? Which version of marvin are you using? And which plateifu are you trying?

I'll add that this is technically doable currently by inputting e.g. `radial(232.5447,48.69,1.0)` in the search box. We can either document this better or modify the query page to add more...