...
Create a directory in your project’s repo to host the Chimera adaptation code e.g.
nisar_chimera
Create a
config
directory under the adaptation directory created above.Add/ update required configuration files:
Write PGE config file
Create/ Update the constants files.
This is done so that we don’t need to hardcode the field names and update them from project to project. We aim to keep the functions generic enough so they can be carried over / reused between projects by just updating the constants values in the config files.Implement the
PostProcessor
Adaptation