ADAM is a program for 3D shape reconstruction of asteroids from disk-resolved observations. Current version supports lightcurves, albedo variegation, adaptive optics, occultations, and range-Doppler radar images. Raw images are used directly, boundary extraction is not required. Source code for thermal modelling is also included, but not currently integrated into main program.
- KissFFT (https://sourceforge.net/projects/kissfft)
- Iniparser (https://github.com/ndevilla/iniparser)
- Wcstools (http://tdc-www.harvard.edu/wcstools)
- Lapacke
- Lapack
- Blas
- Cblas
KissFFT, Iniparser and Wcstools folders are included for convenience; they come with their own licenses.
- Build Iniparser
- Build Wcstools
- Change Makefile to reflect installed libraries, i.e. change reflapacke, reflapack, atlas and atlcbas.
- make adam
This program has been tested on Linux with gcc 5.3.
ADAM uses ini files to process data. For an example of asteroid Hertha, 135_oct.ini and 135_subdiv.ini (usage: ./adam 135_oct.ini). For all the available config options and short descriptions, see the file Adam.ini. Adam.pdf contains some useful tips. For theoretical background, read Shape reconstruction from generalized projections.
This software is licensed under CC Attribution 4.0 international License.
If you use ADAM in your research, please cite Viikinkoski, M; Kaasalainen, M.; Durech, J.: ADAM: a general method for using various data types in asteroid reconstruction, A&A Vol 576, 2015.
Bug reports, data, feature suggestions and comments are welcome.
Matti Viikinkoski ([email protected])
- Added support for occultation chord offsets
- Added support for optimizing occultation chord offsets
- Added support for calibrated lightcurves
- Support for albedo variegation
- Documentation expanded
- Utility program (make thermal) to calculate temperature distribution of an asteroid using FFT. Shadowing effects are taken into account.
- Makefile for the intel compiler. ICC produces considerably faster code than the GCC.
- Occultations: Improved handling of negative chords
- Python and Matlab utilities for displaying shapes and plotting projections and occultations. See Readme in the Utils directory.
- Support for the Hapke scattering law
- Stability of the subdivision surface fitting is slightly improved
- Some minor tweaks and fixes
- Support for sparse photometry (See 135_subdiv_sparse.ini)
- Weighting of individual lightcurves
- Support for contour(full or sparse) fitting, see contour.ini for an example
- Support for Center-of-Mass regularization (Set COMWeight= in [Optimization])
- Support for hard thresholding AO data (Set SetZero=20 in [AO?] to zero all the pixels that are smaller than 0.2*max value)
- A matlab gui for viewing ADAM reconstructed shapes (See install and usage.txt in Utils/matlab/adam_gui)
- Some minor bugfixes
- Support for fitting AO albedo [FitAOAlbedo=1 in [Optimization], FitAlbedo=1 in [LC], remember to set AlbedoFile= for output]
- Inertia regularization [set INERWeight=? in [Optimization]]
- Butterfly subdivision
- Bugfixes and some minor improvements
- Rewritten albedo code