imProc.header - EranOfek/AstroPack GitHub Wiki

Description

Functions for manipulation of headers contained in AstroHeader and AstroImage objects.

Functions

  • imProc.header.writeCSVforBulkInjection - dump a stack of AstroHeaders to a CSV file

Selected examples

% get a column list for a particular DB table 'Table': 
ColumnList = Obj.getListOfTableColumns(Table); % Obj is of db.AstroDb
% dump a stack of AstroHeader objects 'AH' matching the list of 'ColumnList' to a CSV file 'HeaderFileName'
imProc.header.writeCSVforBulkInjection(AH, HeaderFileName,'Filter',true,'FilterList',ColumnList);