Gabe Brammer
Gabe Brammer
Thanks! I added something like this to https://github.com/gbrammer/eazy-py/pull/22 , where the code will clone `eazy-photoz` into `data` and do the symlinks if necessary.
Closing because implemented elsewhere as described above. But thanks for the original inspiration!
Thanks, @amn3142! While that is a bug that should be fixed, the recommended approach is using the `MultiBeam.write_master_fits` method to write all of the individual beams to a single multi-extension...
Is the fix back-compatible to 3.7, which is still allowed and tested in the CI actions? Can you try submitting a PR, which will then run through the CI tests?
FYI, I don’t see this anywhere in the test suite and py37 won’t work for ‘Jwst’. On 12 Apr 2023, at 00.28, Christina Williams ***@***.***> wrote: This got me too,...
@jdavies-st, @ivastar Do you have any suggestions for the items above?
Hi @RaymondSimons. I haven't implemented any way to write the photometry objects (e.g., ``PhotoZ.fnu``) back out to a catalog because the catalog format isn't really standardized.
Recent updates to the `eazy-py` codebase should checkout the `eazy-photoz` repository if necessary, and then the sym-linking should work. But it may also be the case that the code doesn't...
Your second question about the format of the input catalog is quite separate from this. Can you give more information on your problems formatting the input catalog? Generally, the catalog...
Thanks for your detective work on this @kevinhainline and followup @LittleLin1999 . There are a lot of hacks throughout that should be cleaned up, particularly everywhere there is crude`try/except` clause...