| id |
Integer |
No description |
| uid |
UUID |
Universally unique identifier for the user/organization, used for public references and URLs. |
| task_id |
Integer |
No description |
| order |
Integer |
Order in which this tile should be observed. |
| offset_x |
Float |
Offset along the primary axis in degrees with respect to target coordinates. |
| offset_y |
Float |
Offset along the secondary axis in degrees with respect to target coordinates. |
| total_exposure_time |
Float |
Total exposure time in seconds required for this tile. |
| total_frames |
Integer |
Total number of frames required to complete this tile. |
| acquired_exposure_time |
Float |
Exposure time in seconds acquired for this tile so far. |
| acquired_frames |
Integer |
Number of frames acquired for this tile so far. |
| status |
Enum(pending, active, completed, canceled) |
No description |