Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Full implementation of fwcentroid #272

Open
alexhelms opened this issue Aug 7, 2024 · 2 comments
Open

Full implementation of fwcentroid #272

alexhelms opened this issue Aug 7, 2024 · 2 comments

Comments

@alexhelms
Copy link

Hi, thank you for creating this library!

I've been using poppy to generate stars for validation of some algorithms. I wanted to implement the fwcentroid function in C# but I noticed it is not fully implemented. I found the IDL code on your STScI site but as mentioned in the python comments, it is identical. I tried searching for the JWST technical reports JWST-STScI-001117 and JWST-STScI-001134 for details but am unable to find those anywhere online.

So that said, my question is are the technical reports and algorithm publicly available? If so, can you point me to them?

Thanks again!

@mperrin
Copy link
Owner

mperrin commented Aug 13, 2024

Hi @alexhelms, I'm not quite sure what you're referring to that's not fully implemented? I'll admit I have not looked at this code in a long time (~a decade) so the details are not fresh in my memory, to say the least.

I can dig up the old technical reports and share if needed. But I don't recall there being any significant part that was left out..

@alexhelms
Copy link
Author

alexhelms commented Aug 13, 2024

I'm referring to comments like

raise NotImplementedError("Checkbox smoothing not done yet")
and sections of commented out code like
# XLOC = i - int(XCEN) + XHW + 2

Perhaps these notes are just old and not relevant anymore but I figured I should ask. Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants