
; CNA_BACKCALC -- Calculate predicted background level for NICMOS observations.

function cna_backcalc, nic, input

@calnica_common

; Arguments:
;  nic     i: NICMOS info structure
;  input  io: input image


  print, 'BACKCALC not yet implemented will be skipped'

  nic.BACK.corr = OMIT

  ; Successful return.
  return, 0

end
