Helioviewer-Project / jp2gen

IDL based tools to convert FITS data into JPEG2000 files for use with Helioviewer Project clients.
2 stars 5 forks source link

Strategy for developing jp2gen and SSW #35

Open wafels opened 2 years ago

wafels commented 2 years ago

jp2gen uses git/github.com for development, and SSW uses a separate non-git process.

I think git/github.com should be used to develop jp2gen specific code. SSW should use its own process separately.

Every night jp2gen can be pulled in to SSW so the SSW version is up to date, and SSW users don't have to use the git version.

Thoughts?