-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathquery.ts
42 lines (42 loc) · 1.32 KB
/
query.ts
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
export enum QueryParams {
AnnotationId = 'annotation_id',
AnnotationName = 'annotation_name',
AnnotationSoftware = 'annotation-software',
AnnotationsPage = 'annotations-page',
AuthorName = 'author',
AuthorOrcid = 'author_orcid',
AvailableFiles = 'files',
CameraManufacturer = 'camera_manufacturer',
DatasetId = 'dataset_id',
DepositionId = 'deposition-id',
DownloadConfig = 'download-config',
DownloadStep = 'download-step',
DownloadTab = 'download-tab',
DownloadTomogramId = 'download-tomogram',
EmdbId = 'emdb_id',
EmpiarId = 'empiar_id',
FiducialAlignmentStatus = 'fiducial_alignment',
FileFormat = 'file-format',
GroundTruthAnnotation = 'ground_truth',
MetadataDrawer = 'metadata',
MethodType = 'method-type',
NumberOfRuns = 'runs',
ObjectId = 'object-id',
ObjectName = 'object',
ObjectShapeType = 'object_shape',
Organism = 'organism',
Page = 'page',
QualityScore = 'quality_score',
ReconstructionMethod = 'reconstruction_method',
ReconstructionSoftware = 'reconstruction_software',
ReferenceTomogramId = 'ref-tomogram',
Search = 'search',
Sort = 'sort',
Tab = 'tab',
TableTab = 'table-tab',
TiltRangeMax = 'tilt_max',
TiltRangeMin = 'tilt_min',
TomogramProcessing = 'tomogram-processing',
TomogramSampling = 'tomogram-sampling',
TomogramsPage = 'tomograms-page',
}