Skip to content

adding scripts for TM #28

Description

@shruthivis
  • rename to run_pytom_pipeline, rename tm_modules dir
  • fix spacing and line char length
  • add comments for config file inputs
  • voxel_size = float(mrc.voxel_size.x)
    voxel_size not in x
  • reorg to have template dir and dirs for each tomogram for a given experiment ID
  • f"{basename}_mask.mrc"
    see if required to rename pickET
  • "rawtlt": sidecars["rawtlt"], and tilt_info is redundant
  • sidecars = discover_sidecar_files(mrc_path)
    is redundant with a previous call
  • build_dataset -> rename to get_metadata or build_metadata
  • fix get_particle_diameter
  • remove brackets for variable assignment
  • if extraction_particle_diameter == "auto": : make it not have auto args
  • compute functions inline (e.g. particle_diameter_voxels, box_size)
  • avoid unnecessary prints
  • consider minimizing number of files in modules.
  • see if the moving of files in extraction command can be done in one step (outsourced to a function)
  • extraction diameter function: where the particle dia is elongated and we want the distance along the short axis: make it radius of gyration, with a note that we may have to change this manually if required
  • # CONVERSION
    what conversion

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions