J. Xavier Prochaska

Results 9 comments of J. Xavier Prochaska

Running on a VM via kubernetes with `conda` installed using ``` # Miniconda ENV PATH="/root/miniconda3/bin:${PATH}" ARG PATH="/root/miniconda3/bin:${PATH}" RUN wget https://repo.anaconda.com/miniconda/Miniconda3-py38_4.9.2-Linux-x86_64.sh \ && mkdir /root/.conda \ && bash Miniconda3-py38_4.9.2-Linux-x86_64.sh -b \...

Great work @alexji ! Shall I try to add a script like ```lt_continuum``` and give it a test drive? ps. Testing is going to be a challenge here, no doubt.....

Ok, I think I have found an implementation that works well and only needs a new WCS class. You can see the basic idea here: https://github.com/ejeschke/ginga/compare/master...profxj:xcursor @ejeschke , if you...

I feel that it could become widely used, and I'd add docs to help advertise its functionality.

No problem @ejeschke, @pllim . Here are a few additional comments to yours: The proposed change does not involve a new (or edited) plugin. It is only a new subclass...

This is helpful. It would be a bit more effort for our users to maintain GINGA_HOME and a file within it but not much. And I agree with your approach...

Yes, I'm using WCS-xIMG for now.

Thanks for the review. And thanks for passing us on the majority of items. Regarding the one “Red” item, here are some things for you to consider further: - PypeIt...

Ok, this is very helpful and tractable. We will endeavor to achieve what you suggest and will get back to you when we have done so. Thx