LSSTApplications  20.0.0
LSSTDataManagementBasePackage
Namespaces | Functions
StarMatch.cc File Reference
#include <iostream>
#include <fstream>
#include <iomanip>
#include "lsst/jointcal/AstrometryTransform.h"
#include "lsst/jointcal/StarMatch.h"
#include "lsst/jointcal/BaseStar.h"
#include "algorithm"

Go to the source code of this file.

Namespaces

 lsst
 A base class for image defects.
 
 lsst::jointcal
 

Functions

std::ostreamlsst::jointcal::operator<< (std::ostream &stream, const StarMatch &match)
 
std::ostreamlsst::jointcal::operator<< (std::ostream &stream, const StarMatchList &starMatchList)
 A std::list of star matches,. More...
 
double lsst::jointcal::computeDist2 (const StarMatchList &S, const AstrometryTransform &transform)
 sum of distance squared More...
 
double lsst::jointcal::computeChi2 (const StarMatchList &L, const AstrometryTransform &transform)
 the actual chi2 More...