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