Closed oierlauzi closed 9 months ago
Test it with image convert (File to test: https://fei-box.app.box.com/s/3enc37s3nnfdh558ovysxus8bcyrc8t4)
EER files are a bit special as rendering parameters need to be provided. To do so, these parameters are appended to de filename with a preceding #
:
path/to.eer#A,B,C
where
A
is the number of frames, typically 32 or 40B
is the the image size. Must be 4K
or 8K
C
is the bit-depth. Must be uint8
or uint16
Something I'm doing wrong?
xmipp_image_convert -i /home/agarcia/Downloads/FoilHole_29355520_Data_29330528_29330530_20200329_234551_Fractions.mrc.eer#32,4k,uint8 -o /home/agarcia/Downloads/EER_out.mrc.eer
Aborted (core dumped)
The SonarCloud Quality Gate passed, but some issues were introduced.
78 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
Something I'm doing wrong?
xmipp_image_convert -i /home/agarcia/Downloads/FoilHole_29355520_Data_29330528_29330530_20200329_234551_Fractions.mrc.eer#32,4k,uint8 -o /home/agarcia/Downloads/EER_out.mrc.eer
Aborted (core dumped)
./xmipp cleanBin
and ./xmipp
After that it works, just a warning (not sure the reason)
TIFFReadDirectory: Warning, Unknown field with tag 65001 (0xfde9) encountered.
Something I'm doing wrong?
xmipp_image_convert -i /home/agarcia/Downloads/FoilHole_29355520_Data_29330528_29330530_20200329_234551_Fractions.mrc.eer#32,4k,uint8 -o /home/agarcia/Downloads/EER_out.mrc.eer
Aborted (core dumped)
./xmipp cleanBin
and./xmipp
After that it works, just a warning (not sure the reason)TIFFReadDirectory: Warning, Unknown field with tag 65001 (0xfde9) encountered.
Warnings are normal, as EER makes use of non-standard TIFF tags
Quality Gate passed
The SonarCloud Quality Gate passed, but some issues were introduced.
67 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
See analysis details on SonarCloud