aquibmoin commited on
Commit
acc0e3b
·
verified ·
1 Parent(s): 61b24cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -10
app.py CHANGED
@@ -44,23 +44,22 @@ Generate a **detailed and structured** response based on the given **science con
44
  - Justification: A scientific explanation of why these requirements are important.
45
  - Comments: Additional notes or remarks regarding each requirement.:
46
 
47
- #### **Table Format Example** (Do NOT copy verbatim; generate based on the science context):
48
 
49
- | Requirements | Necessary Values | Desired Values | Justification | Comments |
50
- |---------------------|------------------------------------|--------------------------------------|----------------------------------------------------------------------------|----------------------------------------------|
51
- | UV Observations | Wavelength: 120–300 nm | Wavelength: 100–300 nm | Essential for characterizing atomic/molecular emissions (H, C, O, S, etc.) | Key for detecting volatiles in exoplanetary atmospheres |
52
- | Infrared Observations | Wavelength: 2.5–3.0 μm | Wavelength: 2.0–3.0 μm | Tracks water/CO2 in icy bodies and planetesimals | Enables detection of the 3 μm absorption feature in icy bodies |
53
- | Spectroscopy | Spectral Resolution: R ≥ 10,000 | Spectral Resolution: R = 50,000 | Necessary for resolving fine spectral features of exoplanetary atmospheres | Ensures accurate molecular composition analysis |
54
 
55
- #### **Exclusions:**
 
56
  - **Wavelength Range Restriction:** Only include wavelengths between **100 nanometers (nm) and 3 micrometers (μm).** **Exclude** any observations outside this range.
57
- - **Allowed Instruments:** **Only include** observations from **direct imaging, spectroscopy, and polarimetry.** **Exclude** transit and radial velocity methods.
 
58
  - **Exclusion of Existing Facilities:** **Do not reference** existing observatories such as JWST, Hubble, or ground-based telescopes. This work pertains to a **new mission**.
59
  - **Spectral Resolution Constraint:** Limit spectral resolution (**R**) to the range **10,000 – 50,000**. **Ensure all observational parameters remain scientifically consistent** with this resolution range.
60
 
61
- **Use this table format as a guideline, but generate a new table dynamically based on the input.** Do not copy the example directly. Ensure that all values align with the provided constraints and exclusions.
62
 
63
- Ensure the response is **structured, clear, and follows this format** for consistency. **All included parameters must be scientifically consistent with each other.**
64
  """
65
 
66
  def encode_text(text):
 
44
  - Justification: A scientific explanation of why these requirements are important.
45
  - Comments: Additional notes or remarks regarding each requirement.:
46
 
47
+ #### **Table Format**
48
 
49
+ | Requirements | Necessary Values | Desired Values | Justification | Comments |
50
+ |----------------------|------------------------------------|--------------------------------------|---------------------------------|----------------------------------------|
 
 
 
51
 
52
+
53
+ #### **Instructions for the table:**
54
  - **Wavelength Range Restriction:** Only include wavelengths between **100 nanometers (nm) and 3 micrometers (μm).** **Exclude** any observations outside this range.
55
+ - **Allowed Techniques:** **Only include** observations from **direct imaging, spectroscopy, and polarimetry.** **Exclude** transit and radial velocity methods.
56
+ - **Allowed Instruments: ** **Only include** Imager, Spectrograph, Polarimeter, Coronagraph.
57
  - **Exclusion of Existing Facilities:** **Do not reference** existing observatories such as JWST, Hubble, or ground-based telescopes. This work pertains to a **new mission**.
58
  - **Spectral Resolution Constraint:** Limit spectral resolution (**R**) to the range **10,000 – 50,000**. **Ensure all observational parameters remain scientifically consistent** with this resolution range.
59
 
60
+ **Use this table format as a guideline, generate a detailed table dynamically based on the input.**. Ensure that all values align with the provided constraints and instructions.
61
 
62
+ Ensure the response is **structured, clear, and technical requirements table follows this format**. **All included parameters must be scientifically consistent with each other.**
63
  """
64
 
65
  def encode_text(text):