Brett Andrews
Brett Andrews
Hopefully the `log_cb` keyword should do the trick: `log_ha_hb.plot(log_cb=True)`
Right! I believe that the issue is that the signal-to-noise mask doesn't play well with log quantities. One way around this is to set `snr_min=-1000` or something low enough to...
Spaxel queries have been removed for the time being.
First problem: #547 is about updating documentation to change `searchfilter` to `search_filter` (and should cover `returnparams` too). Second problem: Separate issue. Need to fix. Third problem: Try on master.
@havok2063 I have no idea what `p` refers to in `p.replace(' ','_')` in https://sdss-marvin.readthedocs.io/en/latest/tutorials/query-practice.html#pickle-your-query-and-results
[Example 3](https://sdss-marvin.readthedocs.io/en/latest/tutorials/query-practice.html#filter-your-spaxels-by-bin-type) works for me locally on master
For the map plotting, the user can just pass in `cmap='gray'`.
When you import a python package it doesn't print its version by default (I understand that this is somewhat different), so perhaps we shouldn't print anything. On Tue, Nov 15,...
Yeah, I was just trying to use an analogy. Perhaps you're right that people won't know how to check or will make wrong assumptions, so we should tell them up...