Quansight / lsst_dashboard

LSST Dashboard https://quansight.github.io/lsst_dashboard/
BSD 3-Clause "New" or "Revised" License
8 stars 3 forks source link

Enhancement: 'Add Computed Data Column' #44

Closed dharhas closed 5 years ago

dharhas commented 5 years ago

Textbox and button that allows user to type a computation like:

base_PsfFlux_instFlux/base_PsfFlux_instFluxErr and adds it to the dataframe as a new column. This could be combined UI wise with #42 and also could be designed to pull in columns as needed if they are not already available. Having multiple autocompletes for each column in the expression would be an awesome feature but I don't know if that would be possible.