TimeSeriesPhotometryTool
TimeSeriesPhotometryTool Schema
Properties
| Name | Type | Description |
|---|---|---|
| id | Integer |
No description |
| name | String(Unbounded) |
No description |
| data_tool_type | Enum(radio_tracking_continuum, radio_tracking_spectrum, time_series_photometry, spectral_composer, time_lapse_creator, cluster_modeling, transient_detector) |
No description |
| creator_id | Integer |
No description |
| observation_id | Integer (Optional) |
No description |
| project_id | Integer (Optional) |
No description |
| status | Enum(ready, running, completed, failed, canceled) |
No description |
| iterations | Integer |
No description |
| priority | Integer |
No description |
| created_on | DateTime |
No description |
| started_on | DateTime (Optional) |
No description |
| completed_on | DateTime (Optional) |
No description |
| version | String(64) (Optional) |
No description |
| error_messages | JSONB (Optional) |
No description |
| current_stage | String(100) (Optional) |
No description |
| current_stage_index | Integer (Optional) |
No description |
| total_stages | Integer (Optional) |
No description |
| current_stage_progress | Float (Optional) |
No description |
Relationships
| Relationship Name | Type |
|---|---|
| objects | TimeSeriesPhotometryToolObject |
| exposure_stacks | TimeSeriesPhotometryToolExposureStack |
| creator | User |
| observation | Observation |
| project | Project |