      A CIFTOKIC(CAD1)      UNIX Programmer's Manual       CIFTOKIC(CAD1)c       NAME5      ciftokic - Translate a CIF file into KIC format.o   SYNOPSIS1      ciftokic [-L micperl] [-I ciffile] [-ahikns]e   DESCRIPTIONsP      _C_i_f_t_o_k_i_c translates a CIF file into the hierarchical direc-J      tory format used by _K_I_C(_C_A_D_1). The -L option is used to?      specify the number of microns per lambda. The -I option is A      used to specify the name of the input CIF file.  The remain- @      ing options are used to indicate the style of the CIF file:  b      -k   The CIF file was created by _K_I_C_T_o_C_I_F(_1) or _S_T_R_E_A_M_T_o_-B           _C_I_F(_1) with standard Berkeley extensions and may8           include property lists using user extention 5.  A      -h   The CIF file was created by IGS.  An IGS symbol name isl?           a CIF user extension which follows a DS command as in )                                  9 PadIn;   ?      -i   The CIF file was created by Icarus.  An Icarus symbolc@           name is a CIF comment which follows a DS command as in*                                 (9 PadIn);  A      -q   The CIF file was created by Squid.  A Squid symbol names@           is a CIF user extension which follows a DS command and8           specifies the full path name of the file as in1                          9 /usr/joe/layout/PadIn;'  <      -m   The CIF file is compatable with the mextra programA           which uses the symbol rename convention of Berkeley CIFs=           and has the respective layer name in the label user Q           extension as in _9_4 _T_e_x_t _1_5_0_0 -_9_8_0_0 _N_M;.n  @      -s   The CIF file was created by Sif.  A Sif symbol name is8           a CIF comment which follows a DS command as in,                               (Name: PadIn);  @      -a   The CIF file was created by Stanford.  A Stanford sym-A           bol name is a CIF comment which follows a DS command asp           in)                                  (PadIn);"  @      -b   The CIF file was created by NCA.  A NCA symbol name is8           a CIF comment which follows a DS command as in)                                  (PadIn);                 A Printed 9/4/83               5/20/83                            1K            A CIFTOKIC(CAD1)      UNIX Programmer's Manual       CIFTOKIC(CAD1)       8      -n   The CIF file was created by none of the above.  O      _C_i_f_t_o_k_i_c will become an interactive program if the command >      line arguments are insufficient.  Input and output do NOT?      default to standard I/O.  If no command line arguments arepP      given, _c_i_f_t_o_k_i_c will first prompt you to identify the style@      of the CIF file as one of the options mentioned above.  The?      program will next prompt you for the number of microns per|N      lambda.  Finally, _c_i_f_t_o_k_i_c will ask the name of the input      CIF file.  A      If the CIF file was generated by KIC, IGS, Icarus, Stanford,m@      or Sif, each CIF symbol will become a KIC cell adopting the=      name of that CIF symbol.  All CIF symbol numbers must beD@      between 0 and 999 inclusive.  The root cell is the very topB      of the hierarchy and will be the KIC cell named _R_o_o_t.  ?      If the CIF file was not generated by any of the above pro-i@      grams, each CIF symbol will become a KIC cell with the nameU      _S_Y_M_B_O_L_x_x_x, where _x_x_x is the number of the respective CIFe      symbol.   SEE ALSO6      kic(CAD1), kictocif(CAD1), KIC tutorial stored in      ~cad/doc/kic.me   AUTHOR      Giles Billingsley   BUGSI      The CIF file may not contain a symbol named _R_o_o_t. If the CIFQQ      file was created by _k_i_c_t_o_c_i_f(_1) with a root hierarchy filefE      named _R_o_o_t, then the CIF file will also contain a symbol I      named _R_o_o_t and will have to be edited for successful conver-,
      sion.  N      _C_i_f_t_o_k_i_c does not check for duplicate symbol names in the      CIF file.                                  A Printed 9/4/83               5/20/83                            2r      