Hello,
here are some clarifications to hopefully find the problem.
1. The tomostar files were created by using ts_import like so:
WarpTools ts_import --mdocs mdocs --frameseries warp_frameseries --tilt_exposure 3.38 --min_intensity 0.3 --dont_invert --output tomostar
2. The first lines of one tomostar file up to the first data row looks like this:
data_
loop_
_wrpMovieName #1
_wrpAngleTilt #2
_wrpAxisAngle #3
_wrpDose #4
_wrpAverageIntensity #5
_wrpMaskedFraction #6
../warp_frameseries/sha05g6_squares_1_A1_ts_002_-60.0_Mar19_22.48.52.tif -60.01 84.800 135.20001 51.126 0.000
The output of
head -c 200 your_file.tomostar | od -c | head is the following:
0000000 \n d a t a _ \n \n l o o p _ \n _ w
0000020 r p M o v i e N a m e # 1 \n _
0000040 w r p A n g l e T i l t # 2 \n
0000060 _ w r p A x i s A n g l e # 3
0000100 \n _ w r p D o s e # 4 \n _ w r
0000120 p A v e r a g e I n t e n s i t
0000140 y # 5 \n _ w r p M a s k e d F
0000160 r a c t i o n # 6 \n . . /
0000200 w a r p _ f r a m e s e r i e s
0000220 / s h a 0 5 g 6 _ s q u a r e s
3. The contents of worker0.out is the following:
Running on GPU #1 (23690 MB free), port 43327
Received "LoadGainRef", with 5 arguments, for GPU #0, 23690 MB free:
Loaded gain reference and defect map: 5760, 4092, 1, normal, real, 1 A/px, ID = -1, False, False, False,
Execution took 0.983 seconds
Received "TomoStack", with 2 arguments, for GPU #0, 23690 MB free:
System.Exception: STAR file has no wrpDose or wrpTilt column.
at Warp.TiltSeries.InitializeFromTomoStar(Star table) in /usr/share/miniconda/envs/package-build/conda-bld/warp_1737588682413/work/WarpLib/TiltSeries.cs:line 293
at Warp.TiltSeries..ctor(String path, String dataDirectoryName) in /usr/share/miniconda/envs/package-build/conda-bld/warp_1737588682413/work/WarpLib/TiltSeries.cs:line 286
at WarpWorker.WarpWorker.EvaluateCommand(NamedSerializableObject Command) in /usr/share/miniconda/envs/package-build/conda-bld/warp_1737588682413/work/WarpWorker/WarpWorker.cs:line 339
Received "TomoStack", with 2 arguments, for GPU #0, 23690 MB free:
System.Exception: STAR file has no wrpDose or wrpTilt column.
at Warp.TiltSeries.InitializeFromTomoStar(Star table) in /usr/share/miniconda/envs/package-build/conda-bld/warp_1737588682413/work/WarpLib/TiltSeries.cs:line 293
at Warp.TiltSeries..ctor(String path, String dataDirectoryName) in /usr/share/miniconda/envs/package-build/conda-bld/warp_1737588682413/work/WarpLib/TiltSeries.cs:line 286
at WarpWorker.WarpWorker.EvaluateCommand(NamedSerializableObject Command) in /usr/share/miniconda/envs/package-build/conda-bld/warp_1737588682413/work/WarpWorker/WarpWorker.cs:line 339
10 seconds without heartbeat, exiting
, for GPU #1, 23690 MB free:
System.Exception: STAR file has no wrpDose or wrpTilt column.
at Warp.TiltSeries.InitializeFromTomoStar(Star table) in /usr/share/miniconda/envs/package-build/conda-bld/warp_1737588682413/work/WarpLib/TiltSeries.cs:line 293
at Warp.TiltSeries..ctor(String path, String dataDirectoryName) in /usr/share/miniconda/envs/package-build/conda-bld/warp_1737588682413/work/WarpLib/TiltSeries.cs:line 286
at WarpWorker.WarpWorker.EvaluateCommand(NamedSerializableObject Command) in /usr/share/miniconda/envs/package-build/conda-bld/warp_1737588682413/work/WarpWorker/WarpWorker.cs:line 339
10 seconds without heartbeat, exiting
As you can see it mentions that either wrpDose or wrpTilt is missing instead of referencing one specific column.
4. The version of WarpTools is 2.0.0.
To your note: As you can see above the wrpAngleTilt column is actually present in the tomostar file. It seems to be looking for something called wrpTilt instead, judging from the error.
Thank you very much for your help.
Best wishes
Moritz