Skip to content

Commit d0c60fa

Browse files
committed
Comment out sky_pos in SlitlessSpec photon operator
1 parent 8887a3f commit d0c60fa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

roman_imsim/photonOps.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,8 @@ class SlitlessSpecBuilder(PhotonOpBuilder):
138138
def buildPhotonOp(self, config, base, logger):
139139
req, opt, single, takes_rng = get_cls_params(SlitlessSpec)
140140
kwargs, safe = GetAllParams(config, base, req, opt, single)
141-
if 'sky_pos' in base:
142-
kwargs['obj_coord'] = base['sky_pos']
141+
#if 'sky_pos' in base:
142+
# kwargs['obj_coord'] = base['sky_pos']
143143
return SlitlessSpec(**kwargs)
144144

145145
RegisterPhotonOpType('SlitlessSpec', SlitlessSpecBuilder())

0 commit comments

Comments
 (0)