Skip to content

Only saving header.npy, not writing image data to jpg #1

Description

@mpm896

Hi Alex,

I'm trying this program out and it seems like it's only writing the header data to a header.npy file and not producing the tomogram.jpg file. I thought maybe it was saving to some unknown location, so I moved up a few directories and ran find . -name "*jpg*" but there are no files returned. I checked out the source code and I don't really know why it wouldn't be writing the data since pack_file calls mrc_to_jpeg_stack which calls save_image and writes the data. All the appropriate output messages are printing.

Additionally, it seems that if I set the output location to a different path than the input data, it fails to find and read the .npy header.

An example command I'm running (from the jpeg_tomogram directory):
./jpeg_tomogram.py pack ../mm2024-07-25-1/Position_1_rec.mrc

I've tried this on both MacOS and Ubuntu 20.04, with the same results for both

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions