-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I have a research plugin that I am using and my job after succeeding looks like this:
{'name': 'chiapas',
'job_type': 'OPERA_DIST_S1',
'job_parameters': {'high_confidence_alert_threshold': 4.5,
'mgrs_tile_id': '15QUU',
'post_date_buffer_days': 1,
'stride_for_norm_param_estimation': 7,
'n_workers_for_norm_param_estimation': 8,
'delta_lookback_days_mw': 'none',
'use_date_encoding': False,
'model_source': 'transformer_optimized',
'memory_strategy': 'high',
'batch_size_for_norm_param_estimation': 32,
'post_date': '2024-01-25',
'track_number': 34,
'low_confidence_alert_threshold': 2.5,
'n_workers_for_despeckling': 8,
'device': 'best',
'max_pre_imgs_per_burst_mw': 'none',
'model_compilation': False},
'thumbnail_images': [],
'job_id': 'fa126dac-873b-41f1-bd53-aea8b96893b2',
'user_id': 'cmarshak',
'priority': 9999,
'status_code': 'SUCCEEDED',
'request_time': '2025-09-04T21:06:49+00:00',
'files': [],
'expiration_time': '2025-09-19T00:00:00+00:00',
'browse_images': ['https://hyp3-tibet-jpl-test-contentbucket-hratibh1y9pa.s3.us-west-2.amazonaws.com/fa126dac-873b-41f1-bd53-aea8b96893b2/OPERA_L3_DIST-ALERT-S1_T15QUU_20240125T002334Z_20250904T212246Z_S1_30_v0.1.png'],
'credit_cost': 1,
'logs': [],
'processing_times': [723.955]}
The product looks like a bunch of tif files in a directory see this: https://opera-adt.github.io/dist-s1/stable/pages/product_documentation/product_documentation/
My plugin is working as expected uploading files to s3, but they just don't show up as files. Here is one I just created.
Metadata
Metadata
Assignees
Labels
No labels