Skip to content

Commit

Permalink
here
Browse files Browse the repository at this point in the history
  • Loading branch information
untzag committed Aug 8, 2017
1 parent 6bb8b38 commit cc76288
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions WrightTools/datasets/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ def from_directory(self, dirname, prefix=''):


COLORS = DatasetContainer()
COLORS.from_files(os.path.join('COLORS', 'v0.2'), prefix='v0p2_')
COLORS.from_directory(os.path.join('COLORS', 'v2.1', 'MoS2 TrEE movie'), prefix='v2p1_')
COLORS.from_files(os.path.join(here, 'COLORS', 'v0.2'), prefix='v0p2_')
COLORS.from_directory(os.path.join(here, 'COLORS', 'v2.1', 'MoS2 TrEE movie'), prefix='v2p1_')

JASCO = DatasetContainer()
JASCO.from_files('JASCO')

KENT = DatasetContainer()
KENT.from_directory(os.path.join('KENT', 'LDS821 TRSF'))
KENT.from_directory(os.path.join('KENT', 'PbSe 2D delay A'))
KENT.from_directory(os.path.join('KENT', 'PbSe 2D delay B'))
KENT.from_directory(os.path.join(here, 'KENT', 'LDS821 TRSF'))
KENT.from_directory(os.path.join(here, 'KENT', 'PbSe 2D delay A'))
KENT.from_directory(os.path.join(here, 'KENT', 'PbSe 2D delay B'))


# --- pretty namespace ----------------------------------------------------------------------------
Expand Down

0 comments on commit cc76288

Please sign in to comment.