source: trunk/Cosy/tpoint/plot_m2.C@ 9990

Last change on this file since 9990 was 9953, checked in by tbretz, 14 years ago
Simplified and unified plotting macros.
File size: 858 bytes
Line 
1#include "mars/MTime.h"
2
3Double_t dates[] = {
4 MTime(2009, 3, 30).GetAxisTime(), // Start of M2 observations
5 MTime(2009, 4, 11).GetAxisTime(), // New pointing model
6 MTime(2009, 5, 11).GetAxisTime(), // New pointing model
7 MTime(2009, 6, 11).GetAxisTime(), // Something happened (readon unknown)
8 MTime(2009, 8, 17).GetAxisTime(), // New pointing model
9 MTime(2009, 9, 9).GetAxisTime(), // Something happened (reason unknown)
10 MTime(2010, 2, 1).GetAxisTime(), // New pointing model
11 // MTime(2010, 2, 3).GetAxisTime(), // New LUTs
12 MTime(2010, 2, 26).GetAxisTime(), // New pointing model
13 MTime(2010, 3, 31).GetAxisTime(), // New pointing model
14 MTime(-1).GetAxisTime(),
15 -1
16};
17
18#include "plot.C"
19
20void plot_m2()
21{
22 MDirIter Next;
23 Next.AddDirectory("tpoint/m2", "tpoint*.txt", -1);
24
25 plot(Next);
26}
Note: See TracBrowser for help on using the repository browser.