blob: bff2ca9394d732793f1f489935460b0e4f112f4d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# DP_ADCONFIRM -- Confirm the critical ADDSTAR parameters.
procedure dp_adconfirm (dao)
pointer dao # pointer to the daophot structure
begin
call printf ("\n")
# Confirm the psf radius.
call dp_vpsfrad (dao)
call printf ("\n")
end
|