-
Notifications
You must be signed in to change notification settings - Fork 8
Description
Some of the ProFound vignettes were created before ProPane and thus are out of date with the current functionality of the ProTools packages. I have updated two of the vignettes to replace the out-dated profoundMakeStack function to work with ProPane
ProFound-Multiband-Stack.rmd:
Updating from the previous profoundMakeStack function
- add:
library(ProPane) - update
stack_rZ = propaneStackFlatInVar(image_list = list(pro_r$image, pro_Z$image), sky_list = list(pro_r$sky, pro_Z$sky), skyRMS_list = list(pro_r$skyRMS, pro_Z$skyRMS), mask_list = list(mask_r, mask_Z), magzero_in = c(0,30) ) - update:
stack_riZ = propaneStackFlatInVar(image_list = list(pro_r$image, pro_i$image, pro_Z$image), sky_list = list(pro_r$sky, pro_i$sky, pro_Z$sky), skyRMS_list = list(pro_r$skyRMS, pro_i$skyRMS, pro_Z$skyRMS), mask_list = list(mask_r, mask_i, mask_Z), magzero_in = c(0,0,30) ) - update:
stack_riZY = propaneStackFlatInVar(image_list = list(pro_r$image, pro_i$image, pro_Z$image, pro_Y$image), sky_list = list(pro_r$sky, pro_i$sky, pro_Z$sky, pro_Y$sky), skyRMS_list = list(pro_r$skyRMS, pro_i$skyRMS, pro_Z$skyRMS, pro_Y$skyRMS), mask_list = list(mask_r, mask_i, mask_Z, mask_Y), magzero_in = c(0,0,30,30) )
ProFound-Stack-Images.rmd:
Updating from the previous profoundMakeStack function
-
add: `library(ProPane)
-
update:
stack=propaneStackFlatInVar(image_list = list(im_test1, im_test2a, im_test2b, im_test2c, im_test2d), sky_list = list(pro_test1$sky, pro_test2a$sky, pro_test2b$sky, pro_test2c$sky, pro_test2d$sky), skyRMS_list = list(pro_test1$skyRMS, pro_test2a$skyRMS, pro_test2b$skyRMS, pro_test2c$skyRMS, pro_test2d$skyRMS), magzero_in=c(30,30,30,30,30), magzero_out=30) -
update documentation in the Stacked Photometry header: "ProFound comes with a handy function that does all the weight-watching for us called profoundMakeStack.” needs to be changed for ProPane