@@ -158,34 +158,34 @@ def build_table(t0, t1, cfg, seq, cmds, state, platform):
158158# dictionary goes dict[elevation][sun_keepout]
159159schedule_files = {
160160 50 : {
161- 45 : os .path .join (schedule_base_dir , '20250625_d-40,-10_e50_t40_s0.5,0.8_a45_j2025-06-15T12:00+00:00_n365.txt' ),
162- 49 : os .path .join (schedule_base_dir , '20250625_d-40,-10_e50_t40_s0.5,0.8_a49_j2025-06-15T12:00+00:00_n365.txt' ),
161+ 45 : os .path .join (schedule_base_dir , 'SAT-scan-schedules/ 20250625_d-40,-10_e50_t40_s0.5,0.8_a45_j2025-06-15T12:00+00:00_n365.txt' ),
162+ 49 : os .path .join (schedule_base_dir , 'SAT-scan-schedules/ 20250625_d-40,-10_e50_t40_s0.5,0.8_a49_j2025-06-15T12:00+00:00_n365.txt' ),
163163 },
164164 60 : {
165- 45 : os .path .join (schedule_base_dir , '20250625_d-40,-10_e60_t40_s0.5,0.8_a45_j2025-06-15T12:00+00:00_n365.txt' ),
166- 49 : os .path .join (schedule_base_dir , '20250625_d-40,-10_e60_t40_s0.5,0.8_a49_j2025-06-15T12:00+00:00_n365.txt' ),
165+ 45 : os .path .join (schedule_base_dir , 'SAT-scan-schedules/ 20250625_d-40,-10_e60_t40_s0.5,0.8_a45_j2025-06-15T12:00+00:00_n365.txt' ),
166+ 49 : os .path .join (schedule_base_dir , 'SAT-scan-schedules/ 20250625_d-40,-10_e60_t40_s0.5,0.8_a49_j2025-06-15T12:00+00:00_n365.txt' ),
167167 }
168168}
169169
170170cal_files = {
171171 50 : {
172- 45 : os .path .join (schedule_base_dir , '20250625_d-40,-10_e60_t40_s0.5,0.8_a45_j2025-06-15T12:00+00:00_n365_planets.txt' ),
173- 49 : os .path .join (schedule_base_dir , '20250625_d-40,-10_e60_t40_s0.5,0.8_a49_j2025-06-15T12:00+00:00_n365_planets.txt' ),
172+ 45 : os .path .join (schedule_base_dir , 'SAT-scan-schedules/ 20250625_d-40,-10_e60_t40_s0.5,0.8_a45_j2025-06-15T12:00+00:00_n365_planets.txt' ),
173+ 49 : os .path .join (schedule_base_dir , 'SAT-scan-schedules/ 20250625_d-40,-10_e60_t40_s0.5,0.8_a49_j2025-06-15T12:00+00:00_n365_planets.txt' ),
174174 },
175175 60 : {
176- 45 : os .path .join (schedule_base_dir , '20250411_satp1_planets_d-40,-10_e60_s0.5,0.8_a45_j2025-02-15T12 :00+00:00_n365 .txt' ),
177- 49 : os .path .join (schedule_base_dir , '20250411_satp3_planets_d-40,-10_e60_s0.5,0.8_a49_j2025-02-15T12:00+00:00_n365 .txt' ),
176+ 45 : os .path .join (schedule_base_dir , 'SAT-scan-schedules/with_wafers/2025-07-30T00 :00:00 +00:00_2025-10-30T00:00:00+00:00_satp1_e60_a41_merged .txt' ),
177+ 49 : os .path .join (schedule_base_dir , 'SAT-scan-schedules/with_wafers/20250625_satp3_e60_a49_planets .txt' ),
178178 }
179179}
180180
181181wiregrid_files = {
182182 50 : {
183- 45 : os .path .join (schedule_base_dir , '20250625_d-40,-10_e50_t40_s0.5,0.8_a45_j2025-06-15T12:00+00:00_n365_wiregrid.txt' ),
184- 49 : os .path .join (schedule_base_dir , '20250625_d-40,-10_e50_t40_s0.5,0.8_a49_j2025-06-15T12:00+00:00_n365_wiregrid.txt' ),
183+ 45 : os .path .join (schedule_base_dir , 'SAT-scan-schedules/ 20250625_d-40,-10_e50_t40_s0.5,0.8_a45_j2025-06-15T12:00+00:00_n365_wiregrid.txt' ),
184+ 49 : os .path .join (schedule_base_dir , 'SAT-scan-schedules/ 20250625_d-40,-10_e50_t40_s0.5,0.8_a49_j2025-06-15T12:00+00:00_n365_wiregrid.txt' ),
185185 },
186186 60 : {
187- 45 : os .path .join (schedule_base_dir , '20250625_d-40,-10_e60_t40_s0.5,0.8_a45_j2025-06-15T12:00+00:00_n365_wiregrid.txt' ),
188- 49 : os .path .join (schedule_base_dir , '20250625_d-40,-10_e60_t40_s0.5,0.8_a49_j2025-06-15T12:00+00:00_n365_wiregrid.txt' ),
187+ 45 : os .path .join (schedule_base_dir , 'SAT-scan-schedules/ 20250625_d-40,-10_e60_t40_s0.5,0.8_a45_j2025-06-15T12:00+00:00_n365_wiregrid.txt' ),
188+ 49 : os .path .join (schedule_base_dir , 'SAT-scan-schedules/ 20250625_d-40,-10_e60_t40_s0.5,0.8_a49_j2025-06-15T12:00+00:00_n365_wiregrid.txt' ),
189189 }
190190}
191191
0 commit comments