User Tools

Site Tools


aigis:top

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
aigis:top [2023/11/17 18:44] – [Sample data] Naru Hirataaigis:top [2023/11/17 19:44] (current) – [Reference] Naru Hirata
Line 10: Line 10:
 <HTML> <HTML>
 <ul> <ul>
-<li>Release 2023/01/15+<li>2023/11/17版
 <ul> <ul>
-<li>Mac: <a href="https://arcspace.jp/lib/exe/fetch.php?media=aigis:release:AiGIS_v20230115_mac.zip" +<li>Mac: <a href="https://arcspace.jp/lib/exe/fetch.php?media=aigis:release:AiGIS_v20231117_mac.zip" 
-onClick="gtag('event', 'AiGIS_v20230115_mac.zip');"> +onClick="gtag('event', 'AiGIS_v20231117_mac.zip');"> 
-AiGIS_v20230115_mac.zip+AiGIS_v20231117_mac.zip
 </a> </a>
-<li>Linux: <a href="https://arcspace.jp/lib/exe/fetch.php?media=aigis:release:AiGIS_v20230115_linux.zip" +<li>Linux: <a href="https://arcspace.jp/lib/exe/fetch.php?media=aigis:release:AiGIS_v20231117_linux.zip" 
-onClick="gtag('event', 'AiGIS_v20230115_linux.zip');"> +onClick="gtag('event', 'AiGIS_v20231117_linux.zip');"> 
-AiGIS_v20230115_linux.zip+AiGIS_v20231117_linux.zip
 </a> </a>
-<li>Windows: <a href="https://arcspace.jp/lib/exe/fetch.php?media=aigis:release:AiGIS_v20230115_win.zip" +<li>Windows: <a href="https://arcspace.jp/lib/exe/fetch.php?media=aigis:release:AiGIS_v20231117_win.zip" 
-onClick="gtag('event', 'AiGIS_v20230115_win.zip');"> +onClick="gtag('event', 'AiGIS_v20231117_win.zip');"> 
-AiGIS_v20230115_win.zip+AiGIS_v20231117_win.zip
 </a> </a>
-<li>JAR: <a href="https://arcspace.jp/lib/exe/fetch.php?media=aigis:release:AiGIS_v20230115_jar.zip" +<li>JAR: <a href="https://arcspace.jp/lib/exe/fetch.php?media=aigis:release:AiGIS_v20231117_jar.zip" 
-onClick="gtag('event', 'AiGIS_v20230115_jar.zip');"> +onClick="gtag('event', 'AiGIS_v20231117_jar.zip');"> 
-AiGIS_v20230115_jar.zip+AiGIS_v20231117_jar.zip
 </a> </a>
 </ul> </ul>
Line 33: Line 33:
  
 Please contact us to obtain the source code. Please contact us to obtain the source code.
-=== Release note: 2023/01/15 === 
  
-  Fix bugs relating shape model handling +=== Release note: 2023/11/17 === 
-  * Special note for macOS users: **This release is not compatible macOS 13 Ventura.** Also it has not yet been notarized by Apple.+ 
 +  Support multiple (3 or more) shape models 
 +  * Support macOS Ventura and Sonoma
  
 ==== Previous releases ==== ==== Previous releases ====
Line 48: Line 49:
     onClick="gtag('event', 'ryugu_sample.zip');">     onClick="gtag('event', 'ryugu_sample.zip');">
     Ryugu sample</a>     Ryugu sample</a>
 +<li><a href="https://arcspace.jp/lib/exe/fetch.php?media=aigis:data:Itokawa_Multi-Models_sample.zip"
 +    onClick="gtag('event', 'Itokawa_Multi-Models_sample.zip');">
 +    Itokawa multi-models sample (for v20231117)</a>
 <li><a href="https://arcspace.jp/lib/exe/fetch.php?media=aigis:data:itokawa_sample.zip" <li><a href="https://arcspace.jp/lib/exe/fetch.php?media=aigis:data:itokawa_sample.zip"
     onClick="gtag('event', 'itokawa_sample.zip');">     onClick="gtag('event', 'itokawa_sample.zip');">
Line 265: Line 269:
 ===== Data set structure ===== ===== Data set structure =====
  
