Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>FitsFileViewerNew to Visual Studio Code? Get it now.
FitsFileViewer

FitsFileViewer

Jani Haapala

|
183 installs
| (0) | Free
Enables viewing the content of FITS files in VS Code.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

FitsFileViewer

Efficient extension for visually inspecting fits file data, whether that be tables or images. Also shows header data, and statistics on the table or image data.

Features

Describe specific features of your extension including screenshots of your extension in action. Image paths are relative to this README file.

For example if there is an image subfolder under your extension project workspace:

![feature X](images/feature-x.png)

Tip: Many popular extensions utilize animations. This is an excellent way to show off your extension! We recommend short, focused animations that are easy to follow.

Requirements

This extension requires Python 3.9.x or later. Ensure that you have Python installed and added to your system's PATH.

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings:

  • myExtension.enable: Enable/disable this extension.
  • myExtension.thing: Set to blah to do something.

Known Issues

  • Sometimes when opening a fits file while extensions are loading, the file loading doesn't complete. Can be fixed by closing the file and opening it again.
  • For large tables the stats table expands over the content.

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release of FitsFileViewer.

1.0.1

Fixed issue #.

1.1.0

Added features X, Y, and Z.

To-Do

  • [x] Primary HDU
    • [x] Detect image or table data
  • [x] Image features
    • [x] Zoomable & interactive
  • [x] Selector features
    • [x] Disable selector when loading
    • [x] Don't render if only one HDU
  • [x] Refactoring
    • [x] Downgrade matplotlib etc. to EDEN-3.1 values
    • [x] Split main.js into modules
  • [ ] Supporting new data formats
    • [ ] Support datacube HDU data
  • [ ] File editing & saving

Contact

jani.haapala@helsinki.fi

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft