Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/worldwidetelescope/pinpoint-wcs2
Refreshed version of the PinpointWCS Qt program
https://github.com/worldwidetelescope/pinpoint-wcs2
Last synced: about 1 month ago
JSON representation
Refreshed version of the PinpointWCS Qt program
- Host: GitHub
- URL: https://github.com/worldwidetelescope/pinpoint-wcs2
- Owner: WorldWideTelescope
- Created: 2024-07-08T16:48:28.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-08T19:28:37.000Z (6 months ago)
- Last Synced: 2024-07-09T00:25:20.073Z (6 months ago)
- Language: C++
- Size: 1.12 MB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PinpointWCS
## Building
We now use CMake. My personal CMake command:
```
cmake \
-DCFITSIO_INCLUDE_DIR=/a/dasch/pfx/include -DCFITSIO_LIBRARY=/a/dasch/pfx/lib/libcfitsio.a \
-DLIBWCS_INCLUDE_DIR=/a/dasch/pfx/include -DLIBWCS_LIBRARY=/a/dasch/pfx/lib/libwcs.a \
-DEIGEN3_INCLUDE_DIR=/a/include/eigen3 \
-DXPA_INCLUDE_DIR=/a/include -DXPA_LIBRARY=/a/lib/libxpa.a
```Dependencies:
- [Qt 5](https://doc.qt.io/qt-5/)
- [expat](https://libexpat.github.io/)
- [libwcs](http://tdc-www.harvard.edu/wcstools/subroutines/libwcs.wcs.html) from [wcstools](http://tdc-www.harvard.edu/wcstools/)
- [cfitsio](https://heasarc.gsfc.nasa.gov/fitsio/)
- [Eigen 3](https://eigen.tuxfamily.org/)
- [XPA](https://github.com/ericmandel/xpa)
- [zlib](http://www.zlib.net/)
- We vendor in the [Adobe XMP Toolkit
SDK](https://github.com/adobe/XMP-Toolkit-SDK/)