11 #ifndef CARMA_SDP_SDPUTIL_H
12 #define CARMA_SDP_SDPUTIL_H
39 const std::string& obsBlockId);
43 static std::string
sdpFileName(
const std::string& dir,
44 const std::string& astroHdrFile);
60 static void mailRTS(
const std::string& message);
66 #endif //CARMA_SDP_SDPUTIL_H
static std::vector< std::string > parseObsBlockId(const std::string &obsBlockId)
Parse an obs.
static std::string astroHdrFileName(const std::string &dir, const std::string &obsBlockId)
Compose the astro header file name for a given observing block id.
static std::string extractObsBlockId(const std::string &fileName)
Extract the observing block id.
static std::string sdpFileName(const std::string &dir, const std::string &astroHdrFile)
Compose output SDP file name associated with an astro header file.
static void deleteSDPFile(const std::string &outputSDPFile)
Delete an existing sdp output file.
Utility class for the science data products subsystem.