Skip to content

Commit

Permalink
Merge pull request #680 from ut-issl/feature/add-star-catalogue
Browse files Browse the repository at this point in the history
Add star_catalogue settings
  • Loading branch information
200km authored Aug 25, 2024
2 parents c6602a7 + 817965a commit 409652e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/Common/download_HIPcatalogue.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
cd `dirname $0`

#set variables
DIR_TMP=../../../ExtLibraries/tmp_hipcatalogue/
DIR_HIPCATALOGUE=../../../ExtLibraries/HipparcosCatalogue/
DIR_TMP=./tmp_hipcatalogue/
DIR_HIPCATALOGUE=../../settings/environment/star_catalogue/

mkdir -p $DIR_TMP
mkdir -p $DIR_HIPCATALOGUE
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion settings/sample_simulation_base.ini
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ bsp = INI_FILE_DIR_FROM_EXE/environment/cspice/generic_kernels/spk/planets/de43


[HIPPARCOS_CATALOGUE]
catalogue_file_path = EXT_LIB_DIR_FROM_EXE/HipparcosCatalogue/hip_main.csv
catalogue_file_path = INI_FILE_DIR_FROM_EXE/environment/star_catalogue/hip_main.csv
max_magnitude = 3.0 // Max magnitude to read from Hip catalog
calculation = DISABLE
logging = DISABLE
Expand Down

0 comments on commit 409652e

Please sign in to comment.