id
int64 0
843k
| repository_name
stringlengths 7
55
| file_path
stringlengths 9
332
| class_name
stringlengths 3
290
| human_written_code
stringlengths 12
4.36M
| class_skeleton
stringlengths 19
2.2M
| total_program_units
int64 1
9.57k
| total_doc_str
int64 0
4.2k
| AvgCountLine
float64 0
7.89k
| AvgCountLineBlank
float64 0
300
| AvgCountLineCode
float64 0
7.89k
| AvgCountLineComment
float64 0
7.89k
| AvgCyclomatic
float64 0
130
| CommentToCodeRatio
float64 0
176
| CountClassBase
float64 0
48
| CountClassCoupled
float64 0
589
| CountClassCoupledModified
float64 0
581
| CountClassDerived
float64 0
5.37k
| CountDeclInstanceMethod
float64 0
4.2k
| CountDeclInstanceVariable
float64 0
299
| CountDeclMethod
float64 0
4.2k
| CountDeclMethodAll
float64 0
4.2k
| CountLine
float64 1
115k
| CountLineBlank
float64 0
9.01k
| CountLineCode
float64 0
94.4k
| CountLineCodeDecl
float64 0
46.1k
| CountLineCodeExe
float64 0
91.3k
| CountLineComment
float64 0
27k
| CountStmt
float64 1
93.2k
| CountStmtDecl
float64 0
46.1k
| CountStmtExe
float64 0
90.2k
| MaxCyclomatic
float64 0
759
| MaxInheritanceTree
float64 0
16
| MaxNesting
float64 0
34
| SumCyclomatic
float64 0
6k
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
5,600 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOSOLMARKER
|
class SpiceNOSOLMARKER(SpiceyPyError):
pass
|
class SpiceNOSOLMARKER(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,601 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOSPACECRAFTID
|
class SpiceNOSPACECRAFTID(SpiceyPyError):
pass
|
class SpiceNOSPACECRAFTID(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,602 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOSTARTTIME
|
class SpiceNOSTARTTIME(SpiceyPyError):
pass
|
class SpiceNOSTARTTIME(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,603 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOSTOPTIME
|
class SpiceNOSTOPTIME(SpiceyPyError):
pass
|
class SpiceNOSTOPTIME(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,604 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOSUCHFILE
|
class SpiceNOSUCHFILE(SpiceyPyIOError):
pass
|
class SpiceNOSUCHFILE(SpiceyPyIOError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,605 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOSUCHHANDLE
|
class SpiceNOSUCHHANDLE(SpiceyPyError):
pass
|
class SpiceNOSUCHHANDLE(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,606 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOSUCHSYMBOL
|
class SpiceNOSUCHSYMBOL(SpiceyPyError):
pass
|
class SpiceNOSUCHSYMBOL(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,607 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOSUNGM
|
class SpiceNOSUNGM(SpiceyPyError):
pass
|
class SpiceNOSUNGM(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,608 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOSURFACENAME
|
class SpiceNOSURFACENAME(SpiceyPyError):
pass
|
class SpiceNOSURFACENAME(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,609 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTACKFILE
|
class SpiceNOTACKFILE(SpiceyPyError):
pass
|
class SpiceNOTACKFILE(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,610 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTFOUND
|
class SpiceNOTFOUND(SpiceyPyError):
pass
|
class SpiceNOTFOUND(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,611 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTIMETYPEFLAG
|
class SpiceNOTIMETYPEFLAG(SpiceyPyError):
pass
|
class SpiceNOTIMETYPEFLAG(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,612 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTINDEXED
|
class SpiceNOTINDEXED(SpiceyPyError):
pass
|
class SpiceNOTINDEXED(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,613 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNUMCONSTANTSNEG
|
class SpiceNUMCONSTANTSNEG(SpiceyPyError):
pass
|
class SpiceNUMCONSTANTSNEG(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,614 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNUMERICOVERFLOW
|
class SpiceNUMERICOVERFLOW(SpiceyPyValueError):
pass
|
class SpiceNUMERICOVERFLOW(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,615 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNUMPACKETSNOTPOS
|
class SpiceNUMPACKETSNOTPOS(SpiceyPyError):
pass
|
class SpiceNUMPACKETSNOTPOS(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,616 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNUMPARTSUNEQUAL
|
class SpiceNUMPARTSUNEQUAL(SpiceyPyValueError):
pass
|
class SpiceNUMPARTSUNEQUAL(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,617 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNUMSTATESNOTPOS
|
class SpiceNUMSTATESNOTPOS(SpiceyPyValueError):
pass
|
class SpiceNUMSTATESNOTPOS(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,618 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceOBJECTLISTFULL
|
class SpiceOBJECTLISTFULL(SpiceyPyError):
pass
|
class SpiceOBJECTLISTFULL(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,619 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceOBJECTSTOOCLOSE
|
class SpiceOBJECTSTOOCLOSE(SpiceyPyError):
pass
|
class SpiceOBJECTSTOOCLOSE(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,620 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceOBSIDCODENOTFOUND
|
class SpiceOBSIDCODENOTFOUND(SpiceyPyError):
pass
|
class SpiceOBSIDCODENOTFOUND(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,621 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceORBITDECAY
|
class SpiceORBITDECAY(SpiceyPyError):
pass
|
class SpiceORBITDECAY(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,622 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceOUTOFPLACEDELIMITER
|
class SpiceOUTOFPLACEDELIMITER(SpiceyPyError):
pass
|
class SpiceOUTOFPLACEDELIMITER(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,623 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceOUTOFRANGE
|
class SpiceOUTOFRANGE(SpiceyPyError):
pass
|
class SpiceOUTOFRANGE(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,624 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceOUTOFROOM
|
class SpiceOUTOFROOM(SpiceyPyMemoryError):
pass
|
class SpiceOUTOFROOM(SpiceyPyMemoryError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,625 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceOUTPUTERROR
|
class SpiceOUTPUTERROR(SpiceyPyError):
pass
|
class SpiceOUTPUTERROR(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,626 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceOUTPUTFILEEXISTS
|
class SpiceOUTPUTFILEEXISTS(SpiceyPyError):
pass
|
class SpiceOUTPUTFILEEXISTS(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,627 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceOUTPUTISNOTSPK
|
class SpiceOUTPUTISNOTSPK(SpiceyPyError):
pass
|
class SpiceOUTPUTISNOTSPK(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,628 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNUMCOEFFSNOTPOS
|
class SpiceNUMCOEFFSNOTPOS(SpiceyPyValueError):
pass
|
class SpiceNUMCOEFFSNOTPOS(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,629 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNUMBEREXPECTED
|
class SpiceNUMBEREXPECTED(SpiceyPyError):
pass
|
class SpiceNUMBEREXPECTED(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,630 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNULLPOINTER
|
class SpiceNULLPOINTER(SpiceyPyValueError):
pass
|
class SpiceNULLPOINTER(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,631 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOUNITSPEC
|
class SpiceNOUNITSPEC(SpiceyPyError):
pass
|
class SpiceNOUNITSPEC(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,632 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTINITIALIZED
|
class SpiceNOTINITIALIZED(SpiceyPyRuntimeError):
pass
|
class SpiceNOTINITIALIZED(SpiceyPyRuntimeError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,633 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTINPART
|
class SpiceNOTINPART(SpiceyPyValueError):
pass
|
class SpiceNOTINPART(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,634 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTISOFORMAT
|
class SpiceNOTISOFORMAT(SpiceyPyError):
pass
|
class SpiceNOTISOFORMAT(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,635 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTLEDATAFOROBJECT
|
class SpiceNOTLEDATAFOROBJECT(SpiceyPyError):
pass
|
class SpiceNOTLEDATAFOROBJECT(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,636 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTLEGALCB
|
class SpiceNOTLEGALCB(SpiceyPyError):
pass
|
class SpiceNOTLEGALCB(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,637 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTOTIME
|
class SpiceNOTOTIME(SpiceyPyError):
pass
|
class SpiceNOTOTIME(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,638 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTOTIMESYSTEM
|
class SpiceNOTOTIMESYSTEM(SpiceyPyError):
pass
|
class SpiceNOTOTIMESYSTEM(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,639 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceOUTPUTTOOSHORT
|
class SpiceOUTPUTTOOSHORT(SpiceyPyError):
pass
|
class SpiceOUTPUTTOOSHORT(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,640 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTPOSITIVE
|
class SpiceNOTPOSITIVE(SpiceyPyError):
pass
|
class SpiceNOTPOSITIVE(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,641 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTRANSLATION
|
class SpiceNOTRANSLATION(SpiceyPyKeyError):
pass
|
class SpiceNOTRANSLATION(SpiceyPyKeyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 15 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,642 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTRECOGNIZED
|
class SpiceNOTRECOGNIZED(SpiceyPyValueError):
pass
|
class SpiceNOTRECOGNIZED(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,643 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTSEMCHECKED
|
class SpiceNOTSEMCHECKED(SpiceyPyError):
pass
|
class SpiceNOTSEMCHECKED(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,644 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTSUPPORTED
|
class SpiceNOTSUPPORTED(SpiceyPyValueError):
pass
|
class SpiceNOTSUPPORTED(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,645 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTTWOFIELDSCLK
|
class SpiceNOTTWOFIELDSCLK(SpiceyPyError):
pass
|
class SpiceNOTTWOFIELDSCLK(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,646 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTTWOMODULI
|
class SpiceNOTTWOMODULI(SpiceyPyError):
pass
|
class SpiceNOTTWOMODULI(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,647 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTTWOOFFSETS
|
class SpiceNOTTWOOFFSETS(SpiceyPyError):
pass
|
class SpiceNOTTWOOFFSETS(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,648 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceNOTPRINTABLECHARS
|
class SpiceNOTPRINTABLECHARS(SpiceyPyValueError):
pass
|
class SpiceNOTPRINTABLECHARS(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,649 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceSTRINGCOPYFAIL
|
class SpiceSTRINGCOPYFAIL(SpiceyPyError):
pass
|
class SpiceSTRINGCOPYFAIL(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,650 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceSPKTYPENOTSUPP
|
class SpiceSPKTYPENOTSUPP(SpiceyPyIOError):
pass
|
class SpiceSPKTYPENOTSUPP(SpiceyPyIOError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,651 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceSTRINGTOOLSHORT
|
class SpiceSTRINGTOOLSHORT(SpiceyPyValueError):
pass
|
class SpiceSTRINGTOOLSHORT(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,652 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/tests/gettestkernels.py
|
spiceypy.tests.gettestkernels.ExtraKernels
|
class ExtraKernels(object):
voyagerSclk_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/vg200022.tsc"
voyagerSclk_md5 = "4bcaf22788efbd86707c4b3c4d63c0c3"
earthTopoTf_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/earth_topo_050714.tf"
earthTopoTf_md5 = "fbde06c5abc5da969db984bb4ce5e6e0"
earthStnSpk_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/earthstns_itrf93_050714.bsp"
earthStnSpk_md5 = "a37d8d5e3023f0df7ead0e6b40d6a5b6"
earthHighPerPck_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/earth_031228_231229_predict.bpc"
earthHighPerPck_md5 = "affa1da5adeee5ea4b0d7da54e4b69d7"
phobosDsk_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/phobos_lores.bds"
phobosDsk_md5 = "68261460433bfc67b9e57bb57f79c5c9"
marsSpk_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/mar022-1.bsp"
marsSpk_md5 = "d8d742db3f9502571fb5a5f8c55e8e62"
mroFk_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/mro_v15.tf"
mroFk_md5 = "a938c271be63e0e5aa2ec86db89af109"
geophysical_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/geophysical.ker"
geophysical_md5 = "9a565ded819a9f0c6423b46f04e000db"
mro2007sub_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/mro_psp4_ssd_mro95a_sub.bsp"
mro2007sub_md5 = "8ed34eb77b21ac611f4680806677edfb"
spk430sub_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/de430sub.bsp"
spk430sub_md5 = "0b49545fa316f9053f5cfbcce155becc"
vexboomck_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/VEX_BOOM_V01.BC"
vexboomck_md5 = "2f4dba65649246d72836fb3b53823c3d"
v02swuck_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/vo2_swu_ck2.bc"
v02swuck_md5 = "f59ef0556dfc63b55465e152f2d6f5a4"
voyagerSclk = get_path_from_url(voyagerSclk_url)
earthTopoTf = get_path_from_url(earthTopoTf_url)
earthStnSpk = get_path_from_url(earthStnSpk_url)
earthHighPerPck = get_path_from_url(earthHighPerPck_url)
phobosDsk = get_path_from_url(phobosDsk_url)
marsSpk = get_path_from_url(marsSpk_url)
mroFk = get_path_from_url(mroFk_url)
geophKer = get_path_from_url(geophysical_url)
mro2007sub = get_path_from_url(mro2007sub_url)
spk430sub = get_path_from_url(spk430sub_url)
vexboomck = get_path_from_url(vexboomck_url)
v02swuck = get_path_from_url(v02swuck_url)
|
class ExtraKernels(object):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 37 | 0 | 37 | 37 | 36 | 0 | 37 | 37 | 36 | 0 | 1 | 0 | 0 |
5,653 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOMANYPLATES
|
class SpiceTOOMANYPLATES(SpiceyPyError):
pass
|
class SpiceTOOMANYPLATES(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,654 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOMANYSURFACES
|
class SpiceTOOMANYSURFACES(SpiceyPyError):
pass
|
class SpiceTOOMANYSURFACES(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,655 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOMANYVERTICES
|
class SpiceTOOMANYVERTICES(SpiceyPyError):
pass
|
class SpiceTOOMANYVERTICES(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,656 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOMANYWATCHES
|
class SpiceTOOMANYWATCHES(SpiceyPyError):
pass
|
class SpiceTOOMANYWATCHES(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,657 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTRACEBACKOVERFLOW
|
class SpiceTRACEBACKOVERFLOW(SpiceyPyMemoryError):
pass
|
class SpiceTRACEBACKOVERFLOW(SpiceyPyMemoryError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,658 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTRACESTACKEMPTY
|
class SpiceTRACESTACKEMPTY(SpiceyPyRuntimeError):
pass
|
class SpiceTRACESTACKEMPTY(SpiceyPyRuntimeError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,659 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOMANYPEAS
|
class SpiceTOOMANYPEAS(SpiceyPyError):
pass
|
class SpiceTOOMANYPEAS(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,660 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTRANSFERFILE
|
class SpiceTRANSFERFILE(SpiceyPyError):
pass
|
class SpiceTRANSFERFILE(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,661 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTWOSCLKFILENAMES
|
class SpiceTWOSCLKFILENAMES(SpiceyPyError):
pass
|
class SpiceTWOSCLKFILENAMES(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,662 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTYPEMISMATCH
|
class SpiceTYPEMISMATCH(SpiceyPyTypeError):
pass
|
class SpiceTYPEMISMATCH(SpiceyPyTypeError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,663 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTYPENOTSUPPORTED
|
class SpiceTYPENOTSUPPORTED(SpiceyPyError):
pass
|
class SpiceTYPENOTSUPPORTED(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,664 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTYPESMISMATCH
|
class SpiceTYPESMISMATCH(SpiceyPyError):
pass
|
class SpiceTYPESMISMATCH(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,665 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceUNALLOCATEDNODE
|
class SpiceUNALLOCATEDNODE(SpiceyPyError):
pass
|
class SpiceUNALLOCATEDNODE(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,666 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.NotFoundError
|
class NotFoundError(SpiceyPyError):
"""
A NotFound Error from Spice
"""
def __init__(
self, message=None, found: Union[bool, Iterable[bool], Iterable[int]] = False
):
self.found = found
self.message = message
|
class NotFoundError(SpiceyPyError):
'''
A NotFound Error from Spice
'''
def __init__(
self, message=None, found: Union[bool, Iterable[bool], Iterable[int]] = False
):
pass
| 2 | 1 | 5 | 0 | 5 | 0 | 1 | 0.5 | 1 | 2 | 0 | 0 | 1 | 2 | 1 | 13 | 10 | 1 | 6 | 6 | 2 | 3 | 4 | 4 | 2 | 1 | 5 | 0 | 1 |
5,667 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceUNBALACEDPAIR
|
class SpiceUNBALACEDPAIR(SpiceyPyError):
pass
|
class SpiceUNBALACEDPAIR(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,668 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTRANSFERFORMAT
|
class SpiceTRANSFERFORMAT(SpiceyPyError):
pass
|
class SpiceTRANSFERFORMAT(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,669 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOMANYPARTS
|
class SpiceTOOMANYPARTS(SpiceyPyValueError):
pass
|
class SpiceTOOMANYPARTS(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,670 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOMANYPAIRS
|
class SpiceTOOMANYPAIRS(SpiceyPyError):
pass
|
class SpiceTOOMANYPAIRS(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,671 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOMANYKEYWORDS
|
class SpiceTOOMANYKEYWORDS(SpiceyPyError):
pass
|
class SpiceTOOMANYKEYWORDS(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,672 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTIMECONFLICT
|
class SpiceTIMECONFLICT(SpiceyPyValueError):
pass
|
class SpiceTIMECONFLICT(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,673 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTIMEOUTOFBOUNDS
|
class SpiceTIMEOUTOFBOUNDS(SpiceyPyError):
pass
|
class SpiceTIMEOUTOFBOUNDS(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,674 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTIMESDONTMATCH
|
class SpiceTIMESDONTMATCH(SpiceyPyValueError):
pass
|
class SpiceTIMESDONTMATCH(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,675 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTIMESOUTOFORDER
|
class SpiceTIMESOUTOFORDER(SpiceyPyValueError):
pass
|
class SpiceTIMESOUTOFORDER(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,676 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTIMESYSTEMPROBLEM
|
class SpiceTIMESYSTEMPROBLEM(SpiceyPyError):
pass
|
class SpiceTIMESYSTEMPROBLEM(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,677 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTIMEZONEERROR
|
class SpiceTIMEZONEERROR(SpiceyPyError):
pass
|
class SpiceTIMEZONEERROR(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,678 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOFEWINPUTLINES
|
class SpiceTOOFEWINPUTLINES(SpiceyPyError):
pass
|
class SpiceTOOFEWINPUTLINES(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,679 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOFEWPACKETS
|
class SpiceTOOFEWPACKETS(SpiceyPyValueError):
pass
|
class SpiceTOOFEWPACKETS(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,680 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOFEWPLATES
|
class SpiceTOOFEWPLATES(SpiceyPyValueError):
pass
|
class SpiceTOOFEWPLATES(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,681 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOFEWSTATES
|
class SpiceTOOFEWSTATES(SpiceyPyValueError):
pass
|
class SpiceTOOFEWSTATES(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,682 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOFEWVERTICES
|
class SpiceTOOFEWVERTICES(SpiceyPyValueError):
pass
|
class SpiceTOOFEWVERTICES(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,683 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/tests/gettestkernels.py
|
spiceypy.tests.gettestkernels.CoreKernels
|
class CoreKernels(object):
# note this gets updated
currentLSK = "naif0012.tls"
#
pck_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/pck00010.tpc"
pck_md5 = "da153641f7346bd5b6a1226778e0d51b"
spk_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/de405s_{}endian.bsp".format(
sys.byteorder
)
spk_bigendian_md5 = "b010eb485bd01da5b651c58a6c8f8e67"
spk_littleendian_md5 = "b4bb31ce13a006a4b20c124ad58b933a"
gm_pck_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/gm_de431.tpc"
gm_pck_md5 = "6445f12003d1effcb432ea2671a51f18"
lsk_url = "https://raw.githubusercontent.com/AndrewAnnex/SpiceyPyTestKernels/main/{}".format(
currentLSK
)
lsk_md5 = "25a2fff30b0dedb4d76c06727b1895b1"
pck = get_path_from_url(pck_url)
spk = get_path_from_url(spk_url)
gm_pck = get_path_from_url(gm_pck_url)
lsk = get_path_from_url(lsk_url)
standardKernelList = [pck, spk, gm_pck, lsk]
testMetaKernel = os.path.join(cwd, "exampleKernels.txt")
|
class CoreKernels(object):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0.1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 23 | 0 | 21 | 17 | 20 | 2 | 17 | 17 | 16 | 0 | 1 | 0 | 0 |
5,684 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOMANYCOLUMNS
|
class SpiceTOOMANYCOLUMNS(SpiceyPyError):
pass
|
class SpiceTOOMANYCOLUMNS(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,685 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOMANYFIELDS
|
class SpiceTOOMANYFIELDS(SpiceyPyError):
pass
|
class SpiceTOOMANYFIELDS(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,686 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOMANYFILESOPEN
|
class SpiceTOOMANYFILESOPEN(SpiceyPyIOError):
pass
|
class SpiceTOOMANYFILESOPEN(SpiceyPyIOError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,687 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOMANYHITS
|
class SpiceTOOMANYHITS(SpiceyPyError):
pass
|
class SpiceTOOMANYHITS(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,688 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceTOOMANYITERATIONS
|
class SpiceTOOMANYITERATIONS(SpiceyPyError):
pass
|
class SpiceTOOMANYITERATIONS(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,689 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceUNBALANCEDGROUP
|
class SpiceUNBALANCEDGROUP(SpiceyPyError):
pass
|
class SpiceUNBALANCEDGROUP(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,690 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceUNBALANCEDPAIR
|
class SpiceUNBALANCEDPAIR(SpiceyPyError):
pass
|
class SpiceUNBALANCEDPAIR(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,691 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceUNDEFINEDFRAME
|
class SpiceUNDEFINEDFRAME(SpiceyPyValueError):
pass
|
class SpiceUNDEFINEDFRAME(SpiceyPyValueError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 13 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,692 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceUNEQUALTIMESTEP
|
class SpiceUNEQUALTIMESTEP(SpiceyPyError):
pass
|
class SpiceUNEQUALTIMESTEP(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,693 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceBADANGLE
|
class SpiceBADANGLE(SpiceyPyError):
pass
|
class SpiceBADANGLE(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,694 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceUNKNOWNFILARC
|
class SpiceUNKNOWNFILARC(SpiceyPyError):
pass
|
class SpiceUNKNOWNFILARC(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,695 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceUNKNOWNFRAME
|
class SpiceUNKNOWNFRAME(SpiceyPyKeyError):
pass
|
class SpiceUNKNOWNFRAME(SpiceyPyKeyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 15 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 6 | 0 | 0 |
5,696 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceUNKNOWNFRAMESPEC
|
class SpiceUNKNOWNFRAMESPEC(SpiceyPyError):
pass
|
class SpiceUNKNOWNFRAMESPEC(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,697 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceUNKNOWNFRAMETYPE
|
class SpiceUNKNOWNFRAMETYPE(SpiceyPyError):
pass
|
class SpiceUNKNOWNFRAMETYPE(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,698 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceUNKNOWNID
|
class SpiceUNKNOWNID(SpiceyPyError):
pass
|
class SpiceUNKNOWNID(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
5,699 |
AndrewAnnex/SpiceyPy
|
AndrewAnnex_SpiceyPy/src/spiceypy/utils/exceptions.py
|
spiceypy.utils.exceptions.SpiceUNKNOWNINCLUSION
|
class SpiceUNKNOWNINCLUSION(SpiceyPyError):
pass
|
class SpiceUNKNOWNINCLUSION(SpiceyPyError):
pass
| 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 12 | 2 | 0 | 2 | 1 | 1 | 0 | 2 | 1 | 1 | 0 | 5 | 0 | 0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.