Skip to content

Commit 4b3f6ce

Browse files
committed
Will need this version for the Workshop
1 parent ff03f1c commit 4b3f6ce

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
Package: ProFound
22
Type: Package
33
Title: Photometry Tools
4-
Version: 1.24.1
5-
Date: 2024-10-29
4+
Version: 1.24.2
5+
Date: 2024-11-28
66
Author: Aaron Robotham
77
Maintainer: Aaron Robotham <aaron.robotham@uwa.edu.au>
88
Description: Core package containing all the tools for simple and advanced source extraction. This is used to create inputs for 'ProFit', or for source detection, extraction and photometry in its own right.

R/profoundMultiBand.R

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ profoundMultiBand = function(inputlist=NULL, dir='', segim=NULL, segim_orig=NULL
364364
# For reference we run ProFound with the stacked sky added back in, passing it the stacked sky too.
365365
# Mask is NULL since any masked pixels will already be NA in the image.
366366

367+
dotsdetect = dotsdetect[!names(dotsdetect) %in% c('mask', 'iters', 'magzero', 'sky', 'skyRMS', 'box', 'grid', 'boxadd', 'deblend', 'pixelcov')]
368+
367369
pro_detect = do.call("profoundProFound", c(list(image=quote(detect_image_stack$image + detect_sky_stack$image), segim=quote(segim), mask=NULL, keyvalues=keyvalues, iters=iters_det, magzero=detect_magzero[1], sky=quote(detect_sky_stack$image), skyRMS=quote(detect_image_stack$skyRMS), box=max(detect_box), grid=min(detect_grid), boxadd=max(detect_boxadd), deblend=FALSE, groupstats=(groupstats | dogrp), groupby=groupby_det, pixelcov=FALSE), dotsdetect))
368370

369371
# Reset image pixels to NA if masked.

0 commit comments

Comments
 (0)