Commit Graph
60 Commits
Author SHA1 Message Date
florez_j 8bd5896b76 Updated layout figure to latest version 2024-11-18 07:55:18 +01:00
florez_j 88f97d7795 Updated gitignore to latest version and added env_setup.sh bash file 2024-11-18 07:48:29 +01:00
florez_j 6609175dc5 Implemented load_flags() function. This one is run in respone to load_flags button and commit_flag button, returnig a list of dict flags to be displayed on table-component. 2024-11-18 07:47:21 +01:00
florez_j 0535eca9c7 Implemented flag review features and updated layout. Existing flags now can be visualized on table by clicking load_flags button and enable visualization checkbox. Flags on table can be visualized on the figure subplots by clicking on cells. Flagging qc/qa workflow will be implemented through new components, checklist and buttons under the table. 2024-11-18 07:46:28 +01:00
florez_j 371657b8e1 Added four more components under table for review flag transfer and apply flags 2024-11-15 17:18:29 +01:00
florez_j 2dc1b98ec8 Implemented safe save feature so that existing file is not replaced, possibly leading to loss of flagging information. 2024-11-15 16:56:11 +01:00
florez_j d89d6b13c9 Added gitignore to exclude data/ folder. This is only to be used to store data for local processing 2024-11-15 16:36:58 +01:00
florez_j ac4ea78bea Changed output dir to data/ folder. By running data integration pipeline on it we retrieve now data from out ORD network drive. 2024-11-15 16:35:29 +01:00
florez_j 174b9994d8 Renamed config file to campaignDescriptor. 2024-11-15 16:32:02 +01:00
florez_j 54f13ea880 Moved figure legends to be display on y axis labels, and turned the legends off. 2024-11-15 16:28:59 +01:00
florez_j a414f6217d Added text component to display flagging mode, and clear_flag_mode_callback to clear it out when dragMode is not 'select. 2024-11-15 16:25:31 +01:00
florez_j 361c25b2a2 Add .gitkeep to track empty directory. 2024-11-15 13:10:47 +01:00
florez_j 6365601cc0 Added filter to flags dropdown menu, now only invalid flags are displayed. 2024-11-12 21:05:07 +01:00
florez_j 8fb1b30e6d Updated how to stop the server running the app process 2024-11-12 19:26:20 +01:00
florez_j 39fab7bd9e Updated dima to latest version. 2024-11-12 18:12:48 +01:00
florez_j 7addb69b17 Updated readme file to latest version. 2024-11-12 18:09:26 +01:00
florez_j cfd12d0072 Updated path_to_input_datafolder 2024-10-18 10:51:58 +02:00
florez_j 2e406f5c77 Added python env installation instructions. 2024-10-18 09:48:22 +02:00
florez_j dc96fce0bb Updated dima to latest version. 2024-10-17 16:54:19 +02:00
florez_j 93936a9587 Updated TODO with completed items and added new items. 2024-10-14 17:03:28 +02:00
florez_j 91c1cfac3c Updated TODO with completed items and added new items. 2024-10-14 17:02:41 +02:00
florez_j 9d841b076e Updated figure's title when app in flag mode and off flag mode (reset flag) 2024-10-14 17:02:04 +02:00
florez_j eb9e85e8de Added instrument dependent title to figure. 2024-10-14 17:01:10 +02:00
florez_j 0ad5a01ff5 Updated dima to latest version. 2024-10-14 16:08:25 +02:00
florez_j 76378e30a7 Added jupyter notebooks to explore functionalities of the flaggging app manager object 2024-10-10 16:56:29 +02:00
florez_j 1e06bca81c Implemented minor refactoring changes. 2024-10-10 16:26:40 +02:00
florez_j 61255f9e8c Implemented class FlaggingAppDataManager() with transfer_flags() and apply_flags() methods 2024-10-10 16:22:58 +02:00
florez_j 171a484848 Updated dima to latest version. 2024-10-10 14:31:15 +02:00
florez_j 1c8d5d8558 Implementated update due to method renaming change in manager object. 2024-10-09 16:13:18 +02:00
florez_j c2452fb8e0 Updated dima to latest version. 2024-10-09 16:10:03 +02:00
florez_j 2afdeba645 Updated TODO.md 2024-10-08 07:45:18 +02:00
florez_j 9aa9cca6ac Updated dima to latest version. 2024-10-07 16:20:00 +02:00
florez_j dc95f3ba92 Updated dima to latest version. 2024-10-03 11:04:08 +02:00
florez_j e56504ba2d Updated dima to latest version 2024-10-02 16:12:22 +02:00
florez_j 48d1a66731 Updated dima to latest version. 2024-09-27 10:46:33 +02:00
florez_j f1433ad738 Resolved todo item 'Title displays all meas are valid unless checked otherwise'. Enabled vertical and horizontal scrolling for graph and table componenet. Fixed commit button bug arising when no flag was selected. 2024-09-24 14:23:26 +02:00
florez_j 05ce59affc Updated TODO.md 2024-09-23 16:58:38 +02:00
florez_j 0f233f41c0 Modified upload-componenet callback to send path to file and instrument foldeer under display and commit button now uses that information to store flags in folder that can be easily align with the hdf5 file for update operation 2024-09-20 10:59:32 +02:00
florez_j b760b791e9 Added funtion to save uploaded file encoded in bytestring into dataproduct/ local folder, and updated created_loaded_file_figure with instfolder argument to display time series from a particular inst folder 2024-09-20 10:57:04 +02:00
florez_j 2e9c8cadd8 DIMA updated to latest version 2024-09-19 15:48:11 +02:00
florez_j 23366caa72 updated to latest version 2024-09-19 15:01:28 +02:00
florez_j 77c1adfac5 Updated dashboard figure 2024-09-05 13:51:15 +02:00
florez_j 418033873e Updated TODO.md 2024-09-05 13:50:28 +02:00
florez_j 64ad4b87ba Implemented commit flag button logic, which involves also displaying recorded flags on table. 2024-09-04 18:28:02 +02:00
florez_j f78879680f Updated to latest version. 2024-08-23 16:25:01 +02:00
florez_j 54fd6f9c2d Updated to latest version. 2024-08-23 16:15:08 +02:00
florez_j 7c0f9630d0 Added TODO.md to keep track of current state of the project and next tasks 2024-08-21 15:55:15 +02:00
florez_j 52354ff33e Added screenshot of current state of flagging app dashboard 2024-08-21 15:28:37 +02:00
florez_j f883309c1e Restructured dashboard layout in terms of row and column components from dash_bootstrap_component. Added three bottoms and their callbacks to manage create flag, reset, and commit operations. 2024-08-21 15:26:11 +02:00
florez_j 4a25ec95d6 Added lines of code to modify the subplot's height and size of the figure's layout 2024-08-21 15:23:02 +02:00