edibles.data package¶
edibles.data.edibles_create_obslist module¶
-
edibles.data.edibles_create_obslist.createObsList(dryrun=True)[source]¶ Set up of the list of FITS files in the data directory with the necessary information that we need to supply to the oracle to work. Essentially, we will recursively list all of the FITS files first, then open each of them to read the header and extract the information. Finally, store everything in a text file.
Parameters: dryrun – If True, dont save list. Default=True