Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions imaging_ci/cosmics/simulators/data_1_no_ci_or_cti.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,3 @@
)
for imaging_ci, norm in zip(imaging_ci_list, norm_list)
]

"""
Finished.
"""
4 changes: 0 additions & 4 deletions imaging_ci/cosmics/simulators/data_2_cti_no_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,3 @@
)
for imaging_ci, norm in zip(imaging_ci_list, norm_list)
]

"""
Finished.
"""
4 changes: 0 additions & 4 deletions imaging_ci/cosmics/simulators/data_3_with_ci.py
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,3 @@
)
for imaging_ci, norm in zip(imaging_ci_list, norm_list)
]

"""
Finished.
"""
4 changes: 0 additions & 4 deletions imaging_ci/cosmics/simulators/simulate.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,3 @@
)
for imaging_ci in imaging_ci_list
]

"""
Finished.
"""
4 changes: 0 additions & 4 deletions imaging_ci/profiling/add_cti/parallel_x3.py
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,3 @@


print(np.max(np.abs(image_slow - image_fast)))

"""
Finished.
"""
4 changes: 0 additions & 4 deletions imaging_ci/profiling/add_cti/parallel_x3_serial_x3.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,3 @@
#
#
# print(np.max(np.abs(image_slow - image_fast)))

"""
Finished.
"""
4 changes: 0 additions & 4 deletions imaging_ci/profiling/add_cti/serial_x3.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,3 @@
print(f"Clocking Time = {(time.time() - start)}")

print(np.max(np.abs(image_slow - image_fast)))

"""
Finished.
"""
3 changes: 0 additions & 3 deletions imaging_ci/profiling/likelihood/parallel_x3.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,3 @@
time_fast = (time.time() - start) / repeats

print(f"LH Evaluation Time Parallel = {time_fast}")
"""
Finished.
"""
3 changes: 0 additions & 3 deletions imaging_ci/profiling/likelihood/parallel_x3__require.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,3 @@
time_fast = (time.time() - start) / repeats

print(f"LH Evaluation Time Parallel (Fast Mode) = {time_fast}")
"""
Finished.
"""
3 changes: 0 additions & 3 deletions imaging_ci/profiling/likelihood/parallel_x3_serial_x3.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,3 @@
# time_fast = (time.time() - start) / repeats
#
# print(f"LH Evaluation Time Fast Mode = {time_fast}")
"""
Finished.
"""
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,3 @@
# time_fast = (time.time() - start) / repeats
#
# print(f"LH Evaluation Time Fast Mode = {time_fast}")
"""
Finished.
"""
3 changes: 0 additions & 3 deletions imaging_ci/profiling/likelihood/serial_x3.py
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,3 @@
time_fast = (time.time() - start) / repeats

print(f"LH Evaluation Time Serial = {time_fast}")
"""
Finished.
"""
4 changes: 0 additions & 4 deletions imaging_ci/profiling/pruning/parallel_x1.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,3 @@
print(
f"Times (Pruning / Negative Pruning / No Pruning) = {pruning_time} | {negative_pruning_time} | {no_pruning_time}"
)

"""
Finished.
"""
4 changes: 0 additions & 4 deletions imaging_ci/profiling/pruning/parallel_x3.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,3 @@
print(
f"Times (Pruning / Negative Pruning / No Pruning) = {pruning_time} | {negative_pruning_time} | {no_pruning_time}"
)

"""
Finished.
"""
4 changes: 0 additions & 4 deletions imaging_ci/profiling/pruning/serial_x1.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,3 @@
no_pruning_time = time.time() - start

print(f"Times (Pruning / No Pruning) = {pruning_time} | {no_pruning_time}")

"""
Finished.
"""
5 changes: 0 additions & 5 deletions imaging_ci/simulators/non_uniform/parallel_x3.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,3 @@

with open(fit_file, "w") as f:
json.dump(log_likelihood_list, f)


"""
Finished.
"""
4 changes: 0 additions & 4 deletions imaging_ci/simulators/non_uniform/serial_x3.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,3 @@

with open(fit_file, "w") as f:
json.dump(log_likelihood_list, f)

"""
Finished.
"""
5 changes: 0 additions & 5 deletions imaging_ci/simulators/uniform/parallel_x1.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,3 @@

with open(fit_file, "w") as f:
json.dump(log_likelihood_list, f)


"""
Finished.
"""
5 changes: 0 additions & 5 deletions imaging_ci/simulators/uniform/parallel_x3.py
Original file line number Diff line number Diff line change
Expand Up @@ -203,8 +203,3 @@

with open(fit_file, "w") as f:
json.dump(log_likelihood_list, f)


"""
Finished.
"""
4 changes: 0 additions & 4 deletions imaging_ci/simulators/uniform/serial_x1.py
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,3 @@

with open(fit_file, "w") as f:
json.dump(log_likelihood_list, f)

"""
Finished.
"""
4 changes: 0 additions & 4 deletions imaging_ci/simulators/uniform/serial_x3.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,3 @@

with open(fit_file, "w") as f:
json.dump(log_likelihood_list, f)

"""
Finished.
"""
4 changes: 0 additions & 4 deletions legacy/temporal/simulator.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,3 @@
"""
cti.output_to_json(file_path=path.join(dataset_output_path, "cti.json"))
clocker.output_to_json(file_path=path.join(dataset_output_path, "clocker.json"))

"""
Finished.
"""
4 changes: 0 additions & 4 deletions legacy/validation/no_cti_1d.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,3 @@
instance.cti.trap_list[0].density = 5.0

print(f"Likelihood Density 5.0: {analysis.log_likelihood_function(instance=instance)}")

"""
Finished.
"""
4 changes: 0 additions & 4 deletions legacy/validation/no_cti_2d.py
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,3 @@
instance.cti.parallel_trap_list[0].density = 5.0

print(analysis.log_likelihood_function(instance=instance))

"""
Finished.
"""
3 changes: 0 additions & 3 deletions legacy/validation/parallel_x1.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,3 @@
instance.cti.trap_list[0].density = 5.0

print(f"Likelihood Density 5.0: {analysis.log_likelihood_function(instance=instance)}")
"""
Finished.
"""
4 changes: 0 additions & 4 deletions legacy/validation/simulators/no_cti.py
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,3 @@
)
for imaging_ci, norm in zip(imaging_ci_list, norm_list)
]

"""
Finished.
"""
4 changes: 0 additions & 4 deletions legacy/validation/simulators/parallel_x1.py
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,3 @@
"""
cti.output_to_json(file_path=path.join(dataset_path, "cti.json"))
clocker.output_to_json(file_path=path.join(dataset_path, "clocker.json"))

"""
Finished.
"""
Loading