Skip to content

Commit

Permalink
Improvement for u_290 by Han, rigorous star filter method
Browse files Browse the repository at this point in the history
  • Loading branch information
pchev committed Jan 1, 2021
1 parent 6cb1edf commit 43a300f
Show file tree
Hide file tree
Showing 2 changed files with 2,233 additions and 50 deletions.
2 changes: 1 addition & 1 deletion skychart/cu_catalog.pas
Expand Up @@ -6146,7 +6146,7 @@ function Tcatalog.LongLabelGreek(txt: string): string;
if Is290Path(slash(cfgcat.StarCatPath[hn290 - BaseStar])) then begin
u_290.RA_290 := deg2rad * 15 * skylibcat.arcentre;
u_290.DE_290 := deg2rad * skylibcat.decentre;
u_290.FOV_290 := 1.5 * deg2rad * max(1,skylibcat.fov);
u_290.FOV_290 := deg2rad * max(1,skylibcat.fov);
if cfgshr.StarFilter then
u_290.maxmag := round(10 * cfgcat.StarMagMax)
else
Expand Down

0 comments on commit 43a300f

Please sign in to comment.