hop.misc package

Submodules

hop.misc.misc_tools module

hop.misc.misc_tools.create_output_directories(output_folder, subfolders_to_be_made)[source]
hop.misc.misc_tools.set_up_loggers(config)[source]

Set up a pair of loggers so we can save our progress to text files

hop.misc.misc_tools.update_header(filename, header_dictionary)[source]

Take a dictionary of header key/value pairs and write it to the top of a tile/configuration file

hop.misc.pandas_tools module

hop.misc.pandas_tools.load_FITS_table_in_pandas(fname)[source]
hop.misc.pandas_tools.save_dataframe_as_FITS_table(df, fname, overwrite=True)[source]

hop.misc.plotting_tools module

hop.misc.plotting_tools.plot_distortion_correction_before_after(DC_tile_filename, title_text=None)[source]

Take a tile which has had the distortion correction applied. Plot a before/after image to see the effects

Module contents