Skip to content

Conversation

@ashao
Copy link

@ashao ashao commented Apr 29, 2024

The input configuration of the UIPS wrapper depended on reading text-input files. This has now been changed to use a new class UIPSOptions that encapsulates all these parameters. Additionally, instead of writing the results of the downsampling to file, these are now returned as part of the function.

To demonstrate the behavior of this new interface a jupyter notebook based on the 2D Gaussian example was added to the tutorials repo.

Additional work remains to support the previous interface based on PrettyPrintParser.

This PR is intended to be a point of discussion to refactoring the UIPS package so that in can be used without relying in input/output files

ashao added 2 commits April 25, 2024 16:56
The input configuration of the UIPS wrapper depended on reading
text-input files. This has now been changed to use a new class
UIPSOptions that encapsulates all these parameters. Additionally,
instead of writing the results of the downsampling to file, these
are now returned as part of the function.

To demonstrate the behavior of this new interface a jupyter
notebook based on the 2D Gaussian example was added to the
tutorials repo.

Additional work remains to support the previous interfaces as well
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

Successfully merging this pull request may close these issues.

1 participant