Issues.00189 - lordmundi/wikidoctest GitHub Wiki
Summary: star adjustment capability and image based stars
Created: 2009–09–11 20:33
Status: Released
Category: Request
From: frankie
Version: 2.0
Released_In: 2.1
Description:
since brightness levels vary greatly between different displays, people will need some way to specify how many of the brightest stars to draw, and how to represent them on the screen.
this request is for a capability to specify to a star plugin how many of the brightest stars in the catalog to render, and then from that list of stars scale between the following:
- a specified greyscale color and pixel size that will represent the least bright star of the number being rendered.
- a specified greyscale color and pixel size that will represent the brightest star of the number being rendered.
bonus points for being able to adjust colors, sizes, and number of stars in realtime via the star node.. but this is not required.
brad Sep 14 2009, at 12:45 PM: This has been implemented and added in the latest build, it now includes a Tcl command interface for setting/getting the various parameters! New command_line/Tcl parameters include -min_col <0.0 to 1.0> -max_col <0.0 to 1.0> -min_size <0.0 to X> -max_size <0.0 to X> -max_stars <0 to X>
frankie September 14, 2009, at 04:24 PM: For documentation on the star adjustment capability, see this howto page
frankie October 07, 2009, at 10:55 AM: I also added in the fancy "image based" stars from brad under this issue. Can be turned off by redefining the FANCY_STARS_CONFIG_FILE variable.
frankie April 04, 2011, at 10:55 AM: A note for people searching, the star catalog that is included in EDGE is the common Yale Bright Star Catalogue. You can find more information here.
| commit | b6304bd94cf0e29b84f8145f96fec1dc475ed77a
[link] |
||
| Author: | Frank Graffagnino
|
| Date: | Wed Oct 7 10:52:40 2009 -0500
|
| Message: | [@Issue 00189: Added star adjustment capability and fancy stars
Stars can now be configured by editing the stars_config node and also, the image based stars are now available. People can switch off the fancy stars by redefining the config file environment var. @] |
Affected Files:
.doug_cshrc | 3 +±
configs/fancy_stars.cfg | 16 ++++++++++++++++
configs/stars.cfg | 8 ++++++±
gui/stars_config.tcl | 22 ++++++++++++++++++++++
plugin_Linux_FC3/dsp_drawstar.so | Bin 40691 -> 51030 bytes
textures/star1_new.bmp | Bin 0 -> 8322 bytes
textures/star2_new.bmp | Bin 0 -> 3590 bytes
textures/star3_new.bmp | Bin 0 -> 5598 bytes
textures/star4_new.bmp | Bin 0 -> 1878 bytes
textures/star5_new.bmp | Bin 0 -> 1134 bytes
textures/star6_new.bmp | Bin 0 -> 774 bytes
11 files changed, 47 insertions(+), 2 deletions(-)
| commit | 7420d53efed8e683c8507dd721c4a62cd6582853
[link] |
||
| Author: | Frank Graffagnino
|
| Date: | Mon Sep 14 17:12:40 2009 -0500
|
| Message: | [@Issue 00189: Added star adjustment capability
Adds in a star configuration node and corresponding tcl script to configure how a user wants the stars to look. Also includes an upgraded plugin to enable the functionality @] |
Affected Files:
configs/stars.cfg | 9 +++++++++
plugin_Linux_FC3/dsp_drawstar.so | Bin 35669 -> 40691 bytes
reconfigs/reconfig_PLANET2 | 1 +
3 files changed, 10 insertions(+)