Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mommermi committed Dec 9, 2018
1 parent 551ac2d commit 3653061
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
10 changes: 1 addition & 9 deletions diagnostics.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def frame_table(self, filenames, obsparam):
float(header[obsparam['exptime']]),
obsparam['secpix'][0],
obsparam['secpix'][1],
binning[0], binning[1],
int(binning[0]), int(binning[1]),
float(header[obsparam['extent'][0]]) *
obsparam['secpix'][0]*binning[0]/60.,
float(header[obsparam['extent'][1]]) *
Expand Down Expand Up @@ -342,14 +342,6 @@ def add_index(self, filenames, datadirectory, obsparam):
translated_filtername = obsparam['filter_translations'][
refheader[obsparam['filter']]]

print(self.function_tag,
datadirectory,
obsparam['telescope_instrument'],
len(filenames),
raw_filtername,
translated_filtername,
os.path.join(datadirectory, 'LOG'))

html = ("{:s}\n<H1>Photometry Pipeline Diagnostic Output</H1>\n"
"<TABLE CLASS=\"gridtable\">\n"
" <TR><TH>Data Directory</TH><TD>{:s}</TD></TR>\n"
Expand Down
1 change: 1 addition & 0 deletions setup/telescopes.py
Original file line number Diff line number Diff line change
Expand Up @@ -3598,6 +3598,7 @@
# PP telescope keyword
instrument_identifiers = {'= "Vatt4k"': 'VATT4K',
'LMI': 'DCTLMI',
'lmi': 'DCTLMI',
'arctic': 'ARC35ARCTIC',
'agile': 'ARC35AGILE',
'IMACS Long-Camera': 'MAGIMACS',
Expand Down

0 comments on commit 3653061

Please sign in to comment.