Skip to content

Added msfc_ccd.SensorData.from_fits() classmethod. #18

Added msfc_ccd.SensorData.from_fits() classmethod.

Added msfc_ccd.SensorData.from_fits() classmethod. #18

Workflow file for this run

name: Black
on:
push:
branches:
- main
pull_request:
jobs:
black:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: psf/black@stable
with:
options: "--check --verbose --diff"
src: "./msfc_ccd"