@@ -22,8 +22,8 @@ rule build_evt:
22
22
if int (wildcards ["period" ][1 :]) > 11
23
23
else get_pattern_tier (config , "ann" , check_in_cycle = False )
24
24
),
25
- par_files = lambda wildcards : ParsCatalog .get_par_file (
26
- hit_par_catalog , config , wildcards .timestamp , "hit"
25
+ par_files = lambda wildcards : hit_par_catalog .get_par_file (
26
+ config , wildcards .timestamp , "hit"
27
27
),
28
28
xtalk_matrix = lambda wildcards : get_input_par_file (
29
29
tier = "evt" , wildcards = wildcards , name = "xtc"
@@ -73,8 +73,8 @@ rule build_pet:
73
73
if int (wildcards ["period" ][1 :]) > 11
74
74
else get_pattern_tier (config , "pan" , check_in_cycle = False )
75
75
),
76
- par_files = lambda wildcards : ParsCatalog .get_par_file (
77
- pht_par_catalog , config , wildcards .timestamp , "pht"
76
+ par_files = lambda wildcards : pht_par_catalog .get_par_file (
77
+ config , wildcards .timestamp , "pht"
78
78
),
79
79
xtalk_matrix = lambda wildcards : get_input_par_file (
80
80
tier = "pet" , wildcards = wildcards , name = "xtc"
0 commit comments