You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make it explicit that the example data in the notebook should be exer211.tar.Z. They just need to download it to the directory where the notebook is and extract it there.
Tell the reader of the notebook to check that the files in the exercises/spec/ folder have a .fits extention, and if they don't they need to rename the files. In bash they can use for file in *fsp*; do mv "$file" "$file.fits"; done in the directory.
Actually it seems the fps00* (present in exer211.tar.Z) and sp00* files (refered to in the notebook), might not even be the same thing.
# setup the data and correct for the orientation of the data
# so that it is [aligned with the x axis]
The save button in the GUI does not seem to do anything. It would be nice to know what it does. Also if it could save a readable output into a database folder (for example), that could be nice.
When trying to undelete a point in the GUI with "u", it does not necessarily undelete the right point if there are two points very close together horizontally (even if very well spaced vertically).
The question mark help button "?" does not work on the Image tab, but works on the Arc and the Residual tab. I narrowed it down to line 863+ in
.fitsextention, and if they don't they need to rename the files. In bash they can usefor file in *fsp*; do mv "$file" "$file.fits"; donein the directory.The save button in the GUI does not seem to do anything. It would be nice to know what it does. Also if it could save a readable output into a database folder (for example), that could be nice.
When trying to undelete a point in the GUI with "u", it does not necessarily undelete the right point if there are two points very close together horizontally (even if very well spaced vertically).
The question mark help button "?" does not work on the Image tab, but works on the Arc and the Residual tab. I narrowed it down to line 863+ in
specidentify/specreduce/interidentify.py
Line 863 in 7c148b9
=> It seems like only the
arcfigureanderrfigurecallonKeyPress.