CP40

CP40 is a 2-D photon counting camera developed by Alain Blazit and Renaud Foy for the needs of astronomical interferometry. CP40soft is the software for the processing of photon-counting data from CP40 camera.

News

Installation

  1. CP40 software is available as a Yorick plug-in. You must have Yorick (at least version 2.1) already installed on your machine.
  2. Download the source of CP40soft which is avalaible here:  cp40soft-1.01.tar.bz2.
  3. Unpack the archive:
    tar jxvf cp40soft-1.01.tar.bz2
  4. Go to directory where is the source code for the plugin:
    cd cp40soft-1.01/yorick
  5. Update Makefile and cleanup build directory:
    yorick -batch make.i
    make clean
  6. Compile:
    make
  7. Install:
    make install
  8. Try it:
    yorick
    > #include "cp40.i"
    > help, cp40_new;

Available functions

  1. cp40_all_ics
  2. cp40_all_its
  3. cp40_angle
  4. cp40_assoc
  5. cp40_attr
  6. cp40_cancel
  7. cp40_center_and_fit_offset
  8. cp40_centroid_of_ic
  9. cp40_check
  10. cp40_clear
  11. cp40_close
  12. cp40_coefs
  13. cp40_config
  14. cp40_copy
  15. cp40_exposure
  16. cp40_extra
  17. cp40_fit_offsets
  18. cp40_fix_offsets
  19. cp40_frame_count
  20. cp40_frame_date
  21. cp40_get
  22. cp40_ic2ps
  23. cp40_info
  24. cp40_integ
  25. cp40_integ2
  26. cp40_limits
  27. cp40_new
  28. cp40_nframes
  29. cp40_nphotons
  30. cp40_nsaturations
  31. cp40_open
  32. cp40_orgsof
  33. cp40_pli
  34. cp40_readable
  35. cp40_reweight
  36. cp40_rewind
  37. cp40_rewindable
  38. cp40_run
  39. cp40_scale
  40. cp40_schedule
  41. cp40_set
  42. cp40_shift
  43. cp40_start
  44. cp40_stat
  45. cp40_stds
  46. cp40_stop
  47. cp40_strpack
  48. cp40_strsplit
  49. cp40_task_data
  50. cp40_task_limits
  51. cp40_tasks
  52. cp40_to_hash
  53. cp40_unwrap
  54. cp40_updatable
  55. cp40_writable