@@ -537,56 +537,82 @@ PICA (Root Directory)/
537537 CODE_OF_CONDUCT.md
538538 CONTRIBUTING.md
539539 LICENSE
540+ MANIFEST.in
540541 README.md
541- path.py
542542 pica_cli.py
543543 pyproject.toml
544+ requirements-dev.txt
544545 requirements.txt
545546 run_pica.py
546547 .github/
547548 workflows/
548- build_pdf.yml
549549 codeql.yml
550- joss_tests.yml
551- python-app.yml
550+ draft-pdf.yml
551+ lint.yml
552+ test.yml
552553 docs/
553- Ranges_for_Measurements .md
554+ Instruments_Manuals_Lists .md
554555 User_Manual.md
556+ examples/
557+ examples.md
555558 paper/
556559 paper.bib
557560 paper.md
558561 pica/
559562 __init__.py
560563 cli.py
561564 main.py
562- assets/ < -- Images, Logos
565+ assets/ < -- Images, Logos, Icons
566+ Images/
567+ LOGO/
563568 keithley/
564569 delta_mode/ < -- Low Resistance (K6221 + K2182)
565570 Delta_RT_K6221_K2182_L350_Sensing_GUI.py
566571 Delta_RT_K6221_K2182_L350_T_Control_GUI.py
567572 IV_K6221_DC_Sweep_GUI.py
573+ Instrument_Control/
568574 k2400/ < -- Mid Resistance (K2400 Standard)
569575 IV_K2400_GUI.py
570576 RT_K2400_L350_T_Control_GUI.py
571577 RT_K2400_L350_T_Sensing_GUI.py
578+ Instrument_Control/
572579 k2400_2182/ < -- Mid Resistance (High Precision)
573580 IV_K2400_K2182_GUI.py
581+ RT_K2400_2182_L350_T_Sensing_GUI.py
574582 RT_K2400_K2182_T_Control_GUI.py
583+ Instrument_Control/
575584 k6517b/ < -- High Resistance & Pyroelectric
576585 High_Resistance/
577586 IV_K6517B_GUI.py
578587 RT_K6517B_L350_T_Control_GUI.py
588+ RT_K6517B_L350_T_Sensing_GUI.py
589+ Instrument_Control/
579590 Pyroelectricity/
580591 Pyroelectric_K6517B_L350_GUI.py
592+ Instrument_Control/
581593 keysight/ < -- Capacitance (E4980A)
582594 CV_KE4980A_GUI.py
595+ Instrument_Control/
583596 lakeshore/ < -- Temperature Control
584597 T_Control_L350_RangeControl_GUI.py
585598 T_Sensing_L350_GUI.py
599+ Instrument_Control/
586600 lockin/ < -- Lock-in Amplifiers (Experimental)
587601 BasicTest_S830_Instrument_Control.py
588602 utils/ < -- Core Utilities
589603 GPIB_Instrument_Scanner_GUI.py
604+ GUI_Basic_Format.py
590605 PlotterUtil_GUI.py
606+ parser.py
591607 tests/ < -- Automated Test Suite
608+ conftest.py
609+ test_backends_logic.py
610+ test_deep_simulation.py
611+ test_entry_points.py
612+ test_full_stack_simulation.py
613+ test_gui_layouts.py
614+ test_gui_modules_initialization.py
615+ test_package_integrity.py
616+ test_pica_launcher.py
617+ test_utilities_logic.py
592618` ` `
0 commit comments