Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
de69f51
refresh
RhysAlfShaw Jun 1, 2025
94ed475
Improved Background map calculating and management
RhysAlfShaw Jun 1, 2025
5819f61
starting homology section
RhysAlfShaw Jun 9, 2025
de89806
ph on smaller component in principle
RhysAlfShaw Jun 9, 2025
694d478
working progress
RhysAlfShaw Jun 11, 2025
9dca250
working processing on island fixed
RhysAlfShaw Jul 1, 2025
322b46b
tests
RhysAlfShaw Jul 1, 2025
6d2f3b3
polars instead of pandas
RhysAlfShaw Jul 1, 2025
5f1a16d
parallel homology computed
RhysAlfShaw Jul 1, 2025
35f946e
experiemental source island optimsed function
RhysAlfShaw Jul 2, 2025
660558d
improved loop performance
RhysAlfShaw Jul 14, 2025
e43bb5f
added working dir to cashe results and save by default
RhysAlfShaw Jul 15, 2025
da66b33
save important data
RhysAlfShaw Jul 15, 2025
e0cf45c
multi proc fix by limiting polars threads
RhysAlfShaw Jul 15, 2025
9696304
style on DRUID message
RhysAlfShaw Jul 15, 2025
3a84039
fixed loading images when dim>2
RhysAlfShaw Jul 16, 2025
ffa7fdd
fixed caching issue, when data no makde before
RhysAlfShaw Jul 16, 2025
bb046c5
added correct lifetime filtering for better nested feature extraction
RhysAlfShaw Jul 16, 2025
383c10a
updated homology
RhysAlfShaw Jul 16, 2025
9a15051
fixed corr dest function: renamed columns
RhysAlfShaw Sep 8, 2025
949cefc
adjusted commets
RhysAlfShaw Sep 8, 2025
4bf0ef6
temporailty removed failing tests
RhysAlfShaw Sep 8, 2025
8b04af6
prevent a zero batchsize
RhysAlfShaw Sep 8, 2025
c40b131
allow for no sources to be detected
RhysAlfShaw Sep 8, 2025
2385854
refined background.py tests
RhysAlfShaw Sep 8, 2025
4fdfa93
homology.py test
RhysAlfShaw Sep 8, 2025
6095478
tests for main.py
RhysAlfShaw Sep 8, 2025
6ff3110
test for utils.py
RhysAlfShaw Sep 8, 2025
8c1f7bc
corrected for when polars table has no values
RhysAlfShaw Sep 8, 2025
fb98589
start on source properties calculations
RhysAlfShaw Sep 8, 2025
2558a67
removed debugging lines
RhysAlfShaw Sep 9, 2025
de8e12b
starting scripts calculating source properties.
RhysAlfShaw Sep 10, 2025
1604139
calculating source properties functions -- not implemented in pipeline
RhysAlfShaw Sep 10, 2025
896144c
update to some files when running
RhysAlfShaw Sep 22, 2025
c27272d
Change of some files
RhysAlfShaw Sep 22, 2025
77d2fea
resolved?
RhysAlfShaw Jul 13, 2026
aa048b3
fixed rebase error
RhysAlfShaw Jul 13, 2026
6612246
some testing scripts
RhysAlfShaw Jul 13, 2026
9d9fb3e
large update with multiprocessing improvements
RhysAlfShaw Jul 13, 2026
cc0b902
fixes and parallel update
RhysAlfShaw Jul 13, 2026
4029661
update to script and implemented max_area limit
RhysAlfShaw Jul 14, 2026
3fb00ff
no message
RhysAlfShaw Jul 14, 2026
756b54c
update
RhysAlfShaw Jul 15, 2026
7bda750
docs folder with execution time graph
RhysAlfShaw Jul 15, 2026
e2463ad
fix to single threaded run
RhysAlfShaw Jul 15, 2026
a8b58f6
new tests, fixed utils func
RhysAlfShaw Jul 15, 2026
a2e0011
filtering by analysis thres
RhysAlfShaw Jul 15, 2026
4714682
update to readme
RhysAlfShaw Jul 15, 2026
a2d0470
update to readme
RhysAlfShaw Jul 15, 2026
4cf3e0a
update to requirement and setup version
RhysAlfShaw Jul 15, 2026
12389c1
added initial smoothing to begining of process
RhysAlfShaw Jul 16, 2026
18ddf0a
pyproject update
RhysAlfShaw Jul 28, 2026
470787e
update to readme installation
RhysAlfShaw Jul 28, 2026
693bba7
cashe -> cache
RhysAlfShaw Jul 28, 2026
34dd99f
update to readme
RhysAlfShaw Jul 29, 2026
77be78d
function for calculating ra and dec coords
RhysAlfShaw Jul 29, 2026
26e8abb
catalog order and island offset
RhysAlfShaw Jul 29, 2026
40c4db7
saving file as parquet automatically
RhysAlfShaw Jul 29, 2026
81ecf77
adding missing ph class
RhysAlfShaw Jul 29, 2026
a0e1c1b
Merge branch 'main' into update
RhysAlfShaw Jul 29, 2026
047612d
fix from merger
RhysAlfShaw Jul 29, 2026
eccc6a2
fix depreciated arguments
RhysAlfShaw Jul 29, 2026
9f6fd18
increase beautiy factor
RhysAlfShaw Jul 29, 2026
b431b24
update to required packages
RhysAlfShaw Jul 29, 2026
92fb0fe
update ignore
RhysAlfShaw Jul 29, 2026
9431daf
later python version
RhysAlfShaw Jul 29, 2026
7d7e3da
update for tests
RhysAlfShaw Jul 29, 2026
da737ff
update fix
RhysAlfShaw Jul 29, 2026
82fc5fd
update to general type
RhysAlfShaw Jul 29, 2026
1a107e6
change to photoutils optical background estimate
RhysAlfShaw Jul 30, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
Expand Down
7 changes: 5 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ ignore/





dev_plan.md
*.drawio
DRUID.egg-info
build
backup
notepad.ipynb
temp
_*
*.lock
1 change: 0 additions & 1 deletion DRUID/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
from .main import sf
from .src import *
Loading
Loading