mpslib icon indicating copy to clipboard operation
mpslib copied to clipboard

A C++ class for Mutiple Point Simulation algorithms

Results 11 mpslib issues
Sort by recently updated
recently updated
newest added

Is there any code to evaluate whether MPS methods are good or bad?

Hi, I am trying to run this program but I am getting the following error. > --------------------------------------------------------------------------- > Exception Traceback (most recent call last) > in > 1 # Run...

Backgroundplotter has been migrated to a new package. mpslib/Plot.py has been updated to reflect this change and make plot.py useable again.

If hard and soft data are defined at the same location (in mps_genesim), then the soft data are not cleared from the list of soft data when the parameter is...

Each line in an EAS file MUST end with a newline character, and not a space...

If there is any space after the template size number, VS compiled code will fail with a memory fault. Probably related to '_readLineConfiguration_mul(file, ss, data, s, str);' ____ Search template...

When a training image file is not properly formatted mps_* may stop with the error: " what(): stoi" " This can happen if the first line does not contain number,...

empty eas file with hard data causes mps_genesim to stop running

Why do I get a message that the data is out of bounds when my hard data falls on the boundaries of the simulated image grid? For example, when I...