Article Object
(
    [_status:protected] => Array
        (
            [0] => 已发布
            [1] => 草稿
            [2] => 禁用
            [3] => 已审核
            [4] => 已回收
        )

    [_sticky:protected] => Array
        (
            [0] => 否
            [1] => 置顶
        )

    [_md:CActiveRecord:private] => CActiveRecordMetaData Object
        (
            [tableSchema] => CMysqlTableSchema Object
                (
                    [schemaName] => 
                    [name] => article
                    [rawName] => `article`
                    [primaryKey] => id
                    [sequenceName] => 
                    [foreignKeys] => Array
                        (
                        )

                    [columns] => Array
                        (
                            [id] => CMysqlColumnSchema Object
                                (
                                    [name] => id
                                    [rawName] => `id`
                                    [allowNull] => 
                                    [dbType] => int(10) unsigned
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 10
                                    [precision] => 10
                                    [scale] => 
                                    [isPrimaryKey] => 1
                                    [isForeignKey] => 
                                    [autoIncrement] => 1
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [sort_id] => CMysqlColumnSchema Object
                                (
                                    [name] => sort_id
                                    [rawName] => `sort_id`
                                    [allowNull] => 
                                    [dbType] => smallint(6) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 6
                                    [precision] => 6
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 分类id
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [title] => CMysqlColumnSchema Object
                                (
                                    [name] => title
                                    [rawName] => `title`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 标题
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [title_pic] => CMysqlColumnSchema Object
                                (
                                    [name] => title_pic
                                    [rawName] => `title_pic`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 标题图片
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [intro] => CMysqlColumnSchema Object
                                (
                                    [name] => intro
                                    [rawName] => `intro`
                                    [allowNull] => 1
                                    [dbType] => text
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 简介
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [source] => CMysqlColumnSchema Object
                                (
                                    [name] => source
                                    [rawName] => `source`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 来源
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [source_link] => CMysqlColumnSchema Object
                                (
                                    [name] => source_link
                                    [rawName] => `source_link`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 来源链接
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [author] => CMysqlColumnSchema Object
                                (
                                    [name] => author
                                    [rawName] => `author`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 作者
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [editor] => CMysqlColumnSchema Object
                                (
                                    [name] => editor
                                    [rawName] => `editor`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 编辑
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [admin_id] => CMysqlColumnSchema Object
                                (
                                    [name] => admin_id
                                    [rawName] => `admin_id`
                                    [allowNull] => 
                                    [dbType] => int(10) unsigned
                                    [type] => string
                                    [defaultValue] => 0
                                    [size] => 10
                                    [precision] => 10
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 管理员id
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [content] => CMysqlColumnSchema Object
                                (
                                    [name] => content
                                    [rawName] => `content`
                                    [allowNull] => 1
                                    [dbType] => text
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 内容
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [created_at] => CMysqlColumnSchema Object
                                (
                                    [name] => created_at
                                    [rawName] => `created_at`
                                    [allowNull] => 
                                    [dbType] => datetime
                                    [type] => string
                                    [defaultValue] => 0000-00-00 00:00:00
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 创建日期
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [updated_at] => CMysqlColumnSchema Object
                                (
                                    [name] => updated_at
                                    [rawName] => `updated_at`
                                    [allowNull] => 
                                    [dbType] => datetime
                                    [type] => string
                                    [defaultValue] => 0000-00-00 00:00:00
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 更新日期
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [published_at] => CMysqlColumnSchema Object
                                (
                                    [name] => published_at
                                    [rawName] => `published_at`
                                    [allowNull] => 
                                    [dbType] => datetime
                                    [type] => string
                                    [defaultValue] => 0000-00-00 00:00:00
                                    [size] => 
                                    [precision] => 
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 发布日期
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [status] => CMysqlColumnSchema Object
                                (
                                    [name] => status
                                    [rawName] => `status`
                                    [allowNull] => 
                                    [dbType] => tinyint(1) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 1
                                    [precision] => 1
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 状态
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [sticky] => CMysqlColumnSchema Object
                                (
                                    [name] => sticky
                                    [rawName] => `sticky`
                                    [allowNull] => 
                                    [dbType] => tinyint(1) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 1
                                    [precision] => 1
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 推荐
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [display_order] => CMysqlColumnSchema Object
                                (
                                    [name] => display_order
                                    [rawName] => `display_order`
                                    [allowNull] => 
                                    [dbType] => smallint(6) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 6
                                    [precision] => 6
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 排序
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [article_type] => CMysqlColumnSchema Object
                                (
                                    [name] => article_type
                                    [rawName] => `article_type`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 文章类型
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [language] => CMysqlColumnSchema Object
                                (
                                    [name] => language
                                    [rawName] => `language`
                                    [allowNull] => 1
                                    [dbType] => varchar(20)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 20
                                    [precision] => 20
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [subtitle] => CMysqlColumnSchema Object
                                (
                                    [name] => subtitle
                                    [rawName] => `subtitle`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [file] => CMysqlColumnSchema Object
                                (
                                    [name] => file
                                    [rawName] => `file`
                                    [allowNull] => 1
                                    [dbType] => varchar(255)
                                    [type] => string
                                    [defaultValue] => 
                                    [size] => 255
                                    [precision] => 255
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [is_oauth] => CMysqlColumnSchema Object
                                (
                                    [name] => is_oauth
                                    [rawName] => `is_oauth`
                                    [allowNull] => 
                                    [dbType] => tinyint(1) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 1
                                    [precision] => 1
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 是否需要认证(0为不限制)
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                            [is_highlight] => CMysqlColumnSchema Object
                                (
                                    [name] => is_highlight
                                    [rawName] => `is_highlight`
                                    [allowNull] => 
                                    [dbType] => tinyint(1) unsigned
                                    [type] => integer
                                    [defaultValue] => 0
                                    [size] => 1
                                    [precision] => 1
                                    [scale] => 
                                    [isPrimaryKey] => 
                                    [isForeignKey] => 
                                    [autoIncrement] => 
                                    [comment] => 是否高亮
                                    [_e:CComponent:private] => 
                                    [_m:CComponent:private] => 
                                )

                        )

                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                )

            [columns] => Array
                (
                    [id] => CMysqlColumnSchema Object
                        (
                            [name] => id
                            [rawName] => `id`
                            [allowNull] => 
                            [dbType] => int(10) unsigned
                            [type] => string
                            [defaultValue] => 
                            [size] => 10
                            [precision] => 10
                            [scale] => 
                            [isPrimaryKey] => 1
                            [isForeignKey] => 
                            [autoIncrement] => 1
                            [comment] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [sort_id] => CMysqlColumnSchema Object
                        (
                            [name] => sort_id
                            [rawName] => `sort_id`
                            [allowNull] => 
                            [dbType] => smallint(6) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 6
                            [precision] => 6
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 分类id
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [title] => CMysqlColumnSchema Object
                        (
                            [name] => title
                            [rawName] => `title`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 标题
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [title_pic] => CMysqlColumnSchema Object
                        (
                            [name] => title_pic
                            [rawName] => `title_pic`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 标题图片
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [intro] => CMysqlColumnSchema Object
                        (
                            [name] => intro
                            [rawName] => `intro`
                            [allowNull] => 1
                            [dbType] => text
                            [type] => string
                            [defaultValue] => 
                            [size] => 
                            [precision] => 
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 简介
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [source] => CMysqlColumnSchema Object
                        (
                            [name] => source
                            [rawName] => `source`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 来源
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [source_link] => CMysqlColumnSchema Object
                        (
                            [name] => source_link
                            [rawName] => `source_link`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 来源链接
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [author] => CMysqlColumnSchema Object
                        (
                            [name] => author
                            [rawName] => `author`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 作者
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [editor] => CMysqlColumnSchema Object
                        (
                            [name] => editor
                            [rawName] => `editor`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 编辑
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [admin_id] => CMysqlColumnSchema Object
                        (
                            [name] => admin_id
                            [rawName] => `admin_id`
                            [allowNull] => 
                            [dbType] => int(10) unsigned
                            [type] => string
                            [defaultValue] => 0
                            [size] => 10
                            [precision] => 10
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 管理员id
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [content] => CMysqlColumnSchema Object
                        (
                            [name] => content
                            [rawName] => `content`
                            [allowNull] => 1
                            [dbType] => text
                            [type] => string
                            [defaultValue] => 
                            [size] => 
                            [precision] => 
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 内容
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [created_at] => CMysqlColumnSchema Object
                        (
                            [name] => created_at
                            [rawName] => `created_at`
                            [allowNull] => 
                            [dbType] => datetime
                            [type] => string
                            [defaultValue] => 0000-00-00 00:00:00
                            [size] => 
                            [precision] => 
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 创建日期
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [updated_at] => CMysqlColumnSchema Object
                        (
                            [name] => updated_at
                            [rawName] => `updated_at`
                            [allowNull] => 
                            [dbType] => datetime
                            [type] => string
                            [defaultValue] => 0000-00-00 00:00:00
                            [size] => 
                            [precision] => 
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 更新日期
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [published_at] => CMysqlColumnSchema Object
                        (
                            [name] => published_at
                            [rawName] => `published_at`
                            [allowNull] => 
                            [dbType] => datetime
                            [type] => string
                            [defaultValue] => 0000-00-00 00:00:00
                            [size] => 
                            [precision] => 
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 发布日期
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [status] => CMysqlColumnSchema Object
                        (
                            [name] => status
                            [rawName] => `status`
                            [allowNull] => 
                            [dbType] => tinyint(1) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 1
                            [precision] => 1
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 状态
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [sticky] => CMysqlColumnSchema Object
                        (
                            [name] => sticky
                            [rawName] => `sticky`
                            [allowNull] => 
                            [dbType] => tinyint(1) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 1
                            [precision] => 1
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 推荐
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [display_order] => CMysqlColumnSchema Object
                        (
                            [name] => display_order
                            [rawName] => `display_order`
                            [allowNull] => 
                            [dbType] => smallint(6) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 6
                            [precision] => 6
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 排序
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [article_type] => CMysqlColumnSchema Object
                        (
                            [name] => article_type
                            [rawName] => `article_type`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 文章类型
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [language] => CMysqlColumnSchema Object
                        (
                            [name] => language
                            [rawName] => `language`
                            [allowNull] => 1
                            [dbType] => varchar(20)
                            [type] => string
                            [defaultValue] => 
                            [size] => 20
                            [precision] => 20
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [subtitle] => CMysqlColumnSchema Object
                        (
                            [name] => subtitle
                            [rawName] => `subtitle`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [file] => CMysqlColumnSchema Object
                        (
                            [name] => file
                            [rawName] => `file`
                            [allowNull] => 1
                            [dbType] => varchar(255)
                            [type] => string
                            [defaultValue] => 
                            [size] => 255
                            [precision] => 255
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [is_oauth] => CMysqlColumnSchema Object
                        (
                            [name] => is_oauth
                            [rawName] => `is_oauth`
                            [allowNull] => 
                            [dbType] => tinyint(1) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 1
                            [precision] => 1
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 是否需要认证(0为不限制)
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [is_highlight] => CMysqlColumnSchema Object
                        (
                            [name] => is_highlight
                            [rawName] => `is_highlight`
                            [allowNull] => 
                            [dbType] => tinyint(1) unsigned
                            [type] => integer
                            [defaultValue] => 0
                            [size] => 1
                            [precision] => 1
                            [scale] => 
                            [isPrimaryKey] => 
                            [isForeignKey] => 
                            [autoIncrement] => 
                            [comment] => 是否高亮
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                )

            [relations] => Array
                (
                    [Admin] => CBelongsToRelation Object
                        (
                            [joinType] => LEFT OUTER JOIN
                            [on] => 
                            [alias] => 
                            [with] => Array
                                (
                                )

                            [together] => 
                            [scopes] => 
                            [name] => Admin
                            [className] => Admin
                            [foreignKey] => Array
                                (
                                    [admin_id] => id
                                )

                            [select] => *
                            [condition] => 
                            [params] => Array
                                (
                                )

                            [group] => 
                            [join] => 
                            [having] => 
                            [order] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                    [Sort] => CBelongsToRelation Object
                        (
                            [joinType] => LEFT OUTER JOIN
                            [on] => 
                            [alias] => 
                            [with] => Array
                                (
                                )

                            [together] => 
                            [scopes] => 
                            [name] => Sort
                            [className] => Sort
                            [foreignKey] => Array
                                (
                                    [sort_id] => id
                                )

                            [select] => *
                            [condition] => 
                            [params] => Array
                                (
                                )

                            [group] => 
                            [join] => 
                            [having] => 
                            [order] => 
                            [_e:CComponent:private] => 
                            [_m:CComponent:private] => 
                        )

                )

            [attributeDefaults] => Array
                (
                    [sort_id] => 0
                    [admin_id] => 0
                    [created_at] => 0000-00-00 00:00:00
                    [updated_at] => 0000-00-00 00:00:00
                    [published_at] => 0000-00-00 00:00:00
                    [status] => 0
                    [sticky] => 0
                    [display_order] => 0
                    [is_oauth] => 0
                    [is_highlight] => 0
                )

            [_model:CActiveRecordMetaData:private] => Article Object
                (
                    [_status:protected] => 
                    [_sticky:protected] => 
                    [_md:CActiveRecord:private] => CActiveRecordMetaData Object
 *RECURSION*
                    [_new:CActiveRecord:private] => 
                    [_attributes:CActiveRecord:private] => Array
                        (
                        )

                    [_related:CActiveRecord:private] => Array
                        (
                        )

                    [_c:CActiveRecord:private] => 
                    [_pk:CActiveRecord:private] => 
                    [_alias:CActiveRecord:private] => t
                    [_errors:CModel:private] => Array
                        (
                        )

                    [_validators:CModel:private] => 
                    [_scenario:CModel:private] => 
                    [_e:CComponent:private] => 
                    [_m:CComponent:private] => 
                )

        )

    [_new:CActiveRecord:private] => 
    [_attributes:CActiveRecord:private] => Array
        (
            [id] => 6043
            [title] => 双光子激光共聚焦显微镜项目采购需求公示
            [sort_id] => 56
            [published_at] => 2020-12-29 17:22:30
        )

    [_related:CActiveRecord:private] => Array
        (
        )

    [_c:CActiveRecord:private] => 
    [_pk:CActiveRecord:private] => 6043
    [_alias:CActiveRecord:private] => t
    [_errors:CModel:private] => Array
        (
        )

    [_validators:CModel:private] => 
    [_scenario:CModel:private] => update
    [_e:CComponent:private] => 
    [_m:CComponent:private] => 
)
SUSTC-招标信息
重大项目采购需求公示

激光共聚焦显微镜项目采购需求公示

2020-12-29

(一)项目基本信息

项目名称

激光共聚焦显微镜

采购预算(元)

 13,350,000

是否接受进口设备

 是

(二)货物清单

序号

设备名称

数量

单位

1

高分辨率活细胞激光共聚焦显微镜

1

2

超高分辨率激光共聚焦显微镜

1

3

实时光谱拆分超高分辨率激光共聚焦显微镜

1

(三)商务需求

序号

商务需求

1

交货期的要求: 合同签订后180天内

2

质保期:保修期五年 (包括人工费用和硬件费用 – 人为损坏除外), 使用期间,应用工程师支持不限次数

3

付款方式: 签订合同预付30%,到货验收后付65%,1年后付5%余款。

4

技术支持及服务:

1、制造商需具备400服务热线,可在线提供售后、技术、应用等咨询。售后服务需有完善的管理体系,如ISO认证等,需提供认证证书编号及复印件。

2、防震台:与共聚焦主机一起配套防震台,需完全满足设备使用需求

3、免费安装调试,售后工程师提供简易维护培训

4、应用工程师提供现场使用培训,制样指导

(四)技术需求

序号

设备名称

技术参数或功能要求

1

高分辨率活细胞激光共聚焦显微镜

系统组成:

  1. 激光器系统;
  2. 扫描检测系统;
  3. 活细胞工作站系统;
  4. 激光共聚焦高分辨率系统;
  5. 全自动倒置显微镜;
  6. 计算机工作站;
  7. 软件系统;

▲1、激光器系统

1.1 固体激光器 405nm,最大功率≥30mW;

1.2 固体激光器 488nm 最大功率≥30mW;

1.3 固体激光器 543nm, 最大功率≥25mW;

1.4 固体激光器 639nm 功率≥25mW。

1.5 激光器开闭和电压调节由计算机的激光共聚焦扫描软件系统控制,与整个系统偶合程度高,电噪声小,安全,并有良好的激光管寿命保护装置。激光器使用寿命内激光器输出功率恒定。

2、扫描检测系统

2.1扫描器与显微镜一体化设计,一体化像差及色差校正。所有扫描器组件都直接耦合,无光纤连接。扫描头,检测器,扫描模块中的电子部件,均采用液态制冷方式,动态反馈系统保证温度稳定,减少信号干扰。

2.2扫描方式:xy,xyz,xyt,xyzt,xz,xt,xzt,spot-t,xl,xyl,xyzl,xytl,xyztl,xzl,xtl,xztl,直线扫描,曲线扫描,面扫描。

2.3 采用X、Y轴独立的检流计(Galvo)双镜扫描,采用超快线扫及帧飞回技术。

▲2.4 光谱检测装置:

2.4.1线性分光,光谱范围400-750nm。荧光光谱分辨率精度:不低于3nm。

▲2.4.2光谱循环系统:对分光中散射或折射的光谱再次回收进行分光,最大程度提升系统光效率。

2.5 最大扫描视场对角线不少于20mm;

▲2.6共聚焦扫描可同时满足以下速度:≥13幅/秒(512x512像素,16位);≥420幅/秒(512x16像素,16位);≥25幅/秒(256x256像素,16位);线扫描速度≥6800线/秒(512x1像素,16位)。

2.7扫描头绝对线性扫描运动,保证激光在每个点驻留时间相同,适用于任何定量实验。

▲2.8扫描光学变倍:最低变倍扫描系数≤0.6x,且变倍连续可调,调节精度0.1x。

▲2.9可以进行≥360°任意旋转扫描线的方向,同时可以变倍以及移动扫描区域的中心。旋转、变倍、移动中心均可以实时(扫描过程中)进行。

▲2.10 主分色镜采用双转轮设计,10°小角度入射二向色镜分光,最高可达100种激发光谱线组合方式,高效压制反射激光达到99.99999%以上(OD7)。

▲2.11实时电子组件监控控制显微镜、激光器、扫描模块和其它附件;通过实时电路进行数据采集和同步管理;过量采样读取逻辑电路;在采集图像的同时可进行。

2.12荧光检测器≥4个,透射光检测器1个。

2.13共聚焦针孔采用复消色差校正,适合短波长(如 405 nm)激光成像,调节范围0.0-8 Airy units。

3、活细胞工作站系统

3.1 细胞培养系统可分别精确控制温度、湿度、CO2浓度,能够满足长时间细胞培养的需要(≥1天);

3.2控温系统可同时控制至少4个独立的通道温度设定,温度控制范围:室温至60℃,精度≤0.1℃。

3.3  可进行CO2浓度控制,范围:0至8%,调节精度为≤0.1%,内置精度≤0.1%

3.4湿度控制,加湿装置同时也可控温保湿。

3.5配有独立培养皿孵育装置,适用于35mm及60mm培养皿,Labtek腔室等

3.6整个活细胞培养系统可完全由共聚焦软件一体化控制,并在软件及显微镜显示器上可以直接显示、调节。

3.7细胞培养在独立空间内,培养皿底部可加热,上部也可同时加热;多孔板培养时顶部和底部均可被加热。

4、激光共聚焦超高分辨率系统

4.1超高分辨率成像可使用激光器波段:405nm, 488nm, 543nm和639nm

▲4.2检测器为不少于30个GaAsP检测器组成的面阵列检测单元。

4.3高速成像速度可满足:不低于40 幅/秒(512×512分辨率);

4.4同一个实验中可实现蓝、绿、红、红外4种颜色的高分辨率成像,通过线粒体膜蛋白标记,在XY层面能观察到线粒体为中空的腔体结构;

4.5所有适合配置激光器激发的荧光样品均可进行高分辨率成像,无需选择特殊荧光抗体及试剂;

4.6同一样品具有与激光共聚焦相同的成像深度;

4.7高分辨率成像为线性成像,所有高分辨率成像均可用作定量分析,如荧光强度分析、FRAP分析等;

▲4.8在确保荧光收集效率的情况下(针孔≥2.5 AU),超高分辨成像可同时实现如下效果:分辨率XY方向上≤125nm,Z方向≤360nm;同时相较传统共聚焦提升4-8x灵敏度或信噪比。

5、光学显微镜系统

5.1研究级全自动倒置显微镜:具备明场、荧光、微分干涉观察功能。显微镜控制可通过彩色触摸屏、遥控器、机身按钮、共聚焦软件来控制;

5.2显微镜透射光源:卤素灯光源或者LED光源,色温4500K;

5.3显微镜内置电动调焦驱动马达,最小步进≤10nm;

5.4通过TFT电子触控屏系统控制显微镜并显示工作状态。

5.5全套微分干涉部件(DIC),有与不同数值孔径的物镜一一对应的棱镜;

5.6长寿命LED荧光光源,光纤导光,对镜体无热辐射;

5.7荧光附件:复消色差荧光光路,六位电动滤色镜转盘,电动光闸,含UV、B、G激发滤色镜组件。

5.8荧光激发块:紫外激发单色滤块:激发G365,分色395,发射445/50;蓝色激发单色滤块:激发470/40,分色495,发射525/50;绿色激发单色滤块:激发546/12,分色560,发射575-640;红色激发单色滤块:激发640/30,分色660,发射690/50;

5.9宽视野双目观察筒,视场数23mm;

5.10宽视野平场目镜10倍,视场数23mm,屈光度可补偿调节;

5.11物镜:

5.11.1  10倍共聚焦专用干镜,数值孔径N.A.≥0.45;

5.11.2  20倍共聚焦专用干镜,数值孔径N.A.≥0.8;

▲5.11.3  长工作距离40倍共聚焦专用水镜,数值孔径N.A.≥1.1,工作距离≥0.62mm;

▲5.11.4  63倍共聚焦专用油镜,数值孔径N.A.≥1.40,工作距离≥0.19mm;

5.11.5  5倍共聚焦专用干镜,数值孔径N.A.≥0.16

▲5.11.6  25倍共聚焦专用长工作距离多介质物镜(水,甘油,硅油),数值孔径N.A.≥0.8,工作距离≥0.57mm;

5.12全电动扫描台,行程≥130mm x 100mm,最大速度≥50mm/s。

5.13 配备硬件对焦系统,利用内置近红外LED光源对样本快速和稳定长时间对焦

6、计算机工作站

高配置品牌专业工作站:4核CPU,内存≥128 GB,高性能显卡,显存≥8GB,液晶真彩16 :9高清显示屏(1个)≥32寸,显示屏分辨率≥3840 x 2160,固态硬盘512GB,硬盘≥8TB,16x DVD+/- RW刻录,Windows 10 Professional (64 位)操作系统。

7、软件系统

7.1软件建立在Windows 10系统上,使用先进程序语言,程序执行效率高,快,稳定。整个系统程序,包括控制,检测、分析功能设计合理,操作界面友好,操作简便;智能化设置:根据不同应用需求,软件可以“一键设置”自动设置所有的光路。

7.2交互式漂白,在进行图像采集的同时(包括连续扫描和时间序列实验),通过鼠标点击对指定任意区域进行漂白。适用于主动光活化实验、光转化实验或者快速光漂白实验等。

7.3多维获取图像:Z轴序列扫描、时间序列扫描、多点扫描等。

7.4三维图像处理:3D和4D图像渲染,有四种渲染方式(阴影、表面、透明及最大强度投影)并可进行不同渲染方式的结合(如透明结合表面渲染);可实现三维空间的距离和角度测量;自定义式的3D和4D视频制作与导出。

7.5 REUSE功能。再次调用存储在每张图像里的所有的拍照参数来重现实验及进行精确对比。

7.6图像分析功能:具备直方图分析和任意线的序列测量,长度、角度、面积、强度等的测量;定量的共定位分析;可根据要求编辑测量程序,对自定义的类和子类进行图像分割、计数和面积、强度等的测量,并将结果以表格、列表和散点图/直方图形式显示;可进行批量图像分析。

7.7 Deconvolution功能:提供3种Deconvolution方式用于图像处理,提高图像的信噪比、对比度和分辨率。

7.8多位点及大视野拼图成像:可对任意形状的预设区域进行拼图扫描以及根据位点列表进行多点成像,支持聚焦校正地图、拼接以及阴影校正;支持自定义多孔板及各种样品载具规格,多种模式设定获取图像的多个位点。

2

超高分辨率激光共聚焦显微镜

系统组成:

1、激光器系统;

2、扫描检测系统;

3、激光共聚焦高分辨率系统;

4、全自动倒置显微镜;

5、计算机工作站;

6、软件系统;

1、激光器系统

▲1.1 固体激光器:405nm,最大功率≥30mW;

固体激光器: 488nm 最大功率≥30mW;

固体激光器: 543nm 最大功率≥25mW;

固体激光器: 639nm 最大功率≥25mW;

1.2激光器开闭和电压调节由计算机的激光共聚焦扫描软件系统控制,与整个系统偶合程度高,电噪声小,安全,并有良好的激光管寿命保护装置。激光器使用寿命内激光器输出功率恒定。

2、扫描检测系统

2.1扫描器与显微镜一体化设计,一体化像差及色差校正。所有扫描器组件都直接耦合,无光纤连接。扫描头,检测器,扫描模块中的电子部件,均采用液态制冷方式,动态反馈系统保证温度稳定,减少信号干扰。

2.2扫描方式:xy,xyz,xyt,xyzt,xz,xt,xzt,spot-t,xl,xyl,xyzl,xytl,xyztl,xzl,xtl,xztl,直线扫描,曲线扫描,面扫描。

2.3 采用X、Y轴独立的检流计(Galvo)双镜扫描,采用超快线扫及帧飞回技术。

2.4 光谱检测装置:

2.4.1线性分光,光谱范围400-750nm。荧光光谱分辨率精度:不低于3nm。

▲2.4.2光谱循环系统:对分光中散射或折射的光谱再次回收进行分光,最大程度提升系统光效率。

2.5 最大扫描视场对角线不少于20mm;

▲2.6共聚焦扫描可同时满足以下速度:≥13幅/秒(512x512像素,16位);≥420幅/秒(512x16像素,16位);≥25幅/秒(256x256像素,16位);线扫描速度≥6800线/秒(512x1像素,16位)。

2.7扫描头绝对线性扫描运动,保证激光在每个点驻留时间相同,适用于任何定量实验。

▲2.8扫描光学变倍:最低变倍扫描系数≤0.6x,且变倍连续可调,调节精度0.1x。

▲2.9可以进行≥360°任意旋转扫描线的方向,同时可以变倍以及移动扫描区域的中心。旋转、变倍、移动中心均可以实时(扫描过程中)进行。

▲2.10 主分色镜采用双转轮设计,10°小角度入射二向色镜分光,最高可达100种激发光谱线组合方式,高效压制反射激光达到99.99999%以上(OD7)。

▲2.11实时电子组件监控控制显微镜、激光器、扫描模块和其它附件;通过实时电路进行数据采集和同步管理;过量采样读取逻辑电路;在采集图像的同时可进行。

2.12荧光检测器≥4个,透射光检测器1个。

2.13共聚焦针孔采用复消色差校正,适合短波长(如 405 nm)激光成像,调节范围0.0-8 Airy units。

3、激光共聚焦超高分辨率系统

3.1超高分辨率成像可使用激光器波段:405nm, 488nm, 543nm和639nm

▲3.2检测器为不少于30个GaAsP检测器组成的面阵列检测单元。

3.3高速成像速度可满足:不低于40 幅/秒(512×512分辨率);

3.4同一个实验中可实现蓝、绿、红、红外4种颜色的高分辨率成像,通过线粒体膜蛋白标记,在XY层面能观察到线粒体为中空的腔体结构;

3.5所有适合配置激光器激发的荧光样品均可进行高分辨率成像,无需选择特殊荧光抗体及试剂;

3.6同一样品具有与激光共聚焦相同的成像深度;

3.7高分辨率成像为线性成像,所有高分辨率成像均可用作定量分析,如荧光强度分析、FRAP分析等;

▲3.8在确保荧光收集效率的情况下(针孔≥2.5 AU),超高分辨成像可同时实现如下效果:分辨率XY方向上≤125nm,Z方向≤360nm;同时相较传统共聚焦提升4-8x灵敏度或信噪比。

4、光学显微镜系统

4.1研究级全自动倒置显微镜:具备明场、荧光、微分干涉观察功能。显微镜控制可通过彩色触摸屏、遥控器、机身按钮、共聚焦软件来控制;

4.2显微镜透射光源:卤素灯光源或者LED光源,色温4500K;

4.3显微镜内置电动调焦驱动马达,最小步进≤10nm;

4.4通过TFT电子触控屏系统控制显微镜并显示工作状态。

4.5全套微分干涉部件(DIC),有与不同数值孔径的物镜一一对应的棱镜;

4.6长寿命LED荧光光源,光纤导光,对镜体无热辐射;

4.7荧光附件:复消色差荧光光路,六位电动滤色镜转盘,电动光闸,含UV、B、G激发滤色镜组件。

4.8荧光激发块:紫外激发单色滤块:激发G365,分色395,发射445/50;蓝色激发单色滤块:激发470/40,分色495,发射525/50;绿色激发单色滤块:激发546/12,分色560,发射575-640;红色激发单色滤块:激发640/30,分色660,发射690/50;

4.9宽视野双目观察筒,视场数23mm;

4.10宽视野平场目镜10倍,视场数23mm,屈光度可补偿调节;

4.11物镜:

4.11.1  10倍共聚焦专用干镜,数值孔径N.A.≥0.45;

4.11.2  20倍共聚焦专用干镜,数值孔径N.A.≥0.8;

▲4.11.3  长工作距离40倍共聚焦专用水镜,数值孔径N.A.≥1.1,工作距离≥0.62mm;

▲4.11.4  63倍共聚焦专用油镜,数值孔径N.A.≥1.40,工作距离≥0.19mm;

4.11.5  5倍共聚焦专用干镜,数值孔径N.A.≥0.16

4.12全电动扫描台,行程≥130mm x 100mm,最大速度≥50mm/s。

4.13 配备硬件对焦系统,利用内置近红外LED光源对样本快速和稳定长时间对焦

5、计算机工作站

高配置品牌专业工作站:4核CPU,内存≥128 GB,高性能显卡,显存≥8GB,液晶真彩16:9高清显示屏(1个)≥32寸,显示屏分辨率≥3840 x 2160,固态硬盘512GB,硬盘≥8TB,16x DVD+/- RW刻录,Windows 10 Professional (64 位)操作系统。

6、软件系统

6.1软件建立在Windows 10系统上,使用先进程序语言,程序执行效率高,快,稳定。整个系统程序,包括控制,检测、分析功能设计合理,操作界面友好,操作简便;智能化设置:根据不同应用需求,软件可以“一键设置”自动设置所有的光路。

6.2交互式漂白,在进行图像采集的同时(包括连续扫描和时间序列实验),通过鼠标点击对指定任意区域进行漂白。适用于主动光活化实验、光转化实验或者快速光漂白实验等。

6.3多维获取图像:Z轴序列扫描、时间序列扫描、多点扫描等。

6.4三维图像处理:3D和4D图像渲染,有四种渲染方式(阴影、表面、透明及最大强度投影)并可进行不同渲染方式的结合(如透明结合表面渲染);可实现三维空间的距离和角度测量;自定义式的3D和4D视频制作与导出。

6.5 REUSE功能。再次调用存储在每张图像里的所有的拍照参数来重现实验及进行精确对比。

6.6图像分析功能:具备直方图分析和任意线的序列测量,长度、角度、面积、强度等的测量;定量的共定位分析;可根据要求编辑测量程序,对自定义的类和子类进行图像分割、计数和面积、强度等的测量,并将结果以表格、列表和散点图/直方图形式显示;可进行批量图像分析。

6.7 Deconvolution功能:提供3种Deconvolution方式用于图像处理,提高图像的信噪比、对比度和分辨率。

6.8多位点及大视野拼图成像:可对任意形状的预设区域进行拼图扫描以及根据位点列表进行多点成像,支持聚焦校正地图、拼接以及阴影校正;支持自定义多孔板及各种样品载具规格,多种模式设定获取图像的多个位点。

6.9 实验设计模块:模块:实现在一次实验中完成不均匀流程的复杂图像采集过程,即实现将不同的图像采集方案(如不同采集速度,不同扫描分辨率,不同的Z轴范围,不同的物镜,不同的聚焦方式等方案)与时间序列进行任意组合,实现复杂的实验流程,全过程无需人工干预。

6.10 FRET分析:获取和分析使用Youvan方法、Gordon方法和Xia方法的敏化发射以及受体光漂白FRET。

6.11 FRAP效率分析:获取和分析原始的FRAP曲线和根据原始曲线提供的参数得到的拟合曲线。

3

实时光谱拆分超高分辨率激光共聚焦显微镜

系统组成:

1、激光器系统;

2、32通道实时光谱拆分检测系统

3、激光共聚焦超高分辨率系统;

4、全自动倒置显微镜;

5、计算机工作站;

6、软件系统;

1、激光器系统

▲1.1 固体激光器:405nm,最大功率≥30mW;

固体激光器: 488nm 最大功率≥30mW;

固体激光器: 543nm 最大功率≥25mW;

固体激光器: 639nm 最大功率≥25mW;

1.2激光器开闭和电压调节由计算机的激光共聚焦扫描软件系统控制,与整个系统偶合程度高,电噪声小,安全,并有良好的激光管寿命保护装置。激光器使用寿命内激光器输出功率恒定。

2、扫描检测系统

2.1扫描器与显微镜一体化设计,一体化像差及色差校正。所有扫描器组件都直接耦合,无光纤连接。扫描头,检测器,扫描模块中的电子部件,均采用液态制冷方式,动态反馈系统保证温度稳定,减少信号干扰。

2.2扫描方式:xy,xyz,xyt,xyzt,xz,xt,xzt,spot-t,xl,xyl,xyzl,xytl,xyztl,xzl,xtl,xztl,直线扫描,曲线扫描,面扫描。

2.3 采用X、Y轴独立的检流计(Galvo)双镜扫描,采用超快线扫及帧飞回技术。

2.4 光谱检测装置:

2.4.1线性分光,光谱范围400-750nm。荧光光谱分辨率精度:不低于3nm。

▲2.4.2光谱循环系统:对分光中散射或折射的光谱再次回收进行分光,最大程度提升系统光效率。

2.5 最大扫描视场对角线不少于20mm;

▲2.6共聚焦扫描可同时满足以下速度:≥13幅/秒(512x512像素,16位);≥420幅/秒(512x16像素,16位);≥25幅/秒(256x256像素,16位);线扫描速度≥6800线/秒(512x1像素,16位)。

2.7扫描头绝对线性扫描运动,保证激光在每个点驻留时间相同,适用于任何定量实验。

▲2.8扫描光学变倍:最低变倍扫描系数≤0.6x,且变倍连续可调,调节精度0.1x。

▲2.9可以进行≥360°任意旋转扫描线的方向,同时可以变倍以及移动扫描区域的中心。旋转、变倍、移动中心均可以实时(扫描过程中)进行。

▲2.10 主分色镜采用双转轮设计,10°小角度入射二向色镜分光,最高可达100种激发光谱线组合方式,高效压制反射激光达到99.99999%以上(OD7)。

2.11实时电子组件监控控制显微镜、激光器、扫描模块和其它附件;通过实时电路进行数据采集和同步管理;过量采样读取逻辑电路;在采集图像的同时可进行。

▲2.12  荧光检测器≥35个,透射光检测器1个。其中高灵敏度GaAsP检测器≥33个。

▲2.13 实时光谱拆分:从415nm到691nm全可见光谱在8.9nm精度下进行实时光谱拆分,去除自发荧光及荧光串扰,最终成像时间(包括计算处理时间)满足速度指标:5幅/秒(512x512像素)。

2.14 共聚焦针孔采用复消色差校正,适合短波长(如 405 nm)激光成像,调节范围0.0-8 Airy units。

3、激光共聚焦超高分辨率系统

3.1超高分辨率成像可使用激光器波段:405nm, 488nm, 543nm和639nm

▲3.2检测器为不少于30个GaAsP检测器组成的面阵列检测单元。

3.3高速成像速度可满足:不低于40 幅/秒(512×512分辨率);

3.4同一个实验中可实现蓝、绿、红、红外4种颜色的高分辨率成像,通过线粒体膜蛋白标记,在XY层面能观察到线粒体为中空的腔体结构;

3.5所有适合配置激光器激发的荧光样品均可进行高分辨率成像,无需选择特殊荧光抗体及试剂;

3.6同一样品具有与激光共聚焦相同的成像深度;

3.7高分辨率成像为线性成像,所有高分辨率成像均可用作定量分析,如荧光强度分析、FRAP分析等;

▲3.8在确保荧光收集效率的情况下(针孔≥2.5 AU),超高分辨成像可同时实现如下效果:分辨率XY方向上≤125nm,Z方向≤360nm;同时相较传统共聚焦提升4-8x灵敏度或信噪比。

4、光学显微镜系统

4.1研究级全自动倒置显微镜:具备明场、荧光、微分干涉观察功能。显微镜控制可通过彩色触摸屏、遥控器、机身按钮、共聚焦软件来控制;

4.2显微镜透射光源:卤素灯光源或者LED光源,色温4500K;

4.3显微镜内置电动调焦驱动马达,最小步进≤10nm;

4.4通过TFT电子触控屏系统控制显微镜并显示工作状态。

4.5全套微分干涉部件(DIC),有与不同数值孔径的物镜一一对应的棱镜;

4.6长寿命LED荧光光源,光纤导光,对镜体无热辐射;

4.7荧光附件:复消色差荧光光路,六位电动滤色镜转盘,电动光闸,含UV、B、G激发滤色镜组件。

4.8荧光激发块:紫外激发单色滤块:激发G365,分色395,发射445/50;蓝色激发单色滤块:激发470/40,分色495,发射525/50;绿色激发单色滤块:激发546/12,分色560,发射575-640;红色激发单色滤块:激发640/30,分色660,发射690/50;

4.9宽视野双目观察筒,视场数23mm;

4.10宽视野平场目镜10倍,视场数23mm,屈光度可补偿调节;

4.11物镜:

4.11.1  10倍共聚焦专用干镜,数值孔径N.A.≥0.45;

4.11.2  20倍共聚焦专用干镜,数值孔径N.A.≥0.8;

▲4.11.3  长工作距离40倍共聚焦专用水镜,数值孔径N.A.≥1.1,工作距离≥0.62mm;

▲4.11.4  63倍共聚焦专用油镜,数值孔径N.A.≥1.40,工作距离≥0.19mm;

4.11.5  5倍共聚焦专用干镜,数值孔径N.A.≥0.16

4.12全电动扫描台,行程≥130mm x 100mm,最大速度≥50mm/s。

4.13 配备硬件对焦系统,利用内置近红外LED光源对样本快速和稳定长时间对焦

5、计算机工作站

高配置品牌专业工作站:4核CPU,内存≥128 GB,高性能显卡,显存≥8GB,液晶真彩16:9高清显示屏(1个)≥32寸,显示屏分辨率≥3840 x 2160,固态硬盘512GB,硬盘≥8TB,16x DVD+/- RW刻录,Windows 10 Professional (64 位)操作系统。

6、软件系统

6.1软件建立在Windows 10系统上,使用先进程序语言,程序执行效率高,快,稳定。整个系统程序,包括控制,检测、分析功能设计合理,操作界面友好,操作简便;智能化设置:根据不同应用需求,软件可以“一键设置”自动设置所有的光路。

6.2交互式漂白,在进行图像采集的同时(包括连续扫描和时间序列实验),通过鼠标点击对指定任意区域进行漂白。适用于主动光活化实验、光转化实验或者快速光漂白实验等。

6.3多维获取图像:Z轴序列扫描、时间序列扫描、多点扫描等。

6.4三维图像处理:3D和4D图像渲染,有四种渲染方式(阴影、表面、透明及最大强度投影)并可进行不同渲染方式的结合(如透明结合表面渲染);可实现三维空间的距离和角度测量;自定义式的3D和4D视频制作与导出。

6.5 REUSE功能。再次调用存储在每张图像里的所有的拍照参数来重现实验及进行精确对比。

6.6图像分析功能:具备直方图分析和任意线的序列测量,长度、角度、面积、强度等的测量;定量的共定位分析;可根据要求编辑测量程序,对自定义的类和子类进行图像分割、计数和面积、强度等的测量,并将结果以表格、列表和散点图/直方图形式显示;可进行批量图像分析。

6.7 Deconvolution功能:提供3种Deconvolution方式用于图像处理,提高图像的信噪比、对比度和分辨率。

6.8多位点及大视野拼图成像:可对任意形状的预设区域进行拼图扫描以及根据位点列表进行多点成像,支持聚焦校正地图、拼接以及阴影校正;支持自定义多孔板及各种样品载具规格,多种模式设定获取图像的多个位点。

6.9 实验设计模块:模块:实现在一次实验中完成不均匀流程的复杂图像采集过程,即实现将不同的图像采集方案(如不同采集速度,不同扫描分辨率,不同的Z轴范围,不同的物镜,不同的聚焦方式等方案)与时间序列进行任意组合,实现复杂的实验流程,全过程无需人工干预。

6.10 FRET分析:获取和分析使用Youvan方法、Gordon方法和Xia方法的敏化发射以及受体光漂白FRET。

6.11 FRAP效率分析:获取和分析原始的FRAP曲线和根据原始曲线提供的参数得到的拟合曲线。

(五)公示期限

对公示内容有异议,认为技术参数含有倾向、限制或者排斥潜在投标供应商等有违公平竞争的,请在公示期内以书面形式将意见反馈至采购人。针对同一采购程序环节的质疑须在法定质疑期内一次性提出。
2020年12月29日至2021年1月6日

采购需求不等同于正式发布的采购文件,重大项目需求公示仅接受对采购需求的质疑,不受理项目咨询。

质疑投诉邮箱:zhaobzyts@sustech.edu.cn