6.2. hedit¶
Edits headers of the given FITS files.
- im hedit
usage
im hedit [-h] [–value VALUE] [–comment COMMENT] [–delete] [–value-is-key] file key
positional arguments
fileA file path or pattern (e.g., “*.fits”)keyKey for the header cardoptions
-h,--helpshow this help message and exit--valueVALUE Value for the header card--commentCOMMENT Value for the header card--deleteDelete the header card--value-is-keyCopy value form the card
6.2.1. Example:¶
im hedit /PATH/TO/FILES*.fits MYRAF --value "test" --comment "test comment"