Dataset Preview
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 7 new columns ({'ms', 'ws', 'eps', 'delta', 'pareto', 'f1', 'num_centroids'}) and 54 missing columns ({'seen_before', 'user_ip', 'Filename', 'file_log', 'subject_ids', 'subject_selection_state', 'L2_file', 'session', 'workflow_version', 'points', 'workflow_id', 'live_project', 'tool', 'Ls', 'created_at', 'utc_offset', 'L1B_file', 'workflow_name', 'file_rad', 'workflow_translation_id', 'angle', 'expert', 'data_start_time', 'retired', 'file_stretch_0_85', 'started_at', 'user_group_ids', 'classification_id', 'base', 'package', 'x', 'user_name', 'rx', 'channel', 'data_end_time', 'closed', 'source', 'user_id', 'user_language', 'frame_file', 'viewport', 'MY', 'user_agent', 'gold_standard', 'subject_dimensions', 'finished_at', 'tool_label', 'ry', 'Set', 'details', 'frame', 'y', 'file_stretch_0_75', 'interventions'}).

This happened while the csv dataset builder was generating data using

hf://datasets/StevenDillmann/cloudspotting_mars_optimization/pareto_MY29_training.csv (at revision 8d7a9bbf2765b770b3da0d361505b2c933b039e0)

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1871, in _prepare_split_single
                  writer.write_table(table)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/arrow_writer.py", line 623, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2293, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2241, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              ms: int64
              eps: int64
              ws: double
              f1: double
              delta: double
              num_centroids: int64
              pareto: bool
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1018
              to
              {'base': Value(dtype='int64', id=None), 'channel': Value(dtype='string', id=None), 'classification_id': Value(dtype='int64', id=None), 'user_name': Value(dtype='string', id=None), 'user_id': Value(dtype='float64', id=None), 'user_ip': Value(dtype='string', id=None), 'workflow_id': Value(dtype='int64', id=None), 'workflow_name': Value(dtype='string', id=None), 'workflow_version': Value(dtype='float64', id=None), 'created_at': Value(dtype='string', id=None), 'gold_standard': Value(dtype='float64', id=None), 'expert': Value(dtype='float64', id=None), 'subject_ids': Value(dtype='int64', id=None), 'x': Value(dtype='float64', id=None), 'y': Value(dtype='float64', id=None), 'tool': Value(dtype='int64', id=None), 'frame': Value(dtype='int64', id=None), 'details': Value(dtype='string', id=None), 'tool_label': Value(dtype='string', id=None), 'rx': Value(dtype='float64', id=None), 'ry': Value(dtype='float64', id=None), 'angle': Value(dtype='float64', id=None), 'closed': Value(dtype='float64', id=None), 'points': Value(dtype='float64', id=None), 'retired': Value(dtype='string', id=None), 'Filename': Value(dtype='float64', id=None), 'file_log': Value(dtype='string', id=None), 'file_rad': Value(dtype='string', id=None), 'Ls': Value(dtype='float64', id=None), 'MY': Value(dtype='float64', id=None), 'L2_file': Value(dtype='string', id=None), 'L1B_file': Value(dtype='string', id=None), 'data_end_time': Value(dtype='string', id=None), 'data_start_time': Value(dtype='string', id=None), 'Set': Value(dtype='string', id=None), 'package': Value(dtype='int64', id=None), 'file_stretch_0_75': Value(dtype='string', id=None), 'file_stretch_0_85': Value(dtype='string', id=None), 'source': Value(dtype='string', id=None), 'session': Value(dtype='string', id=None), 'viewport': Value(dtype='string', id=None), 'started_at': Value(dtype='string', id=None), 'user_agent': Value(dtype='string', id=None), 'utc_offset': Value(dtype='int64', id=None), 'finished_at': Value(dtype='string', id=None), 'live_project': Value(dtype='bool', id=None), 'interventions': Value(dtype='string', id=None), 'user_language': Value(dtype='string', id=None), 'user_group_ids': Value(dtype='string', id=None), 'subject_dimensions': Value(dtype='string', id=None), 'subject_selection_state': Value(dtype='string', id=None), 'workflow_translation_id': Value(dtype='float64', id=None), 'seen_before': Value(dtype='bool', id=None), 'frame_file': Value(dtype='string', id=None)}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1438, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1050, in convert_to_parquet
                  builder.download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 925, in download_and_prepare
                  self._download_and_prepare(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1001, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1742, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1873, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 7 new columns ({'ms', 'ws', 'eps', 'delta', 'pareto', 'f1', 'num_centroids'}) and 54 missing columns ({'seen_before', 'user_ip', 'Filename', 'file_log', 'subject_ids', 'subject_selection_state', 'L2_file', 'session', 'workflow_version', 'points', 'workflow_id', 'live_project', 'tool', 'Ls', 'created_at', 'utc_offset', 'L1B_file', 'workflow_name', 'file_rad', 'workflow_translation_id', 'angle', 'expert', 'data_start_time', 'retired', 'file_stretch_0_85', 'started_at', 'user_group_ids', 'classification_id', 'base', 'package', 'x', 'user_name', 'rx', 'channel', 'data_end_time', 'closed', 'source', 'user_id', 'user_language', 'frame_file', 'viewport', 'MY', 'user_agent', 'gold_standard', 'subject_dimensions', 'finished_at', 'tool_label', 'ry', 'Set', 'details', 'frame', 'y', 'file_stretch_0_75', 'interventions'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/StevenDillmann/cloudspotting_mars_optimization/pareto_MY29_training.csv (at revision 8d7a9bbf2765b770b3da0d361505b2c933b039e0)
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

base
int64
channel
string
classification_id
int64
user_name
string
user_id
float64
user_ip
string
workflow_id
int64
workflow_name
string
workflow_version
float64
created_at
string
gold_standard
null
expert
null
subject_ids
int64
x
float64
y
float64
tool
int64
frame
int64
details
string
tool_label
string
rx
null
ry
null
angle
null
closed
null
points
null
retired
string
Filename
null
file_log
string
file_rad
string
Ls
float64
MY
float64
L2_file
string
L1B_file
string
data_end_time
string
data_start_time
string
Set
string
package
int64
file_stretch_0_75
string
file_stretch_0_85
string
source
string
session
string
viewport
string
started_at
string
user_agent
string
utc_offset
int64
finished_at
string
live_project
bool
interventions
string
user_language
string
user_group_ids
string
subject_dimensions
string
subject_selection_state
string
workflow_translation_id
float64
seen_before
null
frame_file
string
80,110,120,000
A3
423,696,622
laswett
2,309,767
14a0e95c4898a777008b
16,805
arch_peak_default
11.29
2022-06-28 16:48:29 UTC
null
null
75,332,046
362.559235
395.217896
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
4aa6402612b78576960482e2cfa87085561150b592aca3015a1a9900cc4eb32e
{'width': 1920, 'height': 1057}
2022-06-28T16:48:06.881Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
14,400
2022-06-28T16:48:29.392Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-28T16:36:13.242Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,696,622
laswett
2,309,767
14a0e95c4898a777008b
16,805
arch_peak_default
11.29
2022-06-28 16:48:29 UTC
null
null
75,332,046
1,255.423096
374.603424
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
4aa6402612b78576960482e2cfa87085561150b592aca3015a1a9900cc4eb32e
{'width': 1920, 'height': 1057}
2022-06-28T16:48:06.881Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
14,400
2022-06-28T16:48:29.392Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-28T16:36:13.242Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,696,622
laswett
2,309,767
14a0e95c4898a777008b
16,805
arch_peak_default
11.29
2022-06-28 16:48:29 UTC
null
null
75,332,046
1,207.752197
383.622253
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
4aa6402612b78576960482e2cfa87085561150b592aca3015a1a9900cc4eb32e
{'width': 1920, 'height': 1057}
2022-06-28T16:48:06.881Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
14,400
2022-06-28T16:48:29.392Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-28T16:36:13.242Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,696,622
laswett
2,309,767
14a0e95c4898a777008b
16,805
arch_peak_default
11.29
2022-06-28 16:48:29 UTC
null
null
75,332,046
420.537415
381.045441
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
4aa6402612b78576960482e2cfa87085561150b592aca3015a1a9900cc4eb32e
{'width': 1920, 'height': 1057}
2022-06-28T16:48:06.881Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
14,400
2022-06-28T16:48:29.392Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-28T16:36:13.242Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,763,398
annab05
2,341,101
9211890b8d47cadd3ae9
16,805
arch_peak_default
11.29
2022-06-28 22:54:53 UTC
null
null
75,332,046
359.142303
370.671906
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
b4adb995b29ceb758dea471867cf996f22834739fd7a15c7589eb126f6fc4b80
{'width': 1080, 'height': 772}
2022-06-28T22:54:09.392Z
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15
14,400
2022-06-28T22:54:53.519Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-28T22:51:49.019Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,763,398
annab05
2,341,101
9211890b8d47cadd3ae9
16,805
arch_peak_default
11.29
2022-06-28 22:54:53 UTC
null
null
75,332,046
406.563019
380.156006
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
b4adb995b29ceb758dea471867cf996f22834739fd7a15c7589eb126f6fc4b80
{'width': 1080, 'height': 772}
2022-06-28T22:54:09.392Z
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15
14,400
2022-06-28T22:54:53.519Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-28T22:51:49.019Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,763,398
annab05
2,341,101
9211890b8d47cadd3ae9
16,805
arch_peak_default
11.29
2022-06-28 22:54:53 UTC
null
null
75,332,046
1,193.746765
392.801544
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
b4adb995b29ceb758dea471867cf996f22834739fd7a15c7589eb126f6fc4b80
{'width': 1080, 'height': 772}
2022-06-28T22:54:09.392Z
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15
14,400
2022-06-28T22:54:53.519Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-28T22:51:49.019Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,763,398
annab05
2,341,101
9211890b8d47cadd3ae9
16,805
arch_peak_default
11.29
2022-06-28 22:54:53 UTC
null
null
75,332,046
1,247.490234
399.124329
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
b4adb995b29ceb758dea471867cf996f22834739fd7a15c7589eb126f6fc4b80
{'width': 1080, 'height': 772}
2022-06-28T22:54:09.392Z
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Safari/605.1.15
14,400
2022-06-28T22:54:53.519Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 547, 'clientHeight': 278, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-28T22:51:49.019Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,776,850
not-logged-in-5f75a336122c90e8537e
null
5f75a336122c90e8537e
16,805
arch_peak_default
11.29
2022-06-29 00:37:01 UTC
null
null
75,332,046
398.634552
409.39035
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
9a3ad54a0b7a0206ee34689982f53b4f01252898aa90b2aaba15c17774c951d9
{'width': 1920, 'height': 1007}
2022-06-29T00:35:59.560Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
-7,200
2022-06-29T00:36:55.054Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T00:28:39.302Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,776,850
not-logged-in-5f75a336122c90e8537e
null
5f75a336122c90e8537e
16,805
arch_peak_default
11.29
2022-06-29 00:37:01 UTC
null
null
75,332,046
366.424438
406.813538
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
9a3ad54a0b7a0206ee34689982f53b4f01252898aa90b2aaba15c17774c951d9
{'width': 1920, 'height': 1007}
2022-06-29T00:35:59.560Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
-7,200
2022-06-29T00:36:55.054Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T00:28:39.302Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,776,850
not-logged-in-5f75a336122c90e8537e
null
5f75a336122c90e8537e
16,805
arch_peak_default
11.29
2022-06-29 00:37:01 UTC
null
null
75,332,046
417.246002
402.234222
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
9a3ad54a0b7a0206ee34689982f53b4f01252898aa90b2aaba15c17774c951d9
{'width': 1920, 'height': 1007}
2022-06-29T00:35:59.560Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
-7,200
2022-06-29T00:36:55.054Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T00:28:39.302Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,776,850
not-logged-in-5f75a336122c90e8537e
null
5f75a336122c90e8537e
16,805
arch_peak_default
11.29
2022-06-29 00:37:01 UTC
null
null
75,332,046
1,214.413452
427.195313
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
9a3ad54a0b7a0206ee34689982f53b4f01252898aa90b2aaba15c17774c951d9
{'width': 1920, 'height': 1007}
2022-06-29T00:35:59.560Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
-7,200
2022-06-29T00:36:55.054Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T00:28:39.302Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,776,850
not-logged-in-5f75a336122c90e8537e
null
5f75a336122c90e8537e
16,805
arch_peak_default
11.29
2022-06-29 00:37:01 UTC
null
null
75,332,046
1,246.858521
390.257904
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
9a3ad54a0b7a0206ee34689982f53b4f01252898aa90b2aaba15c17774c951d9
{'width': 1920, 'height': 1007}
2022-06-29T00:35:59.560Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
-7,200
2022-06-29T00:36:55.054Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T00:28:39.302Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,776,850
not-logged-in-5f75a336122c90e8537e
null
5f75a336122c90e8537e
16,805
arch_peak_default
11.29
2022-06-29 00:37:01 UTC
null
null
75,332,046
1,207.924438
393.252838
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
9a3ad54a0b7a0206ee34689982f53b4f01252898aa90b2aaba15c17774c951d9
{'width': 1920, 'height': 1007}
2022-06-29T00:35:59.560Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
-7,200
2022-06-29T00:36:55.054Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T00:28:39.302Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
423,798,069
Nendir
2,486,278
8d6fadfcded839994e5d
16,805
arch_peak_default
11.29
2022-06-29 03:34:11 UTC
null
null
75,332,046
1,597.899658
-157.770691
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
d1c5a8a6e4e31ff6733815accdaf61a1d3653dfead29e12ea983bc617eb701a8
{'width': 714, 'height': 367}
2022-06-29T03:33:16.526Z
Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1
18,000
2022-06-29T03:34:11.596Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T03:26:22.108Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,798,069
Nendir
2,486,278
8d6fadfcded839994e5d
16,805
arch_peak_default
11.29
2022-06-29 03:34:11 UTC
null
null
75,332,046
1,255.176758
348.040924
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
d1c5a8a6e4e31ff6733815accdaf61a1d3653dfead29e12ea983bc617eb701a8
{'width': 714, 'height': 367}
2022-06-29T03:33:16.526Z
Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1
18,000
2022-06-29T03:34:11.596Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T03:26:22.108Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
423,798,069
Nendir
2,486,278
8d6fadfcded839994e5d
16,805
arch_peak_default
11.29
2022-06-29 03:34:11 UTC
null
null
75,332,046
1,248.085815
357.495392
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
d1c5a8a6e4e31ff6733815accdaf61a1d3653dfead29e12ea983bc617eb701a8
{'width': 714, 'height': 367}
2022-06-29T03:33:16.526Z
Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1
18,000
2022-06-29T03:34:11.596Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T03:26:22.108Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
423,798,069
Nendir
2,486,278
8d6fadfcded839994e5d
16,805
arch_peak_default
11.29
2022-06-29 03:34:11 UTC
null
null
75,332,046
1,210.268188
364.586243
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
d1c5a8a6e4e31ff6733815accdaf61a1d3653dfead29e12ea983bc617eb701a8
{'width': 714, 'height': 367}
2022-06-29T03:33:16.526Z
Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1
18,000
2022-06-29T03:34:11.596Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T03:26:22.108Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
423,798,069
Nendir
2,486,278
8d6fadfcded839994e5d
16,805
arch_peak_default
11.29
2022-06-29 03:34:11 UTC
null
null
75,332,046
1,196.08667
364.586212
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
d1c5a8a6e4e31ff6733815accdaf61a1d3653dfead29e12ea983bc617eb701a8
{'width': 714, 'height': 367}
2022-06-29T03:33:16.526Z
Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1
18,000
2022-06-29T03:34:11.596Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T03:26:22.108Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
423,798,069
Nendir
2,486,278
8d6fadfcded839994e5d
16,805
arch_peak_default
11.29
2022-06-29 03:34:11 UTC
null
null
75,332,046
352.279327
371.677032
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
d1c5a8a6e4e31ff6733815accdaf61a1d3653dfead29e12ea983bc617eb701a8
{'width': 714, 'height': 367}
2022-06-29T03:33:16.526Z
Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1
18,000
2022-06-29T03:34:11.596Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T03:26:22.108Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
423,798,069
Nendir
2,486,278
8d6fadfcded839994e5d
16,805
arch_peak_default
11.29
2022-06-29 03:34:11 UTC
null
null
75,332,046
383.006226
371.676971
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
d1c5a8a6e4e31ff6733815accdaf61a1d3653dfead29e12ea983bc617eb701a8
{'width': 714, 'height': 367}
2022-06-29T03:33:16.526Z
Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1
18,000
2022-06-29T03:34:11.596Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T03:26:22.108Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
423,798,069
Nendir
2,486,278
8d6fadfcded839994e5d
16,805
arch_peak_default
11.29
2022-06-29 03:34:11 UTC
null
null
75,332,046
394.82428
359.85907
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
d1c5a8a6e4e31ff6733815accdaf61a1d3653dfead29e12ea983bc617eb701a8
{'width': 714, 'height': 367}
2022-06-29T03:33:16.526Z
Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1
18,000
2022-06-29T03:34:11.596Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T03:26:22.108Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
423,798,069
Nendir
2,486,278
8d6fadfcded839994e5d
16,805
arch_peak_default
11.29
2022-06-29 03:34:11 UTC
null
null
75,332,046
418.460327
355.131744
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
d1c5a8a6e4e31ff6733815accdaf61a1d3653dfead29e12ea983bc617eb701a8
{'width': 714, 'height': 367}
2022-06-29T03:33:16.526Z
Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Mobile/15E148 Safari/604.1
18,000
2022-06-29T03:34:11.596Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 731, 'clientHeight': 372, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T03:26:22.108Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
423,798,479
not-logged-in-ba2951b5c9b9e7d878fd
null
ba2951b5c9b9e7d878fd
16,805
arch_peak_default
11.29
2022-06-29 03:37:31 UTC
null
null
75,332,046
1,219.966431
377.880432
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
f0ddeefed54d2c62501e06b6ae4ecea2ebcec0891abdc2563b76e87123b269a1
{'width': 1707, 'height': 857}
2022-06-29T03:36:59.019Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44
25,200
2022-06-29T03:37:31.596Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1141, 'clientHeight': 581, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1141, 'clientHeight': 581, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1141, 'clientHeight': 581, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1141, 'clientHeight': 581, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T03:31:24.085Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,798,479
not-logged-in-ba2951b5c9b9e7d878fd
null
ba2951b5c9b9e7d878fd
16,805
arch_peak_default
11.29
2022-06-29 03:37:31 UTC
null
null
75,332,046
391.523254
395.377991
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
f0ddeefed54d2c62501e06b6ae4ecea2ebcec0891abdc2563b76e87123b269a1
{'width': 1707, 'height': 857}
2022-06-29T03:36:59.019Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.5005.124 Safari/537.36 Edg/102.0.1245.44
25,200
2022-06-29T03:37:31.596Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1141, 'clientHeight': 581, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1141, 'clientHeight': 581, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1141, 'clientHeight': 581, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1141, 'clientHeight': 581, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T03:31:24.085Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,864,368
not-logged-in-8a83e50b947034525b13
null
8a83e50b947034525b13
16,805
arch_peak_default
11.29
2022-06-29 13:24:58 UTC
null
null
75,332,046
371.578064
382.333862
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
04e4d935bcfac83db50c3041415a57577e9a663ac6f5e982bd60d5a5a28eb34b
{'width': 1920, 'height': 937}
2022-06-29T13:23:55.481Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
-3,600
2022-06-29T13:24:58.652Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T11:49:49.251Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,864,368
not-logged-in-8a83e50b947034525b13
null
8a83e50b947034525b13
16,805
arch_peak_default
11.29
2022-06-29 13:24:58 UTC
null
null
75,332,046
1,203.886963
366.873016
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
04e4d935bcfac83db50c3041415a57577e9a663ac6f5e982bd60d5a5a28eb34b
{'width': 1920, 'height': 937}
2022-06-29T13:23:55.481Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
-3,600
2022-06-29T13:24:58.652Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T11:49:49.251Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,864,368
not-logged-in-8a83e50b947034525b13
null
8a83e50b947034525b13
16,805
arch_peak_default
11.29
2022-06-29 13:24:58 UTC
null
null
75,332,046
1,247.692749
360.431
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
04e4d935bcfac83db50c3041415a57577e9a663ac6f5e982bd60d5a5a28eb34b
{'width': 1920, 'height': 937}
2022-06-29T13:23:55.481Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
-3,600
2022-06-29T13:24:58.652Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T11:49:49.251Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,864,368
not-logged-in-8a83e50b947034525b13
null
8a83e50b947034525b13
16,805
arch_peak_default
11.29
2022-06-29 13:24:58 UTC
null
null
75,332,046
426.979431
363.007813
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
04e4d935bcfac83db50c3041415a57577e9a663ac6f5e982bd60d5a5a28eb34b
{'width': 1920, 'height': 937}
2022-06-29T13:23:55.481Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
-3,600
2022-06-29T13:24:58.652Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T11:49:49.251Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,864,368
not-logged-in-8a83e50b947034525b13
null
8a83e50b947034525b13
16,805
arch_peak_default
11.29
2022-06-29 13:24:58 UTC
null
null
75,332,046
401.211365
386.199066
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
04e4d935bcfac83db50c3041415a57577e9a663ac6f5e982bd60d5a5a28eb34b
{'width': 1920, 'height': 937}
2022-06-29T13:23:55.481Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
-3,600
2022-06-29T13:24:58.652Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T11:49:49.251Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,867,202
emie.assouline
2,486,638
f1f28831eb9b858b9be2
16,805
arch_peak_default
11.29
2022-06-29 13:37:18 UTC
null
null
75,332,046
396.455078
420.279449
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
b50bef26d096325cecc05898efaa3f80d53ecca3579c7e6e427a1ef6a91baaf0
{'width': 414, 'height': 852}
2022-06-29T13:31:16.569Z
Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/217.0.454508427 Mobile/15E148 Safari/604.1
-7,200
2022-06-29T13:37:17.957Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 338, 'clientHeight': 172, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 338, 'clientHeight': 172, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 338, 'clientHeight': 172, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 338, 'clientHeight': 172, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T13:31:16.478Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,867,202
emie.assouline
2,486,638
f1f28831eb9b858b9be2
16,805
arch_peak_default
11.29
2022-06-29 13:37:18 UTC
null
null
75,332,046
1,208.910156
430.498993
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
b50bef26d096325cecc05898efaa3f80d53ecca3579c7e6e427a1ef6a91baaf0
{'width': 414, 'height': 852}
2022-06-29T13:31:16.569Z
Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/217.0.454508427 Mobile/15E148 Safari/604.1
-7,200
2022-06-29T13:37:17.957Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 338, 'clientHeight': 172, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 338, 'clientHeight': 172, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 338, 'clientHeight': 172, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 338, 'clientHeight': 172, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T13:31:16.478Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
423,867,202
emie.assouline
2,486,638
f1f28831eb9b858b9be2
16,805
arch_peak_default
11.29
2022-06-29 13:37:18 UTC
null
null
75,332,046
1,091.385254
466.267456
0
2
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
b50bef26d096325cecc05898efaa3f80d53ecca3579c7e6e427a1ef6a91baaf0
{'width': 414, 'height': 852}
2022-06-29T13:31:16.569Z
Mozilla/5.0 (iPhone; CPU iPhone OS 15_5 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/217.0.454508427 Mobile/15E148 Safari/604.1
-7,200
2022-06-29T13:37:17.957Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 338, 'clientHeight': 172, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 338, 'clientHeight': 172, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 338, 'clientHeight': 172, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 338, 'clientHeight': 172, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T13:31:16.478Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_85.png
80,110,120,000
A3
423,976,279
EddieSpaceBoy
1,622,530
80bc0744cdbd4be4fdbf
16,805
arch_peak_default
11.29
2022-06-29 20:28:31 UTC
null
null
75,332,046
368.751099
377.557983
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
c7a2ae9455464275c881c43a66e9d3ae8c6330d2819f6fddaf751d1a02b83afc
{'width': 1280, 'height': 641}
2022-06-29T20:28:03.701Z
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15
-3,600
2022-06-29T20:28:31.464Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T20:26:12.630Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
423,976,279
EddieSpaceBoy
1,622,530
80bc0744cdbd4be4fdbf
16,805
arch_peak_default
11.29
2022-06-29 20:28:31 UTC
null
null
75,332,046
426.152557
354.597412
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
c7a2ae9455464275c881c43a66e9d3ae8c6330d2819f6fddaf751d1a02b83afc
{'width': 1280, 'height': 641}
2022-06-29T20:28:03.701Z
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15
-3,600
2022-06-29T20:28:31.464Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T20:26:12.630Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
423,976,279
EddieSpaceBoy
1,622,530
80bc0744cdbd4be4fdbf
16,805
arch_peak_default
11.29
2022-06-29 20:28:31 UTC
null
null
75,332,046
1,206.812134
370.66983
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
c7a2ae9455464275c881c43a66e9d3ae8c6330d2819f6fddaf751d1a02b83afc
{'width': 1280, 'height': 641}
2022-06-29T20:28:03.701Z
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15
-3,600
2022-06-29T20:28:31.464Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T20:26:12.630Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
423,976,279
EddieSpaceBoy
1,622,530
80bc0744cdbd4be4fdbf
16,805
arch_peak_default
11.29
2022-06-29 20:28:31 UTC
null
null
75,332,046
1,245.845215
368.373749
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
c7a2ae9455464275c881c43a66e9d3ae8c6330d2819f6fddaf751d1a02b83afc
{'width': 1280, 'height': 641}
2022-06-29T20:28:03.701Z
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15
-3,600
2022-06-29T20:28:31.464Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T20:26:12.630Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
423,976,279
EddieSpaceBoy
1,622,530
80bc0744cdbd4be4fdbf
16,805
arch_peak_default
11.29
2022-06-29 20:28:31 UTC
null
null
75,332,046
1,227.476685
391.334351
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
c7a2ae9455464275c881c43a66e9d3ae8c6330d2819f6fddaf751d1a02b83afc
{'width': 1280, 'height': 641}
2022-06-29T20:28:03.701Z
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15
-3,600
2022-06-29T20:28:31.464Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T20:26:12.630Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
423,976,279
EddieSpaceBoy
1,622,530
80bc0744cdbd4be4fdbf
16,805
arch_peak_default
11.29
2022-06-29 20:28:31 UTC
null
null
75,332,046
430.744659
306.380188
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
c7a2ae9455464275c881c43a66e9d3ae8c6330d2819f6fddaf751d1a02b83afc
{'width': 1280, 'height': 641}
2022-06-29T20:28:03.701Z
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.5 Safari/605.1.15
-3,600
2022-06-29T20:28:31.464Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 753, 'clientHeight': 383, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T20:26:12.630Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
423,991,213
lostinspaace
2,486,870
2cdec88022b5e9eeb62f
16,805
arch_peak_default
11.29
2022-06-29 21:38:30 UTC
null
null
75,332,046
396.769196
406.787598
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
7818b35ca51580663bfadd3c006430fe58dbc7bbf0ca80ab0071da8af47e1802
{'width': 1536, 'height': 754}
2022-06-29T20:15:21.592Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Safari/537.36
25,200
2022-06-29T21:38:30.302Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 980, 'clientHeight': 499, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 980, 'clientHeight': 499, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 980, 'clientHeight': 499, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 980, 'clientHeight': 499, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T20:13:00.046Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
423,991,309
Bolar15665
2,487,377
e37a46fe137bac2ca47a
16,805
arch_peak_default
11.29
2022-06-29 21:38:49 UTC
null
null
75,332,046
676.135864
543.794312
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
273c1cc28752b76be0820b568bb7bfd6d5cdcf9047512cc5893c8e8bcd47ce36
{'width': 360, 'height': 740}
2022-06-29T21:37:18.881Z
Mozilla/5.0 (Linux; Android 11; REVVL V+ 5G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Mobile Safari/537.36
14,400
2022-06-29T21:38:47.369Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 309, 'clientHeight': 158, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 309, 'clientHeight': 158, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 309, 'clientHeight': 158, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 309, 'clientHeight': 158, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T21:35:12.197Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
423,991,309
Bolar15665
2,487,377
e37a46fe137bac2ca47a
16,805
arch_peak_default
11.29
2022-06-29 21:38:49 UTC
null
null
75,332,046
1,123.38269
570.243103
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
273c1cc28752b76be0820b568bb7bfd6d5cdcf9047512cc5893c8e8bcd47ce36
{'width': 360, 'height': 740}
2022-06-29T21:37:18.881Z
Mozilla/5.0 (Linux; Android 11; REVVL V+ 5G) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/102.0.0.0 Mobile Safari/537.36
14,400
2022-06-29T21:38:47.369Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 309, 'clientHeight': 158, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 309, 'clientHeight': 158, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 309, 'clientHeight': 158, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 309, 'clientHeight': 158, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-29T21:35:12.197Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
424,026,928
malcolm.geerlings
2,485,910
cea91e6da32ab680d5cf
16,805
arch_peak_default
11.29
2022-06-30 01:36:31 UTC
null
null
75,332,046
1,253.634033
372.109406
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
341e5e75202fd8ea66715eb912942a3eb2437dd65c06128736979da3e63eea92
{'width': 1745, 'height': 881}
2022-06-30T01:35:40.890Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
-36,000
2022-06-30T01:36:31.563Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T01:33:46.492Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
424,026,928
malcolm.geerlings
2,485,910
cea91e6da32ab680d5cf
16,805
arch_peak_default
11.29
2022-06-30 01:36:31 UTC
null
null
75,332,046
1,219.531372
392.221222
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
341e5e75202fd8ea66715eb912942a3eb2437dd65c06128736979da3e63eea92
{'width': 1745, 'height': 881}
2022-06-30T01:35:40.890Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
-36,000
2022-06-30T01:36:31.563Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T01:33:46.492Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
424,026,928
malcolm.geerlings
2,485,910
cea91e6da32ab680d5cf
16,805
arch_peak_default
11.29
2022-06-30 01:36:31 UTC
null
null
75,332,046
1,210.787109
380.853668
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
341e5e75202fd8ea66715eb912942a3eb2437dd65c06128736979da3e63eea92
{'width': 1745, 'height': 881}
2022-06-30T01:35:40.890Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
-36,000
2022-06-30T01:36:31.563Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T01:33:46.492Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
424,026,928
malcolm.geerlings
2,485,910
cea91e6da32ab680d5cf
16,805
arch_peak_default
11.29
2022-06-30 01:36:31 UTC
null
null
75,332,046
1,199.419556
390.472382
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
341e5e75202fd8ea66715eb912942a3eb2437dd65c06128736979da3e63eea92
{'width': 1745, 'height': 881}
2022-06-30T01:35:40.890Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
-36,000
2022-06-30T01:36:31.563Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T01:33:46.492Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
424,026,928
malcolm.geerlings
2,485,910
cea91e6da32ab680d5cf
16,805
arch_peak_default
11.29
2022-06-30 01:36:31 UTC
null
null
75,332,046
365.002014
391.311096
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
341e5e75202fd8ea66715eb912942a3eb2437dd65c06128736979da3e63eea92
{'width': 1745, 'height': 881}
2022-06-30T01:35:40.890Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
-36,000
2022-06-30T01:36:31.563Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T01:33:46.492Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
424,026,928
malcolm.geerlings
2,485,910
cea91e6da32ab680d5cf
16,805
arch_peak_default
11.29
2022-06-30 01:36:31 UTC
null
null
75,332,046
388.611572
376.358398
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
341e5e75202fd8ea66715eb912942a3eb2437dd65c06128736979da3e63eea92
{'width': 1745, 'height': 881}
2022-06-30T01:35:40.890Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
-36,000
2022-06-30T01:36:31.563Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T01:33:46.492Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
424,026,928
malcolm.geerlings
2,485,910
cea91e6da32ab680d5cf
16,805
arch_peak_default
11.29
2022-06-30 01:36:31 UTC
null
null
75,332,046
399.629333
377.145386
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
341e5e75202fd8ea66715eb912942a3eb2437dd65c06128736979da3e63eea92
{'width': 1745, 'height': 881}
2022-06-30T01:35:40.890Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
-36,000
2022-06-30T01:36:31.563Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T01:33:46.492Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
424,026,928
malcolm.geerlings
2,485,910
cea91e6da32ab680d5cf
16,805
arch_peak_default
11.29
2022-06-30 01:36:31 UTC
null
null
75,332,046
408.286163
378.71933
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
341e5e75202fd8ea66715eb912942a3eb2437dd65c06128736979da3e63eea92
{'width': 1745, 'height': 881}
2022-06-30T01:35:40.890Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
-36,000
2022-06-30T01:36:31.563Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T01:33:46.492Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
424,026,928
malcolm.geerlings
2,485,910
cea91e6da32ab680d5cf
16,805
arch_peak_default
11.29
2022-06-30 01:36:31 UTC
null
null
75,332,046
422.451904
366.127594
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
341e5e75202fd8ea66715eb912942a3eb2437dd65c06128736979da3e63eea92
{'width': 1745, 'height': 881}
2022-06-30T01:35:40.890Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
-36,000
2022-06-30T01:36:31.563Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1179, 'clientHeight': 600, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T01:33:46.492Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
424,061,183
FMBrewer
2,487,668
3ed3bd95ce6e3a520be3
16,805
arch_peak_default
11.29
2022-06-30 07:16:27 UTC
null
null
75,332,046
359.370544
396.287048
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
82f0de0fd6ac2b40c287f6373cb625264efb22b36a5d8bde9cf8715739cb9a69
{'width': 699, 'height': 284}
2022-06-30T07:15:05.431Z
Mozilla/5.0 (Linux; Android 12; SM-S908U1 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/102.0.5005.125 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/372.1.0.23.107;]
14,400
2022-06-30T07:16:27.815Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T07:00:22.619Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
424,061,183
FMBrewer
2,487,668
3ed3bd95ce6e3a520be3
16,805
arch_peak_default
11.29
2022-06-30 07:16:27 UTC
null
null
75,332,046
400.645294
409.745575
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
82f0de0fd6ac2b40c287f6373cb625264efb22b36a5d8bde9cf8715739cb9a69
{'width': 699, 'height': 284}
2022-06-30T07:15:05.431Z
Mozilla/5.0 (Linux; Android 12; SM-S908U1 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/102.0.5005.125 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/372.1.0.23.107;]
14,400
2022-06-30T07:16:27.815Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T07:00:22.619Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
424,061,183
FMBrewer
2,487,668
3ed3bd95ce6e3a520be3
16,805
arch_peak_default
11.29
2022-06-30 07:16:27 UTC
null
null
75,332,046
1,214.58728
379.127472
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
82f0de0fd6ac2b40c287f6373cb625264efb22b36a5d8bde9cf8715739cb9a69
{'width': 699, 'height': 284}
2022-06-30T07:15:05.431Z
Mozilla/5.0 (Linux; Android 12; SM-S908U1 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/102.0.5005.125 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/372.1.0.23.107;]
14,400
2022-06-30T07:16:27.815Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T07:00:22.619Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
424,061,183
FMBrewer
2,487,668
3ed3bd95ce6e3a520be3
16,805
arch_peak_default
11.29
2022-06-30 07:16:27 UTC
null
null
75,332,046
422.431488
354.646545
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
82f0de0fd6ac2b40c287f6373cb625264efb22b36a5d8bde9cf8715739cb9a69
{'width': 699, 'height': 284}
2022-06-30T07:15:05.431Z
Mozilla/5.0 (Linux; Android 12; SM-S908U1 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/102.0.5005.125 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/372.1.0.23.107;]
14,400
2022-06-30T07:16:27.815Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T07:00:22.619Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
424,061,183
FMBrewer
2,487,668
3ed3bd95ce6e3a520be3
16,805
arch_peak_default
11.29
2022-06-30 07:16:27 UTC
null
null
75,332,046
1,247.549927
368.848572
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
82f0de0fd6ac2b40c287f6373cb625264efb22b36a5d8bde9cf8715739cb9a69
{'width': 699, 'height': 284}
2022-06-30T07:15:05.431Z
Mozilla/5.0 (Linux; Android 12; SM-S908U1 Build/SP1A.210812.016; wv) AppleWebKit/537.36 (KHTML, like Gecko) Version/4.0 Chrome/102.0.5005.125 Mobile Safari/537.36 [FB_IAB/FB4A;FBAV/372.1.0.23.107;]
14,400
2022-06-30T07:16:27.815Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 502, 'clientHeight': 256, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T07:00:22.619Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
424,112,361
Hydraboy401
2,198,030
a0cafb3cab92bbb31196
16,805
arch_peak_default
11.29
2022-06-30 12:03:03 UTC
null
null
75,332,046
362.413177
407.987518
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
43d0233d1e35dd96d56294e1fb84b3a1e7f58d1bdb98bdde300c48017ac0b7bc
{'width': 1351, 'height': 545}
2022-06-30T12:01:41.319Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
-7,200
2022-06-30T12:03:02.424Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 806, 'clientHeight': 411, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 806, 'clientHeight': 411, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 806, 'clientHeight': 411, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 806, 'clientHeight': 411, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T11:58:19.512Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
424,112,361
Hydraboy401
2,198,030
a0cafb3cab92bbb31196
16,805
arch_peak_default
11.29
2022-06-30 12:03:03 UTC
null
null
75,332,046
394.751617
406.581482
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
43d0233d1e35dd96d56294e1fb84b3a1e7f58d1bdb98bdde300c48017ac0b7bc
{'width': 1351, 'height': 545}
2022-06-30T12:01:41.319Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
-7,200
2022-06-30T12:03:02.424Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 806, 'clientHeight': 411, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 806, 'clientHeight': 411, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 806, 'clientHeight': 411, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 806, 'clientHeight': 411, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T11:58:19.512Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
424,126,779
L.J.
2,486,641
843c9bf39b78569c7d0c
16,805
arch_peak_default
11.29
2022-06-30 13:04:37 UTC
null
null
75,332,046
364.726563
401.181915
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
29179f78c27e8c6623a715078e828b009422355f7dae85c1eaa539aba16f663b
{'width': 1366, 'height': 695}
2022-06-30T13:03:53.131Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
-7,200
2022-06-30T13:04:36.877Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 820, 'clientHeight': 418, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 820, 'clientHeight': 418, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 820, 'clientHeight': 418, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 820, 'clientHeight': 418, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T12:59:24.005Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
424,126,779
L.J.
2,486,641
843c9bf39b78569c7d0c
16,805
arch_peak_default
11.29
2022-06-30 13:04:37 UTC
null
null
75,332,046
432.438812
379.071808
0
3
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
29179f78c27e8c6623a715078e828b009422355f7dae85c1eaa539aba16f663b
{'width': 1366, 'height': 695}
2022-06-30T13:03:53.131Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
-7,200
2022-06-30T13:04:36.877Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 820, 'clientHeight': 418, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 820, 'clientHeight': 418, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 820, 'clientHeight': 418, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 820, 'clientHeight': 418, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T12:59:24.005Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_75.png
80,110,120,000
A3
424,154,995
Uriel2
1,566,317
17cbbc384c0020135a3b
16,805
arch_peak_default
11.29
2022-06-30 15:07:54 UTC
null
null
75,332,046
368.48349
400.817261
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
cf0125c4c9d59fd5779eae2195038d8ac32179eaff3f99390b41b2b4fe13c22d
{'width': 1380, 'height': 712}
2022-06-30T15:07:16.697Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
14,400
2022-06-30T15:07:57.387Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T15:03:21.491Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
424,154,995
Uriel2
1,566,317
17cbbc384c0020135a3b
16,805
arch_peak_default
11.29
2022-06-30 15:07:54 UTC
null
null
75,332,046
404.959137
453.87265
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
cf0125c4c9d59fd5779eae2195038d8ac32179eaff3f99390b41b2b4fe13c22d
{'width': 1380, 'height': 712}
2022-06-30T15:07:16.697Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
14,400
2022-06-30T15:07:57.387Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T15:03:21.491Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
424,154,995
Uriel2
1,566,317
17cbbc384c0020135a3b
16,805
arch_peak_default
11.29
2022-06-30 15:07:54 UTC
null
null
75,332,046
1,210.738647
412.423096
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
cf0125c4c9d59fd5779eae2195038d8ac32179eaff3f99390b41b2b4fe13c22d
{'width': 1380, 'height': 712}
2022-06-30T15:07:16.697Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
14,400
2022-06-30T15:07:57.387Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T15:03:21.491Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
424,154,995
Uriel2
1,566,317
17cbbc384c0020135a3b
16,805
arch_peak_default
11.29
2022-06-30 15:07:54 UTC
null
null
75,332,046
1,253.665894
429.423828
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
cf0125c4c9d59fd5779eae2195038d8ac32179eaff3f99390b41b2b4fe13c22d
{'width': 1380, 'height': 712}
2022-06-30T15:07:16.697Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.53 Safari/537.36 Edg/103.0.1264.37
14,400
2022-06-30T15:07:57.387Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 834, 'clientHeight': 425, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T15:03:21.491Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
424,157,031
Kira51
1,982,372
d571f18b8911164e56c6
16,805
arch_peak_default
11.29
2022-06-30 15:16:44 UTC
null
null
75,332,046
403.863037
396.988373
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
928095dd343ec8b438cc07504813e4723c887dc0d5e21258cb7a8559ae545a7c
{'width': 1920, 'height': 891}
2022-06-30T15:16:36.499Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0
-7,200
2022-06-30T15:16:41.103Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 1362, 'clientHeight': 694, 'naturalWidth': 1728, 'naturalHeight': 880}, None, None, None]
{'retired': False, 'selected_at': '2022-06-30T15:16:07.646Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
424,157,031
Kira51
1,982,372
d571f18b8911164e56c6
16,805
arch_peak_default
11.29
2022-06-30 15:16:44 UTC
null
null
75,332,046
1,219.488281
405.867645
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
928095dd343ec8b438cc07504813e4723c887dc0d5e21258cb7a8559ae545a7c
{'width': 1920, 'height': 891}
2022-06-30T15:16:36.499Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:101.0) Gecko/20100101 Firefox/101.0
-7,200
2022-06-30T15:16:41.103Z
true
{'opt_in': True, 'messageShown': False}
en
[]
[{'clientWidth': 1362, 'clientHeight': 694, 'naturalWidth': 1728, 'naturalHeight': 880}, None, None, None]
{'retired': False, 'selected_at': '2022-06-30T15:16:07.646Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
424,164,416
not-logged-in-3a7ad715d4039f0b69dc
null
3a7ad715d4039f0b69dc
16,805
arch_peak_default
11.29
2022-06-30 15:46:58 UTC
null
null
75,332,046
365.583313
391.966675
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
bbd0f80fc87b54a3b8ff5a3ce7591553c93808e76353c857987697f8f8290a6a
{'width': 2560, 'height': 1307}
2022-06-30T15:46:29.520Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0
25,200
2022-06-30T15:46:59.688Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1728, 'clientHeight': 880, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1728, 'clientHeight': 880, 'naturalWidth': 1728, 'naturalHeight': 880}, None, None]
{'retired': False, 'selected_at': '2022-06-30T15:41:18.535Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
424,164,416
not-logged-in-3a7ad715d4039f0b69dc
null
3a7ad715d4039f0b69dc
16,805
arch_peak_default
11.29
2022-06-30 15:46:58 UTC
null
null
75,332,046
422.583313
354.966675
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
bbd0f80fc87b54a3b8ff5a3ce7591553c93808e76353c857987697f8f8290a6a
{'width': 2560, 'height': 1307}
2022-06-30T15:46:29.520Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0
25,200
2022-06-30T15:46:59.688Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1728, 'clientHeight': 880, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1728, 'clientHeight': 880, 'naturalWidth': 1728, 'naturalHeight': 880}, None, None]
{'retired': False, 'selected_at': '2022-06-30T15:41:18.535Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
424,164,416
not-logged-in-3a7ad715d4039f0b69dc
null
3a7ad715d4039f0b69dc
16,805
arch_peak_default
11.29
2022-06-30 15:46:58 UTC
null
null
75,332,046
1,252.583374
401.966675
0
1
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
bbd0f80fc87b54a3b8ff5a3ce7591553c93808e76353c857987697f8f8290a6a
{'width': 2560, 'height': 1307}
2022-06-30T15:46:29.520Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Firefox/102.0
25,200
2022-06-30T15:46:59.688Z
true
{'opt_in': False, 'messageShown': False}
en
null
[{'clientWidth': 1728, 'clientHeight': 880, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1728, 'clientHeight': 880, 'naturalWidth': 1728, 'naturalHeight': 880}, None, None]
{'retired': False, 'selected_at': '2022-06-30T15:41:18.535Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_log.png
80,110,120,000
A3
424,167,675
Simmons_je
448,901
e19b8174e1523959e0e2
16,805
arch_peak_default
11.29
2022-06-30 16:01:01 UTC
null
null
75,332,046
1,256.711548
357.854187
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
bbb08168ff170b656af16aef22427a72e3b69796c2207491beeaa62cd6912630
{'width': 1920, 'height': 937}
2022-06-30T16:00:36.655Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
18,000
2022-06-30T16:01:01.512Z
true
{'opt_in': False, 'messageShown': False}
en
[]
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T15:57:09.471Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
424,167,675
Simmons_je
448,901
e19b8174e1523959e0e2
16,805
arch_peak_default
11.29
2022-06-30 16:01:01 UTC
null
null
75,332,046
1,216.770996
368.161407
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
bbb08168ff170b656af16aef22427a72e3b69796c2207491beeaa62cd6912630
{'width': 1920, 'height': 937}
2022-06-30T16:00:36.655Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
18,000
2022-06-30T16:01:01.512Z
true
{'opt_in': False, 'messageShown': False}
en
[]
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T15:57:09.471Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
424,167,675
Simmons_je
448,901
e19b8174e1523959e0e2
16,805
arch_peak_default
11.29
2022-06-30 16:01:01 UTC
null
null
75,332,046
1,207.752197
377.180237
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
bbb08168ff170b656af16aef22427a72e3b69796c2207491beeaa62cd6912630
{'width': 1920, 'height': 937}
2022-06-30T16:00:36.655Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
18,000
2022-06-30T16:01:01.512Z
true
{'opt_in': False, 'messageShown': False}
en
[]
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T15:57:09.471Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
424,167,675
Simmons_je
448,901
e19b8174e1523959e0e2
16,805
arch_peak_default
11.29
2022-06-30 16:01:01 UTC
null
null
75,332,046
363.847656
368.161407
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
bbb08168ff170b656af16aef22427a72e3b69796c2207491beeaa62cd6912630
{'width': 1920, 'height': 937}
2022-06-30T16:00:36.655Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
18,000
2022-06-30T16:01:01.512Z
true
{'opt_in': False, 'messageShown': False}
en
[]
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T15:57:09.471Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
424,167,675
Simmons_je
448,901
e19b8174e1523959e0e2
16,805
arch_peak_default
11.29
2022-06-30 16:01:01 UTC
null
null
75,332,046
439.863464
356.565796
0
0
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
bbb08168ff170b656af16aef22427a72e3b69796c2207491beeaa62cd6912630
{'width': 1920, 'height': 937}
2022-06-30T16:00:36.655Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
18,000
2022-06-30T16:01:01.512Z
true
{'opt_in': False, 'messageShown': False}
en
[]
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T15:57:09.471Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3.png
80,110,120,000
A3
424,167,675
Simmons_je
448,901
e19b8174e1523959e0e2
16,805
arch_peak_default
11.29
2022-06-30 16:01:01 UTC
null
null
75,332,046
1,237.385498
374.603424
0
2
[]
Arch peak marker
null
null
null
null
null
{'id': 101781538, 'workflow_id': 16805, 'classifications_count': 20, 'created_at': '2022-04-26T23:35:56.223Z', 'updated_at': '2022-06-30T18:21:53.870Z', 'retired_at': '2022-06-30T18:21:53.863Z', 'subject_id': 75332046, 'retirement_reason': 'classification_count'}
null
080109120000/080110120000_A3_log.png
080109120000/080110120000_A3.png
15.51
29
https://atmos.nmsu.edu/PDS/data/MROM_2017/DATA/2008/200801/20080110/2008011012_DDR.TAB
https://atmos.nmsu.edu/PDS/data/MROM_1017/DATA/2008/200801/20080110/2008011012_RDR.TAB
2008-01-10 16:00:00
2008-01-10 12:00:00
set_my29_01
80,109,120,000
080109120000/080110120000_A3_contrast_stretch_0_75.png
080109120000/080110120000_A3_contrast_stretch_0_85.png
api
bbb08168ff170b656af16aef22427a72e3b69796c2207491beeaa62cd6912630
{'width': 1920, 'height': 937}
2022-06-30T16:00:36.655Z
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36
18,000
2022-06-30T16:01:01.512Z
true
{'opt_in': False, 'messageShown': False}
en
[]
[{'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}, {'clientWidth': 1341, 'clientHeight': 683, 'naturalWidth': 1728, 'naturalHeight': 880}]
{'retired': False, 'selected_at': '2022-06-30T15:57:09.471Z', 'already_seen': False, 'selection_state': 'normal', 'finished_workflow': False, 'user_has_finished_workflow': False}
38,971
null
080109120000/080110120000_A3_contrast_stretch_0_85.png
End of preview.
README.md exists but content is empty.
Downloads last month
3