Dumped on 2003-9-20.
Index of database - ome
Index - Schema public
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
Index - Schema public
public.analysis_chain_nodes Structure
F-Key |
Name |
Type |
Description |
| analysis_chain_node_id |
serial | NOT NULL PRIMARY KEY |
| iterator_tag |
character varying(128) | |
| new_feature_tag |
character varying(128) | |
public -> analysis_chains
| analysis_chain_id |
integer | NOT NULL |
public -> modules
| module_id |
integer | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
public.analysis_chains Structure
F-Key |
Name |
Type |
Description |
| analysis_chain_id |
serial | NOT NULL PRIMARY KEY |
| locked |
boolean | NOT NULL |
| description |
text | |
public -> experimenters
| owner |
integer | NOT NULL |
| name |
character varying(64) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
Index - Schema public
Index - Schema public
public.analysis_paths Structure
F-Key |
Name |
Type |
Description |
| path_id |
serial | NOT NULL PRIMARY KEY |
| path_length |
integer | NOT NULL |
public -> analysis_chains
| analysis_chain_id |
integer | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
public.arcs Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| light_source |
integer | |
| power |
real | |
| type |
text | |
public -> module_executions
| module_execution_id |
integer | |
Index - Schema public
public.bintest Structure
F-Key |
Name |
Type |
Description |
| id |
integer | |
| bin |
bytea | |
Index - Schema public
public.bounds Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| height |
integer | |
| x |
integer | |
public -> features
| feature_id |
integer | NOT NULL |
| width |
integer | |
| y |
integer | |
public -> module_executions
| module_execution_id |
integer | |
Index - Schema public
public.channel_components Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| color_domain |
text | |
| index |
integer | |
public -> images
| image_id |
integer | NOT NULL |
| logical_channel |
integer | |
public -> module_executions
| module_execution_id |
integer | |
| pixels_id |
integer | |
Index - Schema public
public.configuration Structure
F-Key |
Name |
Type |
Description |
| var_id |
serial | NOT NULL PRIMARY KEY |
| value |
character varying(256) | |
| configuration_id |
integer | |
| name |
character varying(256) | |
Index - Schema public
public.data_columns Structure
F-Key |
Name |
Type |
Description |
| data_column_id |
serial | NOT NULL PRIMARY KEY |
| reference_type |
character varying(64) | |
| description |
text | |
| column_name |
character varying(64) | NOT NULL |
public -> data_tables
| data_table_id |
integer | NOT NULL |
| sql_type |
character varying(64) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
public.data_tables Structure
F-Key |
Name |
Type |
Description |
| data_table_id |
serial | NOT NULL PRIMARY KEY |
| table_name |
character varying(64) | NOT NULL |
| description |
text | |
| granularity |
character(1) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
public.datasets Structure
F-Key |
Name |
Type |
Description |
| dataset_id |
serial | NOT NULL PRIMARY KEY |
| locked |
boolean | NOT NULL |
| description |
text | |
public -> experimenters
| owner_id |
integer | NOT NULL |
public -> groups
| group_id |
integer | |
| name |
character varying(256) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
public.detectors Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| serial_number |
text | |
| instrument |
integer | |
public -> module_executions
| module_execution_id |
integer | |
| d_offset |
real | |
| manufacturer |
text | |
| gain |
real | |
| voltage |
real | |
| type |
text | |
| model |
text | |
Index - Schema public
public.dichroics Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| manufacturer |
text | |
| lot_number |
text | |
| filter |
integer | |
public -> module_executions
| module_execution_id |
integer | |
| model |
text | |
Index - Schema public
public.display_channels Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| gamma |
real | |
| black_level |
integer | |
| channel_number |
integer | |
public -> images
| image_id |
integer | NOT NULL |
public -> module_executions
| module_execution_id |
integer | |
| white_level |
integer | |
Index - Schema public
public.display_options Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| z_stop |
integer | |
| red_on |
boolean | |
| z_start |
integer | |
| blue_on |
boolean | |
public -> module_executions
| module_execution_id |
integer | |
| t_start |
integer | |
| green_on |
boolean | |
| red_channel |
integer | |
public -> images
| image_id |
integer | NOT NULL |
| blue_channel |
integer | |
| t_stop |
integer | |
| color_map |
text | |
| grey_channel |
integer | |
| display_rgb |
boolean | |
| zoom |
real | |
| green_channel |
integer | |
Index - Schema public
public.display_roi Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| x0 |
integer | |
| x1 |
integer | |
public -> module_executions
| module_execution_id |
integer | |
| y0 |
integer | |
| y1 |
integer | |
| display_options |
integer | |
| z0 |
integer | |
| z1 |
integer | |
public -> images
| image_id |
integer | NOT NULL |
| t0 |
integer | |
| t1 |
integer | |
Index - Schema public
public.emission_filters Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| manufacturer |
text | |
| lot_number |
text | |
| filter |
integer | |
| type |
text | |
public -> module_executions
| module_execution_id |
integer | |
| model |
text | |
Index - Schema public
public.excitation_filters Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| manufacturer |
text | |
| lot_number |
text | |
| filter |
integer | |
| type |
text | |
public -> module_executions
| module_execution_id |
integer | |
| model |
text | |
Index - Schema public
public.experimenter_group_map Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| experimenter_id |
integer | |
| group_id |
integer | |
public -> module_executions
| module_execution_id |
integer | |
Index - Schema public
public.experimenters Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| ome_name |
character varying(30) | UNIQUE |
| lastname |
character varying(30) | |
| password |
character varying(64) | |
| group_id |
integer | |
| module_execution_id |
integer | |
| institution |
character varying(256) | |
| data_dir |
character varying(256) | |
| firstname |
character varying(30) | |
| email |
character varying(50) | |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
public.experiments Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| description |
text | |
| type |
text | |
public -> module_executions
| module_execution_id |
integer | |
| experimenter |
integer | |
Index - Schema public
public.extent Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| form_factor |
real | |
| volume |
integer | |
| sigma_x |
integer | |
| sigma_y |
integer | |
| max_x |
integer | |
| sigma_z |
integer | |
| max_y |
integer | |
| max_z |
integer | |
| min_x |
integer | |
| min_y |
integer | |
public -> module_executions
| module_execution_id |
integer | |
| perimeter |
real | |
| surface_area |
real | |
| min_z |
integer | |
public -> features
| feature_id |
integer | NOT NULL |
Index - Schema public
public.features Structure
F-Key |
Name |
Type |
Description |
| feature_id |
serial | NOT NULL PRIMARY KEY |
public -> features
| parent_feature_id |
integer | |
public -> images
| image_id |
integer | NOT NULL |
| tag |
character varying(128) | NOT NULL |
| name |
character varying(128) | |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
public.filaments Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| light_source |
integer | |
| power |
real | |
| type |
text | |
public -> module_executions
| module_execution_id |
integer | |
Index - Schema public
public.filter Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| instrument |
integer | |
public -> module_executions
| module_execution_id |
integer | |
Index - Schema public
public.filter_sets Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| manufacturer |
text | |
| lot_number |
text | |
| filter |
integer | |
public -> module_executions
| module_execution_id |
integer | |
| model |
text | |
Index - Schema public
public.find_spots_inputs Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| channel |
integer | |
| time_start |
integer | |
| min_volume |
real | |
| threshold_type |
text | |
| time_stop |
integer | |
public -> module_executions
| module_execution_id |
integer | |
| threshold_value |
real | |
Index - Schema public
public.formal_inputs Structure
F-Key |
Name |
Type |
Description |
| formal_input_id |
serial | NOT NULL PRIMARY KEY |
| description |
text | |
public -> lookup_tables
| lookup_table_id |
integer | |
| list |
boolean | |
| user_defined |
boolean | |
| optional |
boolean | |
public -> semantic_types
| semantic_type_id |
integer | NOT NULL |
| name |
character varying(64) | NOT NULL |
public -> modules
| module_id |
integer | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
public.formal_outputs Structure
F-Key |
Name |
Type |
Description |
| formal_output_id |
serial | NOT NULL PRIMARY KEY |
| description |
text | |
| feature_tag |
character varying(128) | |
| list |
boolean | |
| optional |
boolean | |
public -> semantic_types
| semantic_type_id |
integer | |
| name |
character varying(64) | NOT NULL |
public -> modules
| module_id |
integer | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
Index - Schema public
public.image_dimensions Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| pixel_size_t |
real | |
public -> images
| image_id |
integer | NOT NULL |
| pixel_size_x |
real | |
| pixel_size_y |
real | |
public -> module_executions
| module_execution_id |
integer | |
| pixel_size_c |
real | |
| pixel_size_z |
real | |
Index - Schema public
public.image_files_xyzwt Structure
F-Key |
Name |
Type |
Description |
| path |
character varying(256) | |
| z_stop |
smallint | |
| z_start |
smallint | |
| x_start |
smallint | |
| host |
character varying(256) | |
| x_stop |
smallint | |
| bigendian |
boolean | |
| t_start |
smallint | |
| url |
character varying(256) | |
| y_stop |
smallint | |
| y_start |
smallint | |
public -> images
| image_id |
integer | |
| t_stop |
smallint | |
| w_start |
smallint | |
| file_sha1 |
character(40) | |
| w_stop |
smallint | |
Index - Schema public
public.image_info Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| objective |
integer | |
| experiment |
integer | |
public -> images
| image_id |
integer | NOT NULL |
| instrument |
integer | |
| group_id |
integer | |
public -> module_executions
| module_execution_id |
integer | |
Index - Schema public
public.image_pixels Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| path |
text | |
| size_x |
integer | |
| size_y |
integer | |
| size_z |
integer | |
| repository |
integer | |
public -> module_executions
| module_execution_id |
integer | |
| bits_per_pixel |
integer | |
| pixel_type |
text | |
| size_c |
integer | |
public -> images
| image_id |
integer | NOT NULL |
| size_t |
integer | |
| file_sha1 |
text | |
Index - Schema public
public.image_plates Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| plate |
integer | |
public -> images
| image_id |
integer | NOT NULL |
| well |
text | |
| sample |
integer | |
public -> module_executions
| module_execution_id |
integer | |
Index - Schema public
public.images Structure
F-Key |
Name |
Type |
Description |
| image_id |
serial | NOT NULL PRIMARY KEY |
| inserted |
timestamp with time zone | NOT NULL |
| description |
text | |
| image_guid |
character varying(256) | |
public -> experimenters
| experimenter_id |
integer | NOT NULL |
| created |
timestamp with time zone | NOT NULL |
public -> groups
| group_id |
integer | |
| pixels_id |
integer | |
| name |
character varying(256) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
public.imaging_environments Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| air_pressure |
real | |
public -> images
| image_id |
integer | NOT NULL |
| temperature |
real | |
| humidity |
real | |
| co2_percent |
real | |
public -> module_executions
| module_execution_id |
integer | |
Index - Schema public
public.instruments Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| serial_number |
text | |
| manufacturer |
text | |
| orientation |
text | |
public -> module_executions
| module_execution_id |
integer | |
| model |
text | |
Index - Schema public
public.lasers Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| wavelength |
integer | |
| light_source |
integer | |
| pulse |
text | |
public -> module_executions
| module_execution_id |
integer | |
| pump |
integer | |
| freq_dbld |
boolean | |
| medium |
text | |
| type |
text | |
| tunable |
boolean | |
| power |
real | |
Index - Schema public
public.light_sources Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| serial_number |
text | |
| manufacturer |
text | |
| instrument |
integer | |
public -> module_executions
| module_execution_id |
integer | |
| model |
text | |
Index - Schema public
Index - Schema public
public.logical_channels Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| pinhole_size |
integer | |
| otf |
integer | |
| detector |
integer | |
| name |
text | |
| light_wavelength |
integer | |
public -> images
| image_id |
integer | NOT NULL |
| nd_filter |
real | |
| aux_light_attenuation |
real | |
| filter |
integer | |
| fluor |
text | |
| aux_light_source |
integer | |
| samples_per_pixel |
integer | |
| light_attenuation |
real | |
| detector_gain |
real | |
| em_wave |
integer | |
| photometric_interpretation |
text | |
| light_source |
integer | |
| detector_offset |
real | |
| ex_wave |
integer | |
public -> module_executions
| module_execution_id |
integer | |
| illumination_type |
text | |
| aux_light_wavelength |
integer | |
| mode |
text | |
| contrast_method |
text | |
| aux_technique |
text | |
Index - Schema public
public.lookup_table_entries Structure
F-Key |
Name |
Type |
Description |
| lookup_table_entry_id |
serial | NOT NULL PRIMARY KEY |
public -> lookup_tables
| lookup_table_id |
integer | NOT NULL |
| label |
text | |
| value |
text | NOT NULL |
Index - Schema public
public.lookup_tables Structure
F-Key |
Name |
Type |
Description |
| lookup_table_id |
serial | NOT NULL PRIMARY KEY |
| description |
text | |
| name |
character varying(64) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
public.module_categories Structure
F-Key |
Name |
Type |
Description |
| category_id |
serial | NOT NULL PRIMARY KEY |
| description |
text | |
public -> module_categories
| parent_category_id |
integer | |
| name |
character varying(64) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
public.module_executions Structure
F-Key |
Name |
Type |
Description |
| module_execution_id |
serial | NOT NULL PRIMARY KEY |
| error_message |
text | |
| attribute_create_time |
double precision | |
| total_time |
double precision | |
public -> datasets
| dataset_id |
integer | NOT NULL |
public -> modules
| module_id |
integer | |
| status |
character varying(16) | |
| dependence |
character(1) | NOT NULL |
| attribute_sort_time |
double precision | |
| timestamp |
timestamp with time zone | |
| attribute_db_time |
double precision | |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
public.modules Structure
F-Key |
Name |
Type |
Description |
| module_id |
serial | NOT NULL PRIMARY KEY |
public -> module_categories
| category |
integer | |
| location |
character varying(128) | NOT NULL |
| description |
text | |
| module_type |
character varying(128) | NOT NULL |
| execution_instructions |
text | |
| name |
character varying(64) | NOT NULL |
| default_iterator |
character varying(128) | |
| new_feature_tag |
character varying(128) | |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
public.objectives Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| serial_number |
text | |
| manufacturer |
text | |
| lens_na |
real | |
| instrument |
integer | |
| magnification |
real | |
public -> module_executions
| module_execution_id |
integer | |
| model |
text | |
Index - Schema public
public.ome_sessions Structure
F-Key |
Name |
Type |
Description |
| session_id |
serial | NOT NULL PRIMARY KEY |
public -> projects
| project_id |
integer | |
| host |
character varying(256) | |
public -> experimenters
| experimenter_id |
integer | NOT NULL |
| image_view |
text | |
| module_execution_id |
integer | |
public -> datasets
| dataset_id |
integer | |
| feature_view |
text | |
| started |
timestamp with time zone | |
| last_access |
timestamp with time zone | |
Index - Schema public
public.otfs Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| path |
text | |
| size_x |
integer | |
| pixel_type |
text | |
| size_y |
integer | |
| optical_axis_average |
boolean | |
| objective |
integer | |
| filter |
integer | |
| instrument |
integer | |
| repository |
integer | |
public -> module_executions
| module_execution_id |
integer | |
Index - Schema public
public.plane_statistics Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| minimum |
integer | |
| mean |
real | |
| maximum |
integer | |
| geosigma |
real | |
| sigma |
real | |
| geomean |
real | |
| the_c |
integer | |
| centroid_x |
real | |
| the_t |
integer | |
| centroid_y |
real | |
public -> module_executions
| module_execution_id |
integer | |
| the_z |
integer | |
public -> images
| image_id |
integer | NOT NULL |
| sum_i2 |
real | |
| sum_i |
real | |
| sum_log_i |
real | |
| sum_xi |
real | |
| sum_yi |
real | |
| sum_zi |
real | |
Index - Schema public
public.plate_screen_map Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| plate |
integer | |
| screen |
integer | |
public -> module_executions
| module_execution_id |
integer | |
Index - Schema public
public.plates Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| screen |
integer | |
| external_reference |
text | |
public -> module_executions
| module_execution_id |
integer | |
| name |
text | |
Index - Schema public
Index - Schema public
public.projects Structure
F-Key |
Name |
Type |
Description |
| project_id |
serial | NOT NULL PRIMARY KEY |
| view |
character varying(64) | |
| description |
text | |
public -> experimenters
| owner_id |
integer | NOT NULL |
public -> groups
| group_id |
integer | |
| name |
character varying(64) | NOT NULL |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
Index - Schema public
public.repositories Structure
F-Key |
Name |
Type |
Description |
| "path" |
| UNIQUE |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| path |
character varying(256) | NOT NULL |
| module_execution_id |
integer | |
Index - Schema public
public.screens Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| description |
text | |
| external_reference |
text | |
public -> module_executions
| module_execution_id |
integer | |
| name |
text | |
Index - Schema public
public.semantic_elements Structure
F-Key |
Name |
Type |
Description |
| semantic_element_id |
serial | NOT NULL PRIMARY KEY |
| description |
text | |
public -> data_columns
| data_column_id |
integer | NOT NULL |
public -> semantic_types
| semantic_type_id |
integer | NOT NULL |
| name |
character varying(64) | NOT NULL |
Index - Schema public
Index - Schema public
public.semantic_types Structure
F-Key |
Name |
Type |
Description |
| semantic_type_id |
serial | NOT NULL PRIMARY KEY |
| description |
text | |
| granularity |
character(1) | NOT NULL |
| name |
character varying(64) | NOT NULL UNIQUE |
Tables referencing this one via Foreign Key Constraints:
Index - Schema public
public.signal Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| mean |
real | |
| background |
real | |
| geosigma |
real | |
| sigma |
real | |
| geomean |
real | |
| the_c |
integer | |
| integral |
real | |
| centroid_x |
real | |
| centroid_y |
real | |
public -> module_executions
| module_execution_id |
integer | |
| centroid_z |
real | |
public -> features
| feature_id |
integer | NOT NULL |
Index - Schema public
public.stack_statistics Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| minimum |
integer | |
| mean |
real | |
| maximum |
integer | |
| geosigma |
real | |
| sigma |
real | |
| geomean |
real | |
| the_c |
integer | |
| centroid_x |
real | |
| the_t |
integer | |
| centroid_y |
real | |
public -> module_executions
| module_execution_id |
integer | |
| centroid_z |
real | |
public -> images
| image_id |
integer | NOT NULL |
Index - Schema public
public.stage_labels Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| x |
real | |
public -> images
| image_id |
integer | NOT NULL |
| y |
real | |
| z |
real | |
public -> module_executions
| module_execution_id |
integer | |
| name |
text | |
Index - Schema public
Index - Schema public
public.thumbnails Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| path |
text | |
public -> images
| image_id |
integer | NOT NULL |
| repository |
integer | |
public -> module_executions
| module_execution_id |
integer | |
| mime_type |
text | |
Index - Schema public
Index - Schema public
public.trajectory Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| total_distance |
real | |
public -> features
| feature_id |
integer | NOT NULL |
public -> module_executions
| module_execution_id |
integer | |
| average_velocity |
real | |
| name |
text | |
Index - Schema public
public.trajectory_entry Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
| entry_order |
integer | |
| trajectory |
integer | |
| delta_x |
real | |
public -> module_executions
| module_execution_id |
integer | |
| delta_y |
real | |
| delta_z |
real | |
| distance |
real | |
| velocity |
real | |
public -> features
| feature_id |
integer | NOT NULL |
Index - Schema public
public.viewer_preferences Structure
F-Key |
Name |
Type |
Description |
| attribute_id |
serial | NOT NULL PRIMARY KEY |
public -> experimenters
| experimenter_id |
integer | NOT NULL |
| toolbox_scale |
real | |
Index - Schema public
NO COMMENT
W3C HTML 4.01 Strict