scipion-em / scipion-em-relion

Plugin to use Relion SPA programs within the Scipion framework
GNU General Public License v3.0
3 stars 0 forks source link

set halfmapfilenames #255

Closed azazellochg closed 3 years ago

azazellochg commented 3 years ago

after 3d refinement: image

azazellochg commented 3 years ago

The halfnames are set (I can print them), but somehow not displayed...

sqlite> select * from Objects;
1|1|||2020-12-03 18:43:37|0|Runs/019958_ProtRelionRefine3D/extra/relion_class001.mrc:mrc|0.639||
2|1|||2020-12-03 18:43:37|0|Runs/019958_ProtRelionRefine3D/extra/relion_half1_class001_unfil.mrc:mrc|0.639||
3|1|||2020-12-03 18:43:37|0|Runs/019958_ProtRelionRefine3D/extra/relion_half2_class001_unfil.mrc:mrc|0.639||
sqlite> select * from Classes;
1|self|c00|Volume
2|_index|c01|Integer
3|_filename|c02|String
4|_samplingRate|c03|Float
5|_classId|c04|Integer
6|_halfMapFilenames|c05|CsvList

@delarosatrevin any idea why I can't see CsvList in the table?

azazellochg commented 3 years ago

I guess xmipp java vieweer cant display this Scipion objects..