diff --git a/src/compass/defaults/s1_cslc_geo.yaml b/src/compass/defaults/s1_cslc_geo.yaml index 5a16b3d4..013c8689 100644 --- a/src/compass/defaults/s1_cslc_geo.yaml +++ b/src/compass/defaults/s1_cslc_geo.yaml @@ -10,10 +10,6 @@ runconfig: safe_file_path: # Required. List of orbit (EOF) files (min=1) orbit_file_path: - # Required. Path to the burst data - burst_file_path: - # Required. Path to light metadata file - light_metadata_path: # Required. The unique burst ID to process burst_id: diff --git a/src/compass/schemas/s1_cslc_geo.yaml b/src/compass/schemas/s1_cslc_geo.yaml index 5b95b5bd..8f6cbb31 100644 --- a/src/compass/schemas/s1_cslc_geo.yaml +++ b/src/compass/schemas/s1_cslc_geo.yaml @@ -10,10 +10,6 @@ runconfig: safe_file_path: list(str(), min=1) # Required. List of orbit (EOF) files orbit_file_path: list(str(), min=1) - # Required. Path to the burst data - burst_file_path: str(required=True) - # Required. Path to light metadata file - light_metadata_path: str(required=True) # Required. The unique burst ID to process burst_id: str(required=True)