@@ -17,4 +17,7 @@ To be executable, PyQubeVis.py has to be in the PATH
## Usage
Files can be opened directly from the command line. The names must be indicated:
PyQubeVis.py file_1 file_2 ... file_n
**PyQubeVis** can be used to visualise cubes in the **adhocw** format. It can also be used to manually clean 2D maps. Using *control* or *shift* allows to clean/select regions.
tdu=read_ad3(ad3_file)# XXX Could also be with other read_ad3 options...
# XXX We might use a function tdu_to_hdu to do the core of this function and just read and write here. Same for other format conversion (ad2_to_fits, fits_to_ad?)