Skip to content

Commit

Permalink
sample_manifold now also writes out correct particle names
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasenko Zivanov committed Nov 18, 2020
1 parent d0111d5 commit 8e03aee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/jaz/tomography/programs/sample_manifold.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ void SampleManifoldProgram::run()
particles_table.addObject();
const int j = particles_table.numberOfObjects() - 1;

particles_table.setValue(EMDL_TOMO_PARTICLE_INDEX, j, j);

particles_table.setValue(EMDL_TOMO_PARTICLE_NAME, tomogram.name + "/" + ZIO::itoa(j), j);

particles_table.setValue(EMDL_TOMO_NAME, tomogram.name, j);
particles_table.setValue(EMDL_TOMO_MANIFOLD_INDEX, manifold_index, j);

Expand Down

0 comments on commit 8e03aee

Please sign in to comment.