lsst.jointcal
14.0-17-ge3cc87b+1
|
#include <math.h>
#include <iostream>
#include <fstream>
#include <stdio.h>
#include <string.h>
#include "lsst/jointcal/BaseStar.h"
#include "lsst/jointcal/AstroUtils.h"
#include "lsst/jointcal/Frame.h"
#include "lsst/jointcal/Gtransfo.h"
Go to the source code of this file.
Namespaces | |
lsst | |
Class for a simple mapping implementing a generic Gtransfo. | |
lsst::jointcal | |
Functions | |
Frame | lsst::jointcal::applyTransfo (const Frame &inputframe, const Gtransfo >ransfo, const WhichTransformed which) |
Transform a Frame through a Transfo. More... | |