OITools Roadmap
Updated: 20/10/2017
In progress:
- Project documentation
- Personal presentation
- New features for OITOOLS 2 : Units
In Study:
- OIFitsValidator enhancements
- Nom.tam.fits update
- Github
Personal presentation
Prepare the presentation of my work on OITools and the explanations of my involvement. A link to this presentation will be available after this one (9/11)
Project documentation
- Complete the changelog & documentation wiki pages
- API Usage Tutorial ?
- Javadoc
- Complete / create new schema ?
New features for OITOOLS 2
Units: [IN PROGRESS]
Description:
- The case of the treatment of the units must be reviewed, because in certain cases it not allow to accept any unit for some columns (which we will call editable). Currently the units are treated in the form of an enumeration that does not allow us to create a permissive unit. The columns concerned by this unit are RVIS (RVIS_ERR), IVIS (IVIS_ERR) and VISDATA (VISERR) of table OI_VIS and FLUXDATA of table OI_FLUX.
Study:
- The choices that were discussed:
- either realize an enum units more permissive, in this case it will be necessary to fix the validation of the units (OIFitsLoader.parseColumn ()), choose where are store these 'special' units because this one will serve again. They are reused in the data display under OIFitsExplorer as well as retrieve them for writing files with WriteOIFits.
- or proceed to a rewrite of the enumeration units in class which would allow us to be directly more permissive and to directly manage the case of these units which can vary. They will directly store and manage here.
Impacts:
- unit validation : OIFitsLoader
- OIFitsExplorer : Display of column units
- writing or rewriting files
Feedback:
- The choice that has been made is to change the operation of Units (creating subclass) and to treat the case of special units in the loading of the file and the validation. The units are recover directly from OIFits files.
Checksum/Datasum
TODO: description & study
Management of dimensions (NWaves)
TODO: description & study
Extra table/column
TODO: study
OI_INSPOL rules
TODO: description & study
OIFitsValidator enhancements
TODO: description & study
Update test to compare the validation results
Validation messages
- checker.sever delete and create new message: pointer to file, line number, severity, declare the rule bound... (error list with full info)
Filter message
Define error profiles
- (lenient, strict, software)
Xml
- Output of the messages in xml to reuse them after, impact possible on other classes. (oival/oidb)
Viewer
- Reflection on a possible graphical panel displaying these new messages. (Widget GUI) (litpro/oixp)
Nom.tam.fits update
TODO: description & study
- We must succeed in saving our code while deleting this library
GitHub
TODO: description & study
- You have to open a repository and send our project on GitHub
- Licence