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
Hi Alex,
I'm trying this program out and it seems like it's only writing the header data to a
header.npyfile and not producing thetomogram.jpgfile. I thought maybe it was saving to some unknown location, so I moved up a few directories and ranfind . -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 sincepack_filecallsmrc_to_jpeg_stackwhich callssave_imageand 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
.npyheader.An example command I'm running (from the
jpeg_tomogramdirectory):./jpeg_tomogram.py pack ../mm2024-07-25-1/Position_1_rec.mrcI've tried this on both MacOS and Ubuntu 20.04, with the same results for both