Skip to content

Implement proper motion #1140

@nicholasjannsen

Description

@nicholasjannsen

I open this issue on behalf of Magali as she pointed it out.

Since the PIC (>= 2.1.0.1) now only include proper motion estimates (at least for tPIC stars), it was raised if it would be possible to implement the proper motion of stars.

This could implemented as an extra file input with the columns (time [s], pmRA [deg], pmDec [deg]) which simply updates the previous exposure (RA(t+1), Dec(t+1)) value for each star. To be consistent with the way PlatoSim defined multiple variable source files injected into a field of stars, we should define a properMotionFile.txt being equivalent to a variableSourceFile.txt and for each source in the catalogue (requested a proper motion change (since one would probably only add this to stars with a high proper motion), we define a file for each source with the columns (time [s], pmRA [deg], pmDec [deg]). The good thing about proper motions is that we do not need to save a 2-yr duration and 25-s cadence file (of typically ~300Mb storage), we just need to define two time points and PlatoSim can make a linear interpolation between the two proper motion points.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions