| Line | |
|---|
| 1 | #include "mars/MTime.h"
|
|---|
| 2 |
|
|---|
| 3 | using namespace std;
|
|---|
| 4 |
|
|---|
| 5 | Double_t dates[] =
|
|---|
| 6 | {
|
|---|
| 7 | MTime(2011, 10, 24, 0, 48, 0).GetAxisTime(), // Start of data taking
|
|---|
| 8 | MTime(2011, 10, 24, 1, 17, 57).GetAxisTime(), // New pointing model
|
|---|
| 9 | MTime(2011, 10, 24, 2, 34, 56).GetAxisTime(), // New pointing model
|
|---|
| 10 | //MTime(2011, 10, 24, 3, 15, 11).GetAxisTime(), // New pointing model
|
|---|
| 11 | MTime(-1).GetAxisTime(),
|
|---|
| 12 | -1
|
|---|
| 13 | };
|
|---|
| 14 |
|
|---|
| 15 | #include "plot.C"
|
|---|
| 16 |
|
|---|
| 17 | void plot_fact()
|
|---|
| 18 | {
|
|---|
| 19 |
|
|---|
| 20 | MDirIter Next;
|
|---|
| 21 | Next.AddDirectory("tpoint/fact/2011_10_24", "tpoint*.txt", -1);
|
|---|
| 22 |
|
|---|
| 23 | plot(Next);
|
|---|
| 24 | }
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.