# Job: Create Templates

## **Description**

Generate projection-based templates from a given input volume. Templates are generated from evenly sampled projection directions around the encompassing sphere, as according to the [SK97 sampling algorithm](https://www.sciencedirect.com/science/article/pii/S1047847706002024?via%3Dihub).

## **Input**

* Volume

## **Common Parameters**

* `Number of equally-spaced templates to generate`
* `Zeropadding factor for interpolation`
  * This is the multiplicative factor that determines the internal box size, by multiplying the original box size; the real-space volume is zeropadded out to this size&#x20;
  * Higher zeropadding factors can increase the interpolation quality, at the expense of increased CPU memory
* `Output size`
  * The desired box size of the output templates

## **Output**

* Templates (`blob`)

## Examples

Below is an example of generating 20 equally spaced templates from a refined T20S Proteasome structure.

![The templates generated from projections of a T20S proteasome](https://1916621962-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M7DGv3GkRvGGpbVPCgg%2Fuploads%2F23GK7p8loIxR2f6iKK4z%2F33template_picker_ex.png?alt=media\&token=88fc6961-6508-491c-b0ea-17e291c6049e)

## Common Next Steps

The most common use of templates is for subsequent particle picking from micrographs, using the [Template Picker](https://guide.cryosparc.com/processing-data/all-job-types-in-cryosparc/particle-picking/job-template-picker) job. You may also use a [Select 2D](https://guide.cryosparc.com/processing-data/all-job-types-in-cryosparc/particle-curation/interactive-job-select-2d-classes) job to subset certain templates from the output stack.
