NCAR / comp-pipeline

Pipeline code for CoMP
Other
1 stars 2 forks source link

Average geometry info in average files #115

Closed mgalloy closed 1 year ago

mgalloy commented 1 year ago

The center and radius of the occulter and field stop should be the median of the values for the images averaged. We should put a warning if the min and max values of these quantities differ by more than 20%.

mgalloy commented 1 year ago

I am going to average the following keywords:

keywords_to_average = ['IXCNTER1', 'IYCNTER1', 'IRADIUS1', $
                       'IXCNTER2', 'IYCNTER2', 'IRADIUS2', $
                       'OXCNTRU1', 'OYCNTRU1', 'ORADU1', $
                       'OXCNTRU2', 'OYCNTRU2', 'ORADUS2', $
                       'FRADIUS', 'FRPIX1', 'FRPIX2']