Skip to content

Commit

Permalink
Upgrade ACQ recipe (fixes guaix-ucm#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiopasra committed Mar 20, 2019
1 parent 14501d2 commit 9e80b91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emirdrp/recipes/acquisition/maskcheck.py
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ def load_csu_conf(self, hdulist, bars_nominal_positions):

self.logger.debug('create bar model')
barmodel = csuconf.create_bar_models(bars_nominal_positions)
csu_conf = csuconf.read_csu_2(hdr, barmodel)
csu_conf = csuconf.read_csu_3(hdr, barmodel)

if self.intermediate_results:
# FIXME: coordinates are in VIRT pixels
Expand Down

0 comments on commit 9e80b91

Please sign in to comment.