Skip to content
GitLab
    • GitLab: the DevOps platform
    • Explore GitLab
    • Install GitLab
    • How GitLab compares
    • Get started
    • GitLab docs
    • GitLab Learn
  • Pricing
  • Talk to an expert
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
    • Switch to GitLab Next
    Projects Groups Topics Snippets
  • Register
  • Sign in
  • Siril Siril
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
    • Locked files
  • Issues 122
    • Issues 122
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • FA
  • SirilSiril
  • Merge requests
  • !381

Comparison stars list for light curve process

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Fred DJN requested to merge FRed_Shift/siril:comp_stars into master Dec 21, 2022
  • Overview 101
  • Commits 116
  • Pipelines 133
  • Changes 50

This MR is the following part of !376 (merged)

The goal is to create the necessary comparison stars list, under the form of a .csv file (NINA-style).

It can be used in two ways:

  • CLI style

1 - open a sequence and plate solve the current image

2 - select the variable star with the command catsearch (allows Siril to get basic data such as Vmag and Bmag of the V star). (This was the goal of the previous MR).

3 - get the list of stars from the APASS catalogue with the command starsget

4 - sort the stars (command starssort) by magnitude and BV (2 criterias) to match the target magnitude and B-V as close as possible while keeping a 5-10 stars

5 - check the result (command starswrite) in the console

  • GUI style

1 - open a sequence and plate solve the current image

2 - select the variable star with Search (ctrl+alt+/)

3 - in the Plot tab, a new button appeared. Clicking will automatically get the stars from the APASS catalogue, sort them with predefined parameters and display the result. This is the lazy method. The result can (must) be refined with the previous commands.

After that, a .csv file will by created, ready to be used in the "NINA Exoplanet" process.

As a result (and for illustration only, as the max number of ref stars has been intentionally released), here is the view after Light curve process,

with -N(arrow) option:

Capture_d_écran_2022-12-23_115117

and with -W(ide) option:

Capture_d_écran_2022-12-23_120050

and a light curve (of a poor session) with use of the générated csv file :

Siril

The csv file including additional information is in the form:

#Sorted comparison stars for HD 189733 from APASS according to custom criterias
#delta_Vmag= 4.00, delta_BV = 0.40
Type,Name(recno),HFR,xPos,yPos,AvgBright,MaxBright,Background,Ra,Dec
Target,HD 189733,,,,,,,300.182137,22.710854
Comp1,10481212,,,,,,,300.212103,22.626746
Comp1,10547490,,,,,,,300.200651,22.803436
Comp1,10481826,,,,,,,300.098040,22.650792 ````
Edited Dec 24, 2022 by Fred DJN
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: comp_stars