## AiGIS_setting.txt
# AiGIS Data folder should contain a file with this name
# A line starting '#' is treated as comments

## Shape model data
SHAPE = Shapemodel/Itokawa_49152.obj

# Set CHANGEMODEL as FALSE to keep resolution of the displayed model as you selected.
# CHANGEMODEL = FALSE
CHANGEMODEL = TRUE

## Grid data
## GRIDR and GRIDR are mandatory.
GRIDR = Shapemodel/Itokawa_grid_red.txt
GRIDW = Shapemodel/Itokawa_grid_white.txt
GRID = Sample_General3DObject

## Map data
# Data in MapData and MapDataHigh will be loaded by default

## Graph map data
# Currently, only one pair of a Graph map data/CHARTDATA and a corresponding
# MAPDATA is accepted.
MAPDATA = nirs_spcmap_051116/nirs_spcmap_051116_count.txt
CHARTDATA = nirs_spcmap_051116/nirs_spcmap_051116.txt

#MAPDATA = TimeLineGraphMap/TimeLineMap_SingleX.txt
#CHARTDATA = TimeLineGraphMap/TimeLinePlotData_SingleX.txt
#MAPDATA = TimeLineGraphMap/TimeLineMap_MultiX.txt
#CHARTDATA = TimeLineGraphMap/TimeLinePlotData_MultiX.txt

## README when you modify this file
# Path to another file will be treated as relative path from the folder
# Settings in the file should be described in KEY = VALUE style
# Duplication of KEYs in different lines is not allowed
# Multiple VALUES can be assigned in the following format
# KEY = VALUE1,VALUE2,VALUE3
#
## Shape model data
# AiGIS can load Two different model files, it assume a pair of low and high-res files
# SHAPE: low-res file
# SHAPEHIGH: high-res file (Can be omitted if you have a single shape model)
# You also can assign two different models to be compared
# 
## Grid data
# Currently SHAPE and SHAPEHIGH models share the same lat/lon grid files
#
## Map data
# Data in MapData and MapDataHigh will be loaded by default
# MAPDATA keyword can be used when you have additional data
#
## Graph map data
# Error will be occured when a Graph map data doesn't have an associated Map data (See README.md)

## Mandatory directories.
# MapData
# MapDataHigh
# Shapemodel