-Minimum contents of the data set directory for AiGIS are as follows: * AiGIS_setting.txt * Shapemodel directory * MapData directory * MapDataHigh directory The Shapemodel directory is usually used to place shape models and gird data, but they can be placed outside this directory. Files in MapData and MapDataHigh directories are assumed and try to load as map data for the SHAPE and SHAPEHIGH models respectively.+Minimum contents of the data set directory for AiGIS are as follows: 
 +  * **AiGIS_setting.txt** 
 +  * **Shapemodel** directory 
 +  * **MapData** directory 
 +  * **MapDataHigh** directory 
 + 
 +The Shapemodel directory is usually used to place shape models and gird data, but they can be placed outside this directory. Files in MapData and MapDataHigh directories are assumed and try to load as map data for the SHAPE and SHAPEHIGH models respectively. 
 + 
 +If a data set have 3 or more shape models, these directories will be assessed to load map data for additional shape models: 
 +  * **MapData1** for the **SHAPE1** model 
 +  * **MapData2** for the **SHAPE2** model 
 +  * same for MapData3, 4, ... 
 +  * **MapDataHigh1** for the **SHAPEHIGH1** model 
 +  * **MapDataHigh2** for the **SHAPEHIGH2** model 
 +  * same for MapDataHigh3, 4, ... 
  
 ==== Items in AiGIS_setting.txt ==== ==== Items in AiGIS_setting.txt ====
Line 292: Line 311:
     * Path to **directory** containing image data and relating geometry information files     * Path to **directory** containing image data and relating geometry information files
  
 +If a data set have 3 or more shape models, the following KEYs can be used:
 +
 +  * SHAPE1, SHAPE2 ...
 +  * SHAPEHIGH1, SHAPEHIGH2 ...
 +
 +Keywords MAPDATA, MAPDATAHIGH, MAPDATADIR, MAPDATADIRHIGH and CHARTDATA can also be sequentially numbered for numbered shape models.
 +
 +The numbered two models (e.g. SHAPE1 and SHAPEHIGH1) will be paired for the CHANGEMODEL function.
 ===== History ===== ===== History =====
  
 +  * 2023/11/17
 +    * Support multiple (3 or more) shape models
 +    * Support macOS Ventura and Sonoma
 +  * 2023/01/15
 +    * Fix bugs relating shape model handling
   * 2019/11/11   * 2019/11/11
     * Support FITS image (including multibyte image)     * Support FITS image (including multibyte image)
Line 317: Line 349:
 ===== Reference ===== ===== Reference =====
  
-[[https://www.hou.usra.edu/meetings/lpsc2018/pdf/1849.pdf|Hirata N. et al. (2018) AiGIS: A 3D-GIS for Visualization of Map and Shape of Irregular-Shaped Small Bodies, LPS XLIX, Abstract #1849.]] [[https://www.lpi.usra.edu/meetings/lpsc2007/pdf/1521.pdf|Fujii Y. et al. (2007Visualization Tool for 3D GIS Data, LPS XXXVIII, Abstract #1521.]] [[https://www.lpi.usra.edu/meetings/lpsc2008/pdf/1584.pdf|Hirata N. et al. (2008A GIS-Oriented Analysis Tool for Irregular Shaped Bodies, LPS XXXIX, Abstract #1584.]] +  * [[https://www.hou.usra.edu/meetings/lpsc2018/pdf/1849.pdf|Hirata N. et al. (2018) AiGIS: A 3D-GIS for Visualization of Map and Shape of Irregular-Shaped Small Bodies, LPS XLIX, Abstract #1849.]] 
 +  * [[https://www.lpi.usra.edu/meetings/lpsc2008/pdf/1584.pdf|Hirata N. et al. (2008A GIS-Oriented Analysis Tool for Irregular Shaped Bodies, LPS XXXIX, Abstract #1584.]] 
 +  *  [[https://www.lpi.usra.edu/meetings/lpsc2007/pdf/1521.pdf|Fujii Y. et al. (2007Visualization Tool for 3D GIS Data, LPS XXXVIII, Abstract #1521.]]
 ===== Acknowledgements ===== ===== Acknowledgements =====
  
 AiGIS was originally developed as a research project by students at the University of Aizu.\\ AiGIS was originally developed as a research project by students at the University of Aizu.\\
-The project is supported by JSPS KAKENHI Grant Number 17K05639, "FY2017-19 Coordination Funds for Promoting AeroSpace Utilizaiton MEXT, Japan", and a collaborative research between [[http://jlpeda.jaxa.jp/index_e.html|JLPEDA/JAXA]] and the University of Aizu. Aizu Laboratory, Inc. supports development and maintenance of the software.+The project is/was supported by
 +  * JSPS KAKENHI Grant Number 17K05639, "FY2017-19 Coordination Funds for Promoting AeroSpace Utilizaiton MEXT, Japan" 
 +  * ARC-Spacethe University of Aizu, Distinctive Joint Research Center supported by MEXT Grant Number JPMXP0619217839/JPMXP0622717003/JPMXP0723830458. 
 +  * Collaborative research between [[http://jlpeda.jaxa.jp/index_e.html|JLPEDA/JAXA]] and the University of Aizu. 
 + 
 +[[https://www.aizulab.com|Aizu Laboratory, Inc.]] supports development and maintenance of the software.
  
aigis/top.1700214272.txt.gz · Last modified: 2023/11/17 18:44 by Naru Hirata