Skip to content

Commit

Permalink
ttools: add time plot type to stilts command.
Browse files Browse the repository at this point in the history
This is a one-liner to Plot2Type that I had omitted to do earlier when
I added it to topcat.
  • Loading branch information
mbtaylor committed Oct 5, 2013
1 parent e603e77 commit 797af7a
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -55,6 +55,7 @@
import uk.ac.starlink.ttools.plot2.geom.PlanePlotType;
import uk.ac.starlink.ttools.plot2.geom.SpherePlotType;
import uk.ac.starlink.ttools.plot2.geom.SkyPlotType;
import uk.ac.starlink.ttools.plot2.geom.TimePlotType;
import uk.ac.starlink.ttools.plot2.paper.PaperType;
import uk.ac.starlink.ttools.plot2.paper.PaperTypeSelector;
import uk.ac.starlink.ttools.plottask.ColorParameter;
Expand Down Expand Up @@ -100,6 +101,7 @@ public Plot2Task() {
SkyPlotType.getInstance(),
CubePlotType.getInstance(),
SpherePlotType.getInstance(),
TimePlotType.getInstance(),
} );
geomParam_ = new ChoiceParameter<DataGeom>( "geom" );
xpixParam_ = new IntegerParameter( "xpix" );
Expand Down

0 comments on commit 797af7a

Please sign in to comment.