#include "boost/format.hpp"
#include "lsst/pex/exceptions.h"
#include "lsst/meas/extensions/psfex/Field.hh"
#include "globals.h"
#include "context.h"
#include "prefs.h"
#include "sample.h"
Go to the source code of this file.
|
setstruct * | load_samples (char **filenames, int catindex, int ncat, int ext, int next, contextstruct *context) |
|
void | lsst::meas::extensions::psfex::makeit (std::vector< std::shared_ptr< Field > > &fields_, std::vector< std::shared_ptr< Set > > const &sets) |
|
◆ load_samples()
setstruct* load_samples |
( |
char ** |
filenames, |
|
|
int |
catindex, |
|
|
int |
ncat, |
|
|
int |
ext, |
|
|
int |
next, |
|
|
contextstruct * |
context |
|
) |
| |