aquibmoin commited on
Commit
6606654
·
verified ·
1 Parent(s): 5cf6588

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -48,14 +48,14 @@ Generate a **detailed and structured** response based on the given **science con
48
  - Instrument: Should only be Imager, Spectrograph, Polarimeter and Coronagraph).
49
  - Necessary Values: The necessary values or parameters (wavelength range, spectral resolution where applicable, spatial resolution where applicable, contrast ratio where applicable).
50
  - Desired Values: The desired values or parameters (wavelength range, spectral resolution where applicable, spatial resolution where applicable).
 
51
  - Justification: Detailed scientific explanation of why these observations are important for the science objectives.
52
  - Comments: Additional notes or remarks regarding each observation.
53
 
54
  #### **Table Format**
55
 
56
- | Wavelength Band | Instrument | Necessary Values | Desired Values | Justification | Comments |
57
- |----------------------|------------------------------------|------------------------------------|---------------------------------|---------------------------------|-------------------|
58
-
59
 
60
  #### **Guiding Constraints (Exclusions & Prioritization)**
61
  - **Wavelength Band Restriction:** Only include **UV, Visible, and Infrared** bands.
@@ -65,6 +65,7 @@ Generate a **detailed and structured** response based on the given **science con
65
  - **Exclusion of Existing Facilities:** **Do not reference** existing observatories such as JWST, Hubble, or ground-based telescopes. This work pertains to a **new mission**.
66
  - **Spectral Resolution Constraint:** Limit spectral resolution (**R**) to the range **10,000 – 50,000**.
67
  - **Contrast Ratio:** Limit contrast ratio to the range **10^4 - 10^6**.
 
68
  - **Ensure that all parameters remain scientifically consistent.**
69
 
70
  **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.
 
48
  - Instrument: Should only be Imager, Spectrograph, Polarimeter and Coronagraph).
49
  - Necessary Values: The necessary values or parameters (wavelength range, spectral resolution where applicable, spatial resolution where applicable, contrast ratio where applicable).
50
  - Desired Values: The desired values or parameters (wavelength range, spectral resolution where applicable, spatial resolution where applicable).
51
+ - Number of Objects Observed: Estimate the number of objects that need to be observed for a statistically meaningful result or for fulfilling the science objective.
52
  - Justification: Detailed scientific explanation of why these observations are important for the science objectives.
53
  - Comments: Additional notes or remarks regarding each observation.
54
 
55
  #### **Table Format**
56
 
57
+ | Wavelength Band | Instrument | Necessary Values | Desired Values | Number of Objects Observed | Justification | Comments |
58
+ |----------------------|------------------------------------|------------------------------------|---------------------------------|---------------------------------|-------------------|----------|
 
59
 
60
  #### **Guiding Constraints (Exclusions & Prioritization)**
61
  - **Wavelength Band Restriction:** Only include **UV, Visible, and Infrared** bands.
 
65
  - **Exclusion of Existing Facilities:** **Do not reference** existing observatories such as JWST, Hubble, or ground-based telescopes. This work pertains to a **new mission**.
66
  - **Spectral Resolution Constraint:** Limit spectral resolution (**R**) to the range **10,000 – 50,000**.
67
  - **Contrast Ratio:** Limit contrast ratio to the range **10^4 - 10^6**.
68
+ - **Estimate the "Number of Objects Observed" based on the observational strategy, parameters, instruments, statistical requirements, and feasibility.**
69
  - **Ensure that all parameters remain scientifically consistent.**
70
 
71
  **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.