vstar

VStar is a visualisation and analysis tool for variable star data brought to you by AAVSO

https://github.com/aavso/vstar

Science Score: 26.0%

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

  • 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 (14.1%) to scientific vocabulary

Keywords

creation data-sources fourier-analysis light-curves model observation-filtering period-analysis phase-plots time-frequency-analysis variable-stars
Last synced: 6 months ago · JSON representation

Repository

VStar is a visualisation and analysis tool for variable star data brought to you by AAVSO

Basic Info
Statistics
  • Stars: 11
  • Watchers: 8
  • Forks: 4
  • Open Issues: 101
  • Releases: 7
Topics
creation data-sources fourier-analysis light-curves model observation-filtering period-analysis phase-plots time-frequency-analysis variable-stars
Created almost 6 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License Citation

ReadMe.md

VStar Unit Tests Plug-in Unit Tests Snapshot release CodeQL ascl:1407.013

VStar

Introduction

VStar is a visualisation and analysis tool for variable star observation data developed in collaboration with the American Association of Variable Star Observers (http://www.aavso.org/) and the Citizen Sky project.

VStar can load observation data from files, URL-accessible data, or the AAVSO International Database, display interactive light curves and phase plots, and perform period analysis.

Plug-ins allow VStar's functionality to be extended.

Installation

In order to run VStar, you need to have version 1.8 or higher of the Java runtime installed on your computer. For more, see:

Releases for Windows, Mac OS X and Linux (or other Unix variants or bash shells) are available: https://github.com/AAVSO/VStar/releases

Mac OS X

Open vstar-mac.dmg and copy the VStar application to a location of your choice, along with the Extras folder if desired.

Windows

Extract vstar-win.zip to a location of your choice or run the installer by first extracting VStarWinSetup-x.y.z.zip.

Linux or other environments in which a bash shell can be used

Extract vstar-bash.zip to a location of your choice.

Running VStar

VStar can be launched by one of the following methods: * Mac OS X: double-clicking the VStar launcher application. * Windows: double-clicking the VStar.exe launcher application. See https://github.com/AAVSO/VStar/wiki/Installation-Recipes for more details. * Linux (or other Unix variants or bash shells): running the VStar.sh shell script.

For more information about installing and running VStar for each operating system or environment, see https://github.com/AAVSO/VStar/wiki/Installation-Recipes

Opening a data file in VStar

If you downloaded a VStar distribution, you will find a data directory containing sample variable star data files mostly taken from the AAVSO International Database. These example data files are also available here:

https://github.com/AAVSO/VStar/tree/master/data

To open a data file in VStar:

  1. Select New Star from File... from the File menu.
  2. Navigate to the data directory via the file dialog.
  3. Choose a file, e.g. eps_aur_2445000.csv.

For more complete documentation, see the VStar User Manual.

Building from source

The file build.xml is an Ant file used for building a VStar distribution jar file from source. This is not necessary if you just want to run VStar. Ant can be downloaded from http://ant.apache.org/ and 1.7.0 or higher is assumed. Type ant -p to see the options.

The src directory contains the Java source code for VStar.

The most recent version of the source code may be obtained from the VStar GitHub repository at https://github.com/AAVSO/VStar

The file extlib/ReadMe.txt details additional Java libraries that are required (and should already be present as part of this distribution) to build and run VStar.

Testing

The test directory contains unit tests. For testing, JUnit 3.8.2 is assumed (http://www.junit.org). See also extlib/ReadMe.txt for more about testing libraries.

Licensing

VStar is licensed under the GNU Affero General Public License, version 3. See doc/license or http://www.gnu.org/licenses/agpl-3.0-standalone.html for details.

For licensing and links to source code for the external libraries used by VStar see the included extlib/ReadMe.txt file.

Owner

  • Name: AAVSO
  • Login: AAVSO
  • Kind: organization
  • Email: webmaster@aavso.org

Astronomy NonProfit connecting backyard observers and professional astronomers.

GitHub Events

Total
  • Create event: 39
  • Release event: 4
  • Issues event: 66
  • Watch event: 2
  • Delete event: 35
  • Issue comment event: 163
  • Push event: 165
  • Pull request review comment event: 8
  • Gollum event: 81
  • Pull request review event: 29
  • Pull request event: 56
Last Year
  • Create event: 39
  • Release event: 4
  • Issues event: 66
  • Watch event: 2
  • Delete event: 35
  • Issue comment event: 163
  • Push event: 165
  • Pull request review comment event: 8
  • Gollum event: 81
  • Pull request review event: 29
  • Pull request event: 56

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 35
  • Total pull requests: 23
  • Average time to close issues: 5 months
  • Average time to close pull requests: 8 days
  • Total issue authors: 2
  • Total pull request authors: 2
  • Average comments per issue: 0.71
  • Average comments per pull request: 3.0
  • Merged pull requests: 15
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 34
  • Pull requests: 23
  • Average time to close issues: 26 days
  • Average time to close pull requests: 8 days
  • Issue authors: 2
  • Pull request authors: 2
  • Average comments per issue: 0.59
  • Average comments per pull request: 3.0
  • Merged pull requests: 15
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • dbenn (45)
  • mpyat2 (21)
  • stewi2 (1)
Pull Request Authors
  • dbenn (34)
  • mpyat2 (19)
Top Labels
Issue Labels
bug (20) plug-in (18) VeLa (17) enhancement (15) UI (10) UT (2) documentation (1) build (1) infrastructure (1) question (1)
Pull Request Labels
bug (17) enhancement (16) plug-in (13) VeLa (9) UI (6) infrastructure (2) security (2) UT (2) documentation (1) build (1) clean up (1)

Dependencies

.github/workflows/plugin-UT.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v1 composite
.github/workflows/vstar-UT.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v1 composite
.github/workflows/daily-release.yml actions
  • actions/checkout v2 composite
  • actions/setup-java v1 composite
  • pyTooling/Actions/releaser r0 composite
.github/workflows/codeql.yml actions
  • actions/checkout v4 composite
  • github/codeql-action/analyze v3 composite
  • github/codeql-action/init v3 composite