Commit 2064a67c authored by BO ZHANG's avatar BO ZHANG 🏀
Browse files

added dir_pcref in nr

parent aa8731be
......@@ -22,11 +22,12 @@ class CsstMscNamingRules:
"""
def __init__(self, ver_sim="C5.1", dir_l0="", dir_l1="", force_all_ccds=False):
def __init__(self, ver_sim="C5.1", dir_l0="", dir_l1="", dir_pcref="", force_all_ccds=False):
assert ver_sim in VER_SIMS
self.dir_l0 = dir_l0
self.dir_l1 = dir_l1
self.dir_pcref = dir_pcref
self.ver_sim = ver_sim
print("globbing files ... ", end="")
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment