Checking header field in IRAF
In order to get a specific field from the header of a file you can use the command: cl> imhead inage.fit l+ | grep name_of_field In case you want to do it for many files you just use the wildcard: cl> imhead inage*.fit l+ | grep name_of_field Not very sophisticated …