Hi @nkasahata! Welcome to the forum!
Have you double-checked that the files are indeed micrographs with only a single frame? If you have IMOD installed somewhere on your workstation you could try
header "/home/cryosparcuser/cryosparc/cryosparc_master/container/negative stain/data/102x60000.mrc"
which should produce a result like this for micrographs with a single frame:
This file has an old-style MRC header.
Number of columns, rows, sections ..... 3838 3710 1
Map mode .............................. 2 (32-bit real)
Start cols, rows, sects, grid x,y,z ... 0 0 0 1 1 1
Pixel spacing (Angstroms).............. 1.000 1.000 1.000
Cell angles ........................... 90.000 90.000 90.000
Fast, medium, slow axes ............... X Y Z
Origin on x,y,z ....................... 0.000 0.000 0.000
Minimum density ....................... 0.0000
Maximum density ....................... 0.0000
Mean density .......................... 0.0000
tilt angles (original,current) ........ 0.0 0.0 0.0 90.0 90.0 90.0
Space group,# extra bytes,idtype,lens . 0 128 5 0
Note that the Number of columns, rows, sections
has a 1 in the third column, indicating a single frame.
If you do not have IMOD installed, you could try importing the files as if they are movies (using Import Movies) and seeing how many frames that job reports in the log. For instance, if I import micrographs using the Import Movies job, I get an error telling me the files only have 1 frame:
Traceback (most recent call last):
File "/u/cryosparcdev/develop_all/cryosparc2_package/cryosparc_worker/cryosparc_compute/run.py", line 115, in main
run_function(job_doc) # this will do the work and output specific outputs from this job
File "/u/cryosparcdev/develop_all/cryosparc2_package/cryosparc_worker/cryosparc_compute/jobs/imports/run.py", line 920, in run_import_movies_or_micrographs
assert datashape[0] > 1, "Data file %s has only 1 frame - import as micrograph instead" % (abs_path)
AssertionError: Data file /u/rposert/mic_path space/000001209646069743173_FoilHole_24980087_Data_24016511_24016513_20200225_1447_Fractions_mrc.mrc has only 1 frame - import as micrograph instead