Ryan Hausen

Results 30 comments of Ryan Hausen

Thanks for reporting. I will look into this.

@TheSkyentist It looks the `norm_kwargs` are trying to map to the png image: ```python # Normalization kwargs norm_kwargs = { 'F200W.fits':dict(stretch='log',min_percent=30, max_percent=99.9), 'Segmentation.png':dict(stretch='log',min_percent=10, max_percent=99.9) # this image shouldn't have any...

@TheSkyentist Thanks for checking. It will only give the error when there is a FITS file that doesn't contain an entry in the dictionary. The offending code is here: ```python...

Great questions/suggestions thanks!

@TheSkyentist your understanding of how FITS image data and catalogs are processed is correct. FitsMap can process PNG and JPEG images. I haven't tried WebP, so I am not sure...

Good catch thanks! I'll update.

Hi @cluel01, Can you share the first few rows of your input catalog, a link the F184 fits file if possible, and the code you are using? Thanks, Ryan

Going to close due to no reply, feel free to open again.

Hi @bd-j, thanks for the PR I will take a look. I haven't done a lot of testing on slurm, so there could be an issue with how ray get's...

@bd-j thanks. I need to read some into how best to use ray and slurm. I want to make sure I don't implement things in a way that breaks other...