Home | Trees | Indices | Help |
---|
|
Object that holds all information stored in the *_AllCCF.fits files written by hermesVR. The original information is stored in the following variables that can be accessed directly:
Appart from these attributes, two functions allow you to read the ccf by order or a list of orders where the order numbers are the original hermes orders (40-94).
|
|||
|
|||
Inherited from |
|||
Interaction | |||
---|---|---|---|
array |
|
||
array |
|
||
Internal | |||
|
|||
|
|
|||
Inherited from |
|
Read the provided file and store all information.
|
Return the ccf function belonging to the requested order. The order number is the real order number (40 <= order <= 94).
|
Sum the ccf function belonging to the requested order numbers. The order numbers can be given as a list of integers or in a string representation. When using the string representation, you can use the ':' sign to give a range of order which will include the starting and ending order. Fx the following two commands will return the same summed ccf: >>> combine_ccf([54,55,56,57,75,76]) >>> combine_ccf('54:57,75,76')
|
String representation of this object
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Mar 30 10:45:20 2018 | http://epydoc.sourceforge.net |