Skip to content

Releases: ssc-ai/satsim

v0.19.3

03 Nov 05:48
41784e1
Compare
Choose a tag to compare
  • Add object ID to FITS and annotation.

v0.19.2

25 Oct 03:57
c5fd46a
Compare
Choose a tag to compare
  • Add rate-sidereal track mode.

v0.19.1

16 Oct 05:23
28b9809
Compare
Choose a tag to compare
  • Add TRKMODE to fits header.

v0.19.0

29 May 08:21
e0c18ba
Compare
Choose a tag to compare
  • Add lambertian sphere brightness model for objects. Set object key model mode to lambertian_sphere and set albedo and size (meters) parameters. For 2D simulations, distance (km) and phase_angle (degrees) parameters must also be specified.

v0.18.0

23 Mar 07:52
f01cdd8
Compare
Choose a tag to compare
  • Add turbulent atmosphere to POPPY PSF generation. Set with psf option turbulent_atmosphere and sim option psf_sample_frequency.
  • Add star and object segmentation annotation. Set sim option save_segmentation to true and star_annotation_threshold to limit stars annotated.

v0.17.1

28 Nov 21:47
ebada3e
Compare
Choose a tag to compare
  • Copy useful TensorFlow Addon (TFA) functions into tfa as the TFA project is no longer maintained.
  • Add tests.

v0.17.0

20 Jul 03:23
c5ad5d3
Compare
Choose a tag to compare
  • Add JSON schema definitions. See schema/v1/Document.json for root schema file.
  • Add observation object type.
  • Add support for cropped sensors.
  • Add altitude to site object. Set site alt parameter in km. Default is 0.

v0.16.0

13 Jun 00:59
cfab0f8
Compare
Choose a tag to compare
  • Add option to annotate stars. Set sim option star_annotation_threshold to the minimum star brightness magnitude or false to disable. Disabled by default.
  • Add option to show annotated stars in annotated images. Set sim option show_star_boxes to true to enable.

v0.15.1

07 May 21:20
157989b
Compare
Choose a tag to compare
  • Remove clipping of negative values in ground truth files by default.
  • Fix missing dependencies for ground truth file generation.

v0.15.0

04 May 05:56
Compare
Choose a tag to compare
  • Add support to save ground truth image data to the Annotations directory. Set sim option save_ground_truth to true.
  • Add support for running on CPU with no GPU acceleration.
  • Add CZML options for sensor visualization and object billboard image.