aboutsummaryrefslogtreecommitdiff
path: root/noao/digiphot/apphot/daofind/apfdpars.x
blob: 108f205bebbaec620de1f6c91f79e5bd46e7ef22 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
include "../lib/display.h"

# AP_FDPARS -- Write out the current daofind parameters to the current
# parameter files.

procedure ap_fdpars (ap)

pointer	ap		# pointer to apphot structure

begin
	# Write the data dependent parameters.
	call ap_dapars (ap)

	# Write the daofind parameters.
	call ap_fipars (ap)
end