Home
last modified time | relevance | path

Searched refs:add_to_header (Results 1 – 11 of 11) sorted by relevance

/dports/astro/astrometry/astrometry.net-0.85/util/
H A Dquadfile.c235 static void add_to_header(qfits_header* hdr, quadfile_t* qf) { in add_to_header() function
254 add_to_header(hdr, qf); in quadfile_write_header()
271 add_to_header(hdr, qf); in quadfile_write_header_to()
320 add_to_header(hdr, qf); in quadfile_fix_header()
H A Dutil.i1447 self.wcstan.add_to_header(hdr)
1495 sip_t.add_to_header = sip_t_addtoheader
2592 tan_t.add_to_header = tan_t_addtoheader
H A Dc.py1791 self.wcstan.add_to_header(hdr)
1839 sip_t.add_to_header = sip_t_addtoheader
2024 tan_t.add_to_header = tan_t_addtoheader
H A Dutil.py1791 self.wcstan.add_to_header(hdr)
1839 sip_t.add_to_header = sip_t_addtoheader
2024 tan_t.add_to_header = tan_t_addtoheader
H A Danwcs.c654 ANWCS_DISPATCH(wcs, return, return -1, add_to_header, hdr); in anwcs_add_to_header()
/dports/astro/stellarsolver/stellarsolver-1.8/stellarsolver/astrometry/util/
H A Dquadfile.c236 static void add_to_header(qfits_header* hdr, quadfile_t* qf) { in add_to_header() function
255 add_to_header(hdr, qf); in quadfile_write_header()
272 add_to_header(hdr, qf); in quadfile_write_header_to()
330 add_to_header(hdr, qf); in quadfile_fix_header()
H A Danwcs.c654 ANWCS_DISPATCH(wcs, return, return -1, add_to_header, hdr); in anwcs_add_to_header()
/dports/science/libgeodecomp/libgeodecomp-0.4.0/CMakeModules/
H A Dutil.cmake22 # generic function to add user-configurable options. add_to_header may be used to propagate the opt…
23 function(add_config_option name help_message default add_to_header)
31 if(add_to_header)
/dports/mail/p5-Mail-MboxParser/Mail-MboxParser-0.55/MboxParser/Mail/
H A DConvertable.pm34 sub add_to_header(@) { subroutine
/dports/devel/py-apache_conf_parser/apache_conf_parser-1.0.1/
H A Dapache_conf_parser.py184 def add_to_header(self, line): member in Directive
245 self.add_to_header(line)
424 self.header.add_to_header(header)
H A Dtest_apache_conf_parser.py7 self.add_to_header(line)
674 node.add_to_header("name")
679 node.add_to_header("name")
683 node.add_to_header("name arg1")
687 node.add_to_header("name arg1 arg2")
691 node.add_to_header("name\\")
692 node.add_to_header("arg1")
696 node.add_to_header("name arg1\\")
697 node.add_to_header("arg2")