mapflpy.tracer.TracerMP._trace#
- TracerMP._trace(lps, buff)[source]#
Send trace request to the subprocess.
Note
Return handling and error checking is done in the
check_process_state()decorator.- Parameters:
lps (
ndarray) – Launch points array in shape (3, N), Fortran-ordered.buff (
int) – Maximum number of steps in each trace.