Add ability to change projection range of fits

This commit is contained in:
DarkPhoenix
2019-09-29 23:41:45 +03:00
parent 33103dbee9
commit 20868d6b44
8 changed files with 241 additions and 4 deletions

View File

@@ -84,6 +84,7 @@ commandFits_table = Table("commandFits", saveddata_meta,
class ProjectedFit:
def __init__(self, sourceID, source_fit, amount=1, active=True):
self.sourceID = sourceID
self.source_fit = source_fit