1 #ifndef FITTEDSTARMAP__H
2 #define FITTEDSTARMAP__H
12 class FittedStarMap :
public std::map<const FittedStar *, std::vector<MeasuredStarRef> >
21 FittedStarMap(
const CcdImageList &L);
24 std::list<int> Ccds(
const FittedStar *F)
const;
The objects which have been measured several times. The MeasuredStar s measuring the same object in d...
Definition: fittedstar.h:37
A list of MeasuredStar. They are usually filled in Associations::AddImage.
Definition: measuredstar.h:105