bilby_pipe.process_bilby_mcmc
This executable will process an ongoing bilby_mcmc analyses to produce a combined result. The executable is assumed to be run from the submit directory (e.g., where the .ini file is) and on the submit machine.
Note
If your analysis uses HTCondor file transfer (transfer-files=True
), the
resume files required for processing will not exist on the submit machine until
the job has completed. You will need to use bilby_pipe_htcondor_sync
to first sync the files to the submit machine, then run
bilby_pipe_process_bilby_mcmc
.
Attributes
Classes
python's Unpickler extended to interpreter sessions and more types |
Functions
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Module Contents
- class bilby_pipe.process_bilby_mcmc.RobustUnpickler(*args, **kwds)[source]
Bases:
dill.Unpickler
python’s Unpickler extended to interpreter sessions and more types
- find_class(module, name)[source]
Return an object from a specified module.
If necessary, the module will be imported. Subclasses may override this method (e.g. to restrict unpickling of arbitrary classes and functions).
This method is called whenever a class or a function object is needed. Both arguments passed are str objects.