vast

Variability Search Toolkit (VaST)

https://github.com/kirxkirx/vast

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.5%) to scientific vocabulary
Last synced: 6 months ago · JSON representation ·

Repository

Variability Search Toolkit (VaST)

Basic Info
Statistics
  • Stars: 17
  • Watchers: 3
  • Forks: 5
  • Open Issues: 3
  • Releases: 5
Created almost 7 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog Contributing License Citation

README.md

build_and_test_ubuntu build_and_test_macos build_freebsd circlci build test Version

VaST: A Software Tool for Finding Variable Objects

The Variability Search Toolkit (VaST) is a software tool that helps in finding variable objects in a series of astronomical images. VaST can process a series of CCD frames or digitized photographic plates that are taken with the same instrument using the same filter and saved in the FITS format. The input images may be shifted, rotated, or flipped with respect to each other, but they have to have the same scale (arcsec/pix) and overlap with each other by at least ~40%. It is not necessary to have World Coordinate System (WCS) information in the FITS image header for basic processing and light curve construction. However, VaST may need to plate-solve the images using the astrometry.net code if automated object identification is required. VaST relies on Source Extractor for source detection and photometry.

VaST is written in C (and partly in BASH scripting language) and is intended to work on Linux operating system. The latest versions of VaST have also been tested on macOS (with XQuartz and MacPorts or Homebrew) and FreeBSD. The most practical way to run VaST on Windows is through Linux installed in a VirtualBox.

To install VaST, clone this repository and type make. It will inform you of any missing packages. Generally, to compile VaST, you'll need gcc, g++, gfortran, X11 libraries, and optionally libpng. A more detailed description of the installation procedure for various systems and the code itself can be found at the project's homepage and in the VaST paper.

Bug reports and pull requests, as well as new feature suggestions, are warmly welcomed!

Owner

  • Name: Kirill Sokolovsky
  • Login: kirxkirx
  • Kind: user

Astronomy postdoc at UIUC

Citation (CITATION.bib)

% If you use results produced with VaST code in a publication,
% please cite the VaST paper:
% 
% Sokolovsky K. V. & Lebedev A. A. "VaST: A variability search toolkit"
% 2018, Astronomy and Computing, Volume 22, p. 28-47
% 
% https://ui.adsabs.harvard.edu/abs/2018A%26C....22...28S/abstract
% 

@ARTICLE{2018A&C....22...28S,
       author = {{Sokolovsky}, K.~V. and {Lebedev}, A.~A.},
        title = "{VaST: A variability search toolkit}",
      journal = {Astronomy and Computing},
     keywords = {Methods, Data analysis, Techniques, Photometric, Stars, Variables, Astrophysics - Instrumentation and Methods for Astrophysics, Astrophysics - Solar and Stellar Astrophysics},
         year = 2018,
        month = jan,
       volume = {22},
        pages = {28-47},
          doi = {10.1016/j.ascom.2017.12.001},
archivePrefix = {arXiv},
       eprint = {1702.07715},
 primaryClass = {astro-ph.IM},
       adsurl = {https://ui.adsabs.harvard.edu/abs/2018A&C....22...28S},
      adsnote = {Provided by the SAO/NASA Astrophysics Data System}
}

GitHub Events

Total
  • Watch event: 3
  • Push event: 238
  • Pull request event: 6
  • Fork event: 2
  • Create event: 2
Last Year
  • Watch event: 3
  • Push event: 238
  • Pull request event: 6
  • Fork event: 2
  • Create event: 2

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 0
  • Total pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 days
  • Total issue authors: 0
  • Total pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 1
  • Average time to close issues: N/A
  • Average time to close pull requests: 6 days
  • Issue authors: 0
  • Pull request authors: 1
  • Average comments per issue: 0
  • Average comments per pull request: 0.0
  • Merged pull requests: 1
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
  • fercananything (2)
  • GetSky (1)
Top Labels
Issue Labels
Pull Request Labels

Dependencies

.github/workflows/codeql-analysis.yml actions
  • actions/checkout v2 composite
  • github/codeql-action/analyze v1 composite
  • github/codeql-action/autobuild v1 composite
  • github/codeql-action/init v1 composite
.github/workflows/build_and_test_macos.yml actions
  • actions/checkout v3 composite
.github/workflows/build_and_test_ubuntu.yml actions
  • actions/checkout v3 composite
.github/workflows/build_only_freebsdvm.yml actions
  • actions/checkout v3 composite
  • vmactions/freebsd-vm v0 composite
src/sextractor-2.25.2_fix_disable_model_fitting/doc/requirements.txt pypi
  • sphinxcontrib-bibtex *
.github/workflows/build_only_macos_brew_and_macports.yml actions
  • actions/checkout v3 composite
util/comet_finder/requirements.txt pypi
  • numpy *
  • pandas *
  • skyfield *
src/zlib-1.3.1/contrib/dotzlib/DotZLib/DotZLib.csproj nuget
src/zlib-1.3.1/contrib/nuget/nuget.csproj nuget
.github/workflows/create_release_archive.yml actions
  • actions/checkout v4 composite
  • actions/create-release v1 composite
  • actions/upload-release-asset v1 composite