As Yurong pointed out, the "poc_haxis.r3d" file is produced when "analyze" finds the structure being analyzed is not "too curved" (check "misc_3dna.par" for default setting of the parameter). It corresponds directly to the "Global linear helical axis defined ..." section from the "analyze" main output file. It does not matter if the helical region is "quasi-continuous" or not.
To make it more concrete, here is an example:
find_pair bdl084.pdb stdout | analyze
You will get file "poc_haxis.r3d" with contents as follows:
###
### Linear global helical axis if not strongly curved
#5
# 17.536 25.713 25.665 9.424 12.911 15.677 -9.080 9.424 1.000 0.000 1.000
#5
# 17.536 25.713 25.665 6.368 12.911 15.677 -9.080 6.368 1.000 0.000 1.000
#5
# 17.536 25.713 25.665 5.849 12.911 15.677 -9.080 5.849 1.000 0.000 1.000
5
17.536 25.713 25.665 0.060 12.911 15.677 -9.080 0.060 1.000 0.000 1.000
Check also the following section from "bdl084.out":
Global linear helical axis defined by equivalent C1' and RN9/YN1 atom pairs
Deviation from regular linear helix: 3.30(0.52)
Helix: -0.127 -0.275 -0.953
HETATM 9998 XS X X 999 17.536 25.713 25.665
HETATM 9999 XE X X 999 12.911 15.677 -9.080
Average and standard deviation of helix radius:
P: 9.42(0.82), O4': 6.37(0.85), C1': 5.85(0.86)
BTW, the poc in file "poc_haxis.r3d" stands for P (phosphorus), O4', and C1' atoms.
HTH,
Xiang-Jun