Skip to content

Commit 4e2dddb

Browse files
Merge branch 'canfar_new' of github.com:martinkilbinger/shapepipe into canfar_new
2 parents 894dee9 + b5ad01b commit 4e2dddb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

example/GOLD/default.param

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ NUMBER #Running object number
22
EXT_NUMBER #FITS extension number
33

44
FLUX_AUTO #Flux within a Kron-like elliptical aperture [count]
5+
FLUX_APER
56
FLUXERR_AUTO #RMS error for AUTO flux [count]
67
MAG_AUTO #Kron-like elliptical aperture magnitude [mag]
78
MAGERR_AUTO #RMS error for AUTO magnitude [mag]
@@ -64,4 +65,4 @@ VIGNET(51,51) #Pixel data around detection
6465

6566
#SPREAD_MODEL
6667
#SPREADERR_MODEL
67-
#FWHMPSF_IMAGE
68+
#FWHMPSF_IMAGE

scripts/sh/canfar_prep_tiles.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ function link_s () {
1818

1919
pwd=`pwd`
2020
out_base="output"
21-
run_dir="run_combined"
21+
run_dir="run_sp_combined"
2222
log_path="$pwd/$out_base/log_run_sp_tile.txt"
2323
INPUT="$pwd/$out_base/run_sp_*"
2424
OUTPUT="$pwd/$out_base/$run_dir"

0 commit comments

Comments
 (0)