opera-adt / COMPASS

COregistered Multi-temPorAl Sar Slc
Apache License 2.0
38 stars 17 forks source link

[Bug]: How can I only do experiment burst ID ? #218

Closed HyeokJaeKiM closed 5 months ago

HyeokJaeKiM commented 5 months ago

Checked for duplicates

Yes - I've already checked

Describe the bug

I want to do experiment only 1 burst ID which is " t64_135523_iw2 " in rosamond CR site

so I add burst id in yaml.file below

  input_file_group:
      # Required. List of SAFE files (min=1)
      safe_file_path:
      # Required. List of orbit (EOF) files (min=1)
      orbit_file_path:
      # The unique burst ID(s) to process. If nothing provided, all bursts
      # in a SAFE will processed
      **burst_id: ["135523"]**

but the error message says that it can not find the burst id in SAFE.file

I downloaded the sentinel-1 image from "https://scihub.copernicus.eu/" and it has "s1b-iw2-slc-vv-20180528t014925-20180528t014951-011115-01461c-005" xml file but I can not find the burst id in xml file

so I want to know how to put burst ID in yaml.file. If my guess is correct, "135523" is burst id.

my question is that

Q1. Burst ID that I want to put is 135523, how to put that number in yaml.file Q2. It seems like no burst ID in xml file, do I have to download other file than xml?

thank you for reading my quetion sir

What did you expect?

I expected [...]

Reproducible steps

1.
2.
3.
...

Environment

- Version of this software [e.g. vX.Y.Z]
- Operating System: [e.g. MacOSX with Docker Desktop vX.Y]
...
HyeokJaeKiM commented 5 months ago

I solved myself