Path: SpacecraftEstimation/StellarCatalog
% REDUCECATALOG Reduce the catalog based on the angular resolution. Eliminates stars that cannot be separated based on the input angular resolution. -------------------------------------------------------------------------- catalog = ReduceCatalog( catalog, angularResolution, useTimeGUI ) ------ Inputs ------ catalog (.) Star catalog data structure angularResolution (1,1) Angular resolution (rad) useTimeGUI T/F ------- Outputs ------- catalog (.) Star catalog data structure --------------------------------------------------------------------------
SpacecraftEstimation: StellarCatalog/LoadCatalog Common: GUIs/TimeDisplay
Back to the SpacecraftEstimation Module page