Skip to content

Commit

Permalink
Applying Zo’s fixes for accel align
Browse files Browse the repository at this point in the history
  • Loading branch information
abhimat committed Aug 4, 2023
1 parent da76afa commit fc1b717
Show file tree
Hide file tree
Showing 21 changed files with 1,809,404 additions and 2 deletions.
2 changes: 2 additions & 0 deletions kai/reduce/align.run
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Java align run with the following flags on: 2023.07.18 at 12:00:16 PDT
help
6 changes: 4 additions & 2 deletions kai/reduce/analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ def __init__(self, epoch, rootDir='/g/lu/data/orion/', filt='kp',

self.deblend = None

self.alignFlags = '-R 3 -v -p -a 0'
#self.alignFlags = '-R 3 -v -p -a 0'
self.alignFlags = '-R 3 -p -a 0'

self.numSubMaps = 3
self.minSubMaps = 3
Expand Down Expand Up @@ -689,7 +690,8 @@ def alignCombo(self):

# Make a named/labeled version
cmd = 'java -Xmx1024m align %s ' % (self.alignFlags)
cmd += '-N %s ' % self.labellist
#cmd += '-N %s ' % self.labellist
cmd += '-accel_file %s ' % self.labellist
if (self.orbitlist != None) and (self.orbitlist != ''):
cmd += '-o %s ' % self.orbitlist
cmd += '-r align%s%s_%3.1f_named ' % (self.imgSuffix, file_ext, self.corrMain)
Expand Down
Loading

0 comments on commit fc1b717

Please sign in to comment.