source: fact/tools/pyscripts/pyfact/next_steps/readme@ 17689

Last change on this file since 17689 was 17689, checked in by dneise, 10 years ago
some new deveolpment. not really working .. just some thoughts
File size: 874 bytes
Line 
1D Neise: april 2014
2
3In this folder I want to develop some improved version of pyfact.
4I would like to deal without the special python accessors, we included
5into fits.h.
6Or maybe reduce them to only something like:
7int GetNumberOfKeys()
8string GetKey( int key_id)
9
10In addition I would like to enhance the funcionality of
11calfactfits.h, i.e. of the CalFactFits class a bit.
12
13Currently this class can only be constructed with a
14RawData file name and a Calibration File name, but I would like to
15be able to use this class as well, for working on *not* calibrated data.
16Also I would like re-use the Drs calibration code from
17Mars/mcore/DrsCalib.h
18instead of reimplementing it in calfactfits.h
19
20I currently don't really see how to re-use either the DrsCalibrate class or the
21DrsCalibration class (both implemented in Mars/mcore/DrsCalib.h)
22but I'm sure there is a way.
23
24
Note: See TracBrowser for help on using the repository browser.