jcctello commited on
Commit
c959b22
·
verified ·
1 Parent(s): 4143a1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: gpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl-3.0
3
+ ---
4
+ # Simulated Light Curves for Strong Gravitational Lensing
5
+
6
+ This dataset simulates light curves for strong gravitational lensing. Each file contains pairs of light curves with a time delay of five days (**DS-5**).
7
+
8
+ ## File Naming Convention
9
+
10
+ Files follow this notation:
11
+
12
+ DS-5-`<Function>`-GAP-`<GapSize>`-`<Realization>`-N-`<NoiseLevel>`
13
+
14
+ ### Explanation of Components:
15
+ - **DS-5**: Indicates that the true time delay is five days.
16
+ - **Function (`<Function>`)**: Represents the underlying function number (ranges from `1` to `10`).
17
+ - **GAP (`<GapSize>`)**: Indicates the number of removed points:
18
+ - `0`: No gap.
19
+ - `1-5`: Different gap sizes.
20
+ - **Realization (`<Realization>`)**: Represents different random gap realizations (ranges from `1` to `10`).
21
+ - **N (`<NoiseLevel>`)**: Represents the noise level:
22
+ - `0`: No noise.
23
+ - `1-3`: Different noise levels.
24
+
25
+ ### Example
26
+
27
+ - `DS-5`: True time delay of five days.
28
+ - `1`: First underlying function.
29
+ - `GAP-0`: No gaps.
30
+ - `1`: First realization.
31
+ - `N-0`: No noise.
32
+
33
+ Each pair of light curves is divided into five blocks before applying the gap procedure.
34
+
35
+ ---
36
+