Configuration parameters¶
Note
All PATH parameters are absolute.
PATH¶
DATA_DIR: str- Path to data directory
PLOT_DIR: str- Path to plot output directory.
TABLE_DIR: str- Path to hdf5 table input and output directory.
MPI_TABLE_DIR: str- Path to mpi hdf5 table directory within TABLE_DIR.
GRID_DIR: str- Path to numpy array input files directory.
TABLE_FORMAT: str- Table format for astropy.tables.Table (default: {“hdf5”})
TABLE_HDF5_PATH: str- Table path for hdf5 table (default: {“hdf5”})
TABLE_EXT: str- Table file-type extension (default: {“hdf5”})
GRID_EXT: str- Extension for array files. (default: {“npy”})
Search Extent¶
R_START: int- Starting radius in units of Kpc to start search from.
R_STOP: int- Ending search radius in units of Kpc.
R_STEP: int- Step interval in units of Kpc
R_SCALE: float- Percent to multiply radius by to get + and - Kpc for annulus.
ANNULUS_PHI_STEP: float- How many sections to divide each annulus by.
Accept Reject¶
XBOX_CUT: float- Minimum contrast density a feature must have.
MIN_LOG_NSTARS: float- Minimum log10 value for number of stars a feature must have.
MIN_N_SEGMENTS: int- Minimum number of segments a feature must be
N_SKIPS: int- Allowed number of skipped segments before ending feature.
Run Time¶
SAVE_INTERVAL: int- Number of features to hold between saves